/* SOP Cloud — strip + shared */
.cloud-strip { margin: 1.5rem 0 0; padding: 0; }

.cloud-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
  padding: 1.15rem 1.25rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(68, 140, 123, 0.14), rgba(34, 40, 44, 0.9));
  border: 1px solid rgba(95, 168, 150, 0.28);
}

.cloud-strip__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  color: var(--brand-graphite, #22282c);
  background: linear-gradient(135deg, #5fa896, var(--brand-green, #448c7b));
  flex-shrink: 0;
}

.cloud-strip__icon svg { width: 1.35rem; height: 1.35rem; }

.cloud-strip__copy { flex: 1 1 14rem; min-width: 0; }

.cloud-strip__title {
  display: block;
  margin: 0 0 0.2rem;
  color: #fff;
  font-size: 1rem;
}

.cloud-strip__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  line-height: 1.45;
}

.cloud-strip__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1.05rem;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--brand-graphite, #22282c);
  background: #fff;
  transition: filter 0.2s ease;
  flex-shrink: 0;
}

.cloud-strip__cta:hover {
  filter: brightness(0.95);
  color: var(--brand-graphite, #22282c);
}

.cloud-strip__cta svg { width: 0.95rem; height: 0.95rem; }

@media (max-width: 991px) {
  .home-cloud__widget { grid-template-columns: 1fr; }
  .home-cloud-brand { order: -1; }
  .home-cloud-uploader { min-height: 240px; }
}

@media (max-width: 575px) {
  .cloud-strip__inner { flex-direction: column; align-items: flex-start; }
  .cloud-strip__cta { width: 100%; justify-content: center; }
}

.home-cloud-uploader.is-redirecting {
  pointer-events: none;
  opacity: 0.92;
  border-style: solid;
  border-color: rgba(95, 168, 150, 0.95);
  background: rgba(68, 140, 123, 0.14);
}

.home-cloud-uploader__status {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 0.85rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: #5fa896;
}
