/* Homepage wide marketplace layer. Scope: index.html only via .home-wide-page. */

.home-wide-page {
  --home-wide-max: 1520px;
  --home-wide-gutter: clamp(16px, 4vw, 56px);
  --home-wide-shell: min(calc(100vw - (var(--home-wide-gutter) * 2)), var(--home-wide-max));
  --home-card-radius: 30px;
  --home-card-border: rgba(255, 255, 255, 0.64);
  --home-card-shadow: 0 22px 58px rgba(34, 61, 124, 0.12);
  --home-pricing-reveal-offset: clamp(28px, 5svh, 86px);
  --home-promo-slider-height: clamp(390px, 29vw, 470px);
  --home-shortcuts-top-gap: clamp(18px, 2vw, 34px);
  width: 100%;
  overflow: clip;
}

.home-wide-body main.page.home-wide-page {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.home-wide-page,
.home-wide-page *,
.home-wide-page *::before,
.home-wide-page *::after {
  box-sizing: border-box;
}

.home-wide-page > .hero,
.home-wide-page > .trust-bar,
.home-wide-page > .pricing,
.home-wide-page > .how,
.home-wide-page > .faq,
.home-wide-page > .activation-video,
.home-wide-page > .home-final-cta {
  width: var(--home-wide-shell) !important;
  max-width: var(--home-wide-shell) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.home-wide-page #pricing,
.home-wide-page #how,
.home-wide-page #activationVideo,
.home-wide-page #faq,
.home-wide-page #news,
.home-wide-page #software,
.home-wide-page #socials {
  scroll-margin-top: 126px;
}

.home-wide-page > .pricing,
.home-wide-page > .how,
.home-wide-page > .faq,
.home-wide-page > .activation-video {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.home-wide-page > .hero::before,
.home-wide-page > .hero::after,
.home-wide-page > .pricing::before,
.home-wide-page > .pricing::after,
.home-wide-page > .how::before,
.home-wide-page > .how::after,
.home-wide-page > .faq::before,
.home-wide-page > .faq::after,
.home-wide-page > .activation-video::before,
.home-wide-page > .activation-video::after {
  content: none !important;
  display: none !important;
}

.home-wide-page > .pricing,
.home-wide-page > .how,
.home-wide-page > .faq,
.home-wide-page > .activation-video,
.home-wide-page > .home-final-cta {
  margin-bottom: clamp(54px, 7vw, 104px) !important;
}

.home-wide-page > .pricing {
  margin-top: var(--home-pricing-reveal-offset) !important;
}

.home-wide-page .home-hero-wide {
  position: relative;
  isolation: isolate;
  display: block !important;
  width: 70% !important;
  max-width: none !important;
  margin-top: clamp(14px, 1.8vw, 28px) !important;
  margin-bottom: clamp(12px, 1.6vw, 22px) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
}

.home-wide-page .home-hero-wide__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.72fr);
  gap: clamp(22px, 3.8vw, 56px);
  align-items: center;
  width: 100%;
  min-width: 0;
}

.home-wide-page .home-hero-wide__content--promo {
  grid-template-columns: 1fr;
  align-items: start;
  gap: clamp(26px, 3vw, 40px);
}

.home-wide-page .home-hero-wide__copy {
  min-width: 0;
}

.home-wide-page .home-hero-wide__copy[hidden] {
  display: none !important;
}

.home-wide-page .home-hero-wide [data-hero-react-root],
.home-wide-page .home-hero-wide .hero-react {
  max-width: 900px !important;
  margin: 0 !important;
  text-align: left !important;
}

