
/* Best-seller / HumveSquad highlight style */
.easy-highlight {
  display: inline-flex;
  align-items: center;
  padding: 0.1em 0.55em;
  margin: 0 0.05em;
  color: #ffffff;
  background-color: #fffc00;
  font-weight: 700;
  vertical-align: baseline;
  line-height: 1.2;
}

/* Unified accent surfaces — same language as .easy-highlight */
.accent-card,
.text-image-card,
.text-block-card {
  background: rgba(9, 9, 11, 0.88) !important;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 252, 0, 0.4) !important;
  border-radius: 1rem !important;
  box-shadow: 0 0 16px rgba(255, 252, 0, 0.08), 0 12px 40px rgba(0, 0, 0, 0.4) !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.accent-card:hover {
  border-color: rgba(255, 252, 0, 0.55) !important;
  box-shadow: 0 0 24px rgba(255, 252, 0, 0.12), 0 16px 48px rgba(0, 0, 0, 0.45) !important;
}

/* text-video — bez ramki, styl w komponencie */
.text-video-section .text-video-card,
.text-video-section .accent-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.accent-frame {
  border: 1px solid rgba(255, 252, 0, 0.25);
  border-radius: 0.75rem;
  box-shadow: 0 0 12px rgba(255, 252, 0, 0.06);
  overflow: hidden;
  background: #000;
}

.accent-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.85rem;
  background: #09090b;
  border: 1px solid rgba(255, 252, 0, 0.4);
  border-radius: 9999px;
  color: #fffc00;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 0 16px rgba(255, 252, 0, 0.08);
}

.accent-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.25rem;
  background: #09090b;
  border: 1px solid rgba(255, 252, 0, 0.4);
  border-radius: 9999px;
  color: #fffc00;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 0 16px rgba(255, 252, 0, 0.08);
  transition: all 0.2s ease;
}

.accent-btn:hover {
  background: rgba(255, 252, 0, 0.08);
  border-color: rgba(255, 252, 0, 0.55);
  color: #fffc00;
  box-shadow: 0 0 24px rgba(255, 252, 0, 0.14);
}

.ti-plus-icon,
.text-plus-icon {
  display: none !important;
}

.section-title {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
  display: block !important;
  width: 100% !important;
}

.section-title h2 {
  margin-top: 1.25rem;
  text-align: center !important;
  font-size: 1.875rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #fafafa;
  padding: 0 1rem;
  display: block !important;
  width: 100% !important;
}

@media (min-width: 640px) {
  .section-title h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  .section-title h2 {
    font-size: 2.75rem;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .section-title h2 {
    font-size: 3.5rem;
  }
}

.section-subtitle {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
  display: block !important;
  width: 100% !important;
}

.section-subtitle p {
  color: #a1a1aa;
  margin-top: 1.25rem;
  text-align: center !important;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 0.5rem;
  margin-bottom: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  width: 100% !important;
}

@media (min-width: 640px) {
  .section-subtitle p {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .section-subtitle p {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    padding: 0;
  }
}


.testimonials .col-12 {
  margin-bottom: 1.5rem;
}

.testimonial {
  background: rgba(18, 18, 21, 0.4) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 252, 0, 0.15) !important;
  border-radius: 1.25rem !important;
  padding: 1.5rem !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}

.testimonial:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(255, 252, 0, 0.4) !important;
  box-shadow: 0 15px 40px rgba(255, 252, 0, 0.1) !important;
  background: rgba(18, 18, 21, 0.6) !important;
}

.testimonial .header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 1.25rem !important;
  border: none !important;
  padding: 0 !important;
}

.testimonial .quote {
  width: 2rem !important;
  height: 2rem !important;
  color: rgba(255, 252, 0, 0.2) !important;
  position: absolute !important;
  top: 1rem !important;
  right: 1rem !important;
}

.testimonial .stars {
  display: flex !important;
  gap: 0.25rem !important;
}

.testimonial .stars svg {
  width: 1.125rem !important;
  height: 1.125rem !important;
}

.testimonial .content .message {
  font-size: 0.9375rem !important;
  line-height: 1.6 !important;
  color: #fafafa !important;
  margin-bottom: 1rem !important;
}

