/* Instagram outreach landing page specific styles */

.outreach-hero {
  position: relative;
  overflow: hidden;
}

.outreach-hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(110, 58, 255, 0.2) 0%, rgba(110, 58, 255, 0) 70%);
  top: -120px;
  right: -120px;
  animation: tpFloat 6s ease-in-out infinite;
  pointer-events: none;
}

.outreach-kicker {
  background: linear-gradient(90deg, #5f2cff 0%, #00b67a 100%);
  color: #fff;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.3px;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* Stronger than `.feature-hero .btn-primary` (same specificity order); 220px was below label intrinsic width */
.outreach-hero .hero-cta-group > .btn.btn-primary {
  min-width: 320px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.outreach-hero .hero-cta-group > .btn.btn-outline-primary {
  min-width: 200px;
}

.outreach-hero-media {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
  animation: tpPulseIn 0.7s ease-out;
}

/* CSS-only hero: DM-style bubbles with avatars — framed like the old hero photo (border, no extra shadows) */
.outreach-hero-chat-preview {
  width: 100%;
  border-radius: 18px;
  border: 4px solid rgba(255, 255, 255, 0.8);
  background: linear-gradient(160deg, #eceef1 0%, #e2e5ea 100%);
  min-height: 320px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .outreach-hero-chat-preview {
    min-height: 360px;
  }
}

.outreach-hero-chat-preview__panel {
  min-height: inherit;
  box-sizing: border-box;
  padding: 1.35rem 1.05rem 1.45rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  justify-content: center;
}

.outreach-hero-chat-row {
  display: flex;
  align-items: flex-end;
  gap: 0.55rem;
  width: 100%;
}

.outreach-hero-chat-row--incoming {
  justify-content: flex-start;
}

.outreach-hero-chat-row--outgoing {
  justify-content: flex-end;
}

.outreach-hero-chat-avatar {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.95);
  overflow: hidden;
  background: #dee2e6;
}

.outreach-hero-chat-avatar--peer {
  padding: 0;
}

.outreach-hero-chat-avatar--peer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.outreach-hero-chat-avatar--igdm {
  background: #fff;
  padding: 5px;
}

.outreach-hero-chat-avatar--igdm img {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  object-fit: contain;
}

.outreach-hero-chat-bubble {
  font-size: 0.84rem;
  line-height: 1.45;
  font-weight: 400;
  padding: 0.65rem 0.9rem;
  border-radius: 18px;
  max-width: 78%;
}

/* Instagram-style DM bubbles (light thread) — not site navy/purple */
.outreach-hero-chat-bubble--incoming {
  background: #fff;
  color: #262626;
  border: 1px solid #e3e3e3;
  border-bottom-left-radius: 4px;
}

.outreach-hero-chat-bubble--outgoing {
  background: #3797f0;
  color: #fff;
  border: 1px solid #2f8ce8;
  border-bottom-right-radius: 4px;
}

.hero-float-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #edeaff;
  border-radius: 999px;
  padding: 7px 12px 7px 7px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #2b2852;
  animation: tpFloat 5.5s ease-in-out infinite;
}

.hero-float-card__icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(95, 44, 255, 0.14) 0%, rgba(95, 44, 255, 0.24) 100%);
  color: #5f2cff;
  font-size: 1.08rem;
}

.hero-float-card__icon--warm {
  background: linear-gradient(145deg, rgba(255, 152, 0, 0.18) 0%, rgba(255, 87, 34, 0.22) 100%);
  color: #e65100;
}

.hero-float-card--one {
  left: -22px;
  top: 26px;
}

.hero-float-card--two {
  right: -20px;
  bottom: 24px;
  animation-delay: 1s;
}

.outreach-live-card {
  border-radius: 14px;
  border: 1px solid #e9ecfb;
  background: linear-gradient(145deg, #ffffff 0%, #f7f9ff 100%);
  padding: 14px 16px;
  animation: tpPulseIn 0.7s ease-out;
}

.outreach-autoreply-visual .outreach-autoreply-card {
  border-radius: 12px;
  border: 1px solid #e4e8f4;
  background: #fff;
  padding: 11px 14px;
}

.outreach-autoreply-visual .outreach-autoreply-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8b94b5;
  font-size: 1.35rem;
  line-height: 1;
  padding: 2px 0 8px;
}

