:root {
  color-scheme: dark;
  --font-syne: "Syne", "PingFang SC", "Microsoft YaHei", sans-serif;
}

html,
body {
  min-width: 0;
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  background: #070707;
  color: #fafafa;
  font-family: var(--font-syne);
}

body {
  display: block;
}

.parlo-source-document {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  background: #070707;
}

.parlo-source-section {
  position: relative;
  width: 100%;
}

.parlo-agent-mark {
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-top: 2px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 6px;
  background: #050505;
  box-sizing: border-box;
  object-fit: contain;
}

.parlo-source-features #features section > div > div:last-child > div {
  opacity: 1 !important;
  transform: none !important;
  transition: opacity .55s cubic-bezier(.215,.61,.355,1), transform .55s cubic-bezier(.215,.61,.355,1);
}

.parlo-source-features #features section > div > div:last-child > div.parlo-card-pending {
  opacity: 0 !important;
  transform: translateY(-20px) !important;
}

.parlo-source-divider canvas {
  opacity: .95;
}

/* The closing canvas already provides a visual boundary; do not insert an
   additional empty divider before the host-page footer. */
.parlo-source-document > .parlo-source-divider:last-child {
  display: none;
}

.parlo-source-testimonials .testimonial-rail {
  animation: parlo-source-testimonial-rail 48s linear infinite;
  will-change: transform;
}

.parlo-source-testimonials .testimonial-rail:hover {
  animation-play-state: paused;
}

