/* CreatorFlow Homepage V4 — March 2026 */

/* ==========================================================================
   1. STATS BAR
   ========================================================================== */

.cf-hp-statsbar {
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 28px 0;
}

.cf-hp-statsbar__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.cf-hp-statsbar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0 48px;
  position: relative;
}

/* Vertical divider between items */
.cf-hp-statsbar__item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 28px;
  background: #e5e7eb;
}

.cf-hp-statsbar__value {
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 800;
  color: #111111;
  letter-spacing: -0.03em;
  line-height: 1;
  display: block;
}

.cf-hp-statsbar__label {
  font-size: 11px;
  color: #9ca3af;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
}

@media (max-width: 768px) {
  .cf-hp-statsbar__container {
    gap: 24px;
    justify-content: center;
  }
  .cf-hp-statsbar__item {
    padding: 12px 24px;
  }
  .cf-hp-statsbar__item:not(:last-child)::after {
    display: none;
  }
}

/* ==========================================================================
   3. BENTO FEATURE GRID V4 — 3-column asymmetric layout
   ========================================================================== */

/* Override v3 bento to use light gray bg */
/* old bento v3 overrides removed */

@media (max-width: 640px) {
  /* placeholder for future mobile overrides */
}

/* ==========================================================================
   4. USE CASES / PERSONAS — Clean white cards
   ========================================================================== */

.cf-hp-personas {
  background: #ffffff;
  padding: 32px 0;
}

.cf-hp-personas__container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.cf-hp-personas__header {
  text-align: center;
  margin-bottom: 36px;
}

.cf-hp-personas__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 12px;
  padding: 5px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
}

.cf-hp-personas__title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #000000;
  line-height: 1.15;
  margin: 0 auto 12px;
  letter-spacing: -0.03em;
  max-width: 680px;
}

.cf-hp-personas__subtitle {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 520px;
}

.cf-hp-personas__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.cf-hp-personas__card {
  background: #f9fafb;
  border: none;
  border-radius: 14px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: background 0.2s;
}

.cf-hp-personas__card:hover {
  background: #f3f4f6;
}

.cf-hp-personas__card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.cf-hp-personas__card-icon {
  font-size: 28px;
  line-height: 1;
  flex-shrink: 0;
}

.cf-hp-personas__card-title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  line-height: 1.3;
}

.cf-hp-personas__card-scenario {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0 0 20px;
  flex: 1;
}

.cf-hp-personas__card-link {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  transition: color 0.2s;
}

.cf-hp-personas__card:hover .cf-hp-personas__card-link {
  color: #374151;
}

@media (max-width: 1024px) {
  .cf-hp-personas__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .cf-hp-personas__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .cf-hp-personas {
    padding: 32px 0;
  }
}

/* ==========================================================================
   5. FEATURE SHOWCASE BENTO — (old card grid, replaced by accordion)
   ========================================================================== */

/* Old showcase card grid removed - replaced by accordion layout in section 4b */

/* ==========================================================================
   6. SAFETY / TRUST SECTION
   ========================================================================== */

.cf-hp-trust {
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  padding: 64px 0;
}

.cf-hp-trust__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 80px;
  align-items: center;
}

.cf-hp-trust__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 16px;
  padding: 6px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: #ffffff;
}

.cf-hp-trust__title {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  color: #000000;
  line-height: 1.1;
  margin: 0 0 20px;
  letter-spacing: -0.025em;
}

.cf-hp-trust__copy {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.7;
  margin: 0 0 32px;
  max-width: 520px;
}

.cf-hp-trust__checklist {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cf-hp-trust__check {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}

.cf-hp-trust__check-icon {
  flex-shrink: 0;
  color: #000000;
  width: 20px;
  height: 20px;
}

.cf-hp-trust__visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.cf-hp-trust__badge-img {
  width: 160px;
  height: auto;
  opacity: 0.85;
}

.cf-hp-trust__badge-label {
  font-size: 12px;
  color: #9ca3af;
  text-align: center;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .cf-hp-trust__container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .cf-hp-trust__visual {
    order: -1;
  }
}

@media (max-width: 640px) {
  .cf-hp-trust {
    padding: 32px 0;
  }
}

/* ==========================================================================
   7. TESTIMONIALS
   ========================================================================== */

.cf-hp-social {
  background: #ffffff;
  padding: 64px 0;
}

.cf-hp-social__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 0;
}

.cf-hp-social__card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cf-hp-social__quote-mark {
  display: none; /* cleaner without it */
}

