
/* ==========================================
   CTA PLATFORM GAMING ONLINE
========================================== */

.slc-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(90px, 10vw, 145px);
  background:
    radial-gradient(
      circle at 12% 28%,
      rgba(7, 87, 217, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 70%,
      rgba(21, 151, 255, 0.13),
      transparent 29%
    ),
    linear-gradient(
      180deg,
      #030b1d 0%,
      #061126 48%,
      #020817 100%
    );
}

.slc-cta::before,
.slc-cta::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(70, 184, 255, 0.3),
      transparent
    );
}

.slc-cta::before {
  top: 0;
}

.slc-cta::after {
  bottom: 0;
}

/* Background */

.slc-cta__background {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.slc-cta__grid-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(
      rgba(86, 175, 255, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(86, 175, 255, 0.045) 1px,
      transparent 1px
    );
  background-size: 68px 68px;
  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 14%,
      #000 86%,
      transparent
    );
  -webkit-mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 14%,
      #000 86%,
      transparent
    );
}

.slc-cta__glow,
.slc-cta__orb {
  position: absolute;
  border-radius: 50%;
}

.slc-cta__glow--left {
  top: 3%;
  left: -310px;
  width: 660px;
  height: 660px;
  border: 1px solid rgba(70, 184, 255, 0.08);
  background: rgba(7, 87, 217, 0.06);
}

.slc-cta__glow--right {
  right: -300px;
  bottom: -260px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(70, 184, 255, 0.08);
  background: rgba(21, 151, 255, 0.055);
  box-shadow: 0 0 150px rgba(8, 120, 249, 0.1);
}

.slc-cta__orb--one {
  top: 14%;
  right: 12%;
  width: 8px;
  height: 8px;
  background: #49baff;
  box-shadow: 0 0 24px rgba(73, 186, 255, 0.9);
}

.slc-cta__orb--two {
  bottom: 19%;
  left: 9%;
  width: 5px;
  height: 5px;
  background: #1597ff;
  box-shadow: 0 0 20px rgba(21, 151, 255, 0.85);
}

/* Container */

