.download-refresh {
  background:
    radial-gradient(circle at top left, rgba(255, 196, 120, 0.18), transparent 26%),
    radial-gradient(circle at top right, rgba(255, 138, 92, 0.14), transparent 22%),
    linear-gradient(180deg, #fff8ef 0%, #fffdf8 24%, #ffffff 100%);
  color: #17213a;
}

.site-global-header.download-refresh,
.site-global-footer.download-refresh {
  background: transparent;
  color: inherit;
}

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

.download-refresh .navigation {
  display: none;
}

.download-refresh .page-header,
.download-refresh .jw-header {
  position: relative;
  top: auto;
  z-index: 200;
  height: 80px;
  margin-bottom: 20px;
  border-bottom: 0;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}

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

.download-refresh .jw-header .container {
  position: relative !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1200px;
}

/* The clearfix pseudo-elements become 0-width flex items and add phantom gaps
   around the logo/menu, so remove them from the header container */
.download-refresh .jw-header .container::before,
.download-refresh .jw-header .container::after {
  content: none;
}

.download-refresh .jw-logo {
  float: none;
  height: 80px;
  background-image: none !important;
}

.download-refresh .jw-logo img {
  display: block !important;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.download-refresh .jw-header-menu {
  float: none;
  line-height: 80px;
}

.download-refresh .jw-header-menu > ul > li,
.download-refresh .jw-header-menu > ul > li > a {
  height: 80px;
  line-height: 80px;
}

.download-refresh .jw-header-menu > ul > li > a {
  color: #282828 !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}

.download-refresh .jw-header-menu > ul > li:hover {
  background: #f3f3f3;
}

.download-refresh .jw-header-menu > ul > li > a:hover,
.download-refresh .jw-header-menu > ul > li.drop > a,
.download-refresh .jw-header-menu > ul > li.drop-active > a {
  color: #505cff !important;
  text-decoration: none;
}

.download-refresh .jw-header-menu .buy > a,
.download-refresh .jw-header-menu .buy > a:hover {
  color: #fff !important;
}

.download-refresh .products-nav .drop-down-title {
  cursor: pointer;
}

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

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

.download-refresh .products-nav .caret {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 8px;
  border: 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  vertical-align: middle;
}

.download-refresh .products-nav.drop .caret,
.download-refresh .products-nav:hover .caret {
  transform: translateY(3px) rotate(225deg);
}

.download-refresh .drop-down .product-mega-menu {
  left: 50%;
  width: min(1080px, calc(100vw - 32px));
  white-space: normal;
  transform: translateX(-50%);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(21, 31, 68, 0.18), 0 4px 16px rgba(21, 31, 68, 0.08);
}

.download-refresh .products-nav.drop .product-mega-menu {
  display: block !important;
  opacity: 1 !important;
}

.download-refresh .drop-down .product-mega-box {
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(80, 92, 255, 0.10);
  border-radius: 22px;
  background: #fff;
  transform: translateY(0);
}

.download-refresh .product-mega-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px 20px;
  background: linear-gradient(115deg, #f6f7ff 0%, #fbfbff 55%, #f1fbff 100%);
  border-bottom: 1px solid #edf0f7;
}

.download-refresh .product-mega-head > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.download-refresh .product-mega-eyebrow {
  color: #5962e9;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.download-refresh .product-mega-head strong {
  color: #17213a;
  font-size: 19px;
  line-height: 1.35;
}

.download-refresh .product-mega-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid #dce1ee;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  color: #39425a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transition: 0.2s ease;
}

.download-refresh .product-mega-all:hover {
  border-color: #5962e9;
  background: #5962e9;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.download-refresh .product-mega-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 24px 18px 20px;
}

.download-refresh .product-mega-group {
  min-width: 0;
  padding: 0 12px;
}

.download-refresh .product-mega-group + .product-mega-group {
  border-left: 1px solid #edf0f6;
}

.download-refresh .product-mega-group h2 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 8px 11px;
  color: #687187;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.download-refresh .group-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(89, 98, 233, 0.10);
}

.download-refresh .group-dot-purple { background: #7c5cff; }
.download-refresh .group-dot-blue { background: #2f80ed; }
.download-refresh .group-dot-green { background: #20a87a; }

.download-refresh .product-link {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 10px 12px;
  border-radius: 14px;
  color: #1f2940;
  transition: background 0.18s ease, transform 0.18s ease;
}

.download-refresh .product-link:hover,
.download-refresh .product-link:focus {
  background: #f5f7fc;
  color: #252f65;
  text-decoration: none;
  transform: translateX(3px);
  outline: none;
}

.download-refresh .product-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
  line-height: 1.28;
}

.download-refresh .product-copy strong {
  overflow: hidden;
  color: #18233d;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -0.02em;
}

.download-refresh .product-copy small {
  overflow: hidden;
  color: #6f7c96;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.download-refresh .product-badge {
  display: inline-block;
  margin-left: 5px;
  padding: 3px 5px;
  border-radius: 4px;
  color: #fff;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: middle;
}

.download-refresh .hot-badge { background: #ff5b64; }
.download-refresh .new-badge { background: #6c63ff; }


.download-refresh .download-main {
  padding-bottom: 88px;
  font-family: inherit;
}

.download-refresh .download-hero {
  position: relative;
  overflow: hidden;
  padding: 68px 0 26px;
}

.download-refresh .download-hero::before,
.download-refresh .download-hero::after {
  position: absolute;
  content: "";
  border-radius: 999px;
  filter: blur(10px);
  pointer-events: none;
}

.download-refresh .download-hero::before {
  top: 36px;
  right: 8%;
  width: 280px;
  height: 280px;
  background: rgba(78, 95, 255, 0.11);
}

.download-refresh .download-hero::after {
  display: none;
}

.download-refresh .download-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
  gap: 0;
  align-items: stretch;
}

.download-refresh .download-featured-head {
  max-width: 1100px;
  margin: 0 auto 30px;
}

.download-refresh .download-featured-head h1 {
  margin: 0;
  color: #171717;
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.download-refresh .download-featured-head p {
  margin: 16px 0 0;
  color: #2b2b2b;
  font-size: 18px;
  line-height: 1.5;
}

.download-refresh .download-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}

.download-refresh .featured-product-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  align-items: center;
  padding: 42px 24px 26px;
  border: 1px solid rgba(122, 126, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(72, 84, 212, 0.08);
  text-align: center;
}

.download-refresh .featured-product-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 196px;
  height: 154px;
  margin-bottom: 2px;
}

.download-refresh .featured-product-logo img {
  display: block;
  width: 94%;
  height: 94%;
  object-fit: contain;
}

.download-refresh .feature-indigo .featured-product-logo {
  background: none;
}

.download-refresh .feature-green .featured-product-logo {
  background: none;
}

.download-refresh .feature-blue .featured-product-logo {
  background: none;
}

.download-refresh .featured-product-card h3 {
  margin: 10px 0 0;
  color: #232323;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.download-refresh .featured-product-card p {
  margin: 18px 0 0;
  color: #67718a;
  font-size: 15px;
  line-height: 1.8;
}

.download-refresh .featured-product-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin-top: auto;
  padding-top: 28px;
}

.download-refresh .featured-product-actions .download-btn {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 10px;
  font-size: 14px;
  gap: 6px;
}

.download-refresh .featured-product-actions .download-btn.win {
  background: linear-gradient(135deg, #6d63f6 0%, #5d57ea 100%);
  box-shadow: none;
}

.download-refresh .featured-product-actions .download-btn.mac {
  border: 2px solid #7b71ff;
  background: #fff;
  color: #6d63f6;
}

.download-refresh .featured-product-actions .download-btn.mac:hover {
  border-color: #5d57ea;
  color: #5d57ea;
  background: #f9f8ff;
}

.download-refresh .download-hero-copy,
.download-refresh .download-hero-panel,
.download-refresh .download-feature-panel,
.download-refresh .download-overview-card,
.download-refresh .download-card,
.download-refresh .download-support-box {
  border: 1px solid rgba(79, 92, 255, 0.10);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(20, 28, 60, 0.07);
  backdrop-filter: blur(8px);
}

.download-refresh .download-hero-copy {
  position: relative;
  padding: 44px 46px 40px;
  border-radius: 30px;
}

.download-refresh .featured-copy h1 {
  max-width: none;
}

.download-refresh .download-kicker,
.download-refresh .download-section-label,
.download-refresh .download-overview-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ef7f34;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.download-refresh .download-kicker::before,
.download-refresh .download-section-label::before,
.download-refresh .download-overview-title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(239, 127, 52, 0.12);
}

.download-refresh .featured-copy {
  max-width: 760px;
}

.download-refresh .download-hero-copy h1 {
  margin: 18px 0 18px;
  max-width: 11.5em;
  color: #13203d;
  font-size: 54px;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.download-refresh .download-hero-copy p,
.download-refresh .download-section-intro p,
.download-refresh .download-card p,
.download-refresh .download-support-box p {
  color: #667089;
  font-size: 17px;
  line-height: 1.8;
}

.download-refresh .download-hero-actions,
.download-refresh .download-support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.download-refresh .hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 188px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.download-refresh .hero-btn:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

.download-refresh .hero-btn-primary {
  background: linear-gradient(135deg, #ff9346 0%, #ef6f2e 100%);
  color: #fff;
  box-shadow: 0 18px 30px rgba(239, 111, 46, 0.24);
}

.download-refresh .hero-btn-primary:hover {
  color: #fff;
  box-shadow: 0 22px 36px rgba(239, 111, 46, 0.28);
}

.download-refresh .hero-btn-secondary {
  border: 1px solid #f0dccd;
  background: #fff;
  color: #2e3750;
}

.download-refresh .hero-btn-secondary:hover {
  border-color: #ef7f34;
  color: #ef7f34;
}

.download-refresh .hero-btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0);
  background: rgba(239, 127, 52, 0.10);
  color: #d86a21;
}

.download-refresh .hero-btn-ghost:hover {
  background: rgba(239, 127, 52, 0.16);
  color: #c75e1b;
}

.download-refresh .featured-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.download-refresh .featured-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid #f4ddcf;
  border-radius: 999px;
  background: rgba(255, 249, 242, 0.96);
  color: #8c552d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.download-refresh .download-jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.download-refresh .download-jump-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #f2dccb;
  border-radius: 999px;
  background: rgba(255, 251, 246, 0.88);
  color: #6b553f;
  font-size: 13px;
  font-weight: 700;
}

.download-refresh .download-jump-links a:hover {
  border-color: #ef7f34;
  background: #fff0e6;
  color: #ef7f34;
  text-decoration: none;
}

.download-refresh .download-feature-panel {
  width: 100%;
  max-width: 820px;
  padding: 22px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,249,242,0.98) 100%);
}