.home-wide-page .home-hero-wide [data-hero-react-root] > h1,
.home-wide-page .home-hero-wide [data-hero-react-root] > p {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.home-wide-page .home-hero-wide .hero-react__headline,
.home-wide-page .home-hero-wide .hero-react__title,
.home-wide-page .home-hero-wide .hero-react__description {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.home-wide-page .home-hero-wide .hero-react__title {
  font-size: clamp(44px, 5.8vw, 82px) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.055em !important;
}

.home-wide-page .home-hero-wide .hero-react__description {
  max-width: 760px !important;
  color: rgba(24, 34, 54, 0.76) !important;
  font-size: clamp(17px, 1.55vw, 23px) !important;
}

.home-wide-page .home-hero-wide .hero-react__actions {
  display: none !important;
}

.home-wide-page .home-hero-wide__actions {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.home-wide-page .home-hero-wide__primary,
.home-wide-page .home-hero-wide__secondary {
  min-height: 52px;
  min-width: 184px;
  padding: 0 26px;
  align-items: center;
  justify-content: center;
}

.home-wide-page .home-hero-wide .hero-trust-pills {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, max-content));
  justify-content: flex-start !important;
  align-items: stretch !important;
  gap: 10px 12px !important;
  max-width: 900px !important;
  margin: 20px 0 0 !important;
}

.home-wide-page .home-hero-wide .hero-trust-pills li {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow: 0 10px 24px rgba(34, 61, 124, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.home-wide-page .home-hero-wide__panel {
  display: grid;
  gap: 14px;
  width: 100%;
  min-width: 0;
  padding: clamp(16px, 2vw, 22px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: var(--home-card-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.home-hero-panel__header {
  display: grid;
  gap: 4px;
}

.home-hero-panel__header span {
  color: rgba(35, 49, 76, 0.58);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-hero-panel__header strong {
  color: #142036;
  font-size: clamp(21px, 1.8vw, 28px);
  line-height: 1.05;
}

.home-hero-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-hero-process {
  counter-reset: hero-process;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-hero-process li {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 12px;
  align-items: start;
  min-width: 0;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 14px 30px rgba(34, 61, 124, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.home-hero-process li::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 100% 0%, rgba(42, 91, 255, 0.1), transparent 48%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 58%);
}

.home-hero-process span {
  position: relative;
  z-index: 1;
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #2a5bff, #138a78);
  box-shadow: 0 10px 20px rgba(42, 91, 255, 0.18);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.home-hero-process strong,
.home-hero-process p {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.home-hero-process strong {
  color: #142036;
  font-size: 15px;
  line-height: 1.25;
}

.home-hero-process p {
  margin: 0;
  color: rgba(24, 34, 54, 0.68);
  font-size: 13px;
  line-height: 1.42;
}

.home-hero-service {
  display: grid;
  gap: 8px;
  min-width: 0;
  min-height: 96px;
  padding: 14px;
  border-radius: 22px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(145deg, #17233d, #2a5bff);
  box-shadow: 0 16px 34px rgba(42, 91, 255, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-hero-service:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(42, 91, 255, 0.22);
}

.home-hero-service span {
  font-size: 14px;
  font-weight: 900;
}

.home-hero-service strong {
  align-self: end;
  font-size: 18px;
  line-height: 1.1;
}

.home-hero-service--chatgpt {
  background: linear-gradient(145deg, #071b16, #12a976);
}

.home-hero-service--claude {
  background: linear-gradient(145deg, #4a1906, #ff6a2b);
}

.home-hero-service--grok {
  background: linear-gradient(145deg, #05060a, #2e3448);
}

.home-hero-service--vpn {
  background: linear-gradient(145deg, #06152d, #1b63ff);
}

.home-hero-panel__note {
  color: rgba(24, 34, 54, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.home-wide-page .home-hero-wide__panel[data-home-promo-slider] {
  position: relative;
  display: block;
  width: 100%;
  min-height: var(--home-promo-slider-height);
  max-width: none;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.home-promo-slider {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: var(--home-promo-slider-height);
  overflow: hidden;
  border-radius: clamp(28px, 3vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #05070d;
  box-shadow: 0 30px 78px rgba(10, 18, 40, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  isolation: isolate;
}

.home-promo-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: clamp(30px, 4vw, 54px);
  color: #ffffff;
  background: var(--promo-bg, linear-gradient(135deg, rgba(53, 242, 143, 0.34), rgba(52, 108, 255, 0.2), rgba(5, 7, 13, 0.96)));
  opacity: 0;
  visibility: hidden;
  transform: translateX(26px) scale(1.018);
  transition: opacity 0.62s ease, transform 0.76s cubic-bezier(0.2, 0.7, 0.2, 1), visibility 0.62s ease;
  text-align: left;
}

.home-promo-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scale(1);
  z-index: 2;
}

.home-promo-slide::before,
.home-promo-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-promo-slide::before {
  z-index: 0;
  left: auto;
  width: min(58%, 760px);
  background:
    var(--promo-art, radial-gradient(circle at 58% 44%, rgba(53, 242, 143, 0.58), transparent 0 16%, transparent 36%)),
    radial-gradient(circle at 70% 38%, rgba(255, 255, 255, 0.2), transparent 0 12%, transparent 32%),
    radial-gradient(circle at 38% 64%, rgba(255, 255, 255, 0.12), transparent 0 10%, transparent 30%);
  mix-blend-mode: screen;
  opacity: 0.95;
}

.home-promo-slide::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.24)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.56));
}

.home-promo-slide__content {
  position: relative;
  z-index: 2;
  width: min(48%, 640px);
  text-align: left;
}

.home-promo-slide__badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 12px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.home-promo-slide h2 {
  max-width: 14ch;
  margin: 0;
  color: inherit;
  font-family: "Manrope", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(38px, 4.35vw, 68px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.home-promo-slide__title-line {
  display: block;
}

.home-promo-slide p {
  max-width: 520px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(15px, 1.18vw, 18px);
  line-height: 1.55;
}

.home-promo-slide__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 20px;
  padding: 0 22px;
  border-radius: 999px;
  color: #06110b;
  background: linear-gradient(135deg, #ffffff, rgba(255, 255, 255, 0.82));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-promo-slide--chatgpt {
  --promo-art:
    radial-gradient(circle at 72% 44%, rgba(53, 242, 143, 0.92) 0 7%, transparent 8%),
    radial-gradient(circle at 78% 30%, rgba(255, 255, 255, 0.48) 0 6%, transparent 7%),
    radial-gradient(circle at 66% 62%, rgba(53, 242, 143, 0.44) 0 15%, transparent 16%),
    radial-gradient(circle at 86% 56%, rgba(42, 91, 255, 0.3) 0 12%, transparent 13%);
}

.home-promo-slide--vpn {
  --promo-bg:
    linear-gradient(90deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.44) 36%, rgba(0, 0, 0, 0) 72%),
    url("/assets/img/home/vpn-promo-bg.png?v=20260622") center / cover no-repeat;
  --promo-art: none;
}

.home-promo-slide--vpn::before {
  opacity: 0;
}

.home-promo-slide--vpn::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.02) 54%, rgba(0, 0, 0, 0.04)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.22));
}

.home-promo-slide--vpn h2 {
  max-width: 760px;
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 0.96;
  letter-spacing: -0.054em;
}

.home-promo-slide--vpn .home-promo-slide__title-line:last-child {
  font-size: 0.68em;
  letter-spacing: -0.034em;
  white-space: nowrap;
}

.home-promo-slide--topups {
  --promo-bg:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.02) 76%),
    url("/assets/img/home/topups-promo-bg.png?v=20260703-steam-promo-restore1") center / cover no-repeat,
    linear-gradient(105deg, #0b101c 0%, #111827 54%, #05070d 100%);
  --promo-art: none;
}

.home-promo-slide--topups .home-promo-slide__content {
  width: min(52%, 720px);
}

.home-promo-slide--topups::before {
  opacity: 0;
}

.home-promo-slide--topups::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.03) 58%, rgba(0, 0, 0, 0.1)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.28));
}

.home-promo-slide--topups h2 {
  max-width: 680px;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 0.94;
  letter-spacing: -0.056em;
}

.home-promo-slide--topups .home-promo-slide__title-line:first-child {
  white-space: nowrap;
}

.home-promo-slide--topups .home-promo-slide__title-line:last-child {
  font-size: 0.82em;
  letter-spacing: -0.04em;
}

.home-promo-slide--supergrok {
  --promo-bg:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.56) 39%, rgba(0, 0, 0, 0.08) 72%),
    url("/assets/img/home/supergrok-promo-bg.png?v=20260622") center / cover no-repeat;
  --promo-art: none;
}

.home-promo-slide--supergrok::before {
  opacity: 0;
}

.home-promo-slide--supergrok h2 {
  max-width: 620px;
  font-size: clamp(34px, 3.35vw, 54px);
  line-height: 0.94;
  letter-spacing: -0.056em;
}

.home-promo-slide--supergrok .home-promo-slide__title-line:last-child {
  font-size: 0.86em;
  letter-spacing: -0.048em;
}

.home-promo-slide--catalog {
  --promo-art:
    radial-gradient(circle at 72% 42%, rgba(255, 111, 45, 0.9) 0 11%, transparent 12%),
    radial-gradient(circle at 83% 60%, rgba(255, 198, 112, 0.42) 0 14%, transparent 15%),
    radial-gradient(circle at 62% 58%, rgba(42, 91, 255, 0.22) 0 12%, transparent 13%);
}

.home-promo-slide__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.home-promo-slide__button:focus-visible,
.home-promo-slider__arrow:focus-visible,
.home-promo-slider__dot:focus-visible {
  outline: 3px solid rgba(53, 242, 143, 0.72);
  outline-offset: 3px;
}

.home-promo-slider__controls {
  position: absolute;
  z-index: 5;
  inset: 0 clamp(18px, 2vw, 28px);
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}

.home-promo-slider__arrow,
.home-promo-slider__dot {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  cursor: pointer;
  pointer-events: auto;
}

.home-promo-slider__arrow {
  --promo-arrow-x: 0;
  width: 48px;
  height: 48px;
  align-self: center;
  border-radius: 18px;
  font-size: 30px;
  line-height: 1;
  transform: translateX(var(--promo-arrow-x));
  transition: transform 0.18s ease, background 0.18s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.home-promo-slider__arrow:first-child {
  --promo-arrow-x: -50%;
}

.home-promo-slider__arrow:last-child {
  --promo-arrow-x: 50%;
}

.home-promo-slider__arrow:hover {
  transform: translateX(var(--promo-arrow-x)) translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
}

.home-promo-slider__dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: end;
  justify-content: center;
  gap: 8px;
  margin-bottom: clamp(14px, 1.55vw, 22px);
  pointer-events: auto;
}

.home-promo-slider__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 999px;
  opacity: 0.56;
  transition: width 0.22s ease, opacity 0.22s ease, background 0.22s ease;
}

.home-promo-slider__dot.is-active {
  width: 10px;
  opacity: 1;
  border-color: rgba(53, 242, 143, 0.62);
  background: #35f28f;
  box-shadow: 0 0 0 4px rgba(53, 242, 143, 0.16), 0 0 18px rgba(53, 242, 143, 0.34);
}

.home-hero-trust-legacy[hidden],
.home-hero-wide__panel--legacy[hidden] {
  display: none !important;
}

.home-wide-page > .home-service-shortcuts {
  width: min(100%, 1320px) !important;
  max-width: none !important;
  margin: var(--home-shortcuts-top-gap) auto clamp(18px, 2.2vw, 34px) !important;
}

.home-service-shortcuts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 20px);
}

.home-service-shortcut {
  position: relative;
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: auto auto;
  align-items: center;
  gap: clamp(10px, 1vw, 14px);
  padding: 0;
  overflow: visible;
  border-radius: 0;
  color: #182236;
  text-align: center;
  text-decoration: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: translateZ(0);
  transition: transform 0.22s ease;
}

.home-service-shortcut::before {
  content: none;
}

.home-service-shortcut:not(.is-empty):hover {
  transform: translateY(-4px);
}

.home-service-shortcut__art {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(100px, 8.2vw, 136px);
  overflow: hidden;
  border-radius: clamp(22px, 2.1vw, 30px);
  background:
    radial-gradient(circle at 52% 16%, rgba(255, 255, 255, 0.16), transparent 36%),
    linear-gradient(145deg, rgba(12, 14, 20, 0.94), rgba(24, 28, 38, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 42px rgba(10, 18, 40, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.home-service-shortcut__art::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.3));
}

.home-service-shortcut__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  transform: scale(1.01);
}

.home-service-shortcut:not(.is-empty):hover .home-service-shortcut__art {
  border-color: rgba(53, 242, 143, 0.34);
  box-shadow: 0 22px 52px rgba(10, 18, 40, 0.2), 0 0 26px rgba(53, 242, 143, 0.1);
}

.home-service-shortcut__title {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  color: #182236;
  font-size: clamp(17px, 1.7vw, 25px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-shadow: none;
}

.home-service-shortcut--topups .home-service-shortcut__art {
  background:
    radial-gradient(circle at 30% 12%, rgba(255, 201, 92, 0.22), transparent 36%),
    linear-gradient(145deg, rgba(16, 17, 22, 0.96), rgba(32, 30, 25, 0.92));
}

.home-service-shortcut--topups.is-empty {
  cursor: default;
}

.home-service-shortcut--ai .home-service-shortcut__art {
  background:
    radial-gradient(circle at 50% 6%, rgba(53, 242, 143, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(7, 12, 11, 0.96), rgba(13, 20, 18, 0.92));
}

.home-service-shortcut--vpn .home-service-shortcut__art {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28)),
    url("/assets/img/home/vpn-shortcut-bg.png?v=20260622") center / cover no-repeat,
    radial-gradient(circle at 50% 8%, rgba(72, 126, 255, 0.26), transparent 36%),
    linear-gradient(145deg, rgba(6, 12, 26, 0.98), rgba(10, 31, 76, 0.92));
}

.home-service-shortcut__logo {
  position: relative;
  z-index: 2;
  width: clamp(76px, 7.4vw, 112px);
  height: clamp(76px, 7.4vw, 112px);
  object-fit: contain;
  object-position: center;
  border-radius: 22px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.38), 0 0 24px rgba(30, 144, 255, 0.16);
  transform: none;
}

.home-wide-page > .home-updates-strip {
  width: 70% !important;
  max-width: none !important;
  margin: 0 auto clamp(42px, 5vw, 76px) !important;
}

.home-updates-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 20px);
}