.cf-hp-social__quote {
  font-size: 16px;
  color: #000000;
  line-height: 1.65;
  margin: 0;
  font-weight: 400;
}

/* Lime accent on all testimonial cards */
.cf-hp-social__card {
  border-top: 3px solid #d1fe17;
}

.cf-hp-social__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.cf-hp-social__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e5e7eb;
}

.cf-hp-social__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cf-hp-social__handle {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}

.cf-hp-social__meta {
  font-size: 12px;
  color: #9ca3af;
  display: flex;
  align-items: center;
  gap: 4px;
}

.cf-hp-social__niche {
  color: #9ca3af;
}

.cf-hp-social__dot {
  color: #d1d5db;
}

.cf-hp-social__followers {
  color: #9ca3af;
}

@media (max-width: 768px) {
  .cf-hp-social__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .cf-hp-social {
    padding: 48px 0;
  }
}

/* ==========================================================================
   HOW IT WORKS (Steps)
   ========================================================================== */

/* How It Works */
.cf-hp-steps {
  background: #ffffff;
  padding: 32px 0;
}

.cf-hp-steps__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.cf-hp-steps__header {
  text-align: center;
  margin-bottom: 56px;
}

.cf-hp-steps__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000000;
  background: #d1fe17;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.cf-hp-steps__title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.03em;
  margin: 0 auto 12px;
  line-height: 1.15;
  max-width: 680px;
}

.cf-hp-steps__subtitle {
  font-size: 16px;
  color: #6b7280;
  margin: 0 auto;
  line-height: 1.5;
  max-width: 520px;
  text-align: center;
}

/* Timeline grid */
.cf-hp-steps__timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* Individual card */
.cf-hp-steps__card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px 24px;
  transition: border-color 0.3s ease;
}

.cf-hp-steps__card:hover {
  border-color: #d1fe17;
}

/* Card top: number + icon */
.cf-hp-steps__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cf-hp-steps__card-num {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.04em;
  line-height: 1;
}

.cf-hp-steps__card-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
}

.cf-hp-steps__card-title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 8px;
  line-height: 1.3;
}

.cf-hp-steps__card-desc {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

/* Connector arrow between cards */
.cf-hp-steps__connector {
  display: none;
}

/* Tablet: 2x2 */
@media (max-width: 900px) {
  .cf-hp-steps {
    padding: 32px 0;
  }
  .cf-hp-steps__timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .cf-hp-steps__header {
    margin-bottom: 40px;
  }
}

/* Mobile: single column */
@media (max-width: 640px) {
  .cf-hp-steps {
    padding: 48px 0;
  }
  .cf-hp-steps__header {
    margin-bottom: 32px;
  }
  .cf-hp-steps__timeline {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .cf-hp-steps__card {
    padding: 24px 20px;
  }
  .cf-hp-steps__card-num {
    font-size: 28px;
  }
}

/* ==========================================================================
   8. FAQ
   ========================================================================== */

/* ==========================================================================
   OUTCOMES / FEATURES BENTO
   ========================================================================== */

.cf-hp-outcomes {
  background: #ffffff;
  padding: 40px 0 32px;
}

.cf-hp-outcomes__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.cf-hp-outcomes__header {
  text-align: center;
  margin-bottom: 40px;
}

.cf-hp-outcomes__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
  background: #d1fe17;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
}

.cf-hp-outcomes__title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 auto 12px;
  max-width: 680px;
}

.cf-hp-outcomes__subtitle {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.5;
  max-width: 520px;
  margin: 0 auto;
}

.cf-hp-outcomes__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.cf-hp-outcomes__card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
}

.cf-hp-outcomes__card-icon {
  width: 48px;
  height: 48px;
  background: #000000;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d1fe17;
}

.cf-hp-outcomes__card-icon svg {
  width: 24px;
  height: 24px;
}

.cf-hp-outcomes__card-title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 20px 0 0;
}

.cf-hp-outcomes__card-desc {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.6;
  margin: 8px 0 0;
}

.cf-hp-outcomes__footer {
  text-align: center;
  margin-top: 36px;
}

.cf-hp-outcomes__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #000000;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.cf-hp-outcomes__cta:hover {
  background: #d1fe17;
  color: #000000;
}

.cf-hp-outcomes__cta svg {
  width: 16px;
  height: 16px;
}

.cf-hp-outcomes__cta-note {
  font-size: 13px;
  color: #9ca3af;
  margin: 10px 0 0;
}

