/* QcoreTCloud hero sections */
.qcoret-hero {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  color: #fff;
  background-color: #0b1f3a;
  background-image:
    linear-gradient(135deg, rgba(8, 28, 58, 0.92) 0%, rgba(15, 76, 129, 0.82) 55%, rgba(0, 120, 212, 0.72) 100%),
    url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=1920&q=80');
  background-size: cover;
  background-position: center;
  box-shadow: 0 1.25rem 2.5rem rgba(15, 23, 42, 0.18);
}

.qcoret-hero-partners {
  margin-left: calc(-1 * var(--bs-gutter-x, 0.75rem));
  margin-right: calc(-1 * var(--bs-gutter-x, 0.75rem));
  border-radius: 0;
}

@media (min-width: 768px) {
  .qcoret-hero-partners {
    margin-left: calc(-50vw + 50% + var(--bs-gutter-x, 0.75rem) * 0.5);
    margin-right: calc(-50vw + 50% + var(--bs-gutter-x, 0.75rem) * 0.5);
    width: calc(100vw - var(--bs-gutter-x, 0.75rem));
    max-width: none;
    border-radius: 0 0 1.25rem 1.25rem;
  }
}

.qcoret-hero-inner {
  position: relative;
  z-index: 1;
  padding: 3.5rem 1.5rem;
  max-width: 820px;
  margin: 0 auto;
}

.qcoret-hero-home .qcoret-hero-inner {
  padding: 2.75rem 1.5rem;
}

.qcoret-hero-badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #dbeafe;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.qcoret-hero-title {
  margin-bottom: 1rem;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
}

.qcoret-hero-lead {
  margin: 0 auto;
  max-width: 640px;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.qcoret-hero .btn-light {
  color: #0b1f3a;
  font-weight: 600;
}

.qcoret-hero .btn-outline-light {
  border-width: 2px;
  font-weight: 600;
}

.qcoret-hero .btn-outline-light:hover {
  color: #0b1f3a;
}

.qcoret-partner-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.qcoret-partner-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.12) !important;
}

.qcoret-partner-card-featured {
  border-top: 4px solid #dc3545 !important;
}

.qpartner-landing .content-block {
  padding-top: 0;
}

.dashboard .content-block {
  padding-top: 0.25rem;
}

.dashboard .qcoret-hero-home {
  margin-bottom: 2rem !important;
}

.order-index .card-body .showcase-text,
.index-dashboard .showcase-text,
.card-body > p:first-of-type {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.card-body .showcase-text h2,
.card-body > p:first-of-type h2 {
  text-align: center;
}

.navbar-brand img,
.login-logo img {
  height: 52px !important;
  width: auto !important;
  max-width: 320px;
  object-fit: contain;
}

.navbar-brand-image {
  height: 40px !important;
  width: auto !important;
  max-width: 280px;
  object-fit: contain;
}

.login-logo img {
  max-width: 420px;
  height: auto !important;
  max-height: 120px;
}
