/* Qupei: a quieter visual system built around the real product. */
.page-polished {
  --q-ink: #17243b;
  --q-copy: #536177;
  --q-muted: #596b82;
  --q-blue: #315ff4;
  --q-line: #e2e8f0;
  --q-wash: #f5f7fb;
  color: var(--q-ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
.page-polished h1, .page-polished h2, .page-polished h3 { color: var(--q-ink); letter-spacing: -.035em; }
.page-polished h1 { font-weight: 650; line-height: 1.2; }
.page-polished h2 { font-weight: 650; line-height: 1.35; text-wrap: balance; }
.page-polished p { color: var(--q-copy); }
.page-polished .site-header-wrapper { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--q-line); backdrop-filter: none; box-shadow: none; }
.page-polished .site-header {
  width: min(var(--q-content-width, 1200px), calc(100% - 64px));
  min-height: 84px;
  margin: auto;
  padding: 16px 0;
  border: 0;
  background: #fff;
  backdrop-filter: none;
}
.page-polished.support-page > .site-header { border-bottom: 1px solid var(--q-line); }
.page-polished .brand-logo { width: 38px; height: 38px; border-radius: 8px; box-shadow: none; }
.page-polished .brand-name { font-size: 22px; font-weight: 650; letter-spacing: -.03em; }
.page-polished .site-nav { gap: 8px; }
.page-polished .site-nav a { padding: 10px 18px; color: var(--q-copy); font-size: 15px; font-weight: 500; border-radius: 6px; background: transparent; }
.page-polished .site-nav a.active { color: var(--q-blue); background: #f0f4ff; }
.page-polished .site-nav a::after { display: none; }
.page-polished .site-nav a:hover { color: var(--q-blue); background: #f5f7fb; }
.page-polished .primary-btn, .page-polished .secondary-btn, .page-polished .header-cta {
  min-height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  box-shadow: none;
  font-size: 15px;
  font-weight: 600;
  transform: none;
  transition: background-color .2s, color .2s, border-color .2s;
}
.page-polished .primary-btn { color: #fff; background: var(--q-blue); border: 1px solid var(--q-blue); }
.page-polished .primary-btn:hover { background: #254ddd; border-color: #254ddd; }
.page-polished .header-cta { color: #fff; background: var(--q-ink); border: 1px solid var(--q-ink); }
.page-polished .header-cta:hover { background: #30415e; }
.page-polished .secondary-btn { background: #fff; color: var(--q-ink); border: 1px solid #d2dbe8; }
.page-polished .secondary-btn:hover { background: #f5f7fb; border-color: #9eacc2; }
.q-container { width: min(var(--q-content-width, 1200px), calc(100% - 64px)); margin-inline: auto; }
.q-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.q-section-heading h2 { margin: 0; font-size: clamp(28px, 3vw, 38px); }
.q-section-heading > p { max-width: 360px; margin: 0; font-size: 16px; line-height: 1.8; }
.q-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.q-kicker { margin-bottom: 20px; font-size: 15px; font-weight: 600; color: var(--q-blue) !important; }
.q-lead { max-width: 34em; font-size: 17px; line-height: 1.9; }
.page-polished :is(.q-text-link, .support-resource-link, .q-footer-links a) {
  display: inline-flex; width: fit-content; max-width: 100%; min-height: 44px;
  align-items: center; justify-content: space-between; gap: 18px;
  padding: 8px 0; margin-top: 16px;
  color: #344a6c; background: transparent; border: 0; border-radius: 0;
  font-size: 15px; font-weight: 500; line-height: 1.5; text-decoration: none;
  transition: color .18s;
}
.page-polished :is(.q-text-link, .support-resource-link, .q-footer-links a)::after {
  content: ""; width: 6px; height: 6px; flex: 0 0 6px;
  border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: rotate(45deg);
}
.page-polished :is(.q-text-link, .support-resource-link, .q-footer-links a):hover {
  color: #254ddd; background: transparent; text-decoration: underline; text-underline-offset: 5px;
}
.page-polished .home-feature-section .q-feature-heading { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.q-feature-heading > div { min-width: 0; }
.page-polished .q-feature-heading > a { margin: 0; flex-shrink: 0; }
.page-polished .site-footer :is(.q-text-link, .q-footer-links a)::after { display: none; }

/* Homepage: one shared axis, a larger product, and a continuous reading flow. */
.home-focused { --q-content-width: 1320px; }
.home-focused::before { display: none; }
.page-polished .home-hero { width: 100%; margin: 0; padding: 48px 0 0; background: #f5f7fb; overflow: hidden; }
.page-polished .home-hero::before, .page-polished .home-hero::after { display: none; }
.page-polished .home-hero-content { width: min(var(--q-content-width, 1200px), calc(100% - 64px)); grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: 40px 64px; min-height: 0; margin: auto; align-items: center; }
.page-polished .home-hero-text { display: flex; flex-direction: column; align-self: center; min-width: 0; padding: 0; text-align: left; }
.page-polished .home-hero-kicker { display: block; width: auto; margin: 0 0 24px; padding: 0; color: var(--q-blue); font-size: 15px; background: none; border: 0; box-shadow: none; }
.page-polished .home-hero-kicker::before { display: none; }
.page-polished .home-hero-title { margin: 0 0 24px; max-width: none; font-family: "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif; font-size: clamp(40px, 4vw, 54px); line-height: 1.25; font-weight: 600; white-space: normal; letter-spacing: -.025em; }
.page-polished .home-hero-title > span { display: block; }
.page-polished .home-hero-subtitle { margin: 0 0 28px; font-size: 17px; line-height: 1.85; font-weight: 400; }
.page-polished .home-hero-actions { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 12px; margin: 0; }
.page-polished .consultation-hint { margin: 14px 0 0; font-size: 13px; color: #68758a; }
.page-polished .home-hero .q-product-frame { justify-self: stretch; width: 100%; margin: 0; border-radius: 12px; box-shadow: 0 20px 48px -28px rgb(27 57 110 / 25%); }
.page-polished .home-hero .q-product-frame figcaption { padding: 10px 20px; }
.page-polished .home-hero-badges { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; width: 100%; max-width: none; margin: 0; padding: 28px 0; border: 0; border-top: 1px solid #dce3ed; }
.page-polished .home-hero-badges > span { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px 14px; min-height: 0; padding: 0; text-align: left; border: 0; border-radius: 0; box-shadow: none; background: transparent; }
.page-polished .home-hero-badges span::before { display: none; }
.page-polished .home-hero-badges strong { font-size: 14px; color: #354761; }
.page-polished .home-hero-badges small { margin-top: 0; font-size: 13px; color: #64748b; }
.q-product-frame { min-width: 0; margin: 0; border: 1px solid #d9e1ef; border-radius: 14px; overflow: hidden; background: #fff; box-shadow: 0 24px 64px -24px rgb(27 57 110 / 24%); }
.q-frame-bar { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; color: #586a85; font-size: 13px; background: #fbfcfe; border-bottom: 1px solid #e5ebf5; }
.q-frame-bar span:first-child { color: var(--q-ink); font-weight: 600; }
.q-product-frame > img { display: block; width: 100%; height: auto; padding: 8px; }
.q-product-frame figcaption { padding: 15px 20px; color: #64748b; font-size: 13px; line-height: 1.6; border-top: 1px solid #eef2f7; }

/* A single feature explorer replaces six oversized floating cards. */
.page-polished .home-feature-section { width: 100%; padding: 72px 0; background: #fff; }
.page-polished .home-feature-section .home-section-head { width: min(var(--q-content-width, 1200px), calc(100% - 64px)); max-width: none; text-align: left; margin: 0 auto 40px; }
.page-polished .home-feature-section .home-section-head h2 { margin-bottom: 14px; font-size: 36px; font-weight: 650; line-height: 1.35; }
.page-polished .home-feature-section .home-section-head p { max-width: 760px; margin: 0; font-size: 16px; }
.q-explorer { display: grid; grid-template-columns: 240px minmax(0, 1fr); align-items: start; gap: 48px; width: min(var(--q-content-width, 1200px), calc(100% - 64px)); margin: auto; }
.q-explorer:not(.is-enhanced) { display: block; }
.q-explorer:not(.is-enhanced) .q-feature-panel + .q-feature-panel { margin-top: 32px; }
.q-feature-nav { display: flex; flex-direction: column; gap: 4px; }
.q-feature-button { display: flex; flex-direction: column; gap: 7px; padding: 14px 16px; text-align: left; color: var(--q-ink); background: #fff; border: 1px solid transparent; border-radius: 8px; cursor: pointer; font: inherit; transition: background-color .2s, border-color .2s; }
.q-feature-button strong { font-size: 16px; font-weight: 600; }
.q-feature-button span { color: var(--q-muted); font-size: 13px; line-height: 1.5; }
.q-feature-button:hover { background: #f6f8fc; }
.q-feature-button.active { border-color: #dbe4fd; background: #eff4ff; color: #264ed6; }
.q-feature-display { min-width: 0; padding: 0; background: transparent; border: 0; border-radius: 0; }
.q-feature-panel { display: flex; flex-direction: column; }
.q-feature-image { display: flex; align-items: center; justify-content: center; min-height: 0; overflow: hidden; background: var(--q-wash); border: 1px solid var(--q-line); border-radius: 10px; }
.page-polished .q-feature-image img { display: block; width: 100%; height: auto; aspect-ratio: 1672 / 941; max-height: none; min-height: 0; object-fit: contain; object-position: center; transform: none; border: 0; box-shadow: none; border-radius: 6px; }
.q-feature-caption { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 24px; padding: 22px 0 0; margin: 0; background: transparent; border: 0; border-radius: 0; }
.q-feature-caption .q-screenshot-link { grid-column: 2; grid-row: 1 / 3; align-self: center; margin: 0; }
.q-feature-caption h3 { margin: 0 0 8px; font-size: 22px; font-weight: 600; line-height: 1.5; }
.q-feature-caption p { margin: 0; font-size: 15px; line-height: 1.8; }
.q-screenshot-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: 6px; color: #3156c8; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.q-screenshot-link:hover { color: #17243b; }
.q-product-frame figcaption .q-screenshot-link { margin: 0 0 0 12px; min-height: 32px; }
.page-polished .pain-section { padding-block: 70px; background: #fff; border-bottom: 1px solid var(--q-line); }
.page-polished .pain-section, .page-polished .geo-faq-section, .page-polished .partner-plan { width: min(var(--q-content-width, 1200px), calc(100% - 64px)); margin-inline: auto; }
.page-polished .pain-section::before, .page-polished .pain-section::after { display: none; }
.page-polished .pain-issues article { background: transparent; box-shadow: none; border-radius: 0; }
.page-polished .pain-issues article > span { background: transparent; color: #7d8ba3; box-shadow: none; }
.q-delivery { padding-block: 80px; border-top: 1px solid var(--q-line); }
.q-delivery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.q-delivery-grid article { padding-top: 24px; border-top: 2px solid #dce5f4; }
.q-delivery-grid h3 { margin-bottom: 15px; font-size: 22px; font-weight: 600; }
.q-delivery-grid p { margin-bottom: 22px; font-size: 16px; line-height: 1.9; }
.q-delivery-grid article > span { color: #76849a; font-size: 13px; }
.q-clients { padding-block: 56px 44px; border-block: 1px solid var(--q-line); background: #f7f9fc; }
.q-client-heading { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-bottom: 28px; text-align: center; }
.q-client-heading h2 { max-width: 100%; margin: 0; font-size: clamp(28px, 3vw, 38px); line-height: 1.4; font-weight: 600; letter-spacing: -.035em; text-wrap: balance; }
.q-client-meta { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.q-client-stat { display: flex; align-items: baseline; justify-content: center; gap: 8px; margin: 0; }
.q-client-stat strong { font-size: 28px; line-height: 1.1; font-weight: 600; letter-spacing: -.04em; color: var(--q-ink); font-variant-numeric: tabular-nums; }
.q-client-stat strong span { margin-left: 3px; font-size: .64em; vertical-align: top; }
.q-client-stat > span { font-size: 15px; line-height: 1.6; color: var(--q-copy); white-space: nowrap; }
.q-motion-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 96px; min-height: 44px; padding: 8px 12px; border: 1px solid #d6deeb; border-radius: 6px; background: transparent; color: var(--q-copy); font: inherit; font-size: 13px; cursor: pointer; }
.q-motion-toggle::before { content: ''; width: 8px; height: 10px; border-inline: 2px solid currentColor; box-sizing: border-box; }
.q-motion-toggle[aria-pressed="true"]::before { width: 0; height: 0; border: 5px solid transparent; border-right: 0; border-left: 7px solid currentColor; }
.q-motion-toggle:hover { background: #fff; color: var(--q-ink); }
/* Keep the motion control available to keyboard users without a persistent button. */
.q-motion-toggle:not(:focus-visible) { position: absolute; width: 1px; height: 1px; min-width: 0; min-height: 0; padding: 0; margin: -1px; border: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.q-client-group { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 24px; width: min(var(--q-content-width, 1200px), calc(100% - 64px)); margin-inline: auto; }
.q-client { min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 20px 12px; }
.q-client img { width: 76px; height: 76px; object-fit: contain; border-radius: 16px; }
.q-client span { color: var(--q-copy); font-size: 14px; text-align: center; white-space: nowrap; }
.q-clients.is-enhanced .q-client-marquee { overflow: hidden; mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent); }
.q-clients.is-enhanced .q-client-track { display: flex; width: max-content; animation: q-client-drift 48s linear infinite; will-change: transform; }
.q-clients.is-enhanced .q-client-group { display: flex; flex: 0 0 auto; gap: 24px; width: auto; margin: 0; padding-right: 24px; }
.q-clients.is-enhanced .q-client { flex: 0 0 164px; }
.q-clients.is-paused .q-client-track, .q-client-marquee:focus-within .q-client-track { animation-play-state: paused; }
@media (hover: hover) { .q-client-marquee:hover .q-client-track { animation-play-state: paused; } }
@keyframes q-client-drift { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .q-clients.is-enhanced .q-client-marquee { mask-image: none; }
  .q-clients.is-enhanced .q-client-track { display: block; width: auto; animation: none; will-change: auto; }
  .q-clients.is-enhanced .q-client-group { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: min(var(--q-content-width, 1200px), calc(100% - 64px)); margin-inline: auto; padding: 0; gap: 24px; }
  .q-clients .q-client-group[aria-hidden="true"] { display: none; }
}
.page-polished .geo-faq-section { border-top: 1px solid var(--q-line); background: #fff; box-shadow: none; }
.page-polished .geo-faq-grid details { background: #fff; border: 1px solid var(--q-line); border-radius: 8px; box-shadow: none; }
.page-polished .partner-plan { background: #f4f7fc; color: var(--q-ink); border: 1px solid var(--q-line); border-radius: 12px; box-shadow: none; padding: 36px; margin-bottom: 70px; }
.page-polished .partner-plan::before, .page-polished .partner-plan::after { display: none; }
.page-polished .partner-plan h2 { font-size: 28px; color: var(--q-ink); }
.page-polished .partner-plan p { color: var(--q-copy); }
.page-polished .partner-flow { display: none; }

/* Solutions: product evidence above, service scope below. */
.page-polished .solution-main { background: #fff; overflow: hidden; }
.q-solution-hero { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 64px; padding-block: 84px; }
.q-solution-copy h1 { margin: 0 0 26px; font-size: clamp(36px, 4vw, 54px); }
.q-solution-copy .q-lead { margin: 0; }
.q-services { padding: 36px 0 88px; }
.q-service-item { display: grid; grid-template-columns: 190px 1.05fr 1fr; align-items: start; gap: 40px; padding: 36px 0; border-top: 1px solid var(--q-line); }
.q-service-item h3 { margin: 0; font-size: 23px; font-weight: 600; }
.q-service-item p { margin: 0; font-size: 16px; line-height: 1.9; }
.q-service-item ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px; margin: 0; padding: 0; list-style: none; }
.q-service-item li { padding-left: 12px; border-left: 2px solid #dce5fa; color: #536177; font-size: 14px; line-height: 1.6; }
.q-service-note { margin: 20px 0 0; color: var(--q-copy); font-size: 14px; line-height: 1.9; }
.q-service-note + .q-service-note { margin-top: 8px; }
.q-service-note a { color: #3156c8; text-decoration: underline; text-underline-offset: 4px; }
.q-service-note a:hover { color: var(--q-ink); }
.q-service-scope { margin: -16px 0 28px; max-width: 64em; }

/* Pricing uses the same surface and type scale, without decorative orbs. */
.page-polished .qp-price-hero { padding: 64px 0 72px; background: #f7f9fd; }
.page-polished .qp-price-hero::before, .page-polished .qp-price-hero::after, .page-polished .qp-hero-orb { display: none; }
.page-polished .qp-price-heading { margin-bottom: 40px; }
.page-polished .qp-price-heading h1 { font-size: 48px; font-weight: 650; }
.page-polished .qp-price-heading h1 em { color: var(--q-ink); font-style: normal; background: none; -webkit-text-fill-color: currentColor; }
.page-polished .qp-price-heading > p { font-size: 17px; }
.page-polished .qp-plan-grid { display: grid; grid-template-columns: 1fr 1fr; max-width: 1080px; gap: 24px; padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; }
.page-polished .qp-plan-card { display: flex; flex-direction: column; grid-template-columns: none; min-height: 0; padding: 0; order: 0; background: #fff; border: 1px solid #dce3ee; border-radius: 12px; box-shadow: none; overflow: hidden; transform: none; }
.page-polished .qp-plan-card:hover { box-shadow: none; transform: none; }
.page-polished .qp-plan-advanced { border: 2px solid #315ff4; }
.page-polished .qp-plan-summary { padding: 32px; background: #fff; border: 0; border-bottom: 1px solid var(--q-line); }
.page-polished .qp-plan-advanced .qp-plan-summary { background: #f3f6ff; }
.page-polished .qp-plan-head small { display: none; }
.page-polished .qp-plan-card .qp-plan-head h2 { font-size: 25px; font-weight: 600; }
.page-polished .qp-plan-card .qp-plan-price { margin: 24px 0 16px; }
.page-polished .qp-plan-card .qp-plan-price strong { font-size: 64px; font-weight: 650; letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
.page-polished .qp-plan-card .qp-plan-desc { min-height: 54px; margin: 0; font-size: 15px; line-height: 1.8; }
.page-polished .qp-plan-details { display: flex; flex-direction: column; flex: 1; padding: 28px 32px; }
.page-polished .qp-plan-card .qp-plan-button { margin-top: auto; width: 100%; min-height: 48px; border-radius: 8px; box-shadow: none; }
.page-polished .qp-plan-button-primary { background: var(--q-blue); }
.page-polished .qp-plan-card ul { margin-bottom: 26px; }
.page-polished .qp-plan-card li { font-size: 15px; }
.page-polished .qp-plan-head { position: relative; margin: 0; }
.page-polished .qp-popular-badge { position: absolute; top: 0; right: 0; left: auto; display: inline-flex; width: fit-content; margin: 0; padding: 5px 10px; border-radius: 4px; box-shadow: none; background: #315ff4; font-size: 12px; transform: none; }
.page-polished .qp-value-strip { border: 0; border-radius: 0; border-top: 1px solid #dce3ee; background: transparent; box-shadow: none; margin-top: 30px; }
.page-polished .pricing-v2-features { background: #fff; }
.page-polished .pricing-v2-section-head h2 { font-size: 36px; }
.page-polished .pricing-v2-section-head > div > span { display: none; }
.page-polished .pricing-v2-feature-shell { border-radius: 12px; box-shadow: none; border-color: var(--q-line); }
.page-polished .qp-decision h2 { font-size: 36px; }
.page-polished .qp-decision-grid article { background: #f7f9fd; box-shadow: none; border: 1px solid var(--q-line); border-radius: 10px; }

/* Support and footer stay visually connected to the product pages. */
.page-polished.support-page { background: #fff; }
.page-polished.support-page main { background: #fff; }
.page-polished .support-hero { width: min(var(--q-content-width, 1200px), calc(100% - 64px)); padding-top: 68px; padding-bottom: 60px; background: #fff; }
.page-polished .support-overview-grid { max-width: 850px; grid-template-columns: 1fr 1fr; gap: 24px; }
.page-polished .support-overview-grid article { display: flex; flex-direction: column; align-items: start; text-align: left; justify-items: start; min-height: 0; }
.page-polished .support-overview-grid .support-resource-link { margin-top: auto; padding: 8px 0; }
.page-polished .support-overview-grid p { margin-bottom: 20px; }
.page-polished .support-overview-grid p { font-size: 15px; }
.page-polished .support-overview-grid h2 { margin: 0 0 16px; font-weight: 600; font-size: 23px; }
.page-polished .support-overview-grid article > span { display: none; }
.q-support-services { padding-block: 12px 56px; }
.q-support-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.q-support-grid article { padding: 24px; background: #f7f9fc; border-radius: 10px; }
.q-support-grid h3 { font-size: 22px; font-weight: 600; margin-bottom: 16px; }
.q-support-grid p { font-size: 16px; line-height: 1.8; margin: 0; }
.page-polished .support-hero::before, .page-polished .support-hero::after { display: none; }
.page-polished .support-hero h1 { font-size: 48px; }
.page-polished .support-overview-grid article { padding: 28px; background: #fff; border: 1px solid var(--q-line); border-radius: 10px; box-shadow: none; }
.page-polished .support-overview-grid article > span { background: #eef3ff; color: var(--q-blue); border-radius: 8px; box-shadow: none; }
.page-polished .support-guard-section { padding-block: 48px; background: #f7f9fc; border: 0; border-radius: 0; box-shadow: none; }
.page-polished .support-section-head, .page-polished .support-guard-grid { width: min(var(--q-content-width, 1200px), calc(100% - 64px)); }
.page-polished .support-section-head { max-width: none; margin-bottom: 32px; text-align: left; }
.page-polished .support-section-head h2 { font-size: 34px; }
.page-polished .support-section-head p { color: var(--q-copy) !important; font-size: 16px; font-weight: 400; }
.page-polished .support-guard-grid article { padding: 20px; background: #fff; box-shadow: none; border: 1px solid var(--q-line); border-radius: 10px; transform: none; }
.page-polished .support-contact-section { width: min(var(--q-content-width, 1200px), calc(100% - 64px)); padding-bottom: 56px; }
.page-polished .support-contact-panel { grid-template-columns: minmax(0, 1fr) 240px; gap: 40px; padding: 32px; background: #f4f7fc; box-shadow: none; border: 1px solid var(--q-line); border-radius: 12px; }
.page-polished .support-contact-copy h2 { font-size: 30px; }
.page-polished .support-contact-copy p { font-size: 16px; line-height: 1.9; }
.page-polished .support-contact-card { padding: 16px; background: #fff; border: 1px solid var(--q-line); border-radius: 8px; box-shadow: none; }
.page-polished .support-contact-card img { width: 132px; height: 132px; margin-bottom: 12px; border-radius: 4px; box-shadow: none; }
.page-polished .support-contact-card strong { font-size: 17px; font-weight: 600; }
.page-polished .support-contact-card a { min-height: 44px; border-radius: 6px; background: var(--q-blue); box-shadow: none; font-weight: 600; }
.page-polished .site-footer { display: block; width: 100%; max-width: none; margin: 0; padding: 56px 0 24px; color: var(--q-copy); background: #f7f9fc; border-top: 1px solid var(--q-line); box-shadow: none; border-radius: 0; }
.page-polished .site-footer::before, .page-polished .site-footer::after { display: none; }
.page-polished .footer-main { display: grid; width: min(var(--q-content-width, 1200px), calc(100% - 64px)); margin: 0 auto; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.1fr) minmax(0, 1fr); gap: 48px; align-items: start; padding: 0 0 40px; }
.page-polished .footer-brand-logo { width: 38px; height: 38px; border-radius: 8px; box-shadow: none; }
.page-polished .footer-brand-name { color: var(--q-ink); font-size: 22px; }
.page-polished .footer-brand-section { gap: 18px; }
.page-polished .footer-slogan { margin: 0; color: var(--q-copy); font-size: 14px; line-height: 1.9; }
.page-polished .footer-brand-section .q-footer-links { margin-top: 0; }
.page-polished .footer-brand-section > .q-text-link { margin-top: 0; }
.page-polished .footer-contact { padding: 0; background: none; border: 0; }
.page-polished .footer-contact-item { gap: 0; }
.page-polished .footer-contact-icon { display: none; }
.page-polished .footer-contact-text span { color: var(--q-muted); font-size: 12px; }
.page-polished .footer-contact-text small { color: var(--q-ink); font-size: 14px; line-height: 1.8; }
.page-polished .footer-qr-section { display: flex; grid-column: auto; gap: 24px; }
.page-polished .footer-qr-card { flex: 1; min-width: 0; padding: 0; background: none; border: 0; box-shadow: none; }
.page-polished .footer-qr { width: 100px; height: 100px; padding: 5px; border-radius: 6px; box-shadow: none; border: 1px solid var(--q-line); }
.page-polished .footer-qr-label span { color: #43516a; font-size: 13px; }
.page-polished .footer-qr-label small { display: none; }
.page-polished .footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; width: min(var(--q-content-width, 1200px), calc(100% - 64px)); max-width: none; margin: 0 auto; padding: 20px 0 0; gap: 12px 24px; border-top: 1px solid var(--q-line); color: var(--q-muted); }
.page-polished .footer-bottom-right { flex-wrap: wrap; gap: 12px 20px; }
.page-polished .footer-bottom a { white-space: nowrap; }
.home-focused .site-footer { padding-bottom: 32px; }
.page-polished .footer-bottom a, .page-polished .footer-bottom-left { color: var(--q-muted); font-size: 12px; }
/* The guide reads as a document, with a compact index and clear business tasks. */
.q-guide { max-width: 900px; padding-block: 32px 80px; }
.q-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; color: var(--q-copy); font-size: 14px; }
.q-breadcrumb a { display: inline-flex; align-items: center; min-height: 44px; color: var(--q-blue); }
.q-guide-header { padding-block: 36px 28px; }
.q-guide-header h1 { margin: 0 0 20px; font-size: clamp(30px, 4vw, 46px); text-wrap: balance; }
.q-guide-header h1 > span { display: inline-block; }
.q-guide-header .q-lead { max-width: none; margin: 0 0 20px; }
.page-polished .q-guide-byline { font-size: 13px; line-height: 1.9; color: #66758b; }
.q-guide-toc { display: flex; flex-wrap: wrap; gap: 8px 24px; padding: 18px 0; border-block: 1px solid var(--q-line); }
.q-guide-toc a { display: inline-flex; align-items: center; min-height: 44px; font-size: 15px; color: var(--q-blue); }
.q-guide > section { padding-top: 44px; }
.q-guide h2 { margin: 0 0 20px; font-size: 28px; }
.q-guide h3 { margin: 0 0 14px; font-size: 21px; font-weight: 600; }
.q-guide section p, .q-guide dd, .q-guide li { font-size: 16px; line-height: 1.95; overflow-wrap: anywhere; }
.q-guide section p { margin: 0 0 16px; }
.q-guide section a:not(.primary-btn):not(.q-text-link) { color: var(--q-blue); text-decoration: underline; text-underline-offset: 4px; }
.q-guide a:not(.primary-btn):hover { color: #203bb6; }
.q-guide-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 40px; margin-top: 28px; }
.q-guide-checks > section { min-width: 0; padding-top: 24px; border-top: 1px solid var(--q-line); }
.q-guide-checks strong { color: var(--q-ink); font-weight: 600; }
.q-guide-facts { margin: 24px 0 0; }
.q-guide-facts > div { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 20px; padding: 20px 0; border-top: 1px solid var(--q-line); }
.q-guide dt { color: var(--q-ink); font-weight: 600; line-height: 1.9; }
.q-guide dd { margin: 0; color: var(--q-copy); }
.q-guide-steps { padding-left: 24px; color: var(--q-copy); }
.q-guide-steps li { margin-bottom: 16px; padding-left: 6px; }
.legal-index { width: min(960px, calc(100% - 48px)); margin: 0 auto 24px; padding: 16px 0; border-block: 1px solid var(--q-line); }
.legal-index summary { width: fit-content; padding: 10px 0; color: var(--q-ink); font-size: 16px; cursor: pointer; }
.legal-index summary:hover { color: var(--q-blue); }
.legal-index nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px 24px; margin-top: 12px; }
.legal-index a { display: flex; align-items: center; min-height: 44px; color: #3156c8; font-size: 14px; line-height: 1.6; text-underline-offset: 4px; }
.legal-index a:hover { color: var(--q-ink); }
/* A compact, content-sized consultation dialog at every screen size. */
html.consultation-open { overflow: hidden; }
.page-polished .consultation-drawer {
  position: fixed; inset: 0; margin: auto; padding: 0;
  width: min(360px, calc(100% - 32px)); max-width: 100%; height: fit-content; max-height: calc(100dvh - 32px);
  border: 1px solid var(--q-line); border-radius: 16px;
  color: var(--q-ink); background: #fff; box-shadow: 0 20px 64px #14254026;
  overflow-y: auto; overscroll-behavior: contain;
}
.consultation-drawer::backdrop { background: rgb(15 23 42 / 25%); }
.consultation-header { position: sticky; top: 0; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 12px 4px 24px; background: #fff; }
.consultation-drawer .consultation-header h2 { margin: 0; font-size: 20px; font-weight: 600; }
.consultation-close { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 8px; background: transparent; color: #53627a; font-size: 28px; cursor: pointer; }
.consultation-close:hover { background: #f0f4fa; color: var(--q-ink); }
.consultation-body { padding: 8px 24px 20px; }
.consultation-body > p { margin: 0; color: var(--q-copy); font-size: 14px; line-height: 1.6; }
.consultation-qr { margin: 16px 0; text-align: center; }
.consultation-qr img { display: block; width: 160px; max-width: 100%; height: auto; margin: 0 auto 8px; padding: 8px; border: 1px solid var(--q-line); border-radius: 8px; }
.consultation-qr figcaption { color: var(--q-ink); font-size: 14px; line-height: 1.6; }
.page-polished .consultation-body .primary-btn { min-height: 44px; font-size: 14px; }
.consultation-body .consultation-note { margin-top: 10px; font-size: 13px; text-align: center; }
.consultation-phone { display: block; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--q-line); color: var(--q-copy); font-size: 13px; line-height: 1.6; text-align: center; text-underline-offset: 4px; }
/* A shorter homepage: product, customers, three answers, then a clear next step. */
.home-focused .geo-faq-section { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); align-items: start; gap: 48px; padding: 72px 0; border-top: 0; }
.home-focused .geo-faq-head { display: block; margin: 0; padding-top: 18px; }
.home-focused .geo-faq-head h2 { font-size: 32px; }
.home-focused .geo-faq-grid { min-width: 0; grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--q-line); }
.home-focused .geo-faq-grid details { border: 0; border-bottom: 1px solid var(--q-line); border-radius: 0; padding: 0; overflow: visible; transition: background-color .18s ease; }
.home-focused .geo-faq-grid details[open] { box-shadow: none; background: #f7f9fc; }
.home-focused .geo-faq-grid summary { padding: 24px 60px 24px 20px; font-weight: 600; }
.home-focused .geo-faq-grid summary::after { top: 50%; right: 20px; transform: translateY(-50%); background: none; }
.home-focused .geo-faq-grid summary:hover { color: var(--q-blue); }
.home-focused .geo-faq-grid details p { max-width: 820px; padding: 0 40px 24px 20px; font-size: 15px; }
.q-home-contact { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 40px 64px; border-top: 1px solid var(--q-line); }
.q-home-contact h2 { margin: 0 0 12px; font-size: 30px; }
.q-home-contact h2 > span { display: inline-block; }
.q-home-contact p { margin: 0; font-size: 15px; line-height: 1.8; }
.q-home-contact > a { flex-shrink: 0; }
.q-footer-links { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 18px; }
.page-polished .q-footer-links a { margin-top: 0; }
.q-scenarios { padding-block: 20px 56px; }
.q-scenario-list article { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 40px; padding: 26px 0; border-top: 1px solid var(--q-line); }
.q-scenario-list h3 { margin: 0; font-size: 22px; font-weight: 600; }
.q-scenario-list p { margin: 0; font-size: 16px; line-height: 1.9; }
.q-support-faq { padding-block: 48px 64px; }
.q-help-answers { border-top: 1px solid var(--q-line); }
.q-help-answers details { padding: 22px 0; border-bottom: 1px solid var(--q-line); }
.q-help-answers summary { cursor: pointer; font-size: 18px; font-weight: 600; line-height: 1.7; }
.q-help-answers summary::marker { color: var(--q-blue); }
.q-help-answers summary:hover { color: var(--q-blue); }
.q-help-answers p { max-width: 850px; margin: 16px 0 0; font-size: 16px; line-height: 1.9; }
.q-help-more { margin: 24px 0 0; font-size: 15px; line-height: 1.9; }
.q-help-more a { color: var(--q-blue); text-decoration: underline; text-underline-offset: 4px; }
.q-help-more a:hover { color: var(--q-ink); }
@media (max-width: 1200px) {
  .q-feature-button { min-height: 64px; justify-content: center; }
  .q-feature-button span { display: none; }
}
@media (max-width: 1080px) {
  .page-polished .home-hero-content { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); column-gap: 32px; }
  .q-solution-hero { gap: 32px; }
  .q-service-item { grid-template-columns: 150px 1fr 1fr; gap: 24px; }
  .page-polished .footer-main { grid-template-columns: 1fr 1fr; }
  .page-polished .footer-qr-section { grid-column: 1 / -1; justify-content: start; }
  .page-polished .footer-qr-card { flex: 0 0 120px; }
}
@media (max-width: 900px) {
  .page-polished .home-hero-content, .q-solution-hero { grid-template-columns: 1fr; }
  .page-polished .home-hero-text { align-items: center; text-align: center; }
  .page-polished .home-hero-title { font-size: 40px; }
  .page-polished .home-hero-title > span { display: inline-block; }
  .page-polished .home-hero-actions { justify-content: center; }
  .page-polished .home-hero .q-product-frame { width: 100%; justify-self: stretch; }
  .page-polished .home-hero-badges { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 0; padding-top: 28px; }
  .q-product-frame { width: 100%; }
  .q-explorer { grid-template-columns: 210px 1fr; gap: 18px; }
  .home-focused .geo-faq-section { grid-template-columns: 1fr; gap: 24px; }
  .home-focused .geo-faq-head { padding-top: 0; }

  .q-feature-caption { grid-template-columns: 1fr; }
  .q-feature-caption .q-screenshot-link { grid-column: auto; grid-row: auto; justify-self: start; margin-top: 6px; }
  .q-section-heading { align-items: start; flex-direction: column; gap: 18px; }
  .q-section-heading > p { max-width: none; }
  .q-client-group { grid-template-columns: repeat(4, 1fr); }
  .q-service-item { grid-template-columns: 1fr 1fr; }
  .q-service-item h3 { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .q-container, .q-explorer, .page-polished .home-hero-content, .page-polished .home-feature-section .home-section-head { width: calc(100% - 32px); }
  .page-polished .pain-section, .page-polished .geo-faq-section, .page-polished .partner-plan { width: calc(100% - 32px); }
  .page-polished .site-header { width: calc(100% - 32px); padding: 12px 0; min-height: 0; gap: 12px; }
  .page-polished .site-nav { gap: 4px; }
  .page-polished .site-nav a { padding: 8px 13px; font-size: 14px; }
  .page-polished .header-cta { min-height: 42px; padding: 0 16px; font-size: 14px; }
  .page-polished .home-hero { padding: 40px 0 0; }
  .page-polished .home-hero-content { gap: 24px; }
  .page-polished .home-hero-text { align-items: stretch; padding-top: 0; text-align: left; }
  .page-polished .home-hero-title { font-size: clamp(32px, 8vw, 42px); line-height: 1.35; }
  .page-polished .home-hero-title > span { display: block; }
  .page-polished .home-hero-actions { justify-content: flex-start; }
  .page-polished .home-hero-subtitle { font-size: 16px; }
  .page-polished .home-hero-actions a { width: auto; flex: 1; padding: 0 10px; font-size: 14px; }
  .page-polished .home-hero .q-product-frame { width: 100%; margin-top: 0; border-radius: 10px; }
  .page-polished .home-hero-badges { grid-template-columns: 1fr; gap: 16px; margin-top: 4px; padding-block: 24px; }
  .page-polished .home-hero-badges > span { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 12px; }
  .page-polished .home-hero-badges small { margin-top: 0; }
  .q-frame-bar, .q-product-frame figcaption, .page-polished .home-hero .q-product-frame figcaption { padding: 12px; font-size: 12px; }
  .page-polished .home-feature-section { padding: 52px 0; }
  .page-polished .home-feature-section .home-section-head h2 { font-size: 28px; }
  .q-explorer { grid-template-columns: 1fr; gap: 20px; }
  .q-feature-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .q-feature-button { padding: 14px 6px; align-items: center; justify-content: center; min-height: 48px; border-color: #e2e8f0; }
  .q-feature-button strong { font-size: 14px; }
  .q-feature-button span { display: none; }
  .q-feature-image { min-height: 0; }
  .page-polished .q-feature-image img { height: auto; }
  .q-feature-caption h3 { font-size: 19px; }
  .q-feature-caption p { font-size: 14px; }
  .q-delivery { padding-block: 48px; }
  .q-clients { padding-block: 40px 32px; }
  .q-client-heading { margin-bottom: 20px; gap: 14px; }
  .q-client-heading h2 { font-size: 28px; line-height: 1.4; }
  .q-client-stat { gap: 8px; }
  .q-client-stat strong { font-size: 26px; }
  .q-client-stat > span { font-size: 14px; }
  .q-motion-toggle { min-width: 88px; padding-inline: 8px; font-size: 12px; }
  .q-delivery-grid { grid-template-columns: 1fr; gap: 24px; }
  .q-delivery-grid p { margin-bottom: 14px; }
  .q-client-group { width: calc(100% - 32px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 8px; }
  .q-client { gap: 14px; padding: 16px 8px; }
  .q-client span { font-size: 13px; }
  .q-client img { width: 60px; height: 60px; border-radius: 13px; }
  .q-clients.is-enhanced .q-client { flex-basis: 128px; }
  .q-clients.is-enhanced .q-client-group { gap: 16px; padding-right: 16px; }
  .q-clients.is-enhanced .q-client-track { animation-duration: 44s; }
  @media (prefers-reduced-motion: reduce) {
    .q-clients.is-enhanced .q-client-group { width: calc(100% - 32px); grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0; }
  }
  .q-solution-hero { padding-block: 42px; gap: 32px; }
  .q-solution-copy h1 { font-size: clamp(32px, 8vw, 44px); }
  .q-lead { font-size: 16px; }
  .q-actions { gap: 10px; }
  .q-actions a { flex: 1; padding: 0 10px !important; font-size: 14px !important; }
  .q-services { padding: 24px 0 48px; }
  .q-service-item { grid-template-columns: 1fr; gap: 18px; padding: 28px 0; }
  .q-service-item h3 { grid-column: auto; font-size: 22px; }
  .page-polished .qp-price-hero { padding: 42px 0; }
  .page-polished .qp-price-heading h1 { font-size: 36px; }
  .page-polished .qp-plan-grid { grid-template-columns: 1fr; }
  .page-polished .qp-plan-summary, .page-polished .qp-plan-details { padding: 26px; }
  .page-polished .qp-plan-card .qp-plan-desc { min-height: 0; }
  .page-polished .pricing-v2-section-head h2, .page-polished .qp-decision h2 { font-size: 28px; }
  .page-polished .support-hero { padding-top: 42px; }
  .page-polished .support-hero { width: calc(100% - 32px); }
  .page-polished .support-hero-actions { display: flex; justify-content: center; width: 100%; }
  .page-polished .support-hero-actions > a { flex: 1; width: auto; min-width: 0; padding-inline: 12px; }
  .page-polished .support-overview-grid { grid-template-columns: 1fr; }
  .q-support-grid { grid-template-columns: 1fr; gap: 16px; }
  .q-support-grid article { padding: 20px; }
  .page-polished .support-section-head, .page-polished .support-guard-grid, .page-polished .support-contact-section { width: calc(100% - 32px); }
  .page-polished .support-section-head h2 { font-size: 28px; }
  .page-polished .support-guard-section { padding-block: 36px; }
  .page-polished .support-contact-panel { grid-template-columns: 1fr; padding: 24px 20px; gap: 24px; }
  .page-polished .support-contact-copy h2 { font-size: 26px; }
  .page-polished .support-contact-section { padding-bottom: 36px; }
  .legal-index { width: calc(100% - 32px); }
  .legal-index nav { grid-template-columns: 1fr; }
  .page-polished .support-hero h1 { font-size: 36px; }
  .page-polished .support-overview-grid article { padding: 20px 14px; }
  .page-polished .site-footer { padding-top: 38px; padding-bottom: 28px; }
  .page-polished .footer-main { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 28px; }
  .page-polished .footer-qr-section { grid-column: auto; }
  .page-polished .footer-bottom { width: calc(100% - 32px); }
  .page-polished .footer-bottom-right > a:nth-child(-n + 2) { flex-basis: 100%; }
  .page-polished .partner-plan { padding: 26px; margin-bottom: 42px; }
  .q-guide { padding-block: 20px 48px; }
  .q-guide-header { padding-block: 24px; }
  .q-guide-header h1 { font-size: 30px; line-height: 1.35; }
  .q-guide h2 { font-size: 25px; }
  .q-guide-toc { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 12px; }
  .q-guide-checks { grid-template-columns: 1fr; gap: 20px; }
  .q-guide-facts > div { grid-template-columns: 1fr; gap: 6px; }
  .home-focused .geo-faq-section { padding: 36px 0; }
  .home-focused .geo-faq-grid summary { padding: 20px 42px 20px 12px; }
  .home-focused .geo-faq-grid summary::after { right: 12px; }
  .home-focused .geo-faq-grid details p { padding: 0 12px 22px; }
  .home-focused .geo-faq-head h2, .q-home-contact h2 { font-size: 26px; }
  .q-home-contact { align-items: start; flex-direction: column; gap: 20px; padding-block: 24px 44px; }
  .q-home-contact > a { width: 100%; }
  .q-scenarios { padding-block: 12px 36px; }
  .q-scenario-list article { grid-template-columns: 1fr; gap: 12px; padding-block: 22px; }
  .q-support-faq { padding-block: 36px; }
  .q-help-answers summary { font-size: 17px; }
  .page-polished .home-feature-section .q-feature-heading { align-items: start; flex-direction: column; gap: 12px; }
}