.cf-hp-personas__footer {
  text-align: center;
  margin-top: 36px;
}

.cf-hp-personas__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #000000;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.cf-hp-personas__cta:hover {
  background: #d1fe17;
  color: #000000;
}

.cf-hp-personas__cta svg {
  width: 16px;
  height: 16px;
}

.cf-hp-personas__cta-note {
  font-size: 13px;
  color: #9ca3af;
  margin: 10px 0 0;
}

@media (max-width: 640px) {
  .cf-hp-outcomes {
    padding: 36px 0;
  }
  .cf-hp-outcomes__container {
    padding: 0 20px;
  }
  .cf-hp-outcomes__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .cf-hp-outcomes__card {
    padding: 28px 24px;
  }
  .cf-hp-outcomes__card-title {
    font-size: 18px;
  }
  .cf-hp-outcomes__card-desc {
    font-size: 14px;
  }
  .cf-hp-outcomes__header {
    margin-bottom: 24px;
  }
  .cf-hp-outcomes__title {
    font-size: 24px;
  }
}

/* ==========================================================================
   4b. USE CASES — Bento grid
   ========================================================================== */

/* Bento Use Cases — clean light layout */
.cf-hp-bento {
  background: #ffffff;
  padding: 32px 40px;
}

.cf-hp-bento__container {
  max-width: 1400px;
  margin: 0 auto;
  background:
    radial-gradient(circle at top right, rgba(209, 254, 23, 0.14), transparent 24%),
    radial-gradient(circle at bottom left, rgba(59, 130, 246, 0.16), transparent 28%),
    #050505;
  border-radius: 24px;
  padding: 56px 48px 48px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.12);
}

section.cf-hp-bento .cf-hp-bento__header {
  text-align: left;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.cf-hp-bento__header-left {
  flex: 1;
  min-width: 0;
}

.cf-hp-bento__header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  background: #d1fe17;
  text-decoration: none;
  border-radius: 12px;
  padding: 0 28px;
  height: 52px;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  margin-top: 4px;
  flex-shrink: 0;
  border: none;
  box-shadow: 0 12px 32px rgba(209, 254, 23, 0.22);
}

.cf-hp-bento__header-cta:hover {
  background: #ffffff;
  transform: translateY(-1px);
}

.cf-hp-bento__badge {
  display: none;
}

section.cf-hp-bento .cf-hp-bento__title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 10px;
  text-align: left;
}

section.cf-hp-bento .cf-hp-bento__subtitle {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.55;
  margin: 0;
  max-width: 620px;
  text-align: left;
}

/* Use cases — clean 3×2 grid */
section.cf-hp-bento .cf-hp-bento__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 0;
}

/* Card — text top, image bleeds to bottom */
section.cf-hp-bento .cf-hp-bento__card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.04));
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 30px 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

section.cf-hp-bento .cf-hp-bento__card:hover {
  border-color: #d1fe17;
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22);
}

/* Text block */
section.cf-hp-bento .cf-hp-bento__card-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-bottom: 22px;
}

section.cf-hp-bento .cf-hp-bento__card-title {
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  transition: color 0.2s ease;
}

section.cf-hp-bento .cf-hp-bento__card:hover .cf-hp-bento__card-title {
  color: #d1fe17;
}

section.cf-hp-bento .cf-hp-bento__card-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.65;
  margin: 0 0 18px;
}

section.cf-hp-bento .cf-hp-bento__card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  font-size: 13px;
  font-weight: 600;
  color: #f6f7fb;
  text-decoration: none;
  margin-top: 16px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

section.cf-hp-bento .cf-hp-bento__card-link::after {
  content: "→";
  font-size: 14px;
}

section.cf-hp-bento .cf-hp-bento__card-link:hover {
  background: rgba(209, 254, 23, 0.12);
  border-color: rgba(209, 254, 23, 0.45);
  color: #d1fe17;
}

section.cf-hp-bento .cf-hp-bento__card-btn {
  display: none !important;
}

/* DM conversation visual inside bento cards */
section.cf-hp-bento .cf-hp-bento__card-visual {
  display: flex !important;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  min-height: 300px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  border-radius: 18px 18px 0 0;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-bottom: none;
  margin-top: auto;
  position: relative;
  padding: 16px 14px 18px;
  overflow: hidden;
  box-shadow: 0 -2px 0 rgba(255, 255, 255, 0.12), 0 20px 40px rgba(15, 23, 42, 0.08);
}