.download-refresh .download-feature-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.download-refresh .download-feature-art {
  position: relative;
  min-height: 380px;
  padding: 18px;
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.55), transparent 26%),
    radial-gradient(circle at 80% 22%, rgba(255, 255, 255, 0.24), transparent 30%),
    linear-gradient(140deg, #ffba63 0%, #ff8f44 32%, #ff6d42 58%, #433662 100%);
}

.download-refresh .download-feature-art::after {
  position: absolute;
  content: "";
  inset: auto -16% -20% auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  filter: blur(2px);
}

.download-refresh .download-feature-art img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 460px;
  margin: 60px auto 0;
  border-radius: 18px;
  box-shadow: 0 28px 54px rgba(16, 21, 52, 0.34);
}

.download-refresh .download-feature-logo {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 19px;
  background: linear-gradient(145deg, #ff8f5b 0%, #ff4c5f 100%);
  box-shadow: 0 12px 28px rgba(27, 44, 89, 0.24);
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.download-refresh .download-feature-summary {
  padding: 2px 4px 0;
}

.download-refresh .download-feature-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff0e3;
  color: #d76d23;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.download-refresh .download-feature-summary p {
  margin: 14px 0 0;
  color: #617089;
  font-size: 15px;
  line-height: 1.75;
}

.download-refresh .download-feature-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.download-refresh .download-hero-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  border-radius: 28px;
}

