/**
 * Client feedback preview for page 199.
 *
 * This stylesheet is deliberately loaded only on the isolated review draft.
 */

body.page-id-199 {
  --insight-review-black: #050505;
  --insight-review-graphite: #111111;
  --insight-review-orange: #ff5524;
  --insight-review-gold: #d7be6a;
  --insight-review-paper: #f5f2ec;
  --insight-review-white: #ffffff;
}

body.page-id-199 .insight-home-hero {
  position: relative;
  min-height: clamp(580px, 70vh, 720px) !important;
  padding-block: clamp(68px, 7vw, 104px) !important;
}

body.page-id-199 .insight-home-hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  height: clamp(76px, 10vw, 142px);
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(5, 5, 5, 0), rgba(5, 5, 5, 0.88));
}

body.page-id-199 .insight-home-hero-inner {
  position: relative;
  z-index: 2;
}

body.page-id-199 .insight-home-hero-copy {
  animation: insightReviewEnter 620ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

body.page-id-199 .insight-home-hero-visual {
  animation: insightReviewEnter 720ms 90ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

body.page-id-199 .insight-home-hero-title .elementor-heading-title {
  font-size: clamp(38px, 4.05vw, 58px) !important;
  font-weight: 630 !important;
  line-height: 1.01 !important;
  letter-spacing: -0.042em !important;
}

body.page-id-199 .insight-home-hero-lead,
body.page-id-199 .insight-home-hero-lead p {
  max-width: 590px;
  font-size: clamp(18px, 1.45vw, 22px) !important;
  line-height: 1.55 !important;
}

body.page-id-199 .insight-home-section-title,
body.page-id-199 .insight-home-section-title .elementor-heading-title,
body.page-id-199 .insight-home-about-title,
body.page-id-199 .insight-home-about-title .elementor-heading-title {
  font-size: clamp(36px, 3.7vw, 54px) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.034em !important;
}

body.page-id-199 .insight-home-section-copy,
body.page-id-199 .insight-home-section-copy p,
body.page-id-199 .insight-home-about-copy,
body.page-id-199 .insight-home-about-copy p {
  font-size: clamp(17px, 1.2vw, 19px) !important;
  line-height: 1.6 !important;
}

body.page-id-199 .insight-home-hero-inner > .e-con-inner {
  grid-template-columns: minmax(0, 1.06fr) minmax(400px, 0.94fr) !important;
  gap: clamp(36px, 4vw, 60px) !important;
}

body.page-id-199 .insight-home-hero-copy {
  max-width: 650px !important;
}

body.page-id-199 .insight-home-about-claim-value,
body.page-id-199 .insight-home-about-claim-value .elementor-heading-title {
  width: max-content !important;
  max-width: 100%;
  white-space: nowrap !important;
}

body.page-id-199 .insight-home-solutions,
body.page-id-199 .insight-home-proof,
body.page-id-199 .insight-home-cases,
body.page-id-199 .insight-home-tech,
body.page-id-199 .insight-home-specialists,
body.page-id-199 .insight-home-about,
body.page-id-199 .insight-home-testimonials,
body.page-id-199 .insight-home-blog {
  scroll-margin-top: 96px;
}

body.page-id-199 .insight-home-solution-title,
body.page-id-199 .insight-home-solution-title .elementor-heading-title {
  text-decoration: none !important;
}

body.page-id-199 .insight-home-client-logos {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.7vw, 22px) !important;
  padding-block: 12px;
  overflow: visible;
}

body.page-id-199 .insight-home-client-logo {
  min-height: 132px;
  padding: 22px 18px !important;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

body.page-id-199 .insight-home-client-logo img {
  width: 100% !important;
  max-width: 150px !important;
  max-height: 58px !important;
  object-fit: contain !important;
}

body.page-id-199 .insight-home-proof .insight-home-section-copy,
body.page-id-199 .insight-home-proof .insight-home-section-copy p {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

body.page-id-199 .insight-home-client-logo:hover {
  border-color: rgba(255, 85, 36, 0.55) !important;
  box-shadow: 0 18px 42px rgba(5, 5, 5, 0.11);
  transform: translateY(-5px);
}

@media (min-width: 1025px) {
  body.page-id-199 .insight-home-proof-suite .insight-proof-legacy-client-card {
    display: none !important;
  }

  body.page-id-199 .insight-home-proof-suite .insight-home-expanded-client-grid {
    position: absolute !important;
    top: 258px !important;
    left: 50% !important;
    z-index: 4;
    width: min(calc(100% - 170px), 1160px) !important;
    margin: 0 !important;
    transform: translateX(-50%);
  }

  body.page-id-199 .insight-home-proof-suite .insight-proof-client-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 12px;
  }

  body.page-id-199 .insight-home-proof-suite .insight-proof-client {
    display: flex;
    min-width: 0;
    min-height: 116px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    background: rgba(17, 17, 17, 0.88);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
    transition: transform 220ms ease, border-color 220ms ease;
  }

  body.page-id-199 .insight-home-proof-suite .insight-proof-client:hover {
    border-color: rgba(255, 85, 36, 0.62);
    transform: translateY(-4px);
  }

  body.page-id-199 .insight-home-proof-suite .insight-proof-client img {
    display: block;
    width: 100%;
    max-width: 108px;
    height: 44px;
    object-fit: contain;
  }

  body.page-id-199 .insight-home-proof-suite .insight-proof-client span {
    overflow: hidden;
    width: 100%;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  body.page-id-199 [data-id="5e41b984"],
  body.page-id-199 .insight-home-proof-switcher .insight-home-cases-grid {
    padding: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    background-color: #2a2a2a !important;
    background-image: none !important;
  }

  body.page-id-199 .insight-home-proof-switcher .insight-home-case-card,
  body.page-id-199 .insight-home-proof-switcher .insight-home-case-card > .e-con-inner {
    background-color: transparent !important;
    background-image: none !important;
  }

  body.page-id-199 .insight-home-client-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body.page-id-199 .insight-home-client-logo {
    min-height: 116px;
    padding: 16px 12px !important;
  }

  body.page-id-199 .insight-home-client-logo img {
    max-width: 120px !important;
    max-height: 48px !important;
  }
}

body.page-id-199 .insight-client-cta {
  position: relative;
  overflow: hidden;
}

body.page-id-199 .insight-home-cases {
  background: var(--insight-review-paper) !important;
}

body.page-id-199 .insight-home-cases-grid {
  gap: clamp(22px, 2.5vw, 34px) !important;
}

body.page-id-199 .insight-home-case-card {
  overflow: hidden;
  border: 1px solid rgba(5, 5, 5, 0.1) !important;
  border-radius: 20px !important;
  background: var(--insight-review-white) !important;
  box-shadow: 0 18px 52px rgba(5, 5, 5, 0.09) !important;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

body.page-id-199 .insight-home-case-card:hover {
  box-shadow: 0 24px 64px rgba(5, 5, 5, 0.14) !important;
  transform: translateY(-6px);
}

body.page-id-199 .insight-home-case-copy,
body.page-id-199 .insight-home-case-copy :is(.elementor-heading-title, p) {
  color: var(--insight-review-black) !important;
}

body.page-id-199 .insight-home-case-client,
body.page-id-199 .insight-home-case-client .elementor-heading-title {
  font-size: clamp(28px, 2.2vw, 38px) !important;
  font-weight: 700 !important;
}

body.page-id-199 .insight-home-case-metrics {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px !important;
}

body.page-id-199 .insight-home-case-metric {
  min-width: 0;
  padding: 16px 14px !important;
  border: 1px solid rgba(5, 5, 5, 0.08);
  border-radius: 12px;
  background: #faf9f6;
}

body.page-id-199 .insight-home-case-metric-value,
body.page-id-199 .insight-home-case-metric-value .elementor-heading-title {
  white-space: nowrap;
  color: var(--insight-review-orange) !important;
  font-size: clamp(28px, 3vw, 46px) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

body.page-id-199 .insight-home-case-metric-label,
body.page-id-199 .insight-home-case-metric-label .elementor-heading-title {
  color: #585858 !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
}

body.page-id-199 .insight-home-testimonials .insight-home-section-kicker,
body.page-id-199 .insight-home-testimonials .insight-home-section-title,
body.page-id-199 .insight-home-testimonials .insight-home-section-title .elementor-heading-title {
  width: 100%;
  max-width: none;
  text-align: center !important;
}

body.page-id-199 .insight-home-testimonials .insight-home-section-title,
body.page-id-199 .insight-home-testimonials .insight-home-section-title .elementor-heading-title {
  font-size: clamp(34px, 3.2vw, 46px) !important;
  line-height: 1.08 !important;
}

body.page-id-199 .insight-client-cta {
  position: relative;
  overflow: hidden;
  background: var(--insight-review-graphite) !important;
}

body.page-id-199 .insight-client-cta::before {
  position: absolute;
  top: -180px;
  right: -140px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle, rgba(255, 85, 36, 0.25), rgba(255, 85, 36, 0));
}

body.page-id-199 .insight-client-cta .elementor-button,
body.page-id-199 .insight-client-cta a.elementor-button {
  border-color: var(--insight-review-orange) !important;
  border-radius: 999px !important;
  background-color: var(--insight-review-orange) !important;
  color: var(--insight-review-black) !important;
}

body.page-id-199 .insight-client-cta .elementor-button:hover,
body.page-id-199 .insight-client-cta .elementor-button:focus-visible,
body.page-id-199 .insight-client-cta a.elementor-button:hover,
body.page-id-199 .insight-client-cta a.elementor-button:focus-visible {
  border-color: var(--insight-review-white) !important;
  background-color: var(--insight-review-white) !important;
  color: var(--insight-review-black) !important;
}

body.page-id-199 .insight-customer-journey {
  position: relative;
  padding: 92px 28px !important;
  overflow: hidden;
  color: var(--insight-review-white);
  background:
    radial-gradient(circle at 82% 84%, rgba(255, 85, 36, 0.24), transparent 33%),
    linear-gradient(135deg, #050505 0%, #151515 100%) !important;
}

body.page-id-199 .insight-customer-journey-inner,
body.page-id-199 .insight-customer-journey-inner > .e-con-inner {
  width: min(1180px, 100%) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.page-id-199 .insight-customer-journey-kicker,
body.page-id-199 .insight-customer-journey-kicker .elementor-heading-title {
  margin: 0;
  color: var(--insight-review-orange) !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
}

body.page-id-199 .insight-customer-journey-title,
body.page-id-199 .insight-customer-journey-title .elementor-heading-title {
  max-width: 780px;
  margin: 14px auto 0;
  color: var(--insight-review-white) !important;
  font-size: clamp(34px, 4vw, 54px) !important;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-align: center;
  text-wrap: balance;
}

body.page-id-199 .insight-customer-journey-intro {
  max-width: 700px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
}

body.page-id-199 .insight-customer-journey-intro p,
body.page-id-199 .insight-customer-journey-step-copy p {
  margin: 0;
}

body.page-id-199 .insight-customer-journey-steps,
body.page-id-199 .insight-customer-journey-steps > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px !important;
  width: 100% !important;
  margin-top: 48px;
  padding: 0 !important;
}

body.page-id-199 .insight-customer-journey-step {
  position: relative;
  display: flex !important;
  gap: 12px !important;
  width: 100% !important;
  min-width: 0;
  min-height: 230px;
  padding: 24px 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

body.page-id-199 .insight-customer-journey-number,
body.page-id-199 .insight-customer-journey-number .elementor-heading-title {
  display: flex;
  width: 44px;
  height: 44px;
  margin: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--insight-review-black) !important;
  background: var(--insight-review-orange);
  font-size: 18px !important;
  font-weight: 700;
}

body.page-id-199 .insight-customer-journey-step-title,
body.page-id-199 .insight-customer-journey-step-title .elementor-heading-title {
  margin: 0;
  color: var(--insight-review-white) !important;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.2;
}

body.page-id-199 .insight-customer-journey-step-copy {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  body.page-id-199 .insight-customer-journey-steps,
  body.page-id-199 .insight-customer-journey-steps > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.page-id-199 .insight-customer-journey {
    padding: 68px 20px !important;
  }

  body.page-id-199 .insight-customer-journey-title,
  body.page-id-199 .insight-customer-journey-title .elementor-heading-title {
    font-size: 34px !important;
  }

  body.page-id-199 .insight-customer-journey-intro {
    font-size: 16px;
  }

  body.page-id-199 .insight-customer-journey-steps,
  body.page-id-199 .insight-customer-journey-steps > .e-con-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px !important;
    margin-top: 34px;
  }

  body.page-id-199 .insight-customer-journey-step {
    min-height: 0;
  }
}

body.page-id-199.insight-review-motion-ready .insight-review-motion {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 620ms ease var(--insight-motion-delay, 0ms),
    transform 680ms cubic-bezier(0.2, 0.8, 0.2, 1) var(--insight-motion-delay, 0ms);
  will-change: opacity, transform;
}

body.page-id-199.insight-review-motion-ready .insight-review-motion:not(.is-visible) {
  opacity: 0.14;
  transform: translateY(22px) scale(0.992);
}

body.page-id-199.insight-review-motion-ready .insight-review-motion.is-past:not(.is-visible) {
  opacity: 0.1;
  transform: translateY(-18px) scale(0.992);
}

body.page-id-199 .insight-home-proof .insight-home-section-copy {
  margin-top: 18px;
  margin-bottom: 0;
}

body.page-id-199 .insight-logo-marquee-viewport {
  display: block !important;
  width: 100% !important;
  padding: 14px 0 20px !important;
  overflow: hidden !important;
  mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
}

body.page-id-199 .insight-home-client-logos.insight-logo-marquee-viewport {
  margin-top: clamp(30px, 4vw, 52px) !important;
}

body.page-id-199 .insight-logo-marquee-track {
  display: flex;
  width: max-content;
  gap: 22px;
  animation: insightLogoMarquee 34s linear infinite;
  will-change: transform;
}

body.page-id-199 .insight-logo-marquee-group {
  display: flex;
  flex: none;
  align-items: stretch;
  gap: 22px;
}

body.page-id-199 .insight-logo-marquee-viewport:hover .insight-logo-marquee-track,
body.page-id-199 .insight-logo-marquee-viewport:focus-within .insight-logo-marquee-track {
  animation-play-state: paused;
}

body.page-id-199 .insight-logo-marquee-group .insight-home-client-logo {
  width: clamp(164px, 14vw, 190px) !important;
  min-width: clamp(164px, 14vw, 190px) !important;
  flex: 0 0 clamp(164px, 14vw, 190px) !important;
}

body.page-id-199 .insight-logo-marquee-group .insight-proof-client {
  width: clamp(150px, 12vw, 176px);
  min-width: clamp(150px, 12vw, 176px);
  flex: 0 0 clamp(150px, 12vw, 176px);
}

@media (min-width: 1025px) {
  body.page-id-199 .insight-home-proof-suite .insight-home-expanded-client-grid {
    top: 278px !important;
  }
}

@keyframes insightLogoMarquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - 11px), 0, 0); }
}