.home-update-card {
  position: relative;
  min-width: 0;
  min-height: clamp(190px, 15vw, 238px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  padding: clamp(20px, 1.8vw, 28px);
  border-radius: clamp(24px, 2.4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.58);
  background:
    radial-gradient(circle at 88% 12%, rgba(53, 242, 143, 0.2), transparent 30%),
    rgba(255, 255, 255, 0.54);
  box-shadow: 0 18px 46px rgba(34, 61, 124, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.home-update-card::before {
  content: "";
  position: absolute;
  inset: auto -16% -34% 34%;
  height: 58%;
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(53, 242, 143, 0.18), transparent 68%);
}

.home-update-card--software {
  background:
    radial-gradient(circle at 88% 10%, rgba(72, 126, 255, 0.22), transparent 32%),
    rgba(255, 255, 255, 0.54);
}

.home-update-card--software::before {
  background: radial-gradient(circle, rgba(72, 126, 255, 0.18), transparent 68%);
}

.home-update-card--socials {
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 123, 67, 0.18), transparent 32%),
    rgba(255, 255, 255, 0.54);
}

.home-update-card--socials::before {
  background: radial-gradient(circle, rgba(255, 123, 67, 0.16), transparent 68%);
}

.home-update-card__eyebrow,
.home-update-card h2,
.home-update-card p,
.home-update-card__link,
.home-update-card__actions {
  position: relative;
  z-index: 1;
}

