/* Kissflow-style marketing hero — white, split column, gradient headline, rounded visual */

.kf-hero {
  background: #ffffff !important;
  padding: calc(var(--header-height) + 2.5rem) 0 3.5rem;
  position: relative;
  overflow: hidden;
}

.kf-hero::before {
  display: none;
}

.kf-hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}

.kf-hero-copy {
  min-width: 0;
}

.kf-hero-title {
  display: block;
  font-size: clamp(1.75rem, 2.4vw + 0.55rem, 2.5rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin: 0 0 1.1rem;
}

.kf-t-blue {
  color: #0565ff;
}

.kf-t-grad-mid {
  background: linear-gradient(90deg, #0565ff 0%, #7c3aed 55%, #9333ea 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.kf-t-grad-end {
  background: linear-gradient(90deg, #7c3aed 0%, #c72c91 50%, #db2777 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.kf-hero-sub {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #64748b;
  font-weight: 400;
  margin: 0 0 1.75rem;
  max-width: 34rem;
}

.kf-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-bottom: 0.5rem;
}

.kf-hero-meta-line {
  font-size: 0.875rem;
  color: #94a3b8;
  margin: 1rem 0 0;
  max-width: 34rem;
}

.kf-hero-meta-line strong {
  color: #475569;
  font-weight: 600;
}

.kf-hero-visual {
  position: relative;
  margin: 0;
  min-width: 0;
}

.kf-hero-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

@media (max-width: 900px) {
  .kf-hero-split {
    grid-template-columns: 1fr;
  }

  .kf-hero-visual {
    order: -1;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .kf-hero-title {
    font-size: clamp(1.6rem, 4.5vw, 2.15rem);
  }
}

/* —— Platform / pf-hero coexistence —— */
.pf-hero.kf-hero {
  padding: calc(var(--header-height) + 2.5rem) 0 3.5rem;
}

.pf-hero.kf-hero .pf-hero-inner.kf-hero-split {
  align-items: center;
}

.pf-hero.kf-hero .pf-hero-copy h1.kf-hero-title {
  font-size: clamp(1.75rem, 2.4vw + 0.55rem, 2.55rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin: 0 0 1.1rem;
}

.pf-hero.kf-hero .pf-hero-visual-wrap.kf-hero-visual {
  margin: 0;
}

.pf-hero.kf-hero .pf-hero-visual-wrap .pf-hero-img {
  border-radius: 24px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
}

.pf-hero.kf-hero .pf-hero-actions.kf-hero-ctas {
  margin-bottom: 1.25rem;
}

/* —— Solutions / use-case —— */
.sol-hero.kf-hero {
  background: #fff !important;
  padding: calc(var(--header-height) + 2.5rem) 0 3rem;
}

.sol-hero.kf-hero::before {
  display: none;
}

.sol-hero.kf-hero .container.kf-hero-split {
  text-align: left;
  max-width: var(--container-max, 1440px);
}

.sol-hero.kf-hero h1.kf-hero-title {
  font-size: clamp(1.75rem, 2.4vw + 0.55rem, 2.45rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin: 0 0 1rem;
}

.sol-hero.kf-hero .sol-eyebrow {
  margin-bottom: 0.85rem;
}

.sol-hero.kf-hero .sol-hero-actions.kf-hero-ctas {
  margin-top: 0;
}

/* —— About —— */
.ab-hero.kf-hero {
  background: #fff !important;
  padding: calc(var(--header-height) + 2.5rem) 0 3.5rem;
}

.ab-hero.kf-hero::before {
  display: none;
}

.ab-hero.kf-hero .kf-hero-split {
  align-items: center;
}

.ab-hero.kf-hero h1.kf-hero-title {
  font-size: clamp(1.75rem, 2.4vw + 0.55rem, 2.45rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin: 0 0 1rem;
}

.ab-hero.kf-hero .kf-hero-sub.ab-hero-lead {
  margin-bottom: 1.5rem;
  max-width: 38rem;
}

.ab-hero.kf-hero .ab-hero-note {
  margin-top: 1.15rem;
}

.ab-hero.kf-hero .kf-hero-visual .ab-hero-img {
  border-radius: 24px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
}

/* —— Resources —— */
.res-hero.kf-hero {
  background: #fff !important;
  padding: calc(var(--header-height) + 2.5rem) 0 3rem;
}

.res-hero.kf-hero::before {
  display: none;
}

.res-hero.kf-hero .container.kf-hero-split {
  text-align: left;
  max-width: var(--container-max, 1440px);
}

.res-hero.kf-hero h1.kf-hero-title {
  font-size: clamp(1.75rem, 2.4vw + 0.55rem, 2.45rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin: 0 0 1rem;
}

.res-hero.kf-hero .res-eyebrow {
  margin-bottom: 0.85rem;
}

.res-hero.kf-hero .res-hero-actions.kf-hero-ctas {
  margin-top: 0;
}
