.cgct-home-banner {
  display: none;
  width: min(1240px, calc(100% - 32px));
  margin: 14px auto 24px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cgct-home-banner.is-ready {
  display: block;
}

.cgct-home-banner__link {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto auto;
  gap: 22px;
  align-items: center;
  min-height: 104px;
  padding: 18px 22px;
  overflow: hidden;
  border: 1px solid #d6e0ea;
  border-left: 7px solid #c91d2e;
  border-radius: 14px;
  background: linear-gradient(115deg, #ffffff 0%, #f5f8fb 64%, #eaf1f7 100%);
  box-shadow: 0 8px 26px rgba(7, 27, 53, 0.1);
  color: #071b35;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.cgct-home-banner__link:hover,
.cgct-home-banner__link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(7, 27, 53, 0.15);
}

.cgct-home-banner__signal {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #c91d2e;
  font-size: 14px;
  line-height: 1.05;
  letter-spacing: 0.055em;
}

.cgct-home-banner__signal > i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #c91d2e;
  box-shadow: 0 0 0 8px rgba(201, 29, 46, 0.1);
}

.cgct-home-banner__copy strong,
.cgct-home-banner__copy small {
  display: block;
}

.cgct-home-banner__copy strong {
  margin-bottom: 5px;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.15;
}

.cgct-home-banner__copy small {
  color: #52677c;
  font-size: 13px;
  line-height: 1.4;
}

.cgct-home-banner__status {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
  color: #31506b;
  font-size: 12px;
  font-weight: 800;
}

.cgct-home-banner__status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #20a34a;
  box-shadow: 0 0 0 5px rgba(32, 163, 74, 0.13);
}

.cgct-home-banner__button {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  background: #071b35;
  color: #fff;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.025em;
}

.cgct-home-banner__button b {
  font-size: 19px;
}

.cg-sidebar-stack > .cgct-home-banner {
  width: 100%;
  margin: 0 0 22px;
}

.cg-sidebar-stack > .cgct-home-banner .cgct-home-banner__link {
  grid-template-columns: 1fr;
  gap: 14px;
  min-height: 0;
  padding: 20px;
  border-left-width: 5px;
}

.cg-sidebar-stack > .cgct-home-banner .cgct-home-banner__copy strong {
  font-size: 20px;
}

.cg-sidebar-stack > .cgct-home-banner .cgct-home-banner__status {
  display: inline-flex;
}

.cg-sidebar-stack > .cgct-home-banner .cgct-home-banner__button {
  width: 100%;
}

@media (max-width: 900px) {
  .cgct-home-banner__link {
    grid-template-columns: auto 1fr auto;
    gap: 16px;
  }

  .cgct-home-banner__status {
    display: none;
  }

  .cg-sidebar-stack > .cgct-home-banner .cgct-home-banner__status {
    display: inline-flex;
  }
}

@media (max-width: 640px) {
  .cgct-home-banner {
    width: calc(100% - 20px);
    margin: 10px auto 18px;
  }

  .cgct-home-banner__link {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 17px;
    border-left-width: 5px;
  }

  .cgct-home-banner__signal > i {
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 6px rgba(201, 29, 46, 0.1);
  }

  .cgct-home-banner__copy strong {
    font-size: 20px;
  }

  .cgct-home-banner__button {
    width: 100%;
  }
}
