body.fc-services-v2-ready #web > .webBannerTable,
body.fc-services-v2-ready #fullmeasureTopForms,
body.fc-services-v2-ready #fullmeasureBottomForms {
  display: none !important;
}

body.fc-services-v2-ready {
  overflow-x: hidden !important;
}

body.fc-services-v2-ready #webContainerTable {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  overflow: visible !important;
  z-index: 1;
}

body.fc-services-v2-ready #web,
body.fc-services-v2-ready #webContainerTable {
  min-width: 0 !important;
  max-width: 100% !important;
}

/*
 * The legacy builder writes a pixel width onto #web after measuring the
 * already-zoomed viewport. On compact desktop layouts the root is then zoomed
 * again, leaving the page at 80% of the visible width. Resolve the canvas from
 * its full-width parent so it also excludes the vertical scrollbar gutter.
 */
body.fc-services-v2-ready #web {
  width: 100% !important;
}

body.fc-services-v2-ready #webContainerTable > #fc-services-v2 {
  display: block !important;
}

body.fc-services-v2-ready #webContainerTable > :not(#fc-services-v2) {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#fc-services-v2 {
  --fcsv2-ink: #1f2329;
  --fcsv2-muted: #646a73;
  --fcsv2-blue: #3370ff;
  --fcsv2-blue-deep: #245bdb;
  --fcsv2-purple: #7b5cff;
  --fcsv2-cyan: #14c7b3;
  --fcsv2-line: rgba(31, 35, 41, 0.09);
  color: var(--fcsv2-ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

#fc-services-v2 *,
#fc-services-v2 *::before,
#fc-services-v2 *::after {
  box-sizing: border-box;
}

#fc-services-v2 a {
  color: inherit;
  text-decoration: none;
}

#fc-services-v2 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fcsv2-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.fcsv2-hero {
  position: relative;
  min-height: 800px;
  background: #dceaff;
  isolation: isolate;
}

.fcsv2-hero-media,
.fcsv2-hero-media::after {
  position: absolute;
  inset: 0;
}

.fcsv2-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

.fcsv2-hero-media::after {
  content: "";
  background:
    linear-gradient(180deg, rgba(238, 245, 255, 0.02) 0%, rgba(239, 246, 255, 0.08) 42%, rgba(233, 242, 255, 0.18) 100%),
    radial-gradient(circle at 50% 17%, rgba(255, 255, 255, 0.26), transparent 44%);
}

.fcsv2-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 800px;
  flex-direction: column;
  align-items: center;
  padding: 68px 24px 450px;
  text-align: center;
}

.fcsv2-partner-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 8px 15px;
  border: 1px solid rgba(51, 112, 255, 0.16);
  border-radius: 999px;
  color: #245bdb;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 30px rgba(51, 112, 255, 0.09);
  font-size: 15px;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.fcsv2-partner-badge::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3370ff, #7b5cff);
  box-shadow: 0 0 0 5px rgba(51, 112, 255, 0.11);
}

.fcsv2-hero h1 {
  margin: 19px 0 22px;
  color: #20242d;
  font-size: clamp(48px, calc(4.5 * var(--fc-layout-vw, 1vw)), 56px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.fcsv2-hero-lead {
  max-width: none;
  margin: 0;
  color: #4f5664;
  font-size: clamp(17px, calc(1.5 * var(--fc-layout-vw, 1vw)), 18px);
  white-space: nowrap;
}

.fcsv2-value-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 26px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: #3f4755;
  font-size: 16px;
}

.fcsv2-value-list li {
  position: relative;
  padding-left: 19px;
}

.fcsv2-value-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--fcsv2-blue);
}

.fcsv2-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.fcsv2-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.fcsv2-button:hover {
  transform: translateY(-2px);
}