@keyframes parlo-source-testimonial-rail {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.parlo-source-pricing [data-parlo-active="true"] {
  background: #fff !important;
  color: #000 !important;
}

.parlo-source-pricing [role="tablist"] button {
  min-width: 5.5rem;
  min-height: 2.75rem;
}

.parlo-source-pricing [role="tablist"] button:focus-visible {
  outline: 2px solid #58c7a8;
  outline-offset: 2px;
}

.parlo-source-pricing [data-pricing-panel][hidden] {
  display: none !important;
}

.parlo-source-pricing [data-pricing-panel] {
  align-items: stretch;
}

.parlo-source-pricing [data-pricing-audience] {
  position: relative;
}

.parlo-source-pricing [data-pricing-audience] > div:first-of-type > p:first-child {
  padding-right: 5.25rem;
}

.parlo-source-pricing .parlo-pricing-audience-label {
  position: absolute;
  z-index: 2;
  top: 1.35rem;
  right: 1.5rem;
  display: inline-flex;
  min-height: 1.65rem;
  align-items: center;
  justify-content: center;
  padding: 0 .7rem;
  border: 1px solid rgba(250, 250, 250, .16);
  border-radius: 999px;
  color: rgba(250, 250, 250, .72);
  background: rgba(250, 250, 250, .035);
  font-size: .6875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .08em;
  white-space: nowrap;
}

/* Prices use tabular figures so every plan shares a precise numeric baseline. */
.parlo-source-pricing .my-8.block.text-4xl.font-medium.tracking-tight:has(> span) {
  display: flex;
  align-items: baseline;
  color: #fafafa;
  font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.parlo-source-pricing .my-8.block.text-4xl.font-medium.tracking-tight:has(> span) > span {
  margin-left: .28em;
  font-family: var(--font-syne);
  font-variant-numeric: normal;
  font-feature-settings: normal;
  letter-spacing: -.02em;
}

.parlo-source-pricing [data-pricing-panel] > [data-pricing-audience] > div:first-of-type {
  display: flex;
  min-height: 15rem;
  flex-direction: column;
}

.parlo-source-pricing [data-pricing-panel] [role="button"] {
  margin-top: auto;
}

.parlo-source-pricing [data-pricing-panel] ul {
  font-family: var(--site-font-family);
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  letter-spacing: 0;
}

@media (max-width: 1023px) {
  .parlo-source-pricing [data-pricing-panel] > [data-pricing-audience] > div:first-of-type {
    min-height: 0;
  }
}

.parlo-source-faqs [role="region"] {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
  transition: grid-template-rows .28s cubic-bezier(.4,0,.2,1), opacity .2s ease;
}

.parlo-source-faqs [role="region"] > * {
  min-height: 0;
}

.parlo-source-faqs [role="region"][data-parlo-open="true"] {
  grid-template-rows: 1fr;
  opacity: 1;
}

.parlo-source-start canvas {
  width: 100% !important;
  height: 100% !important;
}

.parlo-source-start > section {
  padding-block: 72px !important;
}

/* Keep the CTA contour field visible beneath the existing readability scrim. */
.parlo-source-start section > .opacity-35 {
  opacity: .6;
}

/* Keep the closing CTA copy pure white and wrap only at deliberate phrases. */
.parlo-source-start h2,
.parlo-source-start a[role="button"],
.parlo-source-start .group\/star-button > span:last-child {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.parlo-source-start .group\/star-button > span:last-child {
  background-image: none !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
}

.parlo-source-start .cta-copy-phrase {
  display: inline-block;
  white-space: nowrap;
}

.parlo-source-start .sales-contact-wrap {
  position: relative;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.parlo-source-start .sales-contact-popover {
  position: absolute;
  bottom: calc(100% + 14px);
  left: 50%;
  width: min(216px, calc(100vw - 32px));
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  background: #0a0a0a;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .56), 0 0 0 1px rgba(255, 255, 255, .03);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.parlo-source-start .sales-contact-popover::after {
  position: absolute;
  right: 0;
  bottom: -14px;
  left: 0;
  height: 14px;
  content: "";
}

.parlo-source-start .sales-contact-wrap[data-open="true"] .sales-contact-popover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.parlo-source-start .sales-contact-popover img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.parlo-source-start .sales-contact-popover-name {
  margin: 12px 0 0;
  color: #fafafa;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .parlo-source-start .sales-contact-popover {
    transition: none;
  }
}

@media (max-width: 479px) {
  .parlo-source-start h2 {
    font-size: clamp(1.625rem, 8vw, 2rem) !important;
    line-height: 1.2 !important;
  }
}

.parlo-source-outcomes main {
  min-height: clamp(832px, var(--parlo-host-viewport-height, 900px), 1141px) !important;
  height: clamp(832px, var(--parlo-host-viewport-height, 900px), 1141px) !important;
}

.parlo-source-outcomes .parlo-outcome-metric {
  display: flex;
  align-items: baseline;
  gap: .12em;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
  letter-spacing: -.03em;
  white-space: nowrap;
}

.parlo-source-outcomes .parlo-outcome-metric-value {
  color: #fafafa;
  font-size: clamp(40px, 3.2vw, 52px);
  font-weight: 500;
  line-height: .94;
}

.parlo-source-outcomes .parlo-outcome-metric-modifier,
.parlo-source-outcomes .parlo-outcome-metric-unit {
  color: rgba(250, 250, 250, .58);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.02em;
}

.parlo-source-outcomes dl > div {
  align-self: stretch !important;
  height: 100%;
  box-sizing: border-box;
}

html[lang="en"] .parlo-source-outcomes header :is(button, a[role="button"]),
html[lang="en"] .parlo-source-outcomes header :is(button, a[role="button"]) span {
  white-space: nowrap !important;
}

html[lang="en"] .parlo-source-outcomes dl dd {
  max-width: none !important;
  font-size: clamp(13px, 1.1vw, 16px);
  white-space: nowrap !important;
}

@media (max-width: 767px) {
  .parlo-source-outcomes main {
    min-height: 874px !important;
    height: 874px !important;
  }

  .parlo-source-outcomes .parlo-outcome-metric-value {
    font-size: 36px;
  }

  .parlo-source-outcomes .parlo-outcome-metric-modifier,
  .parlo-source-outcomes .parlo-outcome-metric-unit {
    font-size: 16px;
  }

  .parlo-source-testimonials .testimonial-rail {
    animation-duration: 56s;
  }
}

@media (max-width: 479px) {
  .parlo-source-start > section {
    padding-block: 56px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .parlo-source-testimonials .testimonial-rail,
  .cta-model-marquee,
  .cta-center-mark {
    animation: none !important;
  }

  .parlo-source-features #features section > div > div:last-child > div {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