.home-update-card__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  color: rgba(20, 32, 54, 0.62);
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-update-card h2 {
  margin: 16px 0 0;
  color: #142036;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.home-update-card p {
  margin: 12px 0 0;
  color: rgba(24, 34, 54, 0.68);
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.48;
}

.home-update-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 20px;
}

.home-update-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: auto;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  color: #07140e;
  background: linear-gradient(135deg, #35f28f, #70c7ff);
  box-shadow: 0 12px 28px rgba(53, 242, 143, 0.18);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.home-update-card__actions .home-update-card__link {
  margin-top: 0;
}

.home-update-card__link--secondary {
  color: #142036;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: none;
}

.home-update-card__link--disabled,
.home-update-card__link:disabled {
  color: rgba(24, 34, 54, 0.48);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: none;
  cursor: not-allowed;
}

.home-wide-page > .trust-bar {
  display: none !important;
}

.home-wide-page .trust-bar {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.home-wide-page .trust-bar__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 20px);
}

.home-wide-page .trust-bar__item,
.home-wide-page .how-card,
.home-wide-page .faq-item,
.home-wide-page .faq-sticky {
  border-radius: var(--home-card-radius) !important;
  border: 1px solid var(--home-card-border) !important;
  background: rgba(255, 255, 255, 0.68) !important;
  box-shadow: 0 16px 38px rgba(34, 61, 124, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
}

.home-wide-page .pricing-header,
.home-wide-page .how-header,
.home-wide-page .faq-header,
.home-wide-page .activation-video__header {
  max-width: 900px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

.home-wide-page .pricing-header h2,
.home-wide-page .faq-header h2,
.home-wide-page .activation-video__title,
.home-wide-page .how-title {
  text-align: left !important;
  font-size: clamp(34px, 4vw, 64px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.045em !important;
}

.home-wide-page .how-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.7vw, 22px) !important;
}

.home-wide-page .how-card {
  min-height: 240px;
  padding: clamp(20px, 2.2vw, 30px) !important;
}

.home-wide-page .faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(20px, 3vw, 42px);
  align-items: start;
}