.cf-hp-bento__card-visual::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 14px;
  width: 42px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d1d5db 0 30%, #e5e7eb 30% 65%, #f3f4f6 65% 100%);
  opacity: 0.85;
}

/* Bento DM conversation mini-mockup */
.cf-bento-dm {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 20px;
}

.cf-bento-dm__row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  width: 100%;
}

.cf-bento-dm__row--received {
  justify-content: flex-start;
}

.cf-bento-dm__row--sent {
  justify-content: flex-end;
}

.cf-bento-dm__avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(180deg, #eef2f7 0%, #dfe5ee 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  flex-shrink: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.cf-bento-dm__bubble {
  padding: 11px 14px;
  border-radius: 18px;
  font-size: 13px;
  line-height: 1.45;
  max-width: calc(100% - 42px);
  word-break: break-word;
}

.cf-bento-dm__bubble--received {
  background: #f2f4f8;
  color: #374151;
  border-bottom-left-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.7);
}

.cf-bento-dm__bubble--sent {
  background: linear-gradient(180deg, #5c7df0 0%, #4f74e6 100%);
  color: #ffffff;
  border-bottom-right-radius: 4px;
  box-shadow: 0 8px 18px rgba(79, 116, 230, 0.18);
}

.cf-bento-dm__link-preview {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(180deg, #eef4ff 0%, #dce9ff 100%);
  border-radius: 14px;
  padding: 10px 12px;
  max-width: min(82%, 240px);
  box-shadow: inset 0 0 0 1px rgba(147, 197, 253, 0.35);
}

.cf-bento-dm__link-icon {
  width: 30px;
  height: 30px;
  background: linear-gradient(180deg, #5c7df0 0%, #3b82f6 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
}

.cf-bento-dm__link-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.cf-bento-dm__link-title {
  font-size: 13px;
  font-weight: 600;
  color: #1e40af;
  white-space: normal;
  overflow-wrap: anywhere;
}

.cf-bento-dm__link-domain {
  font-size: 11px;
  color: #6b7280;
  white-space: normal;
  overflow-wrap: anywhere;
}

/* Tablet */
@media (max-width: 900px) {
  section.cf-hp-bento .cf-hp-bento__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cf-hp-bento__container {
    padding: 40px 32px 36px;
  }
  section.cf-hp-bento .cf-hp-bento__card {
    padding: 26px 24px 0;
  }
  section.cf-hp-bento .cf-hp-bento__card-visual {
    min-height: 280px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .cf-hp-bento {
    padding: 24px 14px;
  }
  .cf-hp-bento__container {
    padding: 30px 18px 22px;
    border-radius: 20px;
  }
  section.cf-hp-bento .cf-hp-bento__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  section.cf-hp-bento .cf-hp-bento__card {
    padding: 24px 18px 0;
    border-radius: 20px;
  }
  section.cf-hp-bento .cf-hp-bento__card-title {
    font-size: 18px;
  }
  section.cf-hp-bento .cf-hp-bento__card-visual {
    min-height: 240px;
    padding: 14px 12px 16px;
  }
  section.cf-hp-bento .cf-hp-bento__header {
    margin-bottom: 28px;
  }
  section.cf-hp-bento .cf-hp-bento__title {
    font-size: 28px;
  }
  section.cf-hp-bento .cf-hp-bento__header {
    flex-direction: column;
    gap: 20px;
  }
  .cf-hp-bento__header-cta {
    align-self: flex-start;
    width: 100%;
    max-width: 220px;
  }
  .cf-bento-dm__bubble,
  .cf-bento-dm__link-preview {
    max-width: calc(100% - 38px);
  }
  .cf-bento-dm__avatar {
    width: 26px;
    height: 26px;
  }
}

/* ==========================================================================
   USE CASES — Who it's for
   ========================================================================== */

.cf-hp-usecases {
  background: #ffffff;
  padding: 64px 0;
}

.cf-hp-usecases__container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.cf-hp-usecases__header {
  text-align: center;
  margin-bottom: 36px;
}

.cf-hp-usecases__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
  background: #d1fe17;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
}

.cf-hp-usecases__title {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 12px;
}

.cf-hp-usecases__subtitle {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.5;
  max-width: 520px;
  margin: 0 auto;
}

.cf-hp-usecases__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.cf-hp-usecases__card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

/* Emoji icon - small accent */
.cf-hp-usecases__card-icon {
  font-size: 28px;
  margin-bottom: 14px;
  line-height: 1;
}

.cf-hp-usecases__card-title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.cf-hp-usecases__card-desc {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

.cf-hp-usecases__testimonial {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #f3f4f6;
}

.cf-hp-usecases__quote {
  font-size: 13px;
  font-style: italic;
  color: #374151;
  margin: 0 0 4px;
  line-height: 1.5;
}

.cf-hp-usecases__quote-handle {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}

.cf-hp-usecases__card-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  margin-top: 14px;
  transition: color 0.15s ease;
}

.cf-hp-usecases__card-link:hover {
  color: #374151;
}

@media (max-width: 900px) {
  .cf-hp-usecases__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .cf-hp-usecases {
    padding: 32px 0;
  }
  .cf-hp-usecases__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .cf-hp-usecases__header {
    margin-bottom: 24px;
  }
  .cf-hp-usecases__card {
    padding: 20px;
  }
}

/* ==========================================================================
   SAFETY & TRUST — two column layout
   ========================================================================== */

.cf-hp-safety {
  background: #ffffff;
  padding: 64px 0;
}

.cf-hp-safety__container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

.cf-hp-safety__header {
  text-align: center;
  margin-bottom: 32px;
}

.cf-hp-safety__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
  background: #d1fe17;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
  width: fit-content;
}

.cf-hp-safety__title {
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 12px;
}

.cf-hp-safety__subtitle {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.6;
  max-width: 520px;
  margin: 0 auto;
}

.cf-hp-safety__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  max-width: 560px;
  margin: 0 auto;
}

.cf-hp-safety__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #374151;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 100px;
  padding: 8px 16px;
}