.testimonial .content .reply {
  background: rgba(255, 252, 0, 0.05) !important;
  border-left: 2px solid #fffc00 !important;
  padding: 1rem !important;
  border-radius: 0.5rem !important;
  margin-top: 1rem !important;
}

.testimonial .content .reply .text {
  font-size: 0.875rem !important;
  color: #a1a1aa !important;
  margin-bottom: 0.5rem !important;
}

.testimonial .content .reply .author {
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.5) !important;
}

.testimonial .content .reply .author span {
  color: #fffc00 !important;
}

.testimonial .footer {
  margin-top: 1.5rem !important;
  padding-top: 1rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.testimonial .footer .items {
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  color: #fffc00 !important;
}

.testimonial .footer .date {
  font-size: 0.75rem !important;
  color: #71717a !important;
}

.pricing-plan-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #09090b;
  color: #fafafa;
}

@media (min-width: 640px) {
  .pricing-plan-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .pricing-plan-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.pricing-plan-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 72rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .pricing-plan-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .pricing-plan-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.pricing-plan-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .pricing-plan-header {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .pricing-plan-header {
    margin-bottom: 3rem;
  }
}

.pricing-plan-badge-wrapper {
  display: flex;
  justify-content: center;
}

.pricing-plan-badge-mono {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding: 0.375rem 1rem;
  font-family: 'Sora', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  background: rgba(255, 252, 0, 0.1);
  border: 1px solid rgba(255, 252, 0, 0.4);
  color: #fffc00;
}

.pricing-plan-badge-mono svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.pricing-plan-badge-mono .badge-separator {
  width: 1px;
  height: 14px;
  background: rgba(255, 252, 0, 0.3);
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .pricing-plan-badge-mono {
    padding: 0.375rem 1.25rem;
  }
  
  .pricing-plan-badge-mono svg {
    width: 18px;
    height: 18px;
  }
  
  .pricing-plan-badge-mono .badge-separator {
    height: 16px;
  }
}

.pricing-plan-main-title {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 0;
  color: #fafafa;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .pricing-plan-main-title {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  .pricing-plan-main-title {
    font-size: 2.75rem;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .pricing-plan-main-title {
    font-size: 3.5rem;
  }
}

.pricing-plan-main-subtitle {
  color: #a1a1aa;
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 0.5rem;
}

@media (min-width: 640px) {
  .pricing-plan-main-subtitle {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .pricing-plan-main-subtitle {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    padding: 0;
  }
}

.pricing-plan-content {
  position: relative;
}

.pricing-plan-grid-bg {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  top: -50%;
  left: -25%;
  right: -25%;
  bottom: -50%;
  width: 150%;
  height: 200%;
  background-image: 
    linear-gradient(to right, rgba(255, 252, 0, 0.2) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 252, 0, 0.2) 1px, transparent 1px);
  background-size: 50px 50px;
  -webkit-mask-image: radial-gradient(ellipse 65% 55% at center, transparent 0%, black 35%, transparent 75%);
  mask-image: radial-gradient(ellipse 65% 55% at center, transparent 0%, black 35%, transparent 75%);
}

.pricing-plan-cards-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .pricing-plan-cards-container {
    max-width: 56rem;
  }
}

@media (min-width: 1024px) {
  .pricing-plan-cards-container {
    max-width: 64rem;
  }
}

.pricing-plan-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  background: rgba(9, 9, 11, 0.8);
  backdrop-filter: blur(8px);
  position: relative;
  border: 1px solid rgba(255, 252, 0, 0.3);
  padding: 0.75rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 640px) {
  .pricing-plan-cards-grid {
    gap: 1rem;
    padding: 1rem;
  }
}

@media (min-width: 768px) {
  .pricing-plan-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .pricing-plan-cards-grid {
    gap: 1.25rem;
    padding: 1.5rem;
  }
}

.pricing-plus-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  color: #fffc00;
  background: #09090b;
  z-index: 2;
}

@media (min-width: 640px) {
  .pricing-plus-icon {
    width: 22px;
    height: 22px;
  }
}

.pricing-plus-top-left {
  top: -10px;
  left: -10px;
}

@media (min-width: 640px) {
  .pricing-plus-top-left {
    top: -12px;
    left: -12px;
  }
}

.pricing-plus-top-right {
  top: -10px;
  right: -10px;
}

