

/* Recrivo hero */

.meetia-hero--drafty {
  position: relative;
  min-height: min(90vh, 780px);
  padding: 0 clamp(20px, 3vw, 40px) 40px clamp(56px, 9vw, 120px);
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}

.meetia-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #e8f3fc;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

.meetia-hero--drafty .meetia-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 12px;
  align-items: start;
}

.meetia-hero--drafty .meetia-hero__content {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding-right: 8px;
  align-self: start;
  justify-self: start;
  margin-top: 80px;
  margin-left: -10px;
}

.meetia-hero__catch {
  margin: 0 0 14px;
  font-size: clamp(0.95rem, 1.15vw, 1.08rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.65;
  color: #1f56b8;
  animation: lpFadeUp 0.7s ease both;
}

.meetia-hero__brand {
  margin: 0 0 12px;
  animation: lpFadeUp 0.7s ease 0.04s both;
}

.meetia-hero__brand .recrivo-logo {
  position: relative;
  display: inline-block;
  color: #0c2d6b;
  font-weight: 800;
  font-size: clamp(3.8rem, 7.5vw, 5.6rem);
  letter-spacing: -0.04em;
  line-height: 0.92;
}

.meetia-hero__sub {
  margin: 8px 0 20px;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #3b7ddd;
  animation: lpFadeUp 0.7s ease 0.08s both;
}

.meetia-hero--drafty .meetia-hero__title {
  margin: 0 0 14px;
  font-family: var(--lp-font-display);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #2b2f36;
  animation: lpFadeUp 0.7s ease 0.12s both;
}

.meetia-hero--drafty .meetia-hero__lead {
  margin: 0 0 28px;
  max-width: none;
  font-size: 1.02rem;
  line-height: 1.85;
  color: #4b5563;
  animation: lpFadeUp 0.7s ease 0.16s both;
}

.meetia-hero--drafty .meetia-hero__cta-block {
  margin-bottom: 0;
  animation: lpFadeUp 0.7s ease 0.2s both;
}

.meetia-hero--drafty .meetia-hero__actions {
  margin-bottom: 0;
  gap: 12px;
}

.meetia-hero--drafty .meetia-hero__visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 0;
  margin-top: -50px;
  margin-right: clamp(-48px, -4vw, -16px);
}

.meetia-hero__product {
  display: block;
  width: 112%;
  max-width: none;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 36px rgba(12, 45, 107, 0.16));
  animation: lpFadeUp 0.85s ease 0.14s both;
}

@media (max-width: 980px) {
  .meetia-hero--drafty {
    min-height: auto;
    padding: 24px 28px 36px;
  }

  .meetia-hero--drafty .meetia-hero__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .meetia-hero--drafty .meetia-hero__visual {
    justify-content: center;
    margin-top: 0;
    margin-right: 0;
  }

  .meetia-hero__product {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .meetia-hero--drafty {
    padding: 20px 18px 28px;
  }

  .meetia-hero__brand .recrivo-logo {
    font-size: clamp(3.2rem, 14vw, 4.2rem);
  }

  .meetia-hero__product {
    max-width: 100%;
  }
}