.download-refresh .download-stat,
.download-refresh .download-safe-note {
  padding: 22px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
  border: 1px solid #edf0f8;
}

.download-refresh .download-stat strong {
  display: block;
  color: #15203b;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.download-refresh .download-stat span {
  display: block;
  margin-top: 10px;
  color: #67718a;
  font-size: 14px;
  line-height: 1.55;
}

.download-refresh .download-safe-note {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #eff7ff 0%, #f7fbff 100%);
}

.download-refresh .download-safe-note b {
  display: block;
  margin-bottom: 8px;
  color: #13203d;
  font-size: 16px;
}

.download-refresh .download-safe-note p {
  margin: 0;
  color: #60708a;
  font-size: 14px;
  line-height: 1.7;
}

.download-refresh .download-overview {
  padding: 10px 0 18px;
}

.download-refresh .download-overview-card {
  padding: 24px 28px;
  border-radius: 24px;
}

.download-refresh .download-overview-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 26px;
  margin-top: 16px;
}

.download-refresh .download-overview-list span {
  color: #61708a;
  font-size: 14px;
  line-height: 1.75;
}

.download-refresh .download-overview-list b {
  color: #17213a;
}

.download-refresh .download-catalog {
  position: relative;
  z-index: 2;
  padding: 28px 0 26px;
  background: #fff;
}