.fcsv2-button-primary {
  color: #fff !important;
  background: linear-gradient(105deg, #7367ff, #3370ff);
  box-shadow: 0 15px 35px rgba(51, 112, 255, 0.25);
}

.fcsv2-button-primary::after {
  content: "";
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4 10h11M11 6l4 4-4 4' stroke='%233370ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  box-shadow: 0 2px 8px rgba(25, 74, 190, 0.18);
  transition: transform 180ms ease;
}

.fcsv2-button-primary:hover::after,
.fcsv2-button-primary:focus-visible::after {
  transform: translateX(2px);
}

.fcsv2-button-secondary {
  border-color: rgba(36, 91, 219, 0.16);
  color: #245bdb !important;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
}

.fcsv2-section {
  padding: 108px 0;
}

.fcsv2-section-soft {
  background:
    radial-gradient(circle at 10% 15%, rgba(52, 202, 255, 0.08), transparent 30%),
    radial-gradient(circle at 92% 85%, rgba(123, 92, 255, 0.08), transparent 30%),
    #fafcff;
}

.fcsv2-section-head {
  max-width: 850px;
  margin: 0 auto 48px;
  text-align: center;
}

.fcsv2-kicker {
  margin: 0 0 10px;
  color: var(--fcsv2-blue);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.fcsv2-section-head h2 {
  margin: 0;
  color: var(--fcsv2-ink);
  font-size: clamp(34px, calc(3.4 * var(--fc-layout-vw, 1vw)), 40px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.fcsv2-section-head p:last-child {
  max-width: 700px;
  margin: 17px auto 0;
  color: var(--fcsv2-muted);
  font-size: 18px;
}

.fcsv2-section-head-wide {
  max-width: 1180px;
}

.fcsv2-section-head-wide h2 {
  font-size: clamp(32px, calc(3.2 * var(--fc-layout-vw, 1vw)), 40px);
  white-space: nowrap;
}

.fcsv2-assurance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.fcsv2-consultant-card,
.fcsv2-live-card,
.fcsv2-practice-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 55px rgba(31, 35, 41, 0.06);
}

.fcsv2-consultant-card,
.fcsv2-support-card,
.fcsv2-live-card {
  border: 1px solid transparent;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.fcsv2-consultant-card {
  isolation: isolate;
  min-height: 650px;
  padding: 42px 40px;
  background-image: url("../../_rebuild/services-v2/assets/customer-success/feishu-cs-advisor-male-clean.png");
  background-position: center bottom;
}

.fcsv2-consultant-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  height: 28%;
  background: #ecf1ff;
  pointer-events: none;
}

.fcsv2-consultant-decor {
  position: absolute;
  top: 34px;
  right: 32px;
  z-index: 1;
  width: 178px;
  height: 136px;
  pointer-events: none;
}

.fcsv2-consultant-decor::before,
.fcsv2-consultant-decor::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.fcsv2-consultant-decor::before {
  inset: 8px 20px 0 26px;
  border: 1px solid rgba(123, 92, 255, 0.17);
}

.fcsv2-consultant-decor::after {
  top: 58px;
  left: 74px;
  width: 8px;
  height: 8px;
  background: #8a6cff;
  box-shadow: 50px -30px 0 #58d2c0, -42px 35px 0 #6d96ff;
}

.fcsv2-consultant-decor-tile,
.fcsv2-consultant-decor-24h {
  position: absolute;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 28px rgba(86, 79, 171, 0.14);
}

.fcsv2-consultant-decor-tile {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(8px);
}

.fcsv2-consultant-decor-tile img {
  display: block;
  width: 34px;
  height: 34px;
}

.fcsv2-consultant-decor-advisor {
  top: 18px;
  left: 12px;
  transform: rotate(-7deg);
}

.fcsv2-consultant-decor-ai {
  top: 6px;
  right: 8px;
  transform: rotate(8deg);
}

.fcsv2-consultant-decor-24h {
  right: 35px;
  bottom: 4px;
  width: 58px;
  height: 50px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(145deg, #9c7bff, #7457ed);
  font-size: 17px;
  font-weight: 800;
  transform: rotate(-7deg);
}

.fcsv2-consultant-card h3 {
  max-width: 310px;
  margin: 0;
  font-size: clamp(28px, calc(3 * var(--fc-layout-vw, 1vw)), 36px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.fcsv2-consultant-card p {
  margin: 18px 0 0;
  color: #424955;
  font-size: 20px;
}

.fcsv2-consultant-card h3,
.fcsv2-consultant-card p,
.fcsv2-consultant-points {
  position: relative;
  z-index: 1;
}

.fcsv2-consultant-points {
  position: absolute;
  right: 34px;
  bottom: 34px;
  left: 34px;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fcsv2-consultant-points li {
  display: grid;
  min-height: 52px;
  place-items: center;
  border: 1px solid rgba(87, 118, 196, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  color: #273142;
  font-size: 17px;
  font-weight: 600;
  backdrop-filter: blur(6px);
}

.fcsv2-assurance-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.fcsv2-support-card {
  min-height: 230px;
  padding: 35px 30px;
  border-radius: 20px;
}

.fcsv2-support-card-purple {
  background: linear-gradient(160deg, #f0efff, #fcf8ff);
}

.fcsv2-support-card-mint {
  background: linear-gradient(160deg, #e4f8f5, #f6fcfb);
}

.fcsv2-support-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 20px rgba(31, 35, 41, 0.05);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.fcsv2-support-icon svg {
  width: 26px;
  height: 26px;
}

.fcsv2-support-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
}

.fcsv2-support-card p {
  margin: 50px 0 0;
  color: #4e5563;
  font-size: 15px;
  line-height: 1.55;
}

.fcsv2-live-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  min-height: 406px;
  padding: 38px 44px;
  background:
    radial-gradient(circle at 76% 48%, rgba(255, 255, 255, 0.96) 0, rgba(255, 255, 255, 0.56) 24%, transparent 50%),
    linear-gradient(135deg, #fff2e8 0%, #fff8f1 52%, #f6fbff 100%);
}

.fcsv2-live-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(118deg, transparent 48%, rgba(255, 153, 81, 0.06) 48.2%, transparent 66%),
    radial-gradient(circle at 7% 88%, rgba(255, 177, 107, 0.11), transparent 30%);
}

.fcsv2-ops-copy {
  position: relative;
  z-index: 2;
}

.fcsv2-ops-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 14px;
  color: #ff8a3d;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 26px rgba(255, 138, 61, 0.12);
}

.fcsv2-ops-icon svg {
  width: 27px;
  height: 27px;
}

.fcsv2-ops-copy h3 {
  margin: 0;
  font-size: clamp(32px, calc(3.2 * var(--fc-layout-vw, 1vw)), 38px);
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.fcsv2-ops-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 62px;
}

.fcsv2-ops-feature strong {
  font-size: 24px;
}

.fcsv2-ops-feature span {
  padding: 4px 9px;
  border-radius: 7px;
  color: #f07928;
  background: #ffe3cb;
  font-size: 13px;
  font-weight: 700;
}

.fcsv2-ops-copy p {
  max-width: 420px;
  margin: 24px 0 0;
  color: #525966;
  font-size: 16px;
}

.fcsv2-ops-visual {
  position: relative;
  min-height: 322px;
}

.fcsv2-loop-ring,
.fcsv2-loop-orbit,
.fcsv2-loop-core,
.fcsv2-loop-node {
  position: absolute;
}

.fcsv2-loop-ring {
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 145, 65, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.fcsv2-loop-ring-outer {
  width: 280px;
  height: 280px;
}

.fcsv2-loop-ring-inner {
  width: 212px;
  height: 212px;
  border-color: rgba(51, 112, 255, 0.13);
}

.fcsv2-loop-orbit {
  left: 50%;
  top: 50%;
  width: 248px;
  height: 248px;
  border: 2px dashed rgba(255, 151, 77, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-16deg);
}

.fcsv2-loop-core {
  left: 50%;
  top: 50%;
  display: grid;
  width: 142px;
  height: 142px;
  place-content: center;
  border: 1px solid rgba(255, 153, 81, 0.18);
  border-radius: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(255, 145, 65, 0.13);
  transform: translate(-50%, -50%);
}

.fcsv2-loop-core strong {
  color: #ff8a3d;
  font-size: 30px;
  line-height: 1;
}

.fcsv2-loop-core small {
  margin-top: 9px;
  color: #9d765c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.fcsv2-loop-node {
  z-index: 2;
  display: grid;
  min-width: 62px;
  height: 36px;
  place-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  color: #4e5563;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 25px rgba(31, 35, 41, 0.07);
  font-size: 13px;
  font-weight: 700;
}

.fcsv2-loop-node-data {
  left: 12%;
  top: 28%;
  color: #3370ff;
}

.fcsv2-loop-node-scene {
  right: 8%;
  top: 37%;
  color: #ff8a3d;
}

.fcsv2-loop-node-user {
  left: 25%;
  bottom: 12%;
  color: #14aa96;
}

.fcsv2-practice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.fcsv2-practice-card {
  min-height: 492px;
  border: 1px solid transparent;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.fcsv2-practice-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 492px;
  object-fit: cover;
  transition: transform 320ms ease, filter 220ms ease;
}

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

.fcsv2-step {
  position: relative;
  min-height: 282px;
  padding: 30px 25px;
  border: 1px solid var(--fcsv2-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 15px 45px rgba(31, 35, 41, 0.045);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.fcsv2-step::after {
  content: "";
  position: absolute;
  top: 45px;
  right: -17px;
  width: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(51, 112, 255, 0.45), rgba(51, 112, 255, 0));
}

.fcsv2-step:last-child::after {
  display: none;
}

.fcsv2-step-number {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #3370ff, #806cff);
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 12px 25px rgba(51, 112, 255, 0.2);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.fcsv2-step h3 {
  margin: 24px 0 10px;
  font-size: 23px;
  line-height: 1.3;
  transition: color 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .fcsv2-consultant-card:hover,
  .fcsv2-live-card:hover {
    z-index: 2;
    box-shadow: 0 28px 72px rgba(55, 86, 155, 0.15);
    transform: translateY(-8px);
  }

  .fcsv2-consultant-card:hover {
    border-color: rgba(51, 112, 255, 0.22);
  }

  .fcsv2-live-card:hover {
    border-color: rgba(255, 138, 61, 0.28);
  }

  .fcsv2-support-card:hover {
    z-index: 2;
    box-shadow: 0 22px 48px rgba(55, 86, 155, 0.13);
    transform: translateY(-7px);
  }

  .fcsv2-support-card-purple:hover {
    border-color: rgba(202, 91, 218, 0.26);
  }

  .fcsv2-support-card-mint:hover {
    border-color: rgba(32, 191, 168, 0.28);
  }

  .fcsv2-support-card:hover .fcsv2-support-icon,
  .fcsv2-live-card:hover .fcsv2-ops-icon {
    box-shadow: 0 13px 28px rgba(51, 112, 255, 0.14);
    transform: translateY(-2px) scale(1.06);
  }

  .fcsv2-practice-card:hover {
    z-index: 2;
    border-color: rgba(51, 112, 255, 0.2);
    box-shadow: 0 26px 70px rgba(55, 86, 155, 0.15);
    transform: translateY(-9px);
  }

  .fcsv2-practice-card:hover img {
    filter: saturate(1.04) contrast(1.02);
    transform: scale(1.025);
  }

  .fcsv2-step:hover {
    z-index: 2;
    border-color: rgba(51, 112, 255, 0.27);
    background: linear-gradient(180deg, #fff, #f7f9ff);
    box-shadow: 0 24px 58px rgba(51, 85, 160, 0.14);
    transform: translateY(-8px);
  }

  .fcsv2-step:hover .fcsv2-step-number {
    box-shadow: 0 16px 30px rgba(51, 112, 255, 0.3);
    transform: translateY(-3px) rotate(-4deg) scale(1.06);
  }

  .fcsv2-step:hover h3 {
    color: #245bdb;
  }

  .fcsv2-voice-card:hover,
  .fcsv2-voice-card:focus-visible {
    border-color: rgba(51, 112, 255, 0.24);
    box-shadow: 0 24px 58px rgba(45, 76, 142, 0.13);
    transform: translateY(-7px);
  }

  .fcsv2-voices-more:hover,
  .fcsv2-voices-more:focus-visible {
    color: var(--fcsv2-blue-deep);
    transform: translateX(3px);
  }
}

.fcsv2-step p {
  margin: 0;
  color: var(--fcsv2-muted);
  font-size: 15px;
}

.fcsv2-voices {
  padding-bottom: 86px;
  background: #f7f9fc;
}

.fcsv2-voice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.fcsv2-voice-card {
  position: relative;
  display: flex;
  min-height: 318px;
  flex-direction: column;
  padding: 30px 28px 26px;
  border: 1px solid rgba(31, 35, 41, 0.08);
  border-radius: 16px;
  outline: none;
  background: #fff;
  box-shadow: 0 14px 40px rgba(45, 76, 142, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.fcsv2-voice-card::before {
  content: "“";
  position: absolute;
  top: 12px;
  right: 24px;
  color: rgba(51, 112, 255, 0.12);
  font-family: Georgia, serif;
  font-size: 72px;
  line-height: 1;
}

.fcsv2-voice-card blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #4f5664;
  font-size: 16px;
  line-height: 1.8;
}

.fcsv2-voice-card footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 28px;
}

.fcsv2-voice-author {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.fcsv2-voice-author > span:last-child {
  min-width: 0;
}

.fcsv2-voice-avatar {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 50%;
  background-image: var(--voice-avatar);
  background-position: var(--voice-avatar-position, -41px -209px);
  background-repeat: no-repeat;
  background-size: var(--voice-avatar-size, 600px 303px);
  box-shadow: inset 0 0 0 1px rgba(20, 31, 51, 0.05);
}

.fcsv2-voice-author strong,
.fcsv2-voice-author small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fcsv2-voice-author strong {
  color: var(--fcsv2-ink);
  font-size: 16px;
  line-height: 1.35;
}

.fcsv2-voice-author small {
  max-width: 150px;
  margin-top: 3px;
  color: #8a9099;
  font-size: 12px;
}

.fcsv2-voice-card footer > img {
  display: block;
  width: auto;
  max-width: 108px;
  height: auto;
  max-height: 42px;
  object-fit: contain;
}

.fcsv2-voices-more {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  margin: 30px auto 0;
  color: var(--fcsv2-blue) !important;
  font-size: 16px;
  font-weight: 700;
  transition: color 180ms ease, transform 180ms ease;
}

.fcsv2-conversion {
  padding: 96px 0;
  background:
    radial-gradient(circle at 8% 100%, rgba(39, 197, 184, 0.11), transparent 30%),
    radial-gradient(circle at 92% 0%, rgba(123, 92, 255, 0.13), transparent 34%),
    #eef4ff;
}

.fcsv2-conversion-inner {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 76px;
}

.fcsv2-trust-copy h2 {
  margin: 0 0 18px;
  color: var(--fcsv2-ink);
  font-size: clamp(34px, calc(3.4 * var(--fc-layout-vw, 1vw)), 40px);
  letter-spacing: -0.035em;
  line-height: 1.16;
}

.fcsv2-trust-copy p {
  max-width: 650px;
  margin: 0;
  color: var(--fcsv2-muted);
  font-size: 17px;
}

.fcsv2-trust-points {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.fcsv2-trust-points li {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 13px;
  padding: 0 16px;
  border: 1px solid rgba(51, 112, 255, 0.09);
  border-radius: 10px;
  color: #394150;
  background: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.fcsv2-trust-points li::before {
  content: "✓";
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  place-items: center;
  border-radius: 50%;
  color: #0b7569;
  background: #bff5ed;
  font-size: 14px;
  font-weight: 900;
}

.fcsv2-conversion-action {
  padding: 14px 0 14px 64px;
  border-left: 1px solid rgba(51, 112, 255, 0.14);
}

.fcsv2-conversion-action h3 {
  max-width: 500px;
  margin: 0;
  color: var(--fcsv2-ink);
  font-size: clamp(30px, calc(3 * var(--fc-layout-vw, 1vw)), 36px);
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.fcsv2-conversion-action > p:not(.fcsv2-kicker) {
  max-width: 470px;
  margin: 13px 0 0;
  color: var(--fcsv2-muted);
  font-size: 16px;
}

.fcsv2-conversion-action .fcsv2-button {
  margin-top: 28px;
}

@media (max-width: 1080px) {
  .fcsv2-hero,
  .fcsv2-hero-inner {
    min-height: 760px;
  }

  .fcsv2-hero-inner {
    padding-bottom: 415px;
  }

  .fcsv2-assurance-grid {
    grid-template-columns: 0.94fr 1.06fr;
  }

  .fcsv2-consultant-card {
    min-height: 590px;
    padding: 34px 30px;
  }

  .fcsv2-support-card {
    min-height: 210px;
    padding: 28px 24px;
  }

  .fcsv2-support-card p {
    margin-top: 28px;
  }

  .fcsv2-live-card {
    min-height: 365px;
  }

  .fcsv2-journey {
    grid-template-columns: 1fr 1fr;
  }

  .fcsv2-step::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .fcsv2-container {
    width: calc(100% - 32px);
    max-width: 1180px;
  }

  .fcsv2-hero,
  .fcsv2-hero-inner {
    min-height: 720px;
  }

  .fcsv2-hero-media img {
    object-position: 50% bottom;
  }

  .fcsv2-hero-media::after {
    background: linear-gradient(180deg, rgba(237, 245, 255, 0.14) 0%, rgba(238, 246, 255, 0.24) 46%, rgba(229, 239, 255, 0.08) 100%);
  }

  .fcsv2-hero-inner {
    align-items: flex-start;
    padding: 45px 22px 345px;
    text-align: left;
  }

  .fcsv2-partner-badge {
    min-height: 34px;
    padding: 6px 12px;
    font-size: 13px;
  }

  .fcsv2-hero h1 {
    margin-top: 16px;
    max-width: none;
    font-size: clamp(26px, 7.7vw, 30px);
    letter-spacing: 0;
    line-height: 1.1;
    white-space: nowrap;
  }

  .fcsv2-hero-lead {
    font-size: 17px;
    white-space: normal;
  }

  .fcsv2-section-head-wide h2 {
    white-space: normal;
  }

  .fcsv2-value-list {
    justify-content: flex-start;
    gap: 7px 14px;
    font-size: 14px;
  }

  .fcsv2-actions {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .fcsv2-button {
    min-height: 46px;
    padding: 0 18px;
    font-size: 15px;
  }

  .fcsv2-section {
    padding: 72px 0;
  }

  .fcsv2-section-head {
    margin-bottom: 32px;
    text-align: left;
  }

  .fcsv2-section-head h2 {
    font-size: 30px;
  }

  .fcsv2-section-head p:last-child {
    margin-top: 13px;
    font-size: 16px;
  }

  .fcsv2-assurance-grid,
  .fcsv2-practice-grid,
  .fcsv2-conversion-inner {
    grid-template-columns: 1fr;
  }

  .fcsv2-consultant-card {
    min-height: 0;
    aspect-ratio: 521 / 635;
    padding: 30px 26px;
    background-position: center top;
  }

  .fcsv2-consultant-card h3 {
    max-width: 235px;
    font-size: 28px;
  }

  .fcsv2-consultant-card p {
    font-size: 17px;
  }

  .fcsv2-consultant-decor {
    top: 24px;
    right: 17px;
    width: 80px;
    height: 110px;
  }

  .fcsv2-consultant-decor::before {
    inset: 5px 7px 8px 10px;
  }

  .fcsv2-consultant-decor::after {
    top: 48px;
    left: 36px;
    width: 6px;
    height: 6px;
    box-shadow: 24px -22px 0 #58d2c0, -22px 28px 0 #6d96ff;
  }

  .fcsv2-consultant-decor-tile {
    width: 36px;
    height: 36px;
    border-radius: 11px;
  }

  .fcsv2-consultant-decor-tile img {
    width: 28px;
    height: 28px;
  }

  .fcsv2-consultant-decor-advisor {
    top: 9px;
    left: 0;
  }

  .fcsv2-consultant-decor-ai {
    top: 0;
    right: 0;
  }

  .fcsv2-consultant-decor-24h {
    right: 8px;
    bottom: 4px;
    width: 45px;
    height: 39px;
    border-radius: 12px;
    font-size: 14px;
  }

  .fcsv2-assurance-side {
    grid-template-columns: 1fr;
  }

  .fcsv2-support-card {
    min-height: 205px;
  }

  .fcsv2-support-card p {
    margin-top: 25px;
  }

  .fcsv2-live-card {
    grid-column: auto;
    grid-template-columns: 1fr;
    min-height: 0;
    aspect-ratio: auto;
    padding: 30px 26px;
  }

  .fcsv2-ops-feature {
    margin-top: 32px;
  }

  .fcsv2-ops-visual {
    min-height: 245px;
    margin-top: 16px;
    transform: scale(0.88);
  }

  .fcsv2-practice-card,
  .fcsv2-practice-card img {
    min-height: 0;
  }

  .fcsv2-practice-card img {
    height: auto;
    aspect-ratio: auto;
  }

  .fcsv2-journey {
    grid-template-columns: 1fr;
  }

  .fcsv2-step {
    min-height: 0;
  }

  .fcsv2-voice-grid {
    grid-template-columns: 1fr;
  }

  .fcsv2-voices {
    padding-bottom: 64px;
  }

  .fcsv2-voice-card {
    min-height: 275px;
  }

  .fcsv2-conversion {
    padding: 72px 0;
  }

  .fcsv2-conversion-inner {
    gap: 42px;
  }

  .fcsv2-conversion-action {
    padding: 40px 0 0;
    border-top: 1px solid rgba(51, 112, 255, 0.14);
    border-left: 0;
  }

  .fcsv2-conversion-action .fcsv2-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fcsv2-button,
  .fcsv2-voice-card,
  .fcsv2-voices-more {
    transition: none;
  }
}