@keyframes insightReviewEnter {
  from {
    opacity: 0.01;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  body.page-id-199 .insight-home-proof .insight-home-section-copy {
    margin-top: 14px;
    padding-inline: 8px;
  }

  body.page-id-199 .insight-home-client-logos.insight-logo-marquee-viewport {
    margin-top: 28px !important;
    padding-block: 10px 18px !important;
  }

  body.page-id-199 .insight-logo-marquee-track,
  body.page-id-199 .insight-logo-marquee-group {
    gap: 16px;
  }

  body.page-id-199 .insight-logo-marquee-track {
    animation-duration: 27s;
  }

  body.page-id-199 .insight-logo-marquee-group .insight-home-client-logo {
    width: 152px !important;
    min-width: 152px !important;
    flex-basis: 152px !important;
  }

  body.page-id-199 .insight-home-hero {
    min-height: auto !important;
    padding-block: 72px 86px !important;
  }

  body.page-id-199 .insight-home-hero-title .elementor-heading-title {
    font-size: clamp(36px, 10.5vw, 46px) !important;
  }

  body.page-id-199 .insight-home-section-title,
  body.page-id-199 .insight-home-section-title .elementor-heading-title,
  body.page-id-199 .insight-home-about-title,
  body.page-id-199 .insight-home-about-title .elementor-heading-title {
    font-size: clamp(32px, 8.8vw, 42px) !important;
  }

  body.page-id-199 .insight-home-case-metrics {
    grid-template-columns: 1fr !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-id-199 .insight-home-hero-copy,
  body.page-id-199 .insight-home-hero-visual,
  body.page-id-199.insight-review-motion-ready .insight-review-motion {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }

  body.page-id-199 .insight-home-client-logo,
  body.page-id-199 .insight-home-case-card {
    transition: none;
  }

  body.page-id-199 .insight-logo-marquee-viewport {
    overflow-x: auto !important;
    mask-image: none;
    -webkit-mask-image: none;
  }

  body.page-id-199 .insight-logo-marquee-track {
    animation: none;
  }

  body.page-id-199 .insight-logo-marquee-group[aria-hidden="true"] {
    display: none;
  }
}

.insight-floating-whatsapp {
  position: fixed;
  right: clamp(18px, 2.2vw, 34px);
  bottom: clamp(18px, 2.2vw, 34px);
  z-index: 9998;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: #25d366;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  color: #fff !important;
  font-family: "Red Hat Display", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.insight-floating-whatsapp:hover,
.insight-floating-whatsapp:focus-visible {
  background: #20bd5a;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34);
  color: #fff !important;
  transform: translateY(-3px);
}

.insight-floating-whatsapp svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

@media (max-width: 767px) {
  .insight-floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
    padding: 0;
  }
}

.insight-footer .elementor-social-icon,
footer .elementor-social-icon {
  background-color: transparent !important;
  color: #ff5524 !important;
}

.insight-footer .elementor-social-icon i,
.insight-footer .elementor-social-icon svg,
footer .elementor-social-icon i,
footer .elementor-social-icon svg {
  color: #ff5524 !important;
  fill: #ff5524 !important;
}