.cf-hp-safety__check {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

@media (max-width: 640px) {
  .cf-hp-safety {
    padding: 48px 0;
  }
}

/* ==========================================================================
   SAFETY & TRUST
   ========================================================================== */

.cf-safety-trust {
  background: #ffffff;
  padding: 28px 40px 32px;
}

.cf-safety-trust__container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: center;
  gap: 48px;
  background:
    radial-gradient(circle at top right, rgba(209, 254, 23, 0.12), transparent 24%),
    radial-gradient(circle at bottom left, rgba(59, 130, 246, 0.14), transparent 28%),
    #040404;
  border-radius: 32px;
  padding: 64px 56px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.12);
}

.cf-safety-trust__container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 42%);
  pointer-events: none;
}

.cf-safety-trust__content,
.cf-safety-trust__badge {
  position: relative;
  z-index: 1;
}

.cf-safety-trust__label {
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d1fe17;
}

.cf-safety-trust__title {
  margin: 0 0 24px;
  max-width: 740px;
  font-size: clamp(34px, 4.3vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.cf-safety-trust__copy {
  margin: 0;
  max-width: 760px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.74);
}

.cf-safety-trust__points {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.cf-safety-trust__point {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.cf-safety-trust__point-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #d1fe17;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(2px);
}

.cf-safety-trust__badge {
  display: flex;
  justify-content: center;
}

.cf-safety-trust__badge-shell {
  width: min(100%, 420px);
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 22px;
  padding: 36px 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.cf-safety-trust__badge-img {
  display: block;
  width: min(100%, 320px);
  height: auto;
  filter: brightness(0) invert(1);
}

.cf-safety-trust__badge-text {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1100px) {
  .cf-safety-trust__container {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 36px;
  }

  .cf-safety-trust__badge {
    justify-content: flex-start;
  }

  .cf-safety-trust__badge-shell {
    width: 100%;
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .cf-safety-trust {
    padding: 20px 14px 24px;
  }

  .cf-safety-trust__container {
    gap: 24px;
    padding: 30px 18px;
    border-radius: 24px;
  }

  .cf-safety-trust__label {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .cf-safety-trust__title {
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 1.12;
  }

  .cf-safety-trust__copy {
    font-size: 15px;
    line-height: 1.7;
  }

  .cf-safety-trust__points {
    margin-top: 26px;
    gap: 14px;
  }

  .cf-safety-trust__point {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 12px;
    font-size: 15px;
  }

  .cf-safety-trust__badge-shell {
    min-height: 0;
    padding: 28px 18px;
    border-radius: 20px;
    gap: 16px;
  }

  .cf-safety-trust__badge-img {
    width: min(100%, 260px);
  }

  .cf-safety-trust__badge-text {
    font-size: 14px;
  }
}

/* ==========================================================================
   FAQ
   ========================================================================== */

.cf-hp-faq {
  background: #ffffff;
  padding: 32px 0 24px;
}

.cf-hp-faq__container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

.cf-hp-faq__header {
  text-align: center;
  margin-bottom: 36px;
}

.cf-hp-faq__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
  background: #d1fe17;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
}

.cf-hp-faq__title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 auto 12px;
  max-width: 680px;
}

.cf-hp-faq__subtitle {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.5;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.cf-hp-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cf-hp-faq__item {
  border-bottom: 1px solid #e5e7eb;
}

.cf-hp-faq__item:first-child {
  border-top: 1px solid #e5e7eb;
}

.cf-hp-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  list-style: none;
  gap: 16px;
  user-select: none;
  transition: color 0.15s ease;
}

.cf-hp-faq__question:hover {
  color: #374151;
}

.cf-hp-faq__question::-webkit-details-marker {
  display: none;
}

.cf-hp-faq__question span {
  flex: 1;
}

.cf-hp-faq__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  transition: transform 0.2s ease, color 0.2s ease;
}

.cf-hp-faq__item[open] .cf-hp-faq__icon {
  transform: rotate(180deg);
  color: #000000;
}

.cf-hp-faq__answer {
  padding: 0 0 24px;
}

.cf-hp-faq__answer p {
  font-size: 16px;
  color: #374151;
  line-height: 1.7;
  margin: 0;
}

.cf-hp-faq__footer {
  text-align: center;
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.cf-hp-faq__footer-text {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
}

.cf-hp-faq__footer-link {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  transition: color 0.15s ease;
}

.cf-hp-faq__footer-link:hover {
  color: #374151;
}

@media (max-width: 640px) {
  .cf-hp-faq {
    padding: 32px 0;
  }

  .cf-hp-faq__question {
    font-size: 15px;
    padding: 16px 0;
  }

  .cf-hp-faq__answer p {
    font-size: 14px;
  }

  .cf-hp-faq__header {
    margin-bottom: 24px;
  }
}

/* ==========================================================================
   TESTIMONIALS — Scrolling columns
   ========================================================================== */

.cf-hp-testimonials {
  background: #ffffff;
  padding: 32px 0 24px;
}

.cf-hp-testimonials__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.cf-hp-testimonials__header {
  text-align: center;
  margin-bottom: 40px;
}

/* Trustpilot header bar */
.cf-hp-testimonials__trustpilot-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.cf-hp-testimonials__tp-label {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}

.cf-hp-testimonials__tp-stars {
  display: flex;
  gap: 2px;
}

.cf-hp-testimonials__tp-star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #00b67a;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}

.cf-hp-testimonials__tp-score {
  font-size: 14px;
  color: #6b7280;
}

.cf-hp-testimonials__title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 auto 12px;
  max-width: 680px;
}

.cf-hp-testimonials__subtitle {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.5;
  max-width: 520px;
  margin: 0 auto;
}

/* Columns container with fade mask */
.cf-hp-testimonials__columns {
  display: flex;
  justify-content: center;
  gap: 24px;
  max-height: 740px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 25%, black 75%, transparent);
  mask-image: linear-gradient(to bottom, transparent, black 25%, black 75%, transparent);
}

.cf-hp-testimonials__col {
  flex: 1;
  max-width: 340px;
  overflow: hidden;
}

.cf-hp-testimonials__col--md {
  display: none;
}

.cf-hp-testimonials__col--lg {
  display: none;
}

/* Scrolling track — duplicated content creates seamless loop */
.cf-hp-testimonials__track {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 24px;
}

.cf-hp-testimonials__track--1 {
  animation: testimonial-scroll 15s linear infinite;
}

.cf-hp-testimonials__track--2 {
  animation: testimonial-scroll 19s linear infinite;
}

.cf-hp-testimonials__track--3 {
  animation: testimonial-scroll 17s linear infinite;
}

@keyframes testimonial-scroll {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

/* Card */
.cf-hp-testimonials__card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 32px;
}

/* Trustpilot green stars on each card */
.cf-hp-testimonials__stars {
  font-size: 16px;
  color: #00b67a;
  margin-bottom: 10px;
  letter-spacing: 3px;
  line-height: 1;
}

.cf-hp-testimonials__star-gray {
  color: #dcdce6;
}

.cf-hp-testimonials__review-title {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 8px;
  line-height: 1.3;
}

.cf-hp-testimonials__quote {
  font-size: 15px;
  font-weight: 400;
  color: #374151;
  line-height: 1.6;
  margin: 0 0 20px;
}

/* Author */
.cf-hp-testimonials__author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cf-hp-testimonials__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.cf-hp-testimonials__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.cf-hp-testimonials__author-initial {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e5e7eb;
  color: #374151;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cf-hp-testimonials__info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.cf-hp-testimonials__name {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.cf-hp-testimonials__role {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.3;
}

/* Responsive: show 2 cols at md, 3 at lg */
@media (min-width: 768px) {
  .cf-hp-testimonials__col--md {
    display: block;
  }
}

@media (min-width: 1024px) {
  .cf-hp-testimonials__col--lg {
    display: block;
  }
}

@media (max-width: 640px) {
  .cf-hp-testimonials {
    padding: 32px 0;
  }
  .cf-hp-testimonials__header {
    margin-bottom: 20px;
  }
  .cf-hp-testimonials__title {
    font-size: 22px;
  }
  .cf-hp-testimonials__subtitle {
    font-size: 14px;
  }
  .cf-hp-testimonials__columns {
    max-height: 420px;
    gap: 12px;
  }
  .cf-hp-testimonials__col {
    max-width: 100%;
  }
  .cf-hp-testimonials__card {
    padding: 16px;
    margin-bottom: 10px;
  }
  .cf-hp-testimonials__quote {
    font-size: 13px;
    line-height: 1.5;
  }
  .cf-hp-testimonials__review-title {
    font-size: 14px;
  }
}

/* Testimonials CTA */
.cf-hp-testimonials__footer {
  text-align: center;
  margin-top: 36px;
}

.cf-hp-testimonials__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #000000;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.cf-hp-testimonials__cta:hover {
  background: #d1fe17;
  color: #000000;
}