@media (min-width: 640px) {
  .pricing-plus-top-right {
    top: -12px;
    right: -12px;
  }
}

.pricing-plus-bottom-left {
  bottom: -10px;
  left: -10px;
}

@media (min-width: 640px) {
  .pricing-plus-bottom-left {
    bottom: -12px;
    left: -12px;
  }
}

.pricing-plus-bottom-right {
  right: -10px;
  bottom: -10px;
}

@media (min-width: 640px) {
  .pricing-plus-bottom-right {
    right: -12px;
    bottom: -12px;
  }
}

.pricing-card-item {
  width: 100%;
  padding: 1rem 0.75rem 0.75rem;
  position: relative;
}

@media (min-width: 640px) {
  .pricing-card-item {
    padding: 1.25rem 1rem 1rem;
  }
}

@media (min-width: 1024px) {
  .pricing-card-item {
    padding: 1.5rem 1.25rem 1.25rem;
  }
}

.pricing-card-featured {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 252, 0, 0.4);
  background: rgba(255, 252, 0, 0.05);
  box-shadow: 0 0 16px rgba(255, 252, 0, 0.08);
}

.pricing-card-content-space {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 640px) {
  .pricing-card-content-space {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .pricing-card-content-space {
    margin-bottom: 2.5rem;
  }
}

.pricing-card-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.25rem;
  gap: 0.5rem;
  flex-wrap: wrap;
}

@media (min-width: 640px) {
  .pricing-card-header-flex {
    flex-wrap: nowrap;
  }
}

.pricing-card-plan-title {
  line-height: 1;
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0;
  color: #fafafa;
}

@media (min-width: 640px) {
  .pricing-card-plan-title {
    font-size: 1.25rem;
  }
}

.pricing-card-discount-flex {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
}

.pricing-card-strikethrough {
  color: #a1a1aa;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  text-decoration: line-through;
}

@media (min-width: 640px) {
  .pricing-card-strikethrough {
    font-size: 0.875rem;
  }
}

.pricing-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid transparent;
  padding: 0.125rem 0.5rem;
  font-size: 0.6875rem;
  line-height: 1rem;
  font-weight: 600;
  transition: colors 0.2s;
}

@media (min-width: 640px) {
  .pricing-badge {
    padding: 0.125rem 0.625rem;
    font-size: 0.75rem;
  }
}

.pricing-badge-secondary {
  background-color: #27272a;
  color: #fafafa;
}

.pricing-badge-primary {
  background-color: #09090b;
  color: #fffc00;
  border: 1px solid rgba(255, 252, 0, 0.4);
  border-radius: 9999px;
  box-shadow: 0 0 12px rgba(255, 252, 0, 0.08);
}

.pricing-card-desc {
  color: #a1a1aa;
  font-size: 0.8125rem;
  line-height: 1.4;
  margin: 0;
}

