/* Home page layout */
.hero-home {
  background: linear-gradient(180deg, #f6d2cb 0%, #f7d8d1 100%);
  position: relative;
  overflow: hidden;
  padding-block: clamp(3.5rem, 9vw, 6rem);
}
.hero-squiggle {
  position: absolute;
  inset: 10% 5% auto auto;
  width: min(50%, 400px);
  height: 200px;
  border: 3px solid #f5d84a;
  border-radius: 50%;
  opacity: 0.7;
  pointer-events: none;
  transform: rotate(-12deg);
}
.hero-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.hero-home h1 {
  color: #1f1f1f;
  text-transform: none;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-size: clamp(2rem, 4.6vw, 3.5rem);
  max-width: 12.5ch;
}
.hero-home .lead {
  color: #3b3b3b;
  font-size: 1.08rem;
  line-height: 1.62;
  max-width: 50ch;
}
.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.25rem 0 0.75rem;
  flex-wrap: wrap;
}

.hero-cta-row .btn {
  min-height: 46px;
  padding-inline: 1.1rem;
}

.hero-trust {
  color: #4a4a4a;
  font-size: 0.95rem;
  font-weight: 600;
}

.hero-home .hero-trust::before {
  content: "★★★★★ ";
  color: #f59e0b;
  letter-spacing: 0.04em;
}
.hero-visual-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.hero-visual-wrap img {
  max-width: min(100%, 420px);
  filter: drop-shadow(0 24px 52px rgba(0, 0, 0, 0.2));
}
.band-blue {
  background: var(--bg-blue);
  color: #fff;
}
.band-blue h2,
.band-blue .section-title {
  color: #fff;
}
.section-title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 2.25rem;
  font-size: clamp(1.2rem, 2.4vw, 1.9rem);
  position: relative;
}

.section-title::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  border-radius: 3px;
  background: rgba(255, 95, 80, 0.9);
  margin: 0.75rem auto 0;
}
.creators-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.creator {
  text-align: center;
  width: 100px;
}
.creator-avatar {
  position: relative;
  width: 88px;
  height: 88px;
  margin: 0 auto 0.5rem;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: var(--shadow-card);
}
.creator-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.creator-avatar .plus {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 22px;
  height: 22px;
  background: var(--flawsome-red);
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
}
.creator-name {
  font-weight: 600;
  font-size: 0.8125rem;
}
.creator-followers {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
}

.keyword-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.25rem;
}

.keyword-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1rem 1rem;
  background: #fff;
  font-weight: 600;
  line-height: 1.35;
  box-shadow: 0 10px 26px -20px rgba(0, 0, 0, 0.35);
  transition: transform 0.16s ease, border-color 0.16s ease;
}

.keyword-card:hover {
  transform: translateY(-2px);
  border-color: #ffd0ca;
}

.keyword-card strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
  color: #111;
}

.keyword-card small {
  display: block;
  color: var(--text-muted);
  font-weight: 400;
  font-size: 0.86rem;
}

.collection-tags {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.collection-tags span {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 600;
}

.feature-text h2 {
  font-size: clamp(1.55rem, 3.1vw, 2.35rem);
  line-height: 1.15;
  margin-bottom: 0.9rem;
}

.feature-text p {
  max-width: 58ch;
  color: #444;
  line-height: 1.64;
}

.feature-visual img {
  max-width: 420px;
  box-shadow: 0 12px 40px -25px rgba(0, 0, 0, 0.35);
  background: #fff;
}

.proof-cta-title {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: clamp(1.12rem, 2.1vw, 1.45rem);
  letter-spacing: -0.01em;
}

.centered-store-row {
  justify-content: center;
  margin-top: 1rem;
}

.mobile-install-bar {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.8rem;
  z-index: 70;
  background: var(--flawsome-red);
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.85rem 1.1rem;
  text-decoration: none;
  box-shadow: 0 16px 30px -16px rgba(255, 95, 80, 0.9);
  display: none;
}
.cta-audience {
  text-align: center;
  padding-block: clamp(4rem, 8vw, 6rem);
}
.cta-audience h2 {
  color: #fff;
  text-transform: none;
  letter-spacing: -0.01em;
  font-size: clamp(1.55rem, 3.4vw, 2.6rem);
}
.cta-audience .sub {
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 1.1rem;
  font-size: 1.02rem;
}
.video-poster {
  max-width: 640px;
  margin: 1.35rem auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 16px 42px -24px rgba(0, 0, 0, 0.45);
  aspect-ratio: 16 / 9;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-poster iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .hero-home h1 {
    max-width: none;
  }
  .keyword-cards {
    grid-template-columns: 1fr;
  }
  .hero-trust {
    font-size: 0.88rem;
  }
  .section-title::after {
    width: 44px;
  }
  .mobile-install-bar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