.outreach-autoreply-visual .filter-badge {
  margin-right: 6px;
  margin-bottom: 6px;
}

.outreach-benefit-grid > [class*='col-'] {
  display: flex;
}

.outreach-benefit-strip {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #ebe9fb;
  background: linear-gradient(165deg, #ffffff 0%, #f8f7ff 100%);
  padding: 16px 17px;
}

.outreach-benefit-strip__body {
  width: 100%;
}

.outreach-benefit-strip__body .d-flex {
  margin-bottom: 0.45rem !important;
}

.outreach-benefit-strip__body h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #20263d;
  line-height: 1.35;
  margin-bottom: 0.55rem;
}

.outreach-benefit-strip__body p {
  font-size: 0.95rem;
  color: #606b7f;
  line-height: 1.65;
  margin-bottom: 0;
}

.outreach-mini-pill {
  display: inline-block;
  background: #f0ebff;
  color: #6a3dff;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.72rem;
  letter-spacing: 0.15px;
  font-weight: 700;
}

.outreach-inline-icon {
  width: 23px;
  height: 23px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  margin-right: 7px;
  border: 1px solid #dce2f8;
  background: #f7f9ff;
}

.outreach-inline-icon i {
  font-size: 13px;
}

.outreach-inline-icon--purple {
  color: #6a3dff;
}

.outreach-inline-icon--teal {
  color: #08a88a;
}

.outreach-inline-icon--orange {
  color: #ff8b2c;
}

.outreach-inline-icon--indigo {
  color: #4951ff;
}

.outreach-strip-meta {
  font-size: 0.75rem;
  color: #7a84a0;
  font-weight: 600;
}

.outreach-pill {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 4px 9px;
}

.outreach-pill.success {
  background: #d4f7e6;
  color: #0e8a5a;
}

.outreach-pill.info {
  background: #dbe9ff;
  color: #2f5ea8;
}

.outreach-pill.primary {
  background: #ece4ff;
  color: #5c2bd9;
}

/* Key Features: slightly wider gutters between left/right columns (md+ two-col rows) */
@media (min-width: 768px) {
  section.features-detailed .row {
    margin-left: -22px;
    margin-right: -22px;
  }

  section.features-detailed .row > [class*='col-'] {
    padding-left: 22px;
    padding-right: 22px;
  }
}

section.features-detailed .feature-content h3 {
  font-size: 1.75rem;
  line-height: 1.28;
  max-width: min(100%, 26rem);
  margin-right: auto;
}

.outreach-progress {
  height: 8px;
  border-radius: 999px;
  background-color: #edf1ff;
}