@media (min-width: 640px) {
  .pricing-card-desc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.pricing-card-price-section {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 640px) {
  .pricing-card-price-section {
    margin-top: 2rem;
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .pricing-card-price-section {
    margin-top: 2.5rem;
  }
}

.pricing-card-price-wrapper {
  color: #a1a1aa;
  display: flex;
  align-items: flex-end;
  gap: 0.125rem;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 640px) {
  .pricing-card-price-wrapper {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .pricing-card-price-wrapper {
    font-size: 1.25rem;
  }
}

.pricing-card-amount {
  color: #fafafa;
  margin-bottom: -0.125rem;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.025em;
}

@media (min-width: 640px) {
  .pricing-card-amount {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  .pricing-card-amount {
    font-size: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .pricing-card-amount {
    font-size: 4rem;
  }
}

.pricing-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition: all 0.2s;
  height: 2.25rem;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
}

@media (min-width: 640px) {
  .pricing-btn {
    font-size: 0.875rem;
    height: 2.5rem;
    padding: 0.5rem 1rem;
  }
}

.pricing-btn-outline {
  border: 1px solid #27272a;
  background: #09090b;
  color: #fafafa;
}

.pricing-btn-outline:hover {
  background: rgba(255, 252, 0, 0.1);
  border-color: #fffc00;
  color: #fafafa;
}

.pricing-btn-primary {
  background: linear-gradient(to bottom, #fffc00, #e6e300);
  color: #ffffff;
  border: none;
}

.pricing-btn-primary:hover {
  background: linear-gradient(to bottom, #e6e300, #cccf00);
}

.pricing-footer-info {
  color: #a1a1aa;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  text-align: center;
  padding: 0 0.5rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 640px) {
  .pricing-footer-info {
    font-size: 0.875rem;
    padding: 0;
  }
}

.pricing-footer-info svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .pricing-footer-info svg {
    width: 16px;
    height: 16px;
  }
}

.hero-gradient {
  background: linear-gradient(to bottom, #fffc00, #999600);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.pc-reveal-content {
  will-change: opacity, transform, filter;
  opacity: 0;
  transform: translateY(-40px);
  filter: blur(10px);
  transition: opacity 0.8s cubic-bezier(.4, 0, .2, 1), transform 0.8s cubic-bezier(.4, 0, .2, 1), filter 0.8s cubic-bezier(.4, 0, .2, 1);
}

.is-animated .pc-reveal-content {
  opacity: 1 !important;
  transform: translateY(0) !important;
  filter: blur(0) !important;
}

/* ===== Products Store Page (reference layout) ===== */
.store-page {
  --store-accent: #fffc00;
  --store-accent-dim: rgba(255, 252, 0, 0.4);
  --store-accent-glow: rgba(255, 252, 0, 0.08);
  --store-bg: #0a0a0c;
  --store-card: #09090b;
  --store-border: rgba(255, 252, 0, 0.12);
  background: var(--store-bg);
  max-width: 1400px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.store-section {
  position: relative;
}

.store-wrap {
  max-width: 1320px;
  margin: 0 auto;
}

.store-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.75rem;
}

.store-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  margin: 0 0 0.35rem;
  text-align: left !important;
}

.store-title .easy-highlight {
  font-size: 0.95em;
}

.store-tagline {
  margin: 0;
  color: #71717a;
  font-size: 0.9375rem;
}

.store-search-bar {
  position: relative;
  flex: 0 1 320px;
  width: 100%;
  max-width: 360px;
}

.store-search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #52525b;
  pointer-events: none;
}

.store-search-input {
  width: 100%;
  padding: 0.7rem 1rem 0.7rem 2.75rem;
  background: #141419;
  border: 1px solid var(--store-border);
  border-radius: 0.75rem;
  color: #fafafa;
  font-size: 0.875rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.store-search-input:focus {
  outline: none;
  border-color: var(--store-accent-dim);
  box-shadow: 0 0 0 3px rgba(255, 252, 0, 0.1);
}

.store-search-input::placeholder {
  color: #52525b;
}

.store-filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
  padding: 0.65rem;
  background: rgba(9, 9, 11, 0.5);
  border: 1px solid var(--store-border);
  border-radius: 1rem;
}

.store-cat-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex: 1;
  min-width: 0;
}

.store-cat-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  border-radius: 9999px;
  background: rgba(9, 9, 11, 0.6);
  border: 1px solid var(--store-border);
  color: #a1a1aa;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
  font-family: inherit;
}

.store-cat-pill:hover {
  color: var(--store-accent);
  border-color: var(--store-accent-dim);
  background: rgba(255, 252, 0, 0.04);
}

.store-cat-pill.is-active {
  background: #09090b;
  border-color: var(--store-accent-dim);
  color: var(--store-accent);
  box-shadow: 0 0 16px var(--store-accent-glow);
}

.store-cat-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.35rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.6875rem;
  font-weight: 700;
}

.store-cat-pill.is-active .store-cat-count {
  background: rgba(255, 252, 0, 0.15);
  color: var(--store-accent);
}

.store-filter-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.store-product-count {
  color: #52525b;
  font-size: 0.8125rem;
  font-weight: 500;
  white-space: nowrap;
}

.store-sort-btn,
.store-filter-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.85rem;
  border-radius: 0.625rem;
  background: #141419;
  border: 1px solid var(--store-border);
  color: #d4d4d8;
  font-size: 0.8125rem;
  font-weight: 600;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.125rem;
  align-items: stretch;
}