.cf-hp-testimonials__cta svg {
  width: 16px;
  height: 16px;
}

.cf-hp-testimonials__cta-note {
  font-size: 13px;
  color: #9ca3af;
  margin: 10px 0 0;
}

/* seoIntro primary CTA */
.cf-seo-intro__cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #000000;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  margin-right: 16px;
  transition: background 0.2s, color 0.2s;
}

.cf-seo-intro__cta-primary:hover {
  background: #d1fe17;
  color: #000000;
}

.cf-seo-intro__cta-primary svg {
  width: 16px;
  height: 16px;
}

/* ==========================================================================
   FINAL CTA — Dark card with growth visual
   ========================================================================== */

.cf-hp-final-cta {
  background: #ffffff;
  padding: 24px 0 48px;
}

.cf-hp-final-cta__outer {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.cf-hp-final-cta__card {
  background: #000000;
  border-radius: 24px;
  padding: 64px;
  overflow: hidden;
  position: relative;
}

.cf-hp-final-cta__content {
  position: relative;
  z-index: 1;
}

.cf-hp-final-cta__visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 55%;
  pointer-events: none;
}

.cf-hp-final-cta__chart {
  width: 100%;
  height: 100%;
}

.cf-hp-final-cta__title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #ffffff !important;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0;
  text-align: left;
  max-width: 680px;
}

