/* =============================================================================
   Frameflow Creatives — Hero Section Variant Test
   Styles for the test home page using the 3D abstract lilac render hero asset.
   ========================================================================== */

/* Test banner / pill switcher */
.ff-test-bar {
  background: linear-gradient(90deg, #2a1366 0%, #432692 50%, #683bbd 100%);
  color: #fff;
  padding: 10px 16px;
  font-size: 13.5px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
  z-index: 1000;
  box-shadow: 0 2px 12px rgba(19, 7, 45, 0.2);
}

.ff-test-bar a {
  color: #e8deff;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
  transition: color 0.2s ease;
}

.ff-test-bar a:hover {
  color: #ffffff;
}

.ff-test-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.2);
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
}

/* Custom 3D hero container */
.frameflow-light.home-test-page .section-hero--frameflow {
  position: relative;
}

.frameflow-light.home-test-page .section-hero--frameflow .hero-image {
  background-color: #dcd3f8;
  box-shadow: 0 20px 60px -15px rgba(67, 38, 146, 0.18);
}

.frameflow-light.home-test-page .section-hero--frameflow .hero-image picture,
.frameflow-light.home-test-page .section-hero--frameflow .hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 75% center;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 992px) {
  .frameflow-light.home-test-page .section-hero--frameflow .hero-image img {
    object-position: right center;
  }
}

@media (min-width: 1400px) {
  .frameflow-light.home-test-page .section-hero--frameflow .hero-image img {
    object-position: 85% center;
  }
}

/* Frosted glass quick contact card that lets 3D background shine through beautifully */
.frameflow-light.home-test-page .section-hero--frameflow .hero-contact-form--compact {
  background: rgba(255, 255, 255, 0.72) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.88) !important;
  box-shadow:
    0 24px 48px -12px rgba(67, 38, 146, 0.18),
    0 2px 6px rgba(19, 7, 45, 0.04),
    0 1px 0 rgba(255, 255, 255, 0.95) inset !important;
}

.frameflow-light.home-test-page .section-hero--frameflow .hero-contact-form--compact input,
.frameflow-light.home-test-page .section-hero--frameflow .hero-contact-form--compact textarea,
.frameflow-light.home-test-page .section-hero--frameflow .hero-contact-form--compact select,
.frameflow-light.home-test-page .section-hero--frameflow .hero-contact-form--compact .nice-select {
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(117, 85, 245, 0.2) !important;
}

.frameflow-light.home-test-page .section-hero--frameflow .hero-contact-form--compact input:focus,
.frameflow-light.home-test-page .section-hero--frameflow .hero-contact-form--compact textarea:focus {
  background: #ffffff !important;
  border-color: #7555f5 !important;
  box-shadow: 0 0 0 3px rgba(117, 85, 245, 0.18) !important;
}

/* Floating feature pill highlights */
.hero-floating-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-floating-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: #2a1366;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(117, 85, 245, 0.22);
  box-shadow: 0 8px 20px rgba(67, 38, 146, 0.09);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.hero-floating-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(67, 38, 146, 0.16);
  background: rgba(255, 255, 255, 0.95);
}

.hero-floating-badge__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(117, 85, 245, 0.14);
  color: #683bbd;
  font-size: 11px;
}