.home-wide-page #pricingGrid.pricing-grid.pricing-grid--categorized {
  gap: clamp(22px, 3vw, 38px) !important;
}

.home-wide-page .pricing-grid--category {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(16px, 1.8vw, 24px) !important;
}

.home-wide-page #pricingGrid .price-card,
.home-wide-page .product-showcase-card,
.home-wide-page #pricingGrid .ai-directory-card {
  border-radius: var(--home-card-radius) !important;
  box-shadow: 0 18px 42px rgba(34, 61, 124, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.74) !important;
}

.home-wide-page #pricingGrid .buy-btn {
  min-height: 48px;
  border-radius: 16px !important;
}

.home-wide-body #gptishka-support-widget.support-widget {
  right: 18px !important;
  bottom: 18px !important;
  width: 104px;
  height: 150px;
  filter: saturate(96%);
}

.home-wide-body #gptishka-support-widget .support-widget__mascot {
  width: 96px;
  height: 142px;
  right: 0;
  bottom: 0;
}

.home-wide-body #gptishka-support-widget .support-widget__mascot::after {
  content: "Поддержка";
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #142036;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.01em;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 22px rgba(34, 61, 124, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px) saturate(130%);
  -webkit-backdrop-filter: blur(10px) saturate(130%);
}

.home-wide-body #gptishka-support-widget .support-widget__mascot-image {
  opacity: 0.92;
  filter: drop-shadow(0 10px 22px rgba(34, 61, 124, 0.18));
}

.home-wide-body #gptishka-support-widget .support-widget__panel {
  right: 82px;
  bottom: 18px;
  width: min(320px, calc(100vw - 136px));
  color: #162033 !important;
  background:
    radial-gradient(180px 120px at 100% 0%, rgba(95, 192, 255, 0.18), transparent 68%),
    linear-gradient(145deg, rgba(246, 250, 255, 0.96), rgba(234, 244, 255, 0.94)) !important;
  opacity: 0;
}

.home-wide-body #gptishka-support-widget.is-open .support-widget__panel {
  opacity: 1 !important;
}

.home-wide-body #gptishka-support-widget .support-widget__title,
.home-wide-body #gptishka-support-widget .support-widget__text,
.home-wide-body #gptishka-support-widget .support-widget__meta {
  opacity: 1 !important;
  color: #162033 !important;
}

.home-wide-body #gptishka-support-widget .support-widget__text {
  color: #26364c !important;
}

.home-wide-body #gptishka-support-widget .support-widget__meta {
  color: #536177 !important;
  background: rgba(255, 255, 255, 0.86) !important;
}

.home-wide-body #gptishka-support-widget .support-widget__cta {
  opacity: 1 !important;
  color: #ffffff !important;
}

.home-wide-body #gptishka-support-widget .support-widget__resume-bubble {
  right: 12px;
  bottom: 166px;
}

