#roseflow-social-proof {
  --rf-bg: var(--roseflow-surface, #fff8fe);
  --rf-surface: var(--roseflow-card, rgba(255, 255, 255, 0.78));
  --rf-text: var(--roseflow-text, #1a0a3a);
  --rf-muted: var(--roseflow-muted, #746f7f);
  --rf-line: var(--roseflow-line, rgba(84, 73, 139, 0.18));
  --rf-line-strong: var(--roseflow-line-strong, rgba(149, 130, 195, 0.42));
  --rf-shadow: 0 24px 70px rgba(56, 34, 84, 0.12);
  --rf-accent: #54498b;
  --rf-accent-soft: #e0d9fa;
  --rf-pink: #dc4ff5;
  --rf-warm: #f6895e;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 780px;
  overflow: hidden;
  margin-top: -1px;
  color: var(--rf-text);
  background: var(--rf-bg);
  border: 0;
  font-family: "Inter", ui-sans-serif, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

#roseflow-social-proof,
#roseflow-social-proof * {
  box-sizing: border-box;
}

#roseflow-social-proof a,
#roseflow-social-proof button {
  -webkit-tap-highlight-color: transparent;
}

[data-theme="dark"] #roseflow-social-proof,
.dark #roseflow-social-proof,
#roseflow-social-proof[data-theme="dark"] {
  --rf-bg: var(--roseflow-surface-dark, #1a0a3a);
  --rf-surface: var(--roseflow-card-dark, rgba(32, 22, 49, 0.84));
  --rf-text: var(--roseflow-text-dark, #f8f4ff);
  --rf-muted: var(--roseflow-muted-dark, #bbb2c8);
  --rf-line: var(--roseflow-line-dark, rgba(224, 217, 250, 0.13));
  --rf-line-strong: var(
    --roseflow-line-strong-dark,
    rgba(224, 217, 250, 0.29)
  );
  --rf-shadow: 0 26px 80px rgba(0, 0, 0, 0.32);
  --rf-accent: #c9bdf0;
  --rf-accent-soft: #302345;
}

.s7-section-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(650px, 1.42fr);
  align-items: start;
  width: min(100%, 1320px);
  min-height: 780px;
  margin: 0 auto;
  padding: 58px 54px 64px;
}

.s7-copy-column {
  position: relative;
  z-index: 5;
  max-width: 660px;
}

.s7-section-title {
  margin: 0;
  font-family: "Poppins", ui-sans-serif, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  width: max-content;
  font-size: clamp(3.2rem, 4.8vw, 5.2rem);
  font-weight: 540;
  letter-spacing: -0.065em;
  line-height: 0.94;
  opacity: 0;
  transform: translate3d(0, 26px, 0);
}

.s7-section-title > span {
  display: block;
  white-space: nowrap;
}

.s7-headline-gradient {
  display: inline;
  color: #dc4ff5;
  background: linear-gradient(100deg, #9582c3 0%, #dc4ff5 48%, #f65ed8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s7-is-visible .s7-section-title {
  animation: s7TitleFade 850ms cubic-bezier(0.2, 0.7, 0.2, 1) 100ms both;
}

.s7-section-subtitle {
  max-width: 390px;
  margin: 30px 0 0;
  color: var(--rf-muted);
  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  line-height: 1.65;
}

.s7-case-studies-eyebrow {
  max-width: 430px;
  margin: 28px 0 0;
  color: var(--rf-muted);
  font-size: clamp(0.7rem, 0.82vw, 0.8rem);
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.035em;
}

.s7-subtitle-highlight {
  padding: 0.04em 0.22em;
  color: #54498b;
  background: linear-gradient(
    120deg,
    rgba(224, 217, 250, 0.92),
    rgba(252, 144, 228, 0.34)
  );
  border-radius: 0.32em;
  font-weight: 750;
}

[data-theme="dark"] .s7-subtitle-highlight {
  color: #f8f4ff;
  background: linear-gradient(
    120deg,
    rgba(149, 130, 195, 0.42),
    rgba(220, 79, 245, 0.3)
  );
}

.s7-case-studies-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  min-height: 45px;
  padding: 0 18px;
  color: var(--rf-text);
  background: transparent;
  border: 1px solid var(--rf-line-strong);
  border-radius: 13px;
  font-size: 0.83rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: color 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.s7-case-studies-link:hover,
.s7-case-studies-link:focus-visible { color: #fff; border-color: transparent; background: linear-gradient(105deg, #54498b, #dc4ff5 65%, #f6895e); box-shadow: 0 16px 32px rgba(220,79,245,.22); outline: none; transform: translateY(-2px); }

.s7-social-stage {
  position: relative;
  width: min(100%, 820px);
  min-height: 620px;
  margin: -20px auto 0;
}

.s7-arc-composition {
  position: absolute;
  inset: 0;
  transform: translate3d(-46px, 0, 0);
}

.s7-arc {
  position: absolute;
  border-style: solid;
  border-color: var(--rf-line);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.s7-arc::after {
  position: absolute;
  inset: -1px;
  content: "";
  border-top: 1px solid transparent;
  border-radius: inherit;
  background: linear-gradient(
      90deg,
      transparent 10%,
      rgba(220, 79, 245, 0.4) 48%,
      transparent 82%
    )
    border-box;
  -webkit-mask:
    linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.s7-arc-outer {
  top: 220px;
  left: 50%;
  width: min(720px, 90%);
  height: 360px;
  border-width: 1px 1px 0;
  transform: translateX(-50%);
}

.s7-arc-inner {
  top: 305px;
  left: 50%;
  width: min(540px, 68%);
  height: 270px;
  border-width: 1px 1px 0;
  transform: translateX(-50%);
}

.s7-social-link {
  --icon-size: 72px;
  position: absolute;
  z-index: 4;
  display: inline-grid;
  place-items: center;
  width: var(--icon-size);
  height: var(--icon-size);
  text-decoration: none;
  animation: s7SocialFloat 5.8s ease-in-out var(--float-delay) infinite;
  will-change: transform;
}

.s7-social-link::before {
  position: absolute;
  inset: -12px;
  z-index: 0;
  content: "";
  background: transparent;
  border: 2px solid #dc4ff5;
  border-radius: 50%;
  box-shadow:
    0 0 5px rgba(220, 79, 245, 0.95),
    0 0 15px rgba(220, 79, 245, 0.62),
    0 0 28px rgba(149, 130, 195, 0.38),
    inset 0 0 8px rgba(220, 79, 245, 0.28);
  pointer-events: none;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

[data-theme="dark"] .s7-social-link::before {
  border-color: #fc90e4;
  box-shadow:
    0 0 6px rgba(252, 144, 228, 1),
    0 0 18px rgba(220, 79, 245, 0.9),
    0 0 34px rgba(149, 130, 195, 0.68),
    inset 0 0 10px rgba(252, 144, 228, 0.38);
}

.s7-icon-disc {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 6px solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  box-shadow:
    0 16px 34px rgba(50, 31, 76, 0.14),
    0 0 0 1px var(--rf-line);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.s7-social-link img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.s7-social-link:hover .s7-icon-disc,
.s7-social-link:focus-visible .s7-icon-disc {
  transform: scale(1.07);
  box-shadow:
    0 20px 42px rgba(50, 31, 76, 0.18),
    0 0 0 3px rgba(220, 79, 245, 0.14);
}

.s7-social-link:hover::before,
.s7-social-link:focus-visible::before {
  border-color: #fc90e4;
  box-shadow:
    0 0 7px rgba(252, 144, 228, 1),
    0 0 21px rgba(220, 79, 245, 0.82),
    0 0 38px rgba(149, 130, 195, 0.56),
    inset 0 0 10px rgba(252, 144, 228, 0.34);
  transform: scale(1.05);
}

.s7-social-link:focus-visible {
  outline: none;
}

.s7-social-tooltip {
  position: absolute;
  z-index: 2;
  top: calc(100% + 10px);
  left: 50%;
  padding: 5px 9px;
  color: var(--rf-text);
  background: var(--rf-surface);
  border: 1px solid var(--rf-line);
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 700;
  opacity: 0;
  transform: translate3d(-50%, -4px, 0);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  pointer-events: none;
  white-space: nowrap;
  backdrop-filter: blur(12px);
}

.s7-social-link:hover .s7-social-tooltip,
.s7-social-link:focus-visible .s7-social-tooltip {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
}

.s7-social-instagram {
  top: 448px;
  left: 2%;
}

.s7-social-tiktok {
  top: 184px;
  left: calc(50% - 36px);
}

.s7-social-facebook {
  top: 448px;
  right: 2%;
}

.s7-social-linkedin {
  --icon-size: 64px;
  top: 472px;
  left: 21%;
}

.s7-social-whatsapp {
  --icon-size: 64px;
  top: 464px;
  right: 21%;
}

.s7-connect-button {
  position: absolute;
  z-index: 5;
  top: 390px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  padding: 14px 19px;
  color: var(--rf-text);
  background: var(--rf-surface);
  border: 1px solid var(--rf-line-strong);
  border-radius: 999px;
  box-shadow: 0 13px 36px rgba(58, 35, 82, 0.09);
  font: 700 0.72rem/1 "Inter", sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  transform: translateX(-50%);
  cursor: pointer;
  backdrop-filter: blur(18px);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.s7-connect-button:hover,
.s7-connect-button:focus-visible {
  border-color: var(--rf-pink);
  box-shadow: 0 16px 38px rgba(220, 79, 245, 0.14);
  outline: none;
}

.s7-review-cluster {
  position: absolute;
  z-index: 6;
  top: 0;
  right: 0;
  width: min(268px, 34%);
  color: inherit;
  text-decoration: none;
}

.s7-review-card {
  position: relative;
  padding: 18px;
  overflow: hidden;
  background: var(--rf-surface);
  border: 1px solid var(--rf-line);
  border-radius: 20px;
  box-shadow: var(--rf-shadow);
  opacity: 0;
  transform: translate3d(-58px, 0, 0);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease;
  backdrop-filter: blur(20px);
}

.s7-review-card::before {
  position: absolute;
  top: -54px;
  right: -32px;
  width: 132px;
  height: 132px;
  content: "";
  background: radial-gradient(circle, rgba(220, 79, 245, 0.15), transparent 68%);
}

.s7-is-visible .s7-review-card {
  animation: s7ReviewSlide 780ms cubic-bezier(0.2, 0.75, 0.2, 1) 310ms both;
}

.s7-review-cluster:hover .s7-review-card,
.s7-review-cluster:focus-visible .s7-review-card {
  border-color: var(--rf-line-strong);
  box-shadow: 0 28px 78px rgba(56, 34, 84, 0.17);
}

.s7-review-cluster:focus-visible {
  outline: none;
}

.s7-review-topline,
.s7-reviewer-row,
.s7-rating-row {
  display: flex;
  align-items: center;
}

.s7-review-topline {
  justify-content: space-between;
  margin-bottom: 14px;
}

.s7-google-word {
  font: 600 0.94rem/1 "Inter", sans-serif;
  letter-spacing: -0.04em;
}

.s7-google-word span:nth-child(1),
.s7-google-word span:nth-child(4) {
  color: #4285f4;
}

.s7-google-word span:nth-child(2),
.s7-google-word span:nth-child(6) {
  color: #ea4335;
}

.s7-google-word span:nth-child(3) {
  color: #fbbc05;
}

.s7-google-word span:nth-child(5) {
  color: #34a853;
}

.s7-external-mark {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--rf-accent);
  background: var(--rf-accent-soft);
  border-radius: 50%;
  font-size: 0.78rem;
}

.s7-reviewer-row {
  gap: 11px;
}

.s7-reviewer-avatar {
  display: grid;
  flex: 0 0 34px;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: linear-gradient(135deg, #9582c3, #dc4ff5);
  border-radius: 50%;
  font: 700 0.86rem/1 "Poppins", sans-serif;
  box-shadow: 0 8px 20px rgba(149, 130, 195, 0.26);
}

.s7-reviewer-row strong,
.s7-reviewer-row small {
  display: block;
}

.s7-reviewer-row strong {
  font: 650 0.76rem/1.3 "Poppins", sans-serif;
}

.s7-reviewer-row small {
  margin-top: 2px;
  color: var(--rf-muted);
  font-size: 0.6rem;
}

.s7-review-card p {
  margin: 14px 0 0;
  color: var(--rf-text);
  font-size: 0.74rem;
  line-height: 1.52;
  letter-spacing: -0.01em;
}

.s7-rating-row {
  justify-content: flex-end;
  min-height: 38px;
  padding: 0 10px;
  opacity: 0;
}

.s7-is-visible .s7-rating-row {
  animation: s7RatingFade 320ms ease 940ms both;
}

.s7-rating-star {
  display: inline-block;
  margin-right: 3px;
  color: #f5b73b;
  font-size: 0.82rem;
  opacity: 0;
  transform: scale(0.35) rotate(-15deg);
}

.s7-is-visible .s7-rating-star {
  animation: s7StarTwinkle 560ms cubic-bezier(0.2, 0.8, 0.2, 1)
    calc(1.02s + var(--star-index) * 110ms) both;
}

.s7-rating-copy {
  margin-left: 8px;
  color: var(--rf-muted);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.s7-ambient-hue {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.s7-ambient-hue-one {
  top: 16%;
  right: -190px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(220, 79, 245, 0.09), transparent 68%);
}

.s7-ambient-hue-two {
  top: 48%;
  bottom: auto;
  left: -220px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(149, 130, 195, 0.1), transparent 69%);
}

@keyframes s7TitleFade {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes s7ReviewSlide {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes s7RatingFade {
  to {
    opacity: 1;
  }
}

@keyframes s7StarTwinkle {
  0% {
    opacity: 0;
    transform: scale(0.35) rotate(-15deg);
    filter: brightness(1);
  }
  58% {
    opacity: 1;
    transform: scale(1.28) rotate(5deg);
    filter: brightness(1.25);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: brightness(1);
  }
}

@keyframes s7SocialFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@media (max-width: 1100px) {
  #roseflow-social-proof {
    min-height: 760px;
  }

  .s7-section-shell {
    grid-template-columns: minmax(300px, 0.8fr) minmax(540px, 1.2fr);
    min-height: 760px;
    padding-inline: 38px;
  }

  .s7-social-stage {
    margin-inline: auto;
  }

  .s7-arc-composition {
    transform: translate3d(-28px, 0, 0);
  }

  .s7-review-cluster {
    right: 0;
    width: min(250px, 34%);
  }

  .s7-review-card {
    padding: 17px;
  }
}

@media (max-width: 850px) {
  #roseflow-social-proof {
    min-height: auto;
  }

  .s7-section-shell {
    display: block;
    min-height: auto;
    padding: 56px 28px 42px;
  }

  .s7-copy-column {
    max-width: 560px;
  }

  .s7-section-title {
    font-size: clamp(3rem, 8vw, 4.2rem);
  }

  .s7-section-subtitle {
    max-width: 440px;
  }

  .s7-social-stage {
    width: min(760px, 100%);
    min-height: 650px;
    margin: 18px auto 0;
  }

  .s7-arc-composition {
    transform: none;
  }

  .s7-arc-outer {
    left: 50%;
    width: min(700px, 100%);
    transform: translateX(-50%);
  }

  .s7-arc-inner {
    left: 50%;
    width: min(540px, 76%);
    transform: translateX(-50%);
  }

  .s7-review-cluster {
    top: 0;
    right: 0;
    width: min(240px, 36%);
  }
}

@media (max-width: 620px) {
  .s7-section-shell {
    padding: 50px 20px 30px;
  }

  .s7-section-title {
    font-size: clamp(2rem, 8.8vw, 2.6rem);
  }

  .s7-section-subtitle {
    max-width: 330px;
    margin-top: 24px;
  }

  .s7-social-stage {
    min-height: 790px;
    margin-top: 28px;
  }

  .s7-arc-outer {
    top: 300px;
    width: 126%;
    height: 285px;
  }

  .s7-arc-inner {
    top: 374px;
    width: 92%;
    height: 214px;
  }

  .s7-social-link {
    --icon-size: 60px;
  }

  .s7-social-tiktok {
    top: 272px;
    left: calc(50% - 30px);
  }

  .s7-social-instagram {
    top: 472px;
    left: -2px;
  }

  .s7-social-facebook {
    top: 472px;
    right: -2px;
  }

  .s7-social-linkedin {
    --icon-size: 56px;
    top: 500px;
    left: 18%;
  }

  .s7-social-whatsapp {
    --icon-size: 56px;
    top: 494px;
    right: 18%;
  }

  .s7-connect-button {
    top: 428px;
    left: 50%;
    padding: 12px 14px 12px 12px;
    font-size: 0.64rem;
  }

  .s7-review-cluster {
    top: 0;
    right: 0;
    width: min(260px, 82%);
    transform: none;
  }

  .s7-review-card {
    padding: 18px;
  }

  .s7-rating-row {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .s7-section-title,
  .s7-review-card,
  .s7-rating-row,
  .s7-rating-star {
    opacity: 1;
    transform: none;
  }

  .s7-is-visible .s7-section-title,
  .s7-is-visible .s7-review-card,
  .s7-is-visible .s7-rating-row,
  .s7-is-visible .s7-rating-star,
  .s7-social-link {
    animation: none;
  }

}