.slc-cta__container {
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

/* ==========================================
   MAIN PANEL
========================================== */

.slc-cta__panel {
  position: relative;
  display: grid;
  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(390px, 0.92fr);
  align-items: center;
  gap: clamp(40px, 6vw, 80px);
  min-height: 650px;
  padding: clamp(35px, 5vw, 65px);
  overflow: hidden;
  border: 1px solid rgba(107, 193, 255, 0.22);
  border-radius: 32px;
  background:
    radial-gradient(
      circle at 92% 4%,
      rgba(101, 205, 255, 0.21),
      transparent 33%
    ),
    radial-gradient(
      circle at 7% 94%,
      rgba(7, 87, 217, 0.18),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      rgba(15, 57, 114, 0.92),
      rgba(4, 18, 43, 0.98)
    );
  box-shadow:
    0 45px 110px rgba(0, 7, 29, 0.48),
    0 0 80px rgba(8, 120, 249, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.slc-cta__panel::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.22;
  background-image:
    linear-gradient(
      rgba(93, 183, 255, 0.055) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(93, 183, 255, 0.055) 1px,
      transparent 1px
    );
  background-size: 48px 48px;
  mask-image:
    linear-gradient(
      90deg,
      #000,
      transparent 68%
    );
  -webkit-mask-image:
    linear-gradient(
      90deg,
      #000,
      transparent 68%
    );
  pointer-events: none;
}

.slc-cta__panel-glow {
  position: absolute;
  top: -230px;
  right: -190px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(21, 151, 255, 0.12);
  filter: blur(25px);
  pointer-events: none;
}

/* ==========================================
   CTA CONTENT
========================================== */

.slc-cta__content {
  position: relative;
  z-index: 4;
  min-width: 0;
}

.slc-cta__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.slc-cta__eyebrow {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding-inline: 14px;
  color: #afe0ff;
  border: 1px solid rgba(70, 184, 255, 0.23);
  border-radius: 100px;
  background: rgba(21, 151, 255, 0.1);
  font-size: 0.66rem;
  font-weight: 790;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.slc-cta__status {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  gap: 7px;
  padding-inline: 11px;
  color: #9bb5cc;
  border: 1px solid rgba(54, 211, 147, 0.15);
  border-radius: 100px;
  background: rgba(54, 211, 147, 0.05);
  font-size: 0.6rem;
  font-weight: 730;
  text-transform: uppercase;
}

.slc-cta__status > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #36d393;
  box-shadow: 0 0 13px rgba(54, 211, 147, 0.75);
}

.slc-cta__title {
  max-width: 720px;
  margin: 26px 0 0;
  color: #f4faff;
  font-size: clamp(2.5rem, 4.8vw, 4.65rem);
  font-weight: 860;
  line-height: 1.04;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

.slc-cta__title span {
  color: transparent;
  background:
    linear-gradient(
      100deg,
      #86d9ff,
      #1597ff
    );
  background-clip: text;
  -webkit-background-clip: text;
}

.slc-cta__description {
  max-width: 700px;
  margin: 24px 0 0;
  color: #91abc3;
  font-size: 0.96rem;
  line-height: 1.84;
}

.slc-cta__description strong {
  color: #dceeff;
  font-weight: 730;
}

/* Main Actions */

.slc-cta__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin-top: 31px;
}

.slc-cta__button {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 19px;
  align-items: center;
  gap: 11px;
  min-height: 76px;
  padding: 11px 14px;
  border: 1px solid transparent;
  border-radius: 16px;
  text-decoration: none;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.slc-cta__button:hover {
  transform: translateY(-4px);
}

.slc-cta__button--primary {
  color: #ffffff;
  border-color: rgba(111, 205, 255, 0.39);
  background:
    linear-gradient(
      135deg,
      #1597ff,
      #0757d9
    );
  box-shadow:
    0 16px 34px rgba(8, 120, 249, 0.29),
    inset 0 1px 0 rgba(255, 255, 255, 0.23);
}

.slc-cta__button--primary:hover {
  box-shadow:
    0 22px 45px rgba(8, 120, 249, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.23);
}

.slc-cta__button--secondary {
  color: #dceeff;
  border-color: rgba(105, 184, 255, 0.2);
  background:
    linear-gradient(
      145deg,
      rgba(16, 49, 94, 0.76),
      rgba(6, 24, 53, 0.85)
    );
}

.slc-cta__button--secondary:hover {
  color: #ffffff;
  border-color: rgba(70, 184, 255, 0.43);
  background:
    linear-gradient(
      145deg,
      rgba(21, 151, 255, 0.17),
      rgba(6, 24, 53, 0.9)
    );
  box-shadow: 0 17px 34px rgba(0, 12, 37, 0.28);
}

.slc-cta__button-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.slc-cta__button-icon svg {
  width: 20px;
  height: 20px;
}

.slc-cta__button > span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.slc-cta__button strong {
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: 770;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slc-cta__button small {
  overflow: hidden;
  color: rgba(218, 238, 255, 0.68);
  font-size: 0.58rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slc-cta__button-arrow {
  width: 19px;
  height: 19px;
  transition: transform 0.25s ease;
}

.slc-cta__button:hover .slc-cta__button-arrow {
  transform: translateX(4px);
}

/* Login and Registration */

.slc-cta__account {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
  margin-top: 22px;
}

.slc-cta__account-label {
  color: #768fa9;
  font-size: 0.68rem;
  font-weight: 680;
}

.slc-cta__account-actions {
  display: flex;
  gap: 8px;
}

.slc-cta__account-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding-inline: 15px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.65rem;
  font-weight: 740;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.slc-cta__account-link:hover {
  transform: translateY(-2px);
}

.slc-cta__account-link--register {
  color: #ffffff;
  border-color: rgba(107, 200, 255, 0.31);
  background: rgba(21, 151, 255, 0.2);
}

.slc-cta__account-link--login {
  color: #bad8ee;
  border-color: rgba(104, 180, 255, 0.15);
  background: rgba(5, 20, 45, 0.46);
}

.slc-cta__account-link--login:hover {
  color: #ffffff;
  border-color: rgba(70, 184, 255, 0.37);
  background: rgba(21, 151, 255, 0.11);
}

/* ==========================================
   CTA VISUAL
========================================== */

.slc-cta__visual {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: 530px;
  place-items: center;
}

.slc-cta__visual::before {
  position: absolute;
  width: 100%;
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(21, 151, 255, 0.18),
      rgba(8, 120, 249, 0.05) 50%,
      transparent 73%
    );
  filter: blur(12px);
}

.slc-cta__orbit {
  position: absolute;
  border: 1px dashed rgba(70, 184, 255, 0.14);
  border-radius: 50%;
}

.slc-cta__orbit--outer {
  width: 490px;
  height: 490px;
  animation: slcCtaRotate 32s linear infinite;
}

.slc-cta__orbit--inner {
  width: 410px;
  height: 410px;
  border-style: solid;
  opacity: 0.55;
  animation: slcCtaRotateReverse 27s linear infinite;
}

.slc-cta__dashboard {
  position: relative;
  z-index: 3;
  width: min(100%, 435px);
  overflow: hidden;
  border: 1px solid rgba(111, 198, 255, 0.23);
  border-radius: 25px;
  background:
    linear-gradient(
      145deg,
      rgba(10, 35, 73, 0.97),
      rgba(3, 14, 34, 0.99)
    );
  box-shadow:
    0 42px 95px rgba(0, 7, 27, 0.58),
    0 0 60px rgba(8, 120, 249, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transform:
    perspective(1000px)
    rotateY(-4deg)
    rotateX(1deg);
}

.slc-cta__dashboard-header {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-inline: 19px;
  border-bottom: 1px solid rgba(107, 181, 255, 0.1);
  background: rgba(4, 17, 39, 0.42);
}

.slc-cta__dashboard-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.slc-cta__dashboard-logo {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  color: #ffffff;
  border: 1px solid rgba(111, 203, 255, 0.31);
  border-radius: 12px;
  background:
    linear-gradient(
      145deg,
      #1597ff,
      #0757d9
    );
  box-shadow: 0 9px 20px rgba(8, 120, 249, 0.25);
  font-size: 0.82rem;
  font-weight: 900;
}

.slc-cta__dashboard-brand > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.slc-cta__dashboard-brand strong {
  color: #edf8ff;
  font-size: 0.74rem;
  font-weight: 780;
}

.slc-cta__dashboard-brand small {
  color: #718ba6;
  font-size: 0.56rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.slc-cta__dashboard-live {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  gap: 7px;
  padding-inline: 10px;
  color: #95b1c8;
  border: 1px solid rgba(54, 211, 147, 0.15);
  border-radius: 100px;
  background: rgba(54, 211, 147, 0.05);
  font-size: 0.57rem;
  font-weight: 730;
  text-transform: uppercase;
}

.slc-cta__dashboard-live span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #36d393;
  box-shadow: 0 0 11px rgba(54, 211, 147, 0.72);
}

.slc-cta__dashboard-body {
  padding: 20px;
}

.slc-cta__dashboard-label {
  color: #6f8aa5;
  font-size: 0.6rem;
  font-weight: 740;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.slc-cta__platform-list {
  display: grid;
  gap: 8px;
  margin-top: 15px;
}

.slc-cta__platform-list > div {
  display: grid;
  grid-template-columns: 39px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  min-height: 66px;
  padding: 10px;
  border: 1px solid rgba(104, 180, 255, 0.1);
  border-radius: 13px;
  background: rgba(5, 20, 45, 0.56);
}

.slc-cta__platform-icon {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  color: #ffffff;
  border: 1px solid rgba(108, 202, 255, 0.27);
  border-radius: 11px;
  background:
    linear-gradient(
      145deg,
      #1597ff,
      #0757d9
    );
  font-size: 0.72rem;
  font-weight: 850;
}

.slc-cta__platform-icon--number {
  font-size: 0.54rem;
}

.slc-cta__platform-list > div > span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.slc-cta__platform-list strong {
  overflow: hidden;
  color: #dceeff;
  font-size: 0.7rem;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slc-cta__platform-list small {
  overflow: hidden;
  color: #6f89a5;
  font-size: 0.58rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slc-cta__platform-arrow {
  color: #49baff;
  font-size: 0.9rem;
}

.slc-cta__dashboard-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  padding-top: 17px;
  margin-top: 17px;
  border-top: 1px solid rgba(109, 181, 255, 0.1);
}

.slc-cta__dashboard-footer > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}

.slc-cta__dashboard-footer strong {
  color: #e9f6ff;
  font-size: 0.78rem;
  font-weight: 810;
}

.slc-cta__dashboard-footer small {
  color: #6c86a1;
  font-size: 0.53rem;
  white-space: nowrap;
}

/* Floating Cards */

.slc-cta__floating {
  position: absolute;
  z-index: 5;
  display: flex;
  min-width: 180px;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(107, 193, 255, 0.2);
  border-radius: 14px;
  background: rgba(6, 23, 51, 0.9);
  box-shadow:
    0 20px 42px rgba(0, 10, 31, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.slc-cta__floating--top {
  top: 53px;
  left: -17px;
  animation: slcCtaFloat 5s ease-in-out infinite;
}

.slc-cta__floating--bottom {
  right: -18px;
  bottom: 52px;
  animation: slcCtaFloat 5s ease-in-out 1.1s infinite;
}

.slc-cta__floating-icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  color: #49baff;
  border: 1px solid rgba(70, 184, 255, 0.17);
  border-radius: 10px;
  background: rgba(21, 151, 255, 0.09);
}

.slc-cta__floating-icon svg {
  width: 18px;
  height: 18px;
}

.slc-cta__floating-status {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 10px;
  border-radius: 50%;
  background: #36d393;
  box-shadow: 0 0 14px rgba(54, 211, 147, 0.72);
}

.slc-cta__floating-status::after {
  position: absolute;
  inset: -7px;
  content: "";
  border: 1px solid rgba(54, 211, 147, 0.4);
  border-radius: 50%;
  animation: slcCtaPulse 2s infinite;
}

.slc-cta__floating > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.slc-cta__floating strong {
  color: #edf8ff;
  font-size: 0.7rem;
  font-weight: 750;
}

.slc-cta__floating small {
  color: #7a94ae;
  font-size: 0.59rem;
}

/* ==========================================
   PLATFORM NAVIGATION
========================================== */

.slc-cta__platform-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid rgba(104, 180, 255, 0.12);
  border-radius: 17px;
  background: rgba(5, 20, 45, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.slc-cta__platform-nav-label {
  margin-right: 5px;
  color: #738da8;
  font-size: 0.68rem;
  font-weight: 690;
}

.slc-cta__platform-nav a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-inline: 13px;
  color: #a7c7e1;
  border: 1px solid rgba(104, 180, 255, 0.13);
  border-radius: 100px;
  background: rgba(12, 38, 77, 0.52);
  font-size: 0.64rem;
  font-weight: 710;
  text-decoration: none;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.slc-cta__platform-nav a:hover {
  color: #ffffff;
  border-color: rgba(70, 184, 255, 0.4);
  background: rgba(21, 151, 255, 0.14);
  transform: translateY(-2px);
}

.slc-cta__platform-nav a span:last-child {
  color: #49baff;
  transition: transform 0.25s ease;
}

.slc-cta__platform-nav a:hover span:last-child {
  transform: translateX(3px);
}

/* ==========================================
   SAFETY NOTICE
========================================== */

.slc-cta__notice {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  padding: 21px 23px;
  margin-top: 18px;
  border: 1px solid rgba(104, 180, 255, 0.13);
  border-radius: 18px;
  background:
    linear-gradient(
      135deg,
      rgba(13, 42, 84, 0.62),
      rgba(4, 17, 39, 0.76)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.slc-cta__notice-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #49baff;
  border: 1px solid rgba(70, 184, 255, 0.18);
  border-radius: 14px;
  background: rgba(21, 151, 255, 0.08);
}

.slc-cta__notice-icon svg {
  width: 23px;
  height: 23px;
}

.slc-cta__notice-content strong {
  color: #e4f2ff;
  font-size: 0.81rem;
  font-weight: 760;
}

.slc-cta__notice-content p {
  max-width: 790px;
  margin: 6px 0 0;
  color: #768fa9;
  font-size: 0.68rem;
  line-height: 1.58;
}

.slc-cta__notice-link {
  display: inline-flex;
  min-height: 43px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-inline: 16px;
  color: #dceeff;
  border: 1px solid rgba(70, 184, 255, 0.18);
  border-radius: 11px;
  background: rgba(21, 151, 255, 0.08);
  font-size: 0.67rem;
  font-weight: 730;
  text-decoration: none;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.slc-cta__notice-link:hover {
  color: #ffffff;
  border-color: rgba(70, 184, 255, 0.4);
  background: rgba(21, 151, 255, 0.15);
  transform: translateY(-2px);
}

.slc-cta__notice-link span {
  color: #49baff;
  transition: transform 0.25s ease;
}

.slc-cta__notice-link:hover span {
  transform: translateX(3px);
}

/* Focus Accessibility */

.slc-cta a:focus-visible {
  outline: 3px solid rgba(70, 184, 255, 0.42);
  outline-offset: 4px;
}

/* ==========================================
   ANIMATIONS
========================================== */

@keyframes slcCtaRotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes slcCtaRotateReverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes slcCtaFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

@keyframes slcCtaPulse {
  0% {
    opacity: 0.9;
    transform: scale(0.65);
  }

  75%,
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 1050px) {
  .slc-cta__panel {
    grid-template-columns: 1fr;
  }

  .slc-cta__content {
    max-width: 850px;
    margin-inline: auto;
    text-align: center;
  }

  .slc-cta__top {
    justify-content: center;
  }

  .slc-cta__title,
  .slc-cta__description {
    margin-inline: auto;
  }

  .slc-cta__account {
    justify-content: center;
  }

  .slc-cta__visual {
    width: min(100%, 640px);
    margin-inline: auto;
  }

  .slc-cta__notice {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .slc-cta__notice-link {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 720px) {
  .slc-cta {
    padding-block: 75px;
  }

  .slc-cta__container {
    width: min(100% - 28px, 1240px);
  }

  .slc-cta__panel {
    min-height: auto;
    gap: 45px;
    padding: 24px;
    border-radius: 23px;
  }

  .slc-cta__eyebrow {
    min-height: 31px;
    padding-inline: 12px;
    font-size: 0.6rem;
  }

  .slc-cta__title {
    margin-top: 21px;
    font-size: clamp(2.05rem, 10vw, 3.1rem);
    line-height: 1.08;
  }

  .slc-cta__description {
    margin-top: 20px;
    font-size: 0.87rem;
    line-height: 1.78;
  }

  .slc-cta__actions {
    grid-template-columns: 1fr;
    margin-top: 27px;
  }

  .slc-cta__button {
    min-height: 72px;
    text-align: left;
  }

  .slc-cta__account {
    align-items: stretch;
    flex-direction: column;
  }

  .slc-cta__account-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .slc-cta__visual {
    min-height: 500px;
  }

  .slc-cta__dashboard {
    width: min(94%, 435px);
    transform: none;
  }

  .slc-cta__orbit--outer {
    width: 430px;
    height: 430px;
  }

  .slc-cta__orbit--inner {
    width: 360px;
    height: 360px;
  }

  .slc-cta__floating--top {
    top: 25px;
    left: 0;
  }

  .slc-cta__floating--bottom {
    right: 0;
    bottom: 27px;
  }

  .slc-cta__platform-nav {
    align-items: stretch;
    flex-direction: column;
  }

  .slc-cta__platform-nav-label {
    margin: 0 0 4px;
    text-align: center;
  }

  .slc-cta__platform-nav a {
    width: 100%;
  }

  .slc-cta__notice {
    grid-template-columns: 43px minmax(0, 1fr);
    padding: 19px;
  }

  .slc-cta__notice-icon {
    width: 43px;
    height: 43px;
  }
}

@media (max-width: 480px) {
  .slc-cta__panel {
    padding: 20px;
  }

  .slc-cta__top {
    align-items: center;
    flex-direction: column;
  }

  .slc-cta__account-actions {
    grid-template-columns: 1fr;
  }

  .slc-cta__visual {
    min-height: auto;
  }

  .slc-cta__dashboard {
    width: 100%;
  }

  .slc-cta__dashboard-live {
    display: none;
  }

  .slc-cta__dashboard-body {
    padding: 16px;
  }

  .slc-cta__dashboard-footer {
    grid-template-columns: 1fr;
  }

  .slc-cta__dashboard-footer > div {
    padding-block: 5px;
  }

  .slc-cta__dashboard-footer small {
    white-space: normal;
  }

  .slc-cta__orbit,
  .slc-cta__floating {
    display: none;
  }

  .slc-cta__notice {
    grid-template-columns: 1fr;
  }
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
  .slc-cta__orbit,
  .slc-cta__floating,
  .slc-cta__floating-status::after {
    animation: none !important;
  }

  .slc-cta a {
    transition-duration: 0.01ms !important;
  }
}