.home-final-cta {
  position: relative;
  isolation: isolate;
  padding: clamp(28px, 5vw, 68px);
  border-radius: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.68);
  background:
    radial-gradient(circle at 82% 20%, rgba(42, 91, 255, 0.24), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(236, 245, 255, 0.64));
  box-shadow: 0 28px 72px rgba(34, 61, 124, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.home-final-cta__content {
  max-width: 860px;
}

.home-final-cta__eyebrow {
  margin: 0 0 10px;
  color: rgba(42, 91, 255, 0.8);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-final-cta h2 {
  margin: 0;
  color: #142036;
  font-size: clamp(38px, 5vw, 78px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.home-final-cta p:not(.home-final-cta__eyebrow) {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(24, 34, 54, 0.74);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.55;
}

.home-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

@media (max-width: 1320px) {
  .home-wide-page .pricing-grid--category {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1180px) {
  .home-wide-page .home-hero-wide {
    width: 100% !important;
  }

  .home-wide-page .pricing-grid--category {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .home-wide-page > .home-service-shortcuts {
    width: 100% !important;
  }

  .home-wide-page > .home-updates-strip {
    width: 100% !important;
  }


  .home-wide-page .home-hero-wide__content,
  .home-wide-page .home-hero-wide__copy,
  .home-wide-page .home-hero-wide [data-hero-react-root],
  .home-wide-page .home-hero-wide .hero-react {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden;
  }

  .home-wide-page .home-hero-wide .hero-react__title {
    max-width: 100% !important;
    font-size: clamp(34px, 10.4vw, 48px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.045em !important;
    overflow-wrap: anywhere;
    text-wrap: wrap;
  }

  .home-wide-page .home-hero-wide .hero-react__description {
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.48 !important;
    overflow-wrap: break-word;
  }

  .home-wide-page .home-hero-wide__actions,
  .home-final-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-wide-page .home-hero-wide__actions .btn,
  .home-final-cta__actions .btn {
    width: 100%;
    min-height: 50px;
  }

  .home-wide-page .home-hero-wide .hero-trust-pills {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-top: 16px !important;
  }

  .home-wide-page .home-hero-wide .hero-trust-pills li {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 12px;
  }

  .home-wide-page .home-hero-wide__panel[data-home-promo-slider] {
    min-height: 530px;
    padding: 0;
    border-radius: 28px;
  }

  .home-promo-slider {
    overflow: visible;
    min-height: 530px;
    border-radius: 26px;
  }

  .home-promo-slide {
    padding: 22px;
    align-items: flex-end;
    overflow: hidden;
    border-radius: inherit;
  }

  .home-promo-slide::before {
    top: -8%;
    right: -28%;
    width: 108%;
    height: 58%;
    opacity: 0.62;
  }

  .home-promo-slide::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.72)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.28));
  }

  .home-promo-slide__content {
    width: 100%;
    padding-bottom: 58px;
  }

  .home-promo-slide h2 {
    max-width: 100%;
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1;
    letter-spacing: -0.05em;
    overflow-wrap: anywhere;
    text-wrap: wrap;
  }

  .home-promo-slide--supergrok h2 {
    font-size: clamp(28px, 7.6vw, 36px);
    line-height: 1.02;
    letter-spacing: -0.046em;
  }

  .home-promo-slide--supergrok .home-promo-slide__title-line:last-child {
    font-size: 0.82em;
    letter-spacing: -0.038em;
  }

  .home-promo-slide--vpn h2 {
    font-size: clamp(27px, 7.4vw, 35px);
    line-height: 1.02;
    letter-spacing: -0.046em;
  }

  .home-promo-slide--vpn .home-promo-slide__title-line:last-child {
    font-size: 0.78em;
    letter-spacing: -0.032em;
    white-space: normal;
  }

  .home-promo-slide--topups h2 {
    font-size: clamp(24px, 6.8vw, 32px);
    line-height: 1.02;
    letter-spacing: -0.046em;
  }

  .home-promo-slide--topups .home-promo-slide__content {
    padding-bottom: 34px;
    transform: translateY(14px);
  }

  .home-promo-slide--topups .home-promo-slide__title-line:first-child {
    white-space: normal;
  }

  .home-promo-slide--topups .home-promo-slide__title-line:last-child {
    font-size: 0.84em;
    letter-spacing: -0.032em;
  }

  .home-promo-slide p {
    max-width: 100%;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.48;
    overflow-wrap: break-word;
  }

  .home-promo-slide__button {
    width: 100%;
    min-height: 48px;
  }

  .home-promo-slider__controls {
    inset: 0 -12px;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 8px;
  }

  .home-promo-slider__arrow {
    --promo-arrow-x: 0;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    transform: translateX(var(--promo-arrow-x)) translateY(-5px);
  }

  .home-promo-slider__arrow:first-child,
  .home-promo-slider__arrow:last-child {
    --promo-arrow-x: 0;
  }

  .home-promo-slider__arrow:hover {
    transform: translateX(var(--promo-arrow-x)) translateY(-6px);
  }

  .home-promo-slider__dots {
    margin-bottom: 26px;
  }

  .home-wide-page > .home-service-shortcuts {
    margin-top: 20px !important;
    margin-bottom: 44px !important;
  }

  .home-wide-page > .home-updates-strip {
    width: 100% !important;
    margin-bottom: 52px !important;
  }

  .home-updates-strip {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-update-card {
    min-height: 0;
    padding: 18px;
    border-radius: 24px;
  }

  .home-update-card__actions {
    padding-top: 16px;
  }

  .home-update-card__link {
    min-height: 42px;
  }

  .home-service-shortcuts__grid {
    gap: 8px;
  }

  .home-service-shortcut {
    min-height: 0;
    gap: 8px;
    padding: 0;
    border-radius: 0;
  }

  .home-service-shortcut__art {
    min-height: 88px;
    border-radius: 20px;
  }

  .home-service-shortcut__title {
    font-size: 13px;
    letter-spacing: -0.02em;
    color: #182236;
  }

  .home-service-shortcut--vpn img {
    width: 58px;
    height: 58px;
    border-radius: 17px;
  }

  .home-hero-panel__grid,
  .home-wide-page .trust-bar__grid,
  .home-wide-page .how-grid,
  .home-wide-page .faq-layout {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .home-wide-page .home-hero-service {
    min-height: 94px;
  }

  .home-wide-body #gptishka-support-widget.support-widget {
    right: 12px !important;
    bottom: 12px !important;
    width: 96px !important;
    height: 136px !important;
  }

  .home-wide-body #gptishka-support-widget .support-widget__mascot {
    width: 90px !important;
    height: 112px !important;
    bottom: 4px !important;
  }

  .home-wide-body #gptishka-support-widget .support-widget__mascot::after {
    min-height: 22px;
    padding: 0 8px;
    font-size: 10px;
    bottom: -16px;
  }

  .home-wide-body #gptishka-support-widget .support-widget__panel {
    right: 66px;
    bottom: 10px;
    width: min(288px, calc(100vw - 98px));
  }

  .home-wide-page .how,
  .home-wide-page .how-card,
  .home-wide-page .trust-bar__item,
  .home-wide-page .faq-item,
  .home-wide-page .faq-sticky {
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

@media (max-width: 820px) {
  .home-wide-page .pricing-grid--category {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.home-wide-page > .faq {
  position: relative;
  isolation: isolate;
  padding: clamp(18px, 2.4vw, 34px) !important;
  border-radius: clamp(30px, 3vw, 44px) !important;
  background:
    radial-gradient(circle at 14% 12%, rgba(53, 242, 143, 0.14), transparent 32%),
    radial-gradient(circle at 88% 16%, rgba(68, 132, 255, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(245, 250, 255, 0.72), rgba(232, 242, 255, 0.54)) !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  box-shadow: 0 24px 70px rgba(34, 61, 124, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
  backdrop-filter: blur(18px) saturate(128%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(128%) !important;
  overflow: hidden;
}

.home-wide-page .faq-eyebrow,
.home-wide-page .faq-sticky__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  margin: 0 0 12px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(53, 242, 143, 0.26);
  background: rgba(53, 242, 143, 0.1);
  color: #087448;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-wide-page .faq-header {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(20px, 2.6vw, 34px) !important;
}

.home-wide-page .faq-header p {
  max-width: 780px;
  margin: 0;
  color: rgba(24, 34, 54, 0.68) !important;
  font-size: clamp(16px, 1.35vw, 20px) !important;
  line-height: 1.55 !important;
}

.home-wide-page .faq-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  min-width: 0;
}

.home-wide-page .faq-list::before {
  content: "";
  position: absolute;
  inset: -22px -18px auto auto;
  width: min(340px, 45vw);
  height: min(340px, 45vw);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(53, 242, 143, 0.16), rgba(53, 242, 143, 0) 68%);
  filter: blur(4px);
  pointer-events: none;
  z-index: -1;
}

.home-wide-page .faq-item {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(243, 248, 255, 0.62)) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.home-wide-page .faq-item::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(53, 242, 143, 0.12), transparent 34%);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.home-wide-page .faq-item:hover,
.home-wide-page .faq-item.active {
  transform: translateY(-2px);
  border-color: rgba(53, 242, 143, 0.32) !important;
  box-shadow: 0 22px 54px rgba(34, 61, 124, 0.14), 0 0 28px rgba(53, 242, 143, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

.home-wide-page .faq-item.active::before {
  opacity: 1;
}

.home-wide-page .faq-question {
  position: relative;
  z-index: 1;
  min-height: 68px;
  padding: 20px 22px !important;
  color: #121b2d !important;
  font-size: clamp(15px, 1.18vw, 18px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em;
}

.home-wide-page .faq-answer {
  position: relative;
  z-index: 1;
}

.home-wide-page .faq-answer p {
  padding: 0 22px 22px !important;
  color: rgba(24, 34, 54, 0.72) !important;
  font-size: clamp(14px, 1vw, 16px) !important;
  line-height: 1.68 !important;
}

.home-wide-page .faq-icon {
  flex: 0 0 auto;
  width: 14px !important;
  height: 14px !important;
  border-color: rgba(24, 34, 54, 0.52) !important;
}

.home-wide-page .faq-item.active .faq-icon {
  border-color: #18c878 !important;
}

.home-wide-page .faq-sticky {
  position: sticky;
  top: 112px;
  padding: clamp(22px, 2.4vw, 34px) !important;
  background:
    radial-gradient(circle at 24% 18%, rgba(53, 242, 143, 0.18), transparent 38%),
    linear-gradient(145deg, rgba(10, 16, 28, 0.94), rgba(18, 32, 54, 0.9)) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #fff;
  box-shadow: 0 24px 64px rgba(11, 24, 52, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

.home-wide-page .faq-sticky h3 {
  margin: 0 0 12px;
  color: #fff !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.04em;
}

.home-wide-page .faq-sticky p {
  color: rgba(236, 244, 255, 0.74) !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
}

.home-wide-page .faq-chat-btn {
  min-height: 50px;
  border: 0 !important;
  background: linear-gradient(135deg, #35f28f, #18c878 54%, #0f8f5c) !important;
  color: #07140e !important;
  box-shadow: 0 18px 40px rgba(24, 200, 120, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
}

@media (max-width: 980px) {
  .home-wide-page > .faq {
    padding: 18px !important;
    border-radius: 28px !important;
  }

  .home-wide-page .faq-layout {
    gap: 16px !important;
  }

  .home-wide-page .faq-sticky {
    position: relative;
    top: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-wide-page *,
  .home-wide-page *::before,
  .home-wide-page *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 900px) {
  .home-wide-page .home-hero-wide__panel[data-home-promo-slider],
  .home-promo-slider {
    min-height: 430px;
  }
}

@media (max-width: 760px) {
  .home-wide-page .pricing-grid--category {
    grid-template-columns: 1fr !important;
  }

  .home-wide-page .home-hero-wide__panel[data-home-promo-slider],
  .home-promo-slider {
    min-height: 530px;
  }
}


/* Steam/topup shortcut hover image from admin product visual. */
.home-service-shortcut__art.has-hover .home-service-shortcut__image {
  transition: opacity 0.28s ease, transform 0.34s ease;
}

.home-service-shortcut__art.has-hover .home-service-shortcut__image--hover {
  opacity: 0;
}

.home-service-shortcut:hover .home-service-shortcut__art.has-hover .home-service-shortcut__image--primary,
.home-service-shortcut:focus-visible .home-service-shortcut__art.has-hover .home-service-shortcut__image--primary {
  opacity: 0;
}

.home-service-shortcut:hover .home-service-shortcut__art.has-hover .home-service-shortcut__image--hover,
.home-service-shortcut:focus-visible .home-service-shortcut__art.has-hover .home-service-shortcut__image--hover {
  opacity: 1;
}


/* Dynamic product cards are fully controlled from admin visual settings. */
.home-wide-page .product-showcase-card {
  border: 1px solid rgba(255, 255, 255, 0.52) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.12), transparent 34%),
    var(--showcase-card-bg, linear-gradient(135deg, #111827, #334155)) !important;
  color: var(--showcase-card-text, #ffffff) !important;
  box-shadow: 0 18px 42px rgba(34, 61, 124, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.74) !important;
  backdrop-filter: blur(14px) saturate(122%);
  -webkit-backdrop-filter: blur(14px) saturate(122%);
}

.home-wide-page .product-showcase-card:hover {
  border-color: rgba(255, 255, 255, 0.74) !important;
  box-shadow: 0 26px 58px rgba(34, 61, 124, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

.home-wide-page .product-showcase-card__title,
.home-wide-page .product-showcase-card__price,
.home-wide-page .product-showcase-card .product-showcase-card__price.price {
  color: var(--showcase-card-text, #ffffff) !important;
}

.home-wide-page .product-showcase-card__description,
.home-wide-page .product-showcase-card .product-showcase-card__description.sub {
  color: color-mix(in srgb, var(--showcase-card-text, #ffffff) 78%, transparent) !important;
}

/* home-layout-balance-20260703:
   Keep the promo slider and shortcut cards in one visual grid.
   The slider used percentage width without a cap, so it became too wide when the page was zoomed out. */
.home-wide-page {
  --home-promo-shell: min(calc(100vw - (var(--home-wide-gutter) * 2)), 1320px);
}

.home-wide-page .home-hero-wide {
  width: var(--home-promo-shell) !important;
  max-width: var(--home-promo-shell) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.home-wide-page .home-hero-wide__panel[data-home-promo-slider],
.home-wide-page .home-promo-slider {
  width: 100% !important;
  max-width: 100% !important;
}

.home-wide-page > .home-service-shortcuts {
  width: var(--home-promo-shell) !important;
  max-width: var(--home-promo-shell) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.home-wide-page .home-service-shortcuts__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: min(100%, 920px);
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

@media (min-width: 1280px) {
  .home-wide-page .home-service-shortcuts__grid {
    width: min(100%, 980px);
  }
}

@media (max-width: 760px) {
  .home-wide-page {
    --home-promo-shell: min(calc(100vw - 16px), 100%);
  }

  .home-wide-page .home-service-shortcuts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
    width: 100%;
  }

  .home-wide-page .home-service-shortcut__art {
    min-height: clamp(82px, 20vw, 116px);
    border-radius: 18px;
  }

  .home-wide-page .home-service-shortcut__title {
    font-size: clamp(14px, 3.8vw, 18px);
  }
}

@media (max-width: 420px) {
  .home-wide-page .home-service-shortcuts__grid {
    gap: 8px;
  }
}

.home-wide-page .product-showcase-card__imageWrap {
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.home-wide-page .product-showcase-card .product-showcase-card__button.pay-now-btn {
  background: var(--showcase-button-bg, linear-gradient(135deg, #35f28f, #18c878, #0f8f5c)) !important;
  color: var(--showcase-button-color, #06110b) !important;
  box-shadow: 0 14px 28px rgba(24, 200, 120, 0.24) !important;
}