.outreach-progress .progress-bar {
  border-radius: 999px;
  background: linear-gradient(90deg, #6b3bff 0%, #45b8ff 100%);
}

.outreach-progress .outreach-progress-alt {
  background: linear-gradient(90deg, #22b07d 0%, #58cfd1 100%);
}

.outreach-stat {
  font-size: 0.82rem;
  font-weight: 700;
  color: #2f3f7a;
}

.outreach-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.outreach-metric-item {
  background: #f5f7ff;
  border: 1px solid #e7ecff;
  border-radius: 10px;
  padding: 8px 9px;
  text-align: center;
}

.outreach-metric-value {
  display: block;
  font-weight: 700;
  color: #2b2852;
  font-size: 0.92rem;
}

.outreach-message-preview {
  border: 1px solid #e7eaf8;
  border-radius: 14px;
  background: #fbfcff;
  padding: 12px;
}

.outreach-message-preview__label {
  font-size: 0.72rem;
  font-weight: 700;
  color: #6f7a96;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  margin-bottom: 8px;
}

.outreach-message-bubble {
  background: #ffffff;
  border: 1px solid #eceffd;
  border-radius: 12px;
  padding: 12px 12px 10px;
  color: #4c566a;
  line-height: 1.58;
  font-size: 0.92rem;
}

.outreach-token {
  display: inline-block;
  background: #f1ecff;
  color: #6840d7;
  border: 1px solid #dfd2ff;
  border-radius: 7px;
  padding: 0 6px;
  font-size: 0.83rem;
  font-weight: 700;
}

.outreach-variant-bars {
  display: grid;
  gap: 8px;
}

.outreach-variant-bar span {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 0.78rem;
  color: #525d73;
}

.warmup-visual {
  border: 1px solid #e8e6fb;
  border-radius: 16px;
  padding: 14px;
  background: linear-gradient(150deg, #ffffff 0%, #f7f5ff 100%);
  position: relative;
  overflow: hidden;
}

.warmup-step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #eeeafe;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 8px 10px;
  margin-bottom: 8px;
}

.warmup-step span {
  font-size: 0.76rem;
  font-weight: 700;
  color: #5d31d6;
}

.warmup-step small {
  color: #5f6674;
}

.warmup-glow {
  position: absolute;
  width: 170px;
  height: 170px;
  right: -45px;
  bottom: -70px;
  background: radial-gradient(circle, rgba(255, 153, 0, 0.25) 0%, rgba(255, 153, 0, 0) 72%);
  pointer-events: none;
}

.outreach-safety-card {
  border: 1px solid #ebe9fb;
  background: linear-gradient(165deg, #ffffff 0%, #f8f7ff 100%);
  border-radius: 14px;
  padding: 16px 14px;
  text-align: left;
}

.outreach-step-card {
  border: 1px solid #ebe9fb;
  background: #ffffff;
  position: relative;
  overflow: visible;
  text-align: left;
  padding: 18px 16px;
}

.outreach-step-card .step-number {
  margin: 0;
  width: 24px;
  height: 24px;
  font-size: 0.76rem;
  font-weight: 700;
  border-radius: 999px;
  background: #f0ebff;
  color: #6a3dff;
  border: 1px solid #ddd5ff;
  margin-right: 7px;
  box-shadow: none;
}

.outreach-step-card h5 {
  font-size: 1.02rem;
  margin-bottom: 0.5rem;
  color: #20263d;
  line-height: 1.35;
}

.outreach-step-card p {
  font-size: 0.9rem;
  line-height: 1.58;
  color: #606b7f;
  margin-bottom: 0;
}

.outreach-step-card:hover,
.outreach-safety-card:hover {
  border-color: rgba(82, 7, 232, 0.28);
  transform: translateY(-2px);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

/* Trusted by marquee section — flat bg so heading + slider read as one surface */
.trusted-by-section {
  background-color: #f8f9fa;
  overflow: hidden;
  border-top: none;
  border-bottom: none;
}

.logos-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 1.25rem 0;
  background: transparent;
}

.logos-track {
  display: flex;
  gap: 4rem;
  animation: scroll-logos 45s linear infinite;
  width: fit-content;
}

.logos-track:hover {
  animation-play-state: paused;
}

@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-35%);
  }
}

.logo-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 76px;
}

.logo-item img {
  max-width: 120px;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.7);
  transition: all 0.3s ease;
}

.logo-item img:hover {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.05);
}

/* Trustpilot review grid */
.tp-testimonials-row > [class*='col-'] {
  display: flex;
}

.tp-review-link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none !important;
  color: inherit;
}

.tp-review-card.use-case-card {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 1rem 1.15rem !important;
  min-height: 100%;
  height: auto;
  box-shadow: none !important;
}

.tp-review-link:hover .tp-review-card.use-case-card {
  box-shadow: none !important;
  border-color: rgba(82, 7, 232, 0.35);
  transform: translateY(-3px);
  transition: transform 0.22s ease, border 0.22s ease;
}

.tp-review-avatar {
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}

.tp-review-avatar--initials {
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #2a3150;
  background: linear-gradient(145deg, #eef1fb 0%, #dce2f5 100%);
  border: 1px solid #cdd5eb;
  text-transform: uppercase;
}

.tp-review-name {
  font-size: 0.9375rem;
  font-weight: 700;
}

.tp-review-stars {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 1px;
}

.tp-review-stars .mdi {
  color: #ff8c2a;
  margin-right: 2px;
}

.tp-review-title {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.4rem;
}

.tp-review-quote {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #5c6470;
  flex: 1 1 auto;
}

@keyframes tpFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes tpPulseIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 767.98px) {
  .outreach-hero-media {
    display: none;
  }

  .outreach-hero .hero-cta-group > .btn.btn-primary,
  .outreach-hero .hero-cta-group > .btn.btn-outline-primary {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .outreach-hero {
    text-align: center;
  }

  .hero-cta-group {
    justify-content: center;
  }

  .hero-float-card--one {
    left: 8px;
  }

  .hero-float-card--two {
    right: 8px;
  }

  .outreach-metric-grid {
    grid-template-columns: 1fr;
  }
}