.download-refresh .download-category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 24px;
}

.download-refresh .download-category-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #f2ddcc;
  border-radius: 999px;
  background: #fff;
  color: #5a4a3a;
  font-size: 14px;
  font-weight: 700;
}

.download-refresh .download-category-pills a:hover {
  border-color: #ef7f34;
  background: #fff0e6;
  color: #ef7f34;
  text-decoration: none;
}

.download-refresh .download-category {
  margin-top: 28px;
}

.download-refresh .download-category-head {
  margin-bottom: 18px;
}

.download-refresh .download-category-index {
  display: inline-block;
  margin-bottom: 10px;
  color: #ef9f69;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.download-refresh .download-category-head h3,
.download-refresh .download-support-box h3 {
  margin: 0;
  color: #12203b;
  font-size: 31px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.download-refresh .download-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 520px));
  justify-content: center;
  gap: 18px 16px;
}

.download-refresh .download-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  grid-template-areas:
    "title visual"
    "desc visual"
    "platform visual"
    "actions visual";
  align-items: start;
  column-gap: 20px;
  min-height: 100%;
  padding: 26px 24px 24px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #e7edf6;
  background: #fff;
  box-shadow: 0 12px 24px rgba(32, 52, 89, 0.04);
}

.download-refresh .download-card-visual {
  grid-area: visual;
  align-self: center;
  position: relative;
  min-height: 166px;
  width: 100%;
  margin: 0;
  padding: 14px;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.42), transparent 22%),
    linear-gradient(145deg, #edf3ff 0%, #dfe7ff 55%, #f7f9ff 100%);
}