.store-card-in {
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.store-card-out {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

@media (min-width: 640px) {
  .store-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .store-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1280px) {
  .store-grid { grid-template-columns: repeat(4, 1fr); gap: 1.125rem; }
}

.store-grid-modal {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

/* --- Store product card --- */
.store-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(14, 14, 18, 0.95) 0%, var(--store-card) 100%);
  border: 1px solid var(--store-border);
  border-radius: 1.125rem;
  overflow: hidden;
  text-decoration: none !important;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s ease, border-color 0.3s ease;
  height: 100%;
  isolation: isolate;
}

.store-card:hover {
  transform: translateY(-6px);
  border-color: var(--store-accent-dim);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(255, 252, 0, 0.12);
}

.store-card-visual {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #050505;
}

.store-card-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
  background-image:
    repeating-radial-gradient(circle at 50% 80%, transparent 0, transparent 14px, rgba(255,252,0,0.04) 14px, rgba(255,252,0,0.04) 15px),
    repeating-radial-gradient(circle at 30% 40%, transparent 0, transparent 22px, rgba(255,252,0,0.03) 22px, rgba(255,252,0,0.03) 23px);
}

.store-card-glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 252, 0, 0.14) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 100%, rgba(255, 252, 0, 0.08) 0%, transparent 55%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.store-card:hover .store-card-glow {
  opacity: 1.2;
}

.store-cat-tag {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 3;
  padding: 0.2rem 0.55rem;
  border-radius: 9999px;
  background: #09090b;
  border: 1px solid var(--store-accent-dim);
  color: var(--store-accent);
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  box-shadow: 0 0 12px var(--store-accent-glow);
}

.store-discount-tag {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 3;
  padding: 0.2rem 0.5rem;
  border-radius: 9999px;
  background: #09090b;
  border: 1px solid rgba(74, 222, 128, 0.4);
  color: #4ade80;
  font-size: 0.6875rem;
  font-weight: 700;
}

.store-card-media {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.store-card-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
  z-index: 1;
}

.store-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.store-card:hover .store-card-media img {
  transform: scale(1.06);
}

.store-card-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 252, 0, 0.25);
  background: #09090b;
}

.store-card-body {
  padding: 1rem 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
}

.store-card-title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.store-card-desc {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.55;
  color: #71717a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.store-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 252, 0, 0.08);
}

.store-price-block {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem 0.5rem;
  min-width: 0;
}

.store-price-from {
  font-size: 0.625rem;
  font-weight: 600;
  color: #71717a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.store-price {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.store-price-old {
  font-size: 0.6875rem;
  color: #52525b;
  text-decoration: line-through;
}

.store-card-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.store-view-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.9rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.12) 0%, rgba(255, 252, 0, 0.04) 100%);
  border: 1px solid var(--store-accent-dim);
  color: var(--store-accent) !important;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 0 16px var(--store-accent-glow);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.store-card:hover .store-view-btn {
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.2) 0%, rgba(255, 252, 0, 0.08) 100%);
  border-color: rgba(255, 252, 0, 0.6);
  box-shadow: 0 0 28px rgba(255, 252, 0, 0.18);
  transform: translateX(2px);
}

.store-empty {
  text-align: center;
  padding: 4rem 2rem;
  border: 1px dashed var(--store-border);
  border-radius: 1rem;
  background: var(--store-card);
}

.store-empty-filter {
  margin-top: 1.5rem;
}

.store-empty h3 {
  color: #fff;
  margin-bottom: 0.5rem;
}

.store-empty p {
  color: #71717a;
  margin-bottom: 1.25rem;
}

.store-empty-btn {
  display: inline-flex;
}

.store-modal {
  background: var(--store-card) !important;
  border: 1px solid var(--store-border) !important;
  border-radius: 1rem !important;
}

.store-modal .modal-header {
  border-bottom-color: var(--store-border) !important;
}

.store-modal-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #52525b;
  margin-bottom: 0.5rem;
}

.store-pagination .page-link {
  background: #141419;
  border-color: var(--store-border);
  color: #a1a1aa;
  border-radius: 0.5rem !important;
}

.store-pagination .page-item.active .page-link {
  background: rgba(255, 252, 0, 0.12);
  border-color: var(--store-accent-dim);
  color: var(--store-accent);
}

.store-page .section-title {
  text-align: left !important;
}

@media (max-width: 767px) {
  .store-header { flex-direction: column; }
  .store-search-bar { max-width: 100%; }
  .store-cat-pills { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 0.25rem; }
}
