.store-refresh {
  background: #f7f9fc;
}

.store-refresh .container {
  width: 100%;
  max-width: 1180px;
}

.store-refresh .products-nav:hover .product-mega-menu,
.store-refresh .products-nav.drop .product-mega-menu,
.store-refresh .products-nav.open .product-mega-menu {
  display: block !important;
  opacity: 1 !important;
}

.store-refresh .products-nav {
  position: relative;
}

.store-refresh .products-nav::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 22px;
}

.store-refresh .products-nav.open .caret {
  transform: translateY(3px) rotate(225deg);
}

.store-refresh .store-main {
  padding-bottom: 96px;
}

.store-refresh.download-refresh .jw-header,
.store-refresh.download-refresh .page-header {
  margin-bottom: 0;
}

.store-refresh .store-showcase {
  padding: 0 0 34px;
  background:
    radial-gradient(circle at top left, rgba(255, 201, 128, 0.16), transparent 24%),
    radial-gradient(circle at top right, rgba(144, 208, 255, 0.12), transparent 18%),
    linear-gradient(180deg, #fff8ef 0%, #fffdf8 38%, #fffaf3 100%);
}

.store-refresh .store-showcase-panel {
  padding: 34px 0 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.store-refresh .store-showcase-head {
  margin-bottom: 24px;
}

.store-refresh .store-showcase-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #7b839d;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-refresh .store-showcase-head h1 {
  margin: 0;
  color: #16213a;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.store-refresh .store-showcase-head p {
  margin: 12px 0 0;
  color: #677089;
  font-size: 18px;
  line-height: 1.45;
}

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

.store-refresh .store-featured-card,
.store-refresh .store-card {
  position: relative;
  border: 1px solid #edf0f6;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(27, 39, 80, 0.07), 0 6px 18px rgba(27, 39, 80, 0.04);
}

.store-refresh .store-featured-card {
  padding: 28px 28px 24px;
  overflow: hidden;
}

.store-refresh .store-featured-card::before,
.store-refresh .store-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 140px;
  opacity: 0.7;
  pointer-events: none;
}

.store-refresh .theme-blue::before { background: linear-gradient(180deg, rgba(72, 169, 255, 0.14) 0%, rgba(72, 169, 255, 0) 100%); }
.store-refresh .theme-indigo::before { background: linear-gradient(180deg, rgba(112, 123, 255, 0.14) 0%, rgba(112, 123, 255, 0) 100%); }
.store-refresh .theme-green::before { background: linear-gradient(180deg, rgba(77, 207, 135, 0.14) 0%, rgba(77, 207, 135, 0) 100%); }
.store-refresh .theme-pink::before { background: linear-gradient(180deg, rgba(241, 118, 206, 0.14) 0%, rgba(241, 118, 206, 0) 100%); }
.store-refresh .theme-cyan::before { background: linear-gradient(180deg, rgba(67, 196, 221, 0.14) 0%, rgba(67, 196, 221, 0) 100%); }
.store-refresh .theme-amber::before { background: linear-gradient(180deg, rgba(255, 181, 77, 0.14) 0%, rgba(255, 181, 77, 0) 100%); }
.store-refresh .theme-teal::before { background: linear-gradient(180deg, rgba(61, 202, 183, 0.14) 0%, rgba(61, 202, 183, 0) 100%); }
.store-refresh .theme-violet::before { background: linear-gradient(180deg, rgba(133, 117, 255, 0.14) 0%, rgba(133, 117, 255, 0) 100%); }
.store-refresh .theme-navy::before { background: linear-gradient(180deg, rgba(66, 93, 136, 0.14) 0%, rgba(66, 93, 136, 0) 100%); }
.store-refresh .theme-orange::before { background: linear-gradient(180deg, rgba(255, 146, 81, 0.14) 0%, rgba(255, 146, 81, 0) 100%); }
.store-refresh .theme-rose::before { background: linear-gradient(180deg, rgba(255, 122, 141, 0.14) 0%, rgba(255, 122, 141, 0) 100%); }

.store-refresh .store-featured-icon,
.store-refresh .store-card-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  margin-bottom: 16px;
}

