@charset "UTF-8";

.hc-partner {
  padding: clamp(3.5rem, 8vw, 6rem) 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  position: relative;
  isolation: isolate;
  background: radial-gradient(circle at 20% 20%, rgba(99, 102, 241, 0.14), transparent 32%),
    radial-gradient(circle at 80% 0%, rgba(14, 165, 233, 0.12), transparent 30%),
    linear-gradient(135deg, #0b1120, #0a0f1c 45%, #0f172a);
  overflow: hidden;
}

.hc-wrapper {
  width: 100%;
  margin: 0;
}

.hc-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hc-layout {
  display: grid;
  gap: clamp(1.75rem, 2vw, 2.5rem);
  align-items: center;
}

.hc-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: none;
}

.hc-kicker {
  margin: 0;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a5b4fc;
  font-weight: 700;
}

.hc-partner h2 {
  margin: 0;
  font-size: clamp(1.9rem, 2.6vw + 1.25rem, 3rem);
  line-height: 1.1;
  font-weight: 700;
}

.hc-accent {
  background: linear-gradient(90deg, var(--gf-primary, #7c3aed), var(--gf-accent, #0ea5e9));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hc-highlight {
  background: linear-gradient(90deg, var(--gf-primary, #7c3aed), var(--gf-cta, #22d3ee));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hc-lead {
  margin: 0;
  font-size: clamp(1.05rem, 1.1vw + 0.85rem, 1.25rem);
  color: #cbd5e1;
  max-width: 68ch;
}

.hc-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.15rem;
  border-radius: calc(var(--radius, 16px) + 6px);
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease,
    color 0.2s ease;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.hc-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 80px rgba(14, 165, 233, 0.35), 0 18px 50px rgba(0, 0, 0, 0.45);
}

.hc-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.45);
  outline-offset: 3px;
}

.hc-btn-primary {
  background: linear-gradient(120deg, var(--gf-primary, #7c3aed), var(--gf-accent, #0ea5e9));
  color: #0b1120;
  box-shadow: 0 18px 40px rgba(14, 165, 233, 0.35);
  background-size: 200% 200%;
}

.hc-btn-primary:hover {
  background-position: 90% 50%;
  box-shadow: 0 28px 60px rgba(14, 165, 233, 0.45), 0 20px 55px rgba(124, 58, 237, 0.35);
  border-color: rgba(14, 165, 233, 0.45);
}

.hc-btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #e2e8f0;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.hc-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}

.hc-media {
  position: relative;
}

.hc-media::before {
  content: "";
  position: absolute;
  inset: -14%;
  background: radial-gradient(circle at 30% 40%, rgba(124, 58, 237, 0.22), transparent 38%),
    radial-gradient(circle at 75% 60%, rgba(14, 165, 233, 0.16), transparent 40%);
  filter: blur(40px);
  opacity: 0.75;
  z-index: 1;
}

.hc-media-frame {
  position: relative;
  z-index: 2;
  padding: 1rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.hc-media-grid {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}

.hc-media-chip {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.85rem;
  background: rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.hc-media-chip-muted {
  color: #cbd5e1;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.22);
}

.hc-media-placeholder {
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.7);
  border: 1px dashed rgba(255, 255, 255, 0.3);
  padding: clamp(1.5rem, 2vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

.hc-media-illustration {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}

.hc-media-accent {
  display: block;
  height: clamp(2.75rem, 3vw, 3.25rem);
  border-radius: 12px;
  background: linear-gradient(140deg, rgba(124, 58, 237, 0.9), rgba(14, 165, 233, 0.8));
  box-shadow: 0 18px 38px rgba(14, 165, 233, 0.4);
  opacity: 0.8;
}

.hc-media-note {
  margin: 0;
  color: #cbd5e1;
  font-size: 0.95rem;
}

@media (min-width: 900px) {
  .hc-layout {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .hc-content {
    grid-column: span 6;
  }

  .hc-media {
    grid-column: span 6;
  }

  .hc-content {
    padding-right: 5%;
    padding-left: 0;
  }
}

@media (min-width: 960px) {
  .hc-content {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hc-btn {
    transition: none;
  }

  .hc-btn:hover {
    transform: none;
  }
}