.cf-hp-final-cta__accent {
  color: #d1fe17;
}

.cf-hp-final-cta__subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin: 16px 0 0;
  max-width: 520px;
  line-height: 1.5;
}

.cf-hp-final-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #d1fe17;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  margin-top: 28px;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
}

.cf-hp-final-cta__button:hover {
  opacity: 0.9;
}

.cf-hp-final-cta__microcopy {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 12px;
}

.cf-hp-final-cta__trust {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.cf-hp-final-cta__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}

.cf-hp-final-cta__trust-item svg {
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .cf-hp-final-cta__card {
    padding: 48px;
  }
}

@media (max-width: 640px) {
  .cf-hp-final-cta {
    padding: 32px 0;
  }
  .cf-hp-final-cta__card {
    padding: 32px 24px;
    border-radius: 16px;
  }
  .cf-hp-final-cta__title {
    font-size: 24px;
  }
  .cf-hp-final-cta__subtitle {
    font-size: 14px;
  }
}

/* ==========================================================================
   9. INLINE QUOTE — Shared component
   ========================================================================== */

.cf-hp-inline-quote {
  margin-top: 20px;
  padding: 14px 16px;
  border-left: 3px solid #d1fe17;
  background: transparent;
}

.cf-hp-inline-quote__text {
  color: #9ca3af;
  font-style: italic;
  font-size: 14px;
  margin: 0 0 8px;
  line-height: 1.5;
}