.store-refresh .store-featured-icon img,
.store-refresh .store-card-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.store-refresh .store-featured-card h3,
.store-refresh .store-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #16213a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.store-refresh .store-featured-card p,
.store-refresh .store-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #6b748c;
  font-size: 13px;
  line-height: 1.65;
}

.store-refresh .store-price-line,
.store-refresh .store-card-meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.store-refresh .store-price-line strong,
.store-refresh .store-card-meta strong {
  color: #f26522;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.store-refresh .store-price-line del,
.store-refresh .store-card-meta del {
  color: #8e8e95;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-decoration-thickness: 1.5px;
  text-decoration-color: currentColor;
}

.store-refresh .featured-product-actions,
.store-refresh .store-card-actions {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.store-refresh .download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 154px;
  height: 46px;
  padding: 0 20px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.store-refresh .download-btn svg {
  flex: 0 0 auto;
  fill: currentColor;
}

.store-refresh .download-btn:hover {
  transform: translateY(-2px);
}

.store-refresh .download-btn.win {
  background: linear-gradient(135deg, #6f63ff 0%, #505cff 100%);
  color: #fff;
  box-shadow: 0 12px 28px rgba(80, 92, 255, 0.22);
}

.store-refresh .download-btn.mac {
  border: 1px solid #ccd3e7;
  background: #fff;
  color: #36415f;
}

.store-refresh .download-btn.mac:hover {
  border-color: #505cff;
  color: #505cff;
  box-shadow: 0 10px 22px rgba(80, 92, 255, 0.10);
}

.store-refresh .store-catalog {
  padding: 26px 0 24px;
  background: #ffffff;
}

.store-refresh .store-catalog-layout {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.store-refresh .store-catalog-sidebar {
  position: sticky;
  top: 110px;
  padding: 10px 0;
  border: 1px solid #edf0f6;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(27, 39, 80, 0.08), 0 6px 18px rgba(27, 39, 80, 0.04);
}

.store-refresh .store-catalog-tab {
  display: block;
  width: 100%;
  padding: 22px 26px;
  border: 0;
  border-left: 4px solid transparent;
  background: transparent;
  color: #2e3550;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.store-refresh .store-catalog-tab + .store-catalog-tab {
  border-top: 1px solid #f0f3f8;
}

.store-refresh .store-catalog-tab:hover {
  background: #f7f9ff;
  color: #4f70ff;
}

.store-refresh .store-catalog-tab.is-active {
  background: linear-gradient(90deg, rgba(79, 112, 255, 0.12) 0%, rgba(79, 112, 255, 0.04) 100%);
  border-left-color: #4f70ff;
  color: #4f70ff;
}

.store-refresh .store-catalog-panels {
  min-width: 0;
}

.store-refresh .store-category {
  display: block;
  margin-bottom: 26px;
}

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

.store-refresh .store-card {
  padding: 18px 18px 16px;
  min-height: 100%;
}

.store-refresh .store-card h3 a {
  color: inherit;
  text-decoration: none;
}

.store-refresh .store-card h3 a:hover {
  color: #505cff;
}

.store-refresh .store-card-actions.single .download-btn {
  min-width: 164px;
}

.store-refresh .store-category:last-child {
  margin-bottom: 0;
}

.store-refresh .store-support-footer {
  margin-top: 92px;
  padding: 44px 0 76px;
  background: #f6f7fe;
}

.store-refresh .store-support-wrap {
  display: block;
}

.store-refresh .store-support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.store-refresh .store-support-item {
  text-align: center;
}

.store-refresh .store-support-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
}

.store-refresh .store-support-icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 82px;
  max-height: 82px;
}

.store-refresh .store-support-item h3 {
  margin: 28px 0 18px;
  color: #16213a;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.store-refresh .store-support-item p {
  margin: 0;
  color: #6b748c;
  font-size: 16px;
  line-height: 1.85;
}

.store-refresh .store-faqs-card {
  padding: 74px 0 118px;
  background: #fff;
}

.store-refresh .store-faqs-wrap h2 {
  margin: 0 0 30px;
  color: #16213a;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.store-refresh .store-faqs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 16px;
}

.store-refresh .store-faq-card {
  padding: 40px 34px 40px 28px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(86, 85, 85, 0.1);
  text-align: left;
  transition: box-shadow 0.25s ease;
}

.store-refresh .store-faq-card:hover {
  box-shadow: 0 0 10px 1px rgba(108, 117, 245, 0.3);
}

.store-refresh .store-faq-card .title {
  margin: 0 0 20px;
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.store-refresh .store-faq-card .answer {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 1200px) {
  .store-refresh .store-featured-grid,
  .store-refresh .store-card-grid {
    gap: 20px;
  }

  .store-refresh .store-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .store-refresh .store-category-head h2 {
    font-size: 42px;
  }

  .store-refresh .store-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }
}

@media (max-width: 992px) {
  .store-refresh .store-featured-grid {
    grid-template-columns: 1fr;
  }

  .store-refresh .store-catalog-layout {
    grid-template-columns: 1fr;
  }

  .store-refresh .store-catalog-sidebar {
    position: static;
    top: auto;
    padding: 8px 0;
  }

  .store-refresh .store-catalog-tab {
    padding: 18px 20px;
    font-size: 17px;
  }

  .store-refresh .store-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-refresh .store-showcase-head h1 {
    font-size: 40px;
  }

  .store-refresh .store-showcase-panel {
    padding: 28px 0 24px;
  }

  .store-refresh .store-faqs-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .store-refresh .store-main {
    padding-bottom: 64px;
  }

  .store-refresh .store-showcase {
    padding-top: 0;
  }

  .store-refresh .store-showcase-panel {
    padding: 24px 0 22px;
  }

  .store-refresh .store-showcase-head {
    margin-bottom: 18px;
  }

  .store-refresh .store-showcase-head h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .store-refresh .store-showcase-head p {
    font-size: 15px;
    line-height: 1.6;
  }

  .store-refresh .store-featured-card,
  .store-refresh .store-card {
    padding: 18px 16px 16px;
    border-radius: 22px;
  }

  .store-refresh .store-featured-icon,
  .store-refresh .store-card-icon {
    width: 92px;
    height: 92px;
    margin-bottom: 14px;
  }

  .store-refresh .store-featured-card h3,
  .store-refresh .store-card h3 {
    font-size: 17px;
  }

  .store-refresh .store-featured-card p,
  .store-refresh .store-card p {
    font-size: 13px;
    line-height: 1.65;
  }

  .store-refresh .download-btn {
    min-width: 138px;
    height: 40px;
    padding: 0 15px;
    border-radius: 14px;
    font-size: 13px;
  }

  .store-refresh .download-category-pills {
    margin-bottom: 28px;
  }

  .store-refresh .store-support-footer {
    margin-top: 72px;
    padding: 38px 0 54px;
  }

  .store-refresh .store-support-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .store-refresh .store-support-item {
    text-align: left;
  }

  .store-refresh .store-support-icon {
    justify-content: flex-start;
    height: auto;
  }

  .store-refresh .store-support-icon img {
    max-width: 56px;
    max-height: 56px;
  }

  .store-refresh .store-support-item h3 {
    margin: 14px 0 10px;
    font-size: 18px;
  }

  .store-refresh .store-support-item p {
    font-size: 14px;
    line-height: 1.7;
  }

  .store-refresh .store-faqs-card {
    padding: 46px 0 70px;
  }

  .store-refresh .store-faqs-wrap h2 {
    margin-bottom: 22px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
  }

  .store-refresh .store-faq-card {
    padding: 24px 18px;
  }

  .store-refresh .store-faq-card .title {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.55;
  }

  .store-refresh .store-faq-card .answer {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .store-refresh .store-card-grid {
    grid-template-columns: 1fr;
  }

  .store-refresh .store-price-line strong,
  .store-refresh .store-card-meta strong {
    font-size: 18px;
  }

  .store-refresh .store-price-line del,
  .store-refresh .store-card-meta del {
    font-size: 12px;
  }

  .store-refresh .featured-product-actions,
  .store-refresh .store-card-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .store-refresh .download-btn,
  .store-refresh .store-card-actions.single .download-btn {
    width: 100%;
    min-width: 0;
  }
}