.download-refresh .download-card-visual::after {
  position: absolute;
  content: "";
  right: -20px;
  bottom: -28px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.download-refresh .download-card-logo {
  display: none;
}

.download-refresh .download-card-shot {
  position: relative;
  z-index: 2;
  width: min(100%, 136px);
  margin: 0 auto;
}

.download-refresh .download-card-shot img {
  display: block;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(17, 24, 55, 0.18);
}

.download-refresh .theme-indigo .download-card-visual { background: linear-gradient(145deg, #eef0ff 0%, #dfe4ff 58%, #f6f8ff 100%); }
.download-refresh .theme-indigo .download-card-logo { background: linear-gradient(145deg, #7a63ff 0%, #4a53df 100%); }
.download-refresh .theme-blue .download-card-visual { background: linear-gradient(145deg, #edf7ff 0%, #dbeeff 58%, #f7fbff 100%); }
.download-refresh .theme-blue .download-card-logo { background: linear-gradient(145deg, #43a3ff 0%, #2864d9 100%); }
.download-refresh .theme-magenta .download-card-visual { background: linear-gradient(145deg, #fff0fb 0%, #f6dfff 55%, #fff8ff 100%); }
.download-refresh .theme-magenta .download-card-logo { background: linear-gradient(145deg, #ee63c9 0%, #b74ce2 100%); }
.download-refresh .theme-cyan .download-card-visual { background: linear-gradient(145deg, #ecfbff 0%, #d7f2ff 56%, #f5fcff 100%); }
.download-refresh .theme-cyan .download-card-logo { background: linear-gradient(145deg, #39cbe8 0%, #2f87df 100%); }
.download-refresh .theme-amber .download-card-visual { background: linear-gradient(145deg, #fff8eb 0%, #ffe8c8 55%, #fffaf2 100%); }
.download-refresh .theme-amber .download-card-logo { background: linear-gradient(145deg, #ffbf4c 0%, #ef841a 100%); }
.download-refresh .theme-rose .download-card-visual { background: linear-gradient(145deg, #fff0f2 0%, #ffd9df 55%, #fff7f8 100%); }
.download-refresh .theme-rose .download-card-logo { background: linear-gradient(145deg, #ff7979 0%, #df4545 100%); }
.download-refresh .theme-green .download-card-visual { background: linear-gradient(145deg, #ecfff4 0%, #d5f4df 56%, #f6fff9 100%); }
.download-refresh .theme-green .download-card-logo { background: linear-gradient(145deg, #53d79b 0%, #16a96c 100%); }
.download-refresh .theme-violet .download-card-visual { background: linear-gradient(145deg, #f0f2ff 0%, #dde4ff 56%, #f8f9ff 100%); }
.download-refresh .theme-violet .download-card-logo { background: linear-gradient(145deg, #7187ff 0%, #4854d4 100%); }
.download-refresh .theme-navy .download-card-visual { background: linear-gradient(145deg, #edf2fb 0%, #d9e3f2 56%, #f7f9fd 100%); }
.download-refresh .theme-navy .download-card-logo { background: linear-gradient(145deg, #526784 0%, #273a5a 100%); }
.download-refresh .theme-orange .download-card-visual { background: linear-gradient(145deg, #fff5ed 0%, #ffe0ca 56%, #fff9f4 100%); }
.download-refresh .theme-orange .download-card-logo { background: linear-gradient(145deg, #ff9f4e 0%, #ed6639 100%); }
.download-refresh .theme-teal .download-card-visual { background: linear-gradient(145deg, #edfffb 0%, #d2f3eb 56%, #f7fffd 100%); }
.download-refresh .theme-teal .download-card-logo { background: linear-gradient(145deg, #41cbb9 0%, #148c91 100%); }
.download-refresh .theme-pink .download-card-visual { background: linear-gradient(145deg, #fff0f7 0%, #ffd8e9 56%, #fff8fb 100%); }
.download-refresh .theme-pink .download-card-logo {
  background: linear-gradient(145deg, #ff6785 0%, #d93469 100%);
  font-size: 13px;
  letter-spacing: 0;
}

.download-refresh .download-card h4 {
  grid-area: title;
  margin: 0 0 12px;
  color: #15203b;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.download-refresh .download-card h4 a {
  color: inherit;
}

.download-refresh .download-card h4 a:hover {
  color: #ef7f34;
  text-decoration: none;
}

.download-refresh .download-card p {
  grid-area: desc;
  margin: 0;
  font-size: 15px;
}

.download-refresh .download-platforms {
  grid-area: platform;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 18px;
}

.download-refresh .download-platform {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.download-refresh .download-platform.is-on {
  background: #fff4ea;
  color: #d9782f;
}

.download-refresh .download-platform.is-off {
  background: #f9f1ea;
  color: #8b7869;
}

.download-refresh .download-actions {
  grid-area: actions;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
  padding-top: 4px;
}

.download-refresh .download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 154px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

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

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

.download-refresh .download-btn.win {
  background: linear-gradient(135deg, #ff9346 0%, #ef6f2e 100%);
  color: #fff;
  box-shadow: 0 14px 26px rgba(239, 111, 46, 0.22);
}

.download-refresh .download-btn.mac {
  border: 1px solid #eddccf;
  background: #fff;
  color: #5c4e42;
}

.download-refresh .download-btn.mac:hover {
  border-color: #ef7f34;
  color: #ef7f34;
}

.download-refresh .download-support-panel {
  padding-top: 32px;
}

.download-refresh .download-support-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 32px;
  border-radius: 28px;
}

.download-refresh .download-support-box p {
  margin: 14px 0 0;
  max-width: 760px;
  font-size: 15px;
}

@media (max-width: 1200px) {
  .download-refresh .download-hero-grid,
  .download-refresh .download-grid,
  .download-refresh .download-overview-list {
    grid-template-columns: 1fr;
  }

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

  .download-refresh .featured-copy,
  .download-refresh .download-grid {
    max-width: none;
  }

  .download-refresh .download-card {
    display: flex;
    flex-direction: column;
  }

  .download-refresh .download-category-head,
  .download-refresh .download-support-box {
    flex-direction: column;
    align-items: flex-start;
  }

}

@media (min-width: 993px) {
  /* Logo sits at the left edge of the header, menu flush right */
  .download-refresh .jw-header .container {
    justify-content: space-between;
    gap: 24px;
  }

  /* Store button: reduce height to roughly half the header height */
  .download-refresh .jw-header-menu .buy > a {
    height: 40px;
    line-height: 38px;
  }

  .download-refresh .drop-down .product-mega-menu {
    position: fixed;
    top: 88px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 992px) {
  .download-refresh .jw-header,
  .download-refresh .page-header {
    height: 68px;
  }

  .download-refresh .jw-header-menu {
    margin-top: 68px;
    line-height: 60px;
  }

  .download-refresh .jw-header-menu > ul > li,
  .download-refresh .jw-header-menu > ul > li > a {
    height: 60px;
    line-height: 60px;
  }

  .download-refresh .jw-header-menu > ul > li.buy {
    padding: 0 15px 18px;
    border-bottom: 0;
  }

  .download-refresh .drop-down .product-mega-menu {
    left: 0;
    width: 100%;
    transform: none;
    border-radius: 0;
    box-shadow: none;
  }

  .download-refresh .product-mega-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .download-refresh .product-mega-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .download-refresh .product-mega-group + .product-mega-group {
    border-left: 0;
    border-top: 1px solid #edf0f6;
    padding-top: 14px;
  }

  .download-refresh .download-hero {
    padding-top: 42px;
  }

  .download-refresh .download-hero-copy {
    padding: 34px 30px 30px;
  }

  .download-refresh .download-feature-panel {
    padding: 18px;
  }

  .download-refresh .download-hero-copy h1 {
    max-width: none;
    font-size: 42px;
  }

  .download-refresh .download-featured-head h1 {
    font-size: 44px;
  }

}

@media (max-width: 768px) {
  .download-refresh .jw-header,
  .download-refresh .page-header {
    height: 60px;
  }

  .download-refresh .jw-header .container {
    display: block;
  }

  .download-refresh .jw-header-menu {
    margin-top: 60px;
  }

  .download-refresh .jw-header-menu > ul > li,
  .download-refresh .jw-header-menu > ul > li > a {
    height: 60px;
    line-height: 60px;
  }

  .download-refresh .drop-down .product-mega-menu {
    max-height: calc(100vh - 130px);
    overflow-y: auto;
  }

  .download-refresh .product-mega-head {
    padding: 18px 20px 16px;
  }

  .download-refresh .product-mega-grid {
    padding: 18px 14px;
  }

  .download-refresh .product-link {
    min-height: 68px;
    padding: 9px 10px;
  }

  .download-refresh .product-copy strong {
    font-size: 15px;
  }

  .download-refresh .product-copy small {
    white-space: normal;
    font-size: 12px;
  }

  .download-refresh .download-hero-copy h1 {
    font-size: 34px;
  }

  .download-refresh .download-featured-head {
    margin-bottom: 22px;
  }

  .download-refresh .download-featured-head h1 {
    font-size: 36px;
  }

  .download-refresh .download-featured-head p {
    font-size: 16px;
  }

  .download-refresh .download-featured-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .download-refresh .featured-product-card {
    min-height: 0;
    padding: 30px 20px 22px;
  }

  .download-refresh .featured-product-logo {
    width: 168px;
    height: 132px;
  }

  .download-refresh .featured-product-card h3 {
    margin-top: 8px;
    font-size: 24px;
  }

  .download-refresh .download-category-head h3,
  .download-refresh .download-support-box h3 {
    font-size: 28px;
  }

  .download-refresh .download-category-pills {
    gap: 10px;
  }

  .download-refresh .download-feature-art {
    min-height: 300px;
  }

  .download-refresh .download-feature-art img {
    margin-top: 52px;
  }

  .download-refresh .download-card h4 {
    font-size: 24px;
  }

  .download-refresh .download-actions,
  .download-refresh .download-hero-actions,
  .download-refresh .download-feature-links,
  .download-refresh .download-support-actions {
    width: 100%;
  }

  .download-refresh .download-btn,
  .download-refresh .hero-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .download-refresh .download-main {
    padding-bottom: 56px;
  }

  .download-refresh .download-hero {
    padding: 28px 0 12px;
  }

  .download-refresh .download-hero-copy,
  .download-refresh .download-hero-panel,
  .download-refresh .download-overview-card,
  .download-refresh .download-card,
  .download-refresh .download-support-box {
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 20px;
  }

  .download-refresh .download-hero-copy {
    padding-top: 26px;
    padding-bottom: 24px;
  }

  .download-refresh .download-hero-copy h1 {
    margin-top: 16px;
    font-size: 29px;
    line-height: 1.08;
  }

  .download-refresh .download-featured-head h1 {
    font-size: 31px;
    line-height: 1.12;
  }

  .download-refresh .featured-product-card {
    padding: 24px 16px 18px;
    border-radius: 20px;
  }

  .download-refresh .featured-product-card p {
    font-size: 14px;
    line-height: 1.7;
  }

  .download-refresh .featured-product-actions {
    grid-template-columns: 1fr;
  }

  .download-refresh .download-hero-copy p,
  .download-refresh .download-section-intro p,
  .download-refresh .download-category-head p,
  .download-refresh .download-card p,
  .download-refresh .download-support-box p {
    font-size: 14px;
    line-height: 1.7;
  }

  .download-refresh .download-hero-panel {
    grid-template-columns: 1fr;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .download-refresh .featured-badges {
    gap: 8px;
  }

  .download-refresh .download-overview-list {
    gap: 10px;
  }

  .download-refresh .download-category-head h3,
  .download-refresh .download-support-box h3 {
    font-size: 24px;
    line-height: 1.1;
  }

  .download-refresh .download-card h4 {
    font-size: 22px;
  }

  .download-refresh .download-category {
    margin-top: 22px;
  }

  .download-refresh .download-grid {
    gap: 14px;
  }

  .download-refresh .download-card {
    padding: 18px 16px 20px;
  }

  .download-refresh .download-card-visual {
    min-height: 168px;
    margin-bottom: 18px;
    padding: 14px;
  }

  .download-refresh .download-card-logo {
    display: none;
  }

  .download-refresh .theme-pink .download-card-logo {
    font-size: 10px;
  }

  .download-refresh .download-card-shot {
    width: min(100%, 290px);
    margin-top: 0;
  }

  .download-refresh .download-feature-panel {
    padding: 14px;
  }

  .download-refresh .download-feature-art {
    min-height: 220px;
    padding: 14px;
  }

  .download-refresh .download-feature-art img {
    margin-top: 44px;
    border-radius: 14px;
  }

  .download-refresh .download-feature-logo {
    top: 14px;
    left: 14px;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 18px;
  }

  .download-refresh .download-platforms {
    margin: 16px 0;
  }

  .download-refresh .download-btn {
    min-height: 46px;
    border-radius: 12px;
    font-size: 14px;
  }
}