.cf-hp-inline-quote__author {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
}

.cf-hp-inline-quote__avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}

.cf-hp-inline-quote__followers {
  opacity: 0.65;
  font-weight: 400;
}

/* ==========================================================================
   HOMEPAGE REDESIGN v5 - Consolidated sections
   ========================================================================== */

/* --- Steps: 3-column grid with connecting lines --- */
.cf-hp-steps__timeline {
  grid-template-columns: repeat(3, 1fr);
}

.cf-hp-steps__card {
  text-align: center;
  border: 1px solid #e5e7eb;
}

.cf-hp-steps__card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #000000;
  color: #d1fe17;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 20px;
  letter-spacing: 0;
}

.cf-hp-steps__card-top {
  display: none;
}

.cf-hp-steps__card-icon {
  display: none;
}

/* Connecting line between steps on desktop */
@media (min-width: 901px) {
  .cf-hp-steps__timeline {
    position: relative;
  }
  .cf-hp-steps__card:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50px;
    right: -10px;
    width: 20px;
    height: 2px;
    background: #d1fe17;
  }
  .cf-hp-steps__card {
    position: relative;
  }
}

@media (max-width: 900px) {
  .cf-hp-steps__timeline {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}

@media (max-width: 640px) {
  .cf-hp-steps__timeline {
    grid-template-columns: 1fr;
    gap: 0;
    border-left: 2px solid #d1fe17;
    padding-left: 24px;
    margin-left: 24px;
  }
  .cf-hp-steps__card {
    border: none;
    border-radius: 0;
    text-align: left;
    padding: 0 0 32px 0;
    background: transparent;
  }
  .cf-hp-steps__card:hover {
    border-color: transparent;
  }
  .cf-hp-steps__card-num {
    margin: 0 0 12px 0;
    width: 36px;
    height: 36px;
    font-size: 14px;
    position: relative;
    left: -37px;
    margin-bottom: -24px;
  }
  .cf-hp-steps__card-title {
    padding-top: 0;
  }
  .cf-hp-steps__card-desc {
    font-size: 14px;
  }
}

/* --- Bento use cases: larger DM mockups, persona pills --- */
section.cf-hp-bento .cf-hp-bento__card-visual {
  min-height: 300px;
}

.cf-hp-bento__card-persona {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #d1fe17;
  margin-top: 2px;
  line-height: 1.5;
  max-width: 100%;
}

.cf-hp-bento__card-link {
  margin-top: 16px;
}

.cf-bento-dm__bubble {
  font-size: 13px;
}

.cf-bento-dm__avatar {
  width: 30px;
  height: 30px;
  min-width: 30px;
}

.cf-bento-dm__avatar span {
  font-size: 12px;
}

@media (max-width: 640px) {
  section.cf-hp-bento .cf-hp-bento__card-visual {
    min-height: 240px;
  }
  section.cf-hp-bento .cf-hp-bento__grid {
    grid-template-columns: 1fr;
  }
  section.cf-hp-bento .cf-hp-bento__card {
    min-height: auto;
  }
}

/* --- Testimonials: static grid, no scroll animation --- */
.cf-hp-testimonials__columns {
  display: none;
}

.cf-hp-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.cf-hp-testimonials__card--featured {
  border-left: 3px solid #d1fe17;
}

.cf-hp-testimonials__card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px 24px;
}

.cf-hp-testimonials__quote {
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
}

.cf-hp-testimonials__review-title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin: 12px 0 8px;
}

/* Trustpilot aggregate bar */
.cf-hp-testimonials__trustpilot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.cf-hp-testimonials__trustpilot-stars {
  display: flex;
  gap: 2px;
}

.cf-hp-testimonials__trustpilot-text {
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
}

/* Testimonials responsive */
@media (max-width: 900px) {
  .cf-hp-testimonials__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 24px;
  }
}

@media (max-width: 640px) {
  .cf-hp-testimonials {
    padding: 48px 0;
  }
  .cf-hp-testimonials__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 16px;
  }
  .cf-hp-testimonials__card {
    padding: 20px 16px;
  }
}

/* --- FAQ: subtle background, better readability --- */
.cf-hp-faq {
  background: #f9fafb;
}

.cf-hp-faq__question span {
  font-size: 18px;
}

@media (max-width: 640px) {
  .cf-hp-faq__question span {
    font-size: 16px;
  }
}
