.a {
  background-color: var(--protectioncomuacod-gray);
  /* overflow-x:hidden coerces overflow-y:auto which traps page scroll inside .a */
  overflow-x: clip;
  position: relative;
  width: 100%;
}

.a .site-footer {
  background-color: #0071fc;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 18px 58px;
  position: relative;
}

.a .x2026-psv-clever-ads-solutions-ltd {
  color: rgba(255, 255, 255, 0.65);
  font-family: var(--font-family-raleway);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.scroll-top-btn {
  background: none;
  border: none;
  bottom: 22px;
  cursor: pointer;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: fixed;
  right: 22px;
  transition: opacity 0.3s;
  z-index: 1000;
}

.scroll-top-btn:not([hidden]) {
  opacity: 1;
  pointer-events: auto;
}

.scroll-top-btn img,
.scroll-top-btn svg {
  display: block;
}

/* 2K–4K */
@media (min-width: 2200px) {
  .scroll-top-btn { zoom: 1.11; }
  .a .site-footer { zoom: 1.11; width: calc(100vw / 1.11); margin-left: auto; margin-right: auto; }
}
@media (min-width: 2800px) {
  .scroll-top-btn { zoom: 1.41; }
  .a .site-footer { zoom: 1.41; width: calc(100vw / 1.41); }
}
@media (min-width: 3840px) {
  .scroll-top-btn { zoom: 1.94; }
  .a .site-footer { zoom: 1.94; width: calc(100vw / 1.94); }
}

/* ── Shared utilities ───────────────────────────────────── */

.a .text-sm {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.a .div-6 {
  display: flex;
  flex-direction: column;
  position: relative;
}

.a .divflex-2 {
  flex: 0 0 auto;
  position: relative;
}

.a .divgrid-2 {
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  position: relative;
  width: 100%;
}

.a .divmt {
  align-items: center;
  align-self: stretch;
  display: flex;
  position: relative;
  width: 100%;
}

/* ── Shared card (fears & revolution) ───────────────────── */

.a .component {
  background: linear-gradient(180deg, rgba(44, 44, 44, 1) 66%, rgba(35, 62, 94, 1) 100%);
  border: 3px solid;
  border-color: var(--ship-gray);
  border-radius: 46.15px;
  box-shadow: 0px 4px 5px 1px #00000066;
  height: 491px;
  position: relative;
  width: 340px;
}

.a .the-silent-terror-of {
  align-items: center;
  display: flex;
  height: 52.54%;
  left: calc(50.00% - 134px);
  letter-spacing: 0;
  line-height: 32.1px;
  position: absolute;
  top: 40.92%;
  width: 268px;
}

.a .immediate-revenue-drop {
  height: 22.03%;
  left: 6.49%;
  letter-spacing: -1.68px;
  line-height: 40px;
  position: absolute;
  top: 11.62%;
  width: 87.01%;
}
