/* =============================================================================
   pg-online — MC페이먼츠 PG쇼핑몰 (온라인 쇼핑몰 결제 파트너) LP
   Tone: professional-trust (dominant) + agency (accent) + direct-response (CTA)
   Palette: 딥에메랄드 #14532D + 앰버 #F59E0B (mcpg 네이비/골드, nopg 틸/코랄 hue family 분리)
   Scope: 모든 선택자가 `.tp-pg-online` prefix 를 갖는다.
   Rules: hex/rgba 만. oklch/hsl 금지. `clamp()` 0. 외부 웹폰트 import 0.
          폰트 chain 은 Apple 우선 — system-installed 우선, web font 의존 0.
   ============================================================================= */

/* Reset: hide default autowp-ko chrome when site-theme is active. */
.has-site-theme .awp-header,
.has-site-theme .awp-footer { display: none !important; }
.has-site-theme { margin: 0 !important; padding: 0 !important; }
.ct-skip { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.ct-skip:focus { left: 16px; top: 16px; width: auto; height: auto; padding: 8px 14px; background: #0B0D17; color: #fff; border-radius: 8px; z-index: 9999; }

.tp-pg-online {
  /* Design tokens — 자식 LP 가 자기 컬러 결정 (PR #25 사이트별 1:1).
     부모 :root --tenant-* inject 가 있어도 .tp-pg-online scope 가 우선이라 자식 결정이 산다.
     customizer override 의도가 미래에 필요하면 그때 별도 layer 도입. */
  --tenant-primary: #14532D;
  --tenant-secondary: #F59E0B;
  --ct-primary: var(--tenant-primary);
  --ct-primary-600: #0F4424;
  --ct-primary-700: #0B361C;
  --ct-secondary: var(--tenant-secondary);
  --ct-secondary-600: #D88806;
  --ct-secondary-soft: #FCD9A3;

  --ct-bg: #FAFAFB;
  --ct-surface: #FFFFFF;
  --ct-surface-muted: #F4F4F7;
  --ct-ink: #0B0D17;
  --ct-ink-2: #1F2230;
  --ct-text: #2A2D3A;
  --ct-text-muted: #5B6072;
  --ct-border: #E6E8EE;
  --ct-border-strong: #CDD1DA;

  --ct-radius-sm: 10px;
  --ct-radius-md: 16px;
  --ct-radius-lg: 24px;
  --ct-radius-xl: 32px;

  --ct-shadow-sm: 0 1px 2px rgba(15, 18, 42, 0.04), 0 2px 4px rgba(15, 18, 42, 0.04);
  --ct-shadow-md: 0 4px 12px rgba(15, 18, 42, 0.06), 0 12px 32px rgba(15, 18, 42, 0.06);
  --ct-shadow-lg: 0 12px 32px rgba(15, 18, 42, 0.08), 0 24px 64px rgba(15, 18, 42, 0.08);
  --ct-shadow-ring: 0 0 0 1px rgba(20, 83, 45, 0.12);

  --ct-font-sans: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, "Noto Sans KR", "Malgun Gothic", "맑은 고딕", system-ui, sans-serif;
  --ct-font-display: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, "Noto Sans KR", "Malgun Gothic", "맑은 고딕", system-ui, sans-serif;
  --ct-font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;

  --ct-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ct-ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);

  background: var(--ct-bg);
  color: var(--ct-text);
  font-family: var(--ct-font-sans);
  font-feature-settings: "ss01", "cv01", "cv11";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  word-break: keep-all;
}

.tp-pg-online *,
.tp-pg-online *::before,
.tp-pg-online *::after {
  box-sizing: border-box;
}

.tp-pg-online img {
  display: block;
  max-width: 100%;
  height: auto;
}

.tp-pg-online a {
  color: inherit;
  text-decoration: none;
}

.tp-pg-online :focus-visible {
  outline: 3px solid rgba(20, 83, 45, 0.45);
  outline-offset: 2px;
  border-radius: 6px;
}

.tp-pg-online .ct-main {
  overflow: hidden;
}

.tp-pg-online .ct-container {
  width: min(1200px, 100% - 2.5rem);
  margin-inline: auto;
}

.tp-pg-online .ct-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid var(--ct-border);
  border-radius: 999px;
  background: var(--ct-surface);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ct-primary-600);
  box-shadow: var(--ct-shadow-sm);
}

.tp-pg-online .ct-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ct-secondary);
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.18);
}

.tp-pg-online .ct-section-title {
  font-family: var(--ct-font-display);
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.18;
  color: var(--ct-ink);
  margin: 16px 0 12px;
}

.tp-pg-online .ct-section-title .ct-accent {
  color: var(--ct-primary);
  position: relative;
  display: inline-block;
}

.tp-pg-online .ct-section-title .ct-accent::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 8px;
  background: var(--ct-secondary);
  opacity: 0.28;
  border-radius: 4px;
  z-index: -1;
}

.tp-pg-online .ct-section-desc {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ct-text-muted);
  max-width: 640px;
}

.tp-pg-online .ct-section-head {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: 56px;
}

.tp-pg-online .ct-section-head .ct-section-desc {
  margin-inline: auto;
}

/* Scroll reveal */
.tp-pg-online [data-ct-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms var(--ct-ease), transform 700ms var(--ct-ease);
  will-change: transform, opacity;
}
.tp-pg-online [data-ct-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* Buttons */
.tp-pg-online .ct-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.005em;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 200ms var(--ct-ease), background 200ms var(--ct-ease),
    box-shadow 200ms var(--ct-ease), color 200ms var(--ct-ease);
}
.tp-pg-online .ct-btn svg {
  width: 18px;
  height: 18px;
}
.tp-pg-online .ct-btn--primary {
  background: var(--ct-primary);
  color: #fff;
  box-shadow: 0 8px 20px rgba(20, 83, 45, 0.28);
}
.tp-pg-online .ct-btn--primary:hover {
  background: var(--ct-primary-700);
  box-shadow: 0 12px 28px rgba(20, 83, 45, 0.36);
}
.tp-pg-online .ct-btn--primary:active {
  transform: translateY(1px);
}
.tp-pg-online .ct-btn--ghost {
  background: transparent;
  color: var(--ct-ink);
  border-color: var(--ct-border-strong);
}
.tp-pg-online .ct-btn--ghost:hover {
  background: var(--ct-surface);
  border-color: var(--ct-ink);
}
.tp-pg-online .ct-btn--accent {
  background: var(--ct-secondary);
  color: #1A1206;
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.32);
}
.tp-pg-online .ct-btn--accent:hover {
  background: var(--ct-secondary-600);
  color: #fff;
}
.tp-pg-online .ct-btn--light {
  background: #fff;
  color: var(--ct-ink);
}
.tp-pg-online .ct-btn--light:hover {
  background: var(--ct-surface-muted);
}

/* =============================================================================
   Navbar — floating glass
   ============================================================================= */
.tp-pg-online .ct-nav {
  position: fixed;
  top: 16px;
  left: 16px;
  right: 16px;
  z-index: 50;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.tp-pg-online .ct-nav__inner {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 10px 14px 10px 20px;
  width: min(1120px, 100%);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border: 1px solid rgba(230, 232, 238, 0.9);
  border-radius: 999px;
  box-shadow: 0 4px 18px rgba(15, 18, 42, 0.06);
  transition: box-shadow 250ms var(--ct-ease), background 250ms var(--ct-ease),
    border-color 250ms var(--ct-ease);
}
.tp-pg-online .ct-nav.is-scrolled .ct-nav__inner {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 32px rgba(15, 18, 42, 0.1);
}
.tp-pg-online .ct-nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 17px;
  color: var(--ct-ink);
  letter-spacing: -0.02em;
}
.tp-pg-online .ct-nav__brand-mark {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--ct-primary);
  color: #fff;
  box-shadow: 0 6px 14px rgba(20, 83, 45, 0.35);
}
.tp-pg-online .ct-nav__brand-mark svg {
  width: 16px;
  height: 16px;
}
.tp-pg-online .ct-nav__links {
  display: flex;
  gap: 4px;
  margin-left: auto;
}
.tp-pg-online .ct-nav__link {
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ct-text);
  border-radius: 999px;
  transition: color 150ms var(--ct-ease), background 150ms var(--ct-ease);
  cursor: pointer;
}
.tp-pg-online .ct-nav__link:hover {
  color: var(--ct-ink);
  background: var(--ct-surface-muted);
}
.tp-pg-online .ct-nav__cta {
  min-height: 40px;
  padding: 8px 16px;
  font-size: 14px;
}

/* Subpage dropdown — auto-populated from autowp_ko_site_theme_subpages().
   Desktop only (mobile uses ct-nav__mobile collapsed list). */
.tp-pg-online .ct-nav__dd {
  position: relative;
}
.tp-pg-online .ct-nav__dd-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: none;
  background: transparent;
  font: inherit;
}
.tp-pg-online .ct-nav__dd-toggle svg {
  transition: transform 180ms var(--ct-ease);
}
.tp-pg-online .ct-nav__dd-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 60;
  min-width: 280px;
  max-height: 70vh;
  overflow-y: auto;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--ct-border);
  border-radius: var(--ct-radius-md);
  box-shadow: var(--ct-shadow-lg);
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 180ms var(--ct-ease), transform 180ms var(--ct-ease);
}
.tp-pg-online .ct-nav__dd:hover .ct-nav__dd-panel,
.tp-pg-online .ct-nav__dd:focus-within .ct-nav__dd-panel,
.tp-pg-online .ct-nav__dd[data-open="1"] .ct-nav__dd-panel {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.tp-pg-online .ct-nav__dd:hover .ct-nav__dd-toggle svg,
.tp-pg-online .ct-nav__dd[data-open="1"] .ct-nav__dd-toggle svg {
  transform: rotate(180deg);
}
.tp-pg-online .ct-nav__dd-item {
  display: block;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ct-ink-2);
  border-radius: 10px;
  transition: background 150ms var(--ct-ease), color 150ms var(--ct-ease);
}
.tp-pg-online .ct-nav__dd-item:hover {
  background: rgba(20, 83, 45, 0.06);
  color: var(--ct-primary);
}
.tp-pg-online .ct-nav__dd-item .ct-nav__dd-item-h {
  display: block;
}
.tp-pg-online .ct-nav__dd-item .ct-nav__dd-item-d {
  display: block;
  margin-top: 2px;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--ct-text-muted);
}

/* Mobile menu — group headers for subpages vs anchors. */
.tp-pg-online .ct-nav__mobile-group-h {
  padding: 10px 14px 4px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--ct-text-muted);
  text-transform: uppercase;
}
.tp-pg-online .ct-nav__toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
  color: var(--ct-ink);
}

/* Mobile menu (revealed by JS toggling .is-open). */
.tp-pg-online .ct-nav__mobile {
  display: none;
}
.tp-pg-online .ct-nav__mobile.is-open {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: fixed;
  top: 76px;
  left: 16px;
  right: 16px;
  z-index: 49;
  padding: 14px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border: 1px solid var(--ct-border);
  border-radius: var(--ct-radius-lg);
  box-shadow: var(--ct-shadow-md);
}
.tp-pg-online .ct-nav__mobile a {
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 500;
  color: var(--ct-text);
  border-radius: 12px;
}
.tp-pg-online .ct-nav__mobile a:hover {
  background: var(--ct-surface-muted);
  color: var(--ct-ink);
}

@media (max-width: 880px) {
  .tp-pg-online .ct-nav__links,
  .tp-pg-online .ct-nav__cta {
    display: none;
  }
  .tp-pg-online .ct-nav__toggle {
    display: inline-grid;
    place-items: center;
    margin-left: auto;
  }
}

/* =============================================================================
   Hero — professional-trust 톤 (묵직한 권위 + 매장 사장님 친근감)
   ============================================================================= */
.tp-pg-online .ct-hero {
  position: relative;
  padding: 140px 0 96px;
  overflow: hidden;
  isolation: isolate;
}
.tp-pg-online .ct-hero__mesh {
  position: absolute;
  inset: -20% -10% auto -10%;
  height: 780px;
  background:
    radial-gradient(540px 420px at 22% 18%, rgba(20, 83, 45, 0.18), transparent 60%),
    radial-gradient(580px 400px at 82% 28%, rgba(245, 158, 11, 0.16), transparent 60%),
    radial-gradient(680px 460px at 60% 70%, rgba(20, 83, 45, 0.08), transparent 65%);
  filter: blur(6px);
  z-index: -1;
}
.tp-pg-online .ct-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(17, 24, 39, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 24, 39, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 50% 20%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 20%, #000 30%, transparent 75%);
  z-index: -1;
}
.tp-pg-online .ct-hero__inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.tp-pg-online .ct-hero__title {
  font-family: var(--ct-font-display);
  font-size: 64px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.18;
  color: var(--ct-ink);
  margin: 18px 0 20px;
}
.tp-pg-online .ct-hero__title .ct-accent {
  color: var(--ct-primary);
  position: relative;
  display: inline-block;
}
.tp-pg-online .ct-hero__title .ct-accent::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 12px;
  background: var(--ct-secondary);
  opacity: 0.32;
  border-radius: 4px;
  z-index: -1;
}
.tp-pg-online .ct-hero__desc {
  font-size: 18px;
  line-height: 1.72;
  color: var(--ct-text);
  max-width: 560px;
  margin-bottom: 32px;
}
.tp-pg-online .ct-hero__ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.tp-pg-online .ct-hero__highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 560px;
}
.tp-pg-online .ct-hero__highlight {
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--ct-border);
  border-radius: var(--ct-radius-md);
  backdrop-filter: blur(12px);
}
.tp-pg-online .ct-hero__highlight-value {
  display: block;
  font-family: var(--ct-font-display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ct-primary);
  line-height: 1.15;
}
.tp-pg-online .ct-hero__highlight-label {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  color: var(--ct-text-muted);
  letter-spacing: -0.005em;
}
.tp-pg-online .ct-hero__visual {
  position: relative;
}
.tp-pg-online .ct-hero__image-wrap {
  position: relative;
  border-radius: var(--ct-radius-xl);
  overflow: hidden;
  box-shadow: var(--ct-shadow-lg);
  border: 1px solid rgba(255, 255, 255, 0.6);
  aspect-ratio: 4 / 5;
  background: #fff;
}
.tp-pg-online .ct-hero__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-pg-online .ct-hero__float-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--ct-radius-md);
  box-shadow: var(--ct-shadow-md);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
}
.tp-pg-online .ct-hero__float-card--tl {
  top: 24px;
  left: -18px;
}
.tp-pg-online .ct-hero__float-card--br {
  bottom: 28px;
  right: -22px;
}
.tp-pg-online .ct-hero__float-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--ct-primary);
  color: #fff;
  flex: 0 0 36px;
}
.tp-pg-online .ct-hero__float-icon svg {
  width: 18px;
  height: 18px;
}
.tp-pg-online .ct-hero__float-main {
  font-weight: 700;
  font-size: 14px;
  color: var(--ct-ink);
  letter-spacing: -0.01em;
}
.tp-pg-online .ct-hero__float-sub {
  font-size: 12px;
  color: var(--ct-text-muted);
  margin-top: 2px;
}

@media (max-width: 880px) {
  .tp-pg-online .ct-hero {
    padding: 120px 0 72px;
  }
  .tp-pg-online .ct-hero__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .tp-pg-online .ct-hero__title {
    font-size: 40px;
  }
  .tp-pg-online .ct-hero__highlights {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .tp-pg-online .ct-hero__highlight {
    padding: 12px;
  }
  .tp-pg-online .ct-hero__highlight-value {
    font-size: 18px;
  }
  .tp-pg-online .ct-hero__float-card--tl {
    left: 4px;
  }
  .tp-pg-online .ct-hero__float-card--br {
    right: 4px;
  }
}

/* =============================================================================
   TrustBar
   ============================================================================= */
.tp-pg-online .ct-trust {
  padding: 32px 0 56px;
}
.tp-pg-online .ct-trust__headline {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ct-text-muted);
  margin-bottom: 20px;
}
.tp-pg-online .ct-trust__partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 40px;
  opacity: 0.88;
}
.tp-pg-online .ct-trust__partner {
  font-family: var(--ct-font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--ct-ink-2);
  letter-spacing: -0.02em;
  padding: 6px 4px;
  opacity: 0.7;
  transition: opacity 200ms var(--ct-ease);
}
.tp-pg-online .ct-trust__partner:hover {
  opacity: 1;
}

/* =============================================================================
   Bento Features
   ============================================================================= */
.tp-pg-online .ct-bento {
  padding: 88px 0;
}
.tp-pg-online .ct-bento__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.tp-pg-online .ct-bento__cell {
  position: relative;
  background: var(--ct-surface);
  border: 1px solid var(--ct-border);
  border-radius: var(--ct-radius-lg);
  padding: 28px;
  overflow: hidden;
  transition: transform 300ms var(--ct-ease), box-shadow 300ms var(--ct-ease),
    border-color 300ms var(--ct-ease);
  min-height: 220px;
}
.tp-pg-online .ct-bento__cell:hover {
  transform: translateY(-4px);
  box-shadow: var(--ct-shadow-md);
  border-color: var(--ct-border-strong);
}
.tp-pg-online .ct-bento__cell--sm { grid-column: span 2; }
.tp-pg-online .ct-bento__cell--md { grid-column: span 3; }
.tp-pg-online .ct-bento__cell--lg { grid-column: span 4; min-height: 280px; }
.tp-pg-online .ct-bento__cell--xl {
  grid-column: span 6;
  min-height: 320px;
  background: linear-gradient(135deg, var(--ct-primary-700) 0%, var(--ct-primary) 100%);
  color: #fff;
  border-color: transparent;
}
.tp-pg-online .ct-bento__cell--xl .ct-bento__title {
  color: #fff;
}
.tp-pg-online .ct-bento__cell--xl .ct-bento__desc {
  color: rgba(255, 255, 255, 0.78);
}
.tp-pg-online .ct-bento__cell--xl::before {
  content: "";
  position: absolute;
  inset: auto -10% -40% auto;
  width: 540px;
  height: 540px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.32) 0%, transparent 60%);
  pointer-events: none;
}

.tp-pg-online .ct-bento__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(20, 83, 45, 0.08);
  color: var(--ct-primary);
  margin-bottom: 20px;
}
.tp-pg-online .ct-bento__icon svg {
  width: 22px;
  height: 22px;
}
.tp-pg-online .ct-bento__cell--xl .ct-bento__icon {
  background: rgba(255, 255, 255, 0.1);
  color: var(--ct-secondary);
}
.tp-pg-online .ct-bento__title {
  font-family: var(--ct-font-display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ct-ink);
  margin-bottom: 8px;
  line-height: 1.3;
}
.tp-pg-online .ct-bento__desc {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--ct-text-muted);
}
.tp-pg-online .ct-bento__metric {
  display: inline-block;
  margin-top: 16px;
  font-family: var(--ct-font-mono);
  font-size: 12.5px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 8px;
  background: rgba(245, 158, 11, 0.14);
  color: var(--ct-secondary-600);
  letter-spacing: -0.005em;
}
.tp-pg-online .ct-bento__cell--xl .ct-bento__metric {
  background: rgba(245, 158, 11, 0.22);
  color: var(--ct-secondary-soft);
}
.tp-pg-online .ct-bento__image {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 45%;
  max-width: 260px;
  border-radius: var(--ct-radius-md);
  box-shadow: var(--ct-shadow-md);
  aspect-ratio: 4/3;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

@media (max-width: 1024px) {
  .tp-pg-online .ct-bento__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .tp-pg-online .ct-bento__cell--sm { grid-column: span 2; }
  .tp-pg-online .ct-bento__cell--md { grid-column: span 2; }
  .tp-pg-online .ct-bento__cell--lg { grid-column: span 4; }
  .tp-pg-online .ct-bento__cell--xl { grid-column: span 4; }
}
@media (max-width: 640px) {
  .tp-pg-online .ct-bento__grid {
    grid-template-columns: 1fr;
  }
  .tp-pg-online .ct-bento__cell,
  .tp-pg-online .ct-bento__cell--sm,
  .tp-pg-online .ct-bento__cell--md,
  .tp-pg-online .ct-bento__cell--lg,
  .tp-pg-online .ct-bento__cell--xl {
    grid-column: span 1;
    min-height: 0;
  }
  .tp-pg-online .ct-bento__image {
    display: none;
  }
}

/* =============================================================================
   Industries Showcase
   ============================================================================= */
.tp-pg-online .ct-industries {
  padding: 88px 0;
  background: linear-gradient(180deg, var(--ct-bg) 0%, #F1F2F6 100%);
}
.tp-pg-online .ct-industries__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.tp-pg-online .ct-industry {
  position: relative;
  border-radius: var(--ct-radius-lg);
  overflow: hidden;
  background: var(--ct-ink);
  aspect-ratio: 4/5;
  cursor: pointer;
  transition: transform 400ms var(--ct-ease);
}
.tp-pg-online .ct-industry:hover {
  transform: translateY(-6px);
}
.tp-pg-online .ct-industry__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ct-ease), filter 400ms var(--ct-ease);
}
.tp-pg-online .ct-industry:hover .ct-industry__image {
  transform: scale(1.06);
  filter: brightness(0.85);
}
.tp-pg-online .ct-industry__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 13, 23, 0.1) 0%, rgba(9, 31, 64, 0.86) 100%);
}
.tp-pg-online .ct-industry__body {
  position: absolute;
  inset: auto 0 0 0;
  padding: 24px;
  color: #fff;
}
.tp-pg-online .ct-industry__name {
  font-family: var(--ct-font-display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.tp-pg-online .ct-industry__desc {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 12px;
}
.tp-pg-online .ct-industry__tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.tp-pg-online .ct-industry__tag {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6px);
  color: #fff;
  letter-spacing: 0.01em;
}

@media (max-width: 1024px) {
  .tp-pg-online .ct-industries__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .tp-pg-online .ct-industries__grid {
    grid-template-columns: 1fr;
  }
}

/* =============================================================================
   Stats — 거래량 추이 차트 + 메트릭
   ============================================================================= */
.tp-pg-online .ct-stats {
  padding: 88px 0;
}
.tp-pg-online .ct-stats__inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: stretch;
}
.tp-pg-online .ct-stats__chart-card {
  position: relative;
  background: linear-gradient(135deg, var(--ct-primary-700) 0%, var(--ct-ink) 100%);
  color: #fff;
  border-radius: var(--ct-radius-xl);
  padding: 32px 32px 28px;
  overflow: hidden;
  box-shadow: var(--ct-shadow-lg);
}
.tp-pg-online .ct-stats__chart-card::before {
  content: "";
  position: absolute;
  inset: -30% -20% auto auto;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.28) 0%, transparent 60%);
  pointer-events: none;
}
.tp-pg-online .ct-stats__chart-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  position: relative;
}
.tp-pg-online .ct-stats__chart-title {
  font-family: var(--ct-font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.tp-pg-online .ct-stats__chart-unit {
  font-family: var(--ct-font-mono);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
}
.tp-pg-online .ct-stats__bars {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  height: 240px;
  align-items: end;
  position: relative;
}
.tp-pg-online .ct-stats__bar {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 10px;
  height: 100%;
}
.tp-pg-online .ct-stats__bar-track {
  width: 100%;
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: end;
}
.tp-pg-online .ct-stats__bar-fill {
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, var(--ct-secondary) 0%, var(--ct-primary) 100%);
  border-radius: 8px;
  transition: height 900ms var(--ct-ease);
}
.tp-pg-online [data-ct-chart].is-animated .ct-stats__bar-fill {
  height: var(--ct-bar-h, 50%);
}
.tp-pg-online .ct-stats__bar-label {
  font-family: var(--ct-font-mono);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.02em;
}

.tp-pg-online .ct-stats__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-content: start;
}
.tp-pg-online .ct-stats__metric {
  background: var(--ct-surface);
  border: 1px solid var(--ct-border);
  border-radius: var(--ct-radius-md);
  padding: 22px;
  transition: border-color 200ms var(--ct-ease), transform 200ms var(--ct-ease);
}
.tp-pg-online .ct-stats__metric:hover {
  border-color: var(--ct-primary);
  transform: translateY(-2px);
}
.tp-pg-online .ct-stats__metric-value {
  font-family: var(--ct-font-display);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ct-primary);
  line-height: 1.1;
}
.tp-pg-online .ct-stats__metric-label {
  margin-top: 8px;
  font-size: 13px;
  color: var(--ct-text-muted);
}
.tp-pg-online .ct-stats__metric-delta {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 6px;
  background: rgba(245, 158, 11, 0.14);
  color: var(--ct-secondary-600);
}

@media (max-width: 880px) {
  .tp-pg-online .ct-stats__inner {
    grid-template-columns: 1fr;
  }
}

/* =============================================================================
   Process Timeline (dark section)
   ============================================================================= */
.tp-pg-online .ct-process {
  padding: 88px 0;
  background: var(--ct-ink);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.tp-pg-online .ct-process::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 300px at 12% 10%, rgba(20, 83, 45, 0.55), transparent 60%),
    radial-gradient(600px 300px at 90% 90%, rgba(245, 158, 11, 0.22), transparent 60%);
  pointer-events: none;
}
.tp-pg-online .ct-process .ct-section-head { position: relative; }
.tp-pg-online .ct-process .ct-section-title {
  color: #fff;
}
.tp-pg-online .ct-process .ct-section-title .ct-accent {
  color: var(--ct-secondary-soft);
}
.tp-pg-online .ct-process .ct-section-title .ct-accent::after {
  background: var(--ct-secondary);
  opacity: 0.4;
}
.tp-pg-online .ct-process .ct-section-desc {
  color: rgba(255, 255, 255, 0.78);
}
.tp-pg-online .ct-process .ct-eyebrow {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--ct-secondary-soft);
}
.tp-pg-online .ct-process .ct-eyebrow::before {
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.24);
}
.tp-pg-online .ct-process__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
  list-style: none;
  padding: 0;
}
.tp-pg-online .ct-process__timeline::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 4%;
  right: 4%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(245, 158, 11, 0.35) 20%, rgba(245, 158, 11, 0.35) 80%, transparent 100%);
}
.tp-pg-online .ct-process__step {
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--ct-radius-lg);
  padding: 60px 22px 24px;
  transition: background 200ms var(--ct-ease), transform 200ms var(--ct-ease);
}
.tp-pg-online .ct-process__step:hover {
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-4px);
}
.tp-pg-online .ct-process__step-dot {
  position: absolute;
  top: 14px;
  left: 22px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--ct-secondary);
  color: #1A1206;
  font-family: var(--ct-font-mono);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 0 0 4px var(--ct-ink), 0 0 0 5px rgba(245, 158, 11, 0.45);
}
.tp-pg-online .ct-process__step-title {
  font-family: var(--ct-font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.tp-pg-online .ct-process__step-desc {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 14px;
}
.tp-pg-online .ct-process__step-duration {
  display: inline-block;
  font-family: var(--ct-font-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--ct-secondary-soft);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .tp-pg-online .ct-process__timeline {
    grid-template-columns: repeat(2, 1fr);
  }
  .tp-pg-online .ct-process__timeline::before { display: none; }
}
@media (max-width: 560px) {
  .tp-pg-online .ct-process__timeline {
    grid-template-columns: 1fr;
  }
}

/* =============================================================================
   Pricing
   ============================================================================= */
.tp-pg-online .ct-pricing {
  padding: 88px 0;
}
.tp-pg-online .ct-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.tp-pg-online .ct-plan {
  background: var(--ct-surface);
  border: 1px solid var(--ct-border);
  border-radius: var(--ct-radius-lg);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  transition: border-color 200ms var(--ct-ease), transform 200ms var(--ct-ease),
    box-shadow 200ms var(--ct-ease);
  position: relative;
}
.tp-pg-online .ct-plan:hover {
  transform: translateY(-4px);
  box-shadow: var(--ct-shadow-md);
  border-color: var(--ct-border-strong);
}
.tp-pg-online .ct-plan--featured {
  background: linear-gradient(160deg, var(--ct-primary) 0%, var(--ct-primary-700) 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: var(--ct-shadow-lg);
}
.tp-pg-online .ct-plan--featured::before {
  content: "추천";
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--ct-secondary);
  color: #1A1206;
}
.tp-pg-online .ct-plan__name {
  font-family: var(--ct-font-display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ct-ink);
  margin-bottom: 4px;
}
.tp-pg-online .ct-plan--featured .ct-plan__name { color: #fff; }
.tp-pg-online .ct-plan__tagline {
  font-size: 13px;
  color: var(--ct-text-muted);
  margin-bottom: 24px;
}
.tp-pg-online .ct-plan--featured .ct-plan__tagline { color: rgba(255,255,255,0.72); }
.tp-pg-online .ct-plan__rate {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--ct-border);
}
.tp-pg-online .ct-plan--featured .ct-plan__rate {
  border-bottom-color: rgba(255,255,255,0.14);
}
.tp-pg-online .ct-plan__rate-value {
  font-family: var(--ct-font-display);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ct-primary);
  line-height: 1;
}
.tp-pg-online .ct-plan--featured .ct-plan__rate-value { color: var(--ct-secondary-soft); }
.tp-pg-online .ct-plan__rate-note {
  font-size: 13px;
  color: var(--ct-text-muted);
}
.tp-pg-online .ct-plan--featured .ct-plan__rate-note { color: rgba(255,255,255,0.72); }
.tp-pg-online .ct-plan__features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.tp-pg-online .ct-plan__feature {
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ct-text);
}
.tp-pg-online .ct-plan--featured .ct-plan__feature { color: rgba(255,255,255,0.9); }
.tp-pg-online .ct-plan__feature::before {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.18) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23D88806'><path d='M7.5 13.5l-3-3 1.4-1.4 1.6 1.6L13.1 5l1.4 1.4z'/></svg>") center/14px no-repeat;
}
.tp-pg-online .ct-plan--featured .ct-plan__feature::before {
  background: rgba(245, 158, 11, 0.28) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23FCD9A3'><path d='M7.5 13.5l-3-3 1.4-1.4 1.6 1.6L13.1 5l1.4 1.4z'/></svg>") center/14px no-repeat;
}
.tp-pg-online .ct-plan__cta {
  width: 100%;
}

@media (max-width: 880px) {
  .tp-pg-online .ct-pricing__grid {
    grid-template-columns: 1fr;
  }
}

/* =============================================================================
   Testimonial Carousel — avatar 는 CSS art (이니셜 원형, 외부 이미지 0)
   ============================================================================= */
.tp-pg-online .ct-carousel {
  padding: 88px 0;
  background: var(--ct-surface-muted);
}
.tp-pg-online .ct-carousel__viewport {
  overflow: hidden;
  border-radius: var(--ct-radius-xl);
  margin-top: 40px;
}
.tp-pg-online .ct-carousel__track {
  display: flex;
  transition: transform 500ms var(--ct-ease);
}
.tp-pg-online .ct-carousel__slide {
  flex: 0 0 100%;
  padding: 40px;
  background: var(--ct-surface);
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  align-items: start;
  margin: 0;
}
.tp-pg-online .ct-carousel__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--ct-primary) 0%, var(--ct-primary-700) 100%);
  color: #fff;
  border: 3px solid #fff;
  box-shadow: var(--ct-shadow-md);
  position: relative;
}
.tp-pg-online .ct-carousel__avatar::after {
  content: "";
  position: absolute;
  inset: auto -4px -4px auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--ct-secondary);
  border: 2px solid var(--ct-surface);
}
.tp-pg-online .ct-carousel__avatar-initial {
  font-family: var(--ct-font-display);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #fff;
  line-height: 1;
}
.tp-pg-online .ct-carousel__stars {
  display: flex;
  gap: 2px;
  margin-bottom: 12px;
  color: var(--ct-secondary);
}
.tp-pg-online .ct-carousel__stars svg { width: 16px; height: 16px; }
.tp-pg-online .ct-carousel__quote {
  font-family: var(--ct-font-display);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
  color: var(--ct-ink);
  letter-spacing: -0.01em;
  margin: 0 0 18px;
}
.tp-pg-online .ct-carousel__author {
  font-weight: 700;
  font-size: 15px;
  color: var(--ct-ink);
}
.tp-pg-online .ct-carousel__role {
  font-size: 13px;
  color: var(--ct-text-muted);
  margin-top: 2px;
}
.tp-pg-online .ct-carousel__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.tp-pg-online .ct-carousel__dots {
  display: flex;
  gap: 8px;
}
.tp-pg-online .ct-carousel__dot {
  width: 28px;
  height: 6px;
  border-radius: 3px;
  border: none;
  background: var(--ct-border-strong);
  cursor: pointer;
  transition: background 200ms var(--ct-ease), width 200ms var(--ct-ease);
  padding: 0;
}
.tp-pg-online .ct-carousel__dot[aria-current="true"] {
  background: var(--ct-primary);
  width: 44px;
}
.tp-pg-online .ct-carousel__arrows {
  display: flex;
  gap: 8px;
}
.tp-pg-online .ct-carousel__arrow {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ct-surface);
  border: 1px solid var(--ct-border);
  cursor: pointer;
  color: var(--ct-ink);
  transition: background 200ms var(--ct-ease), border-color 200ms var(--ct-ease);
}
.tp-pg-online .ct-carousel__arrow:hover {
  background: var(--ct-primary);
  color: #fff;
  border-color: var(--ct-primary);
}
.tp-pg-online .ct-carousel__arrow svg { width: 18px; height: 18px; }

.tp-pg-online .ct-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;
}

@media (max-width: 640px) {
  .tp-pg-online .ct-carousel__slide {
    grid-template-columns: 1fr;
    padding: 28px;
  }
  .tp-pg-online .ct-carousel__avatar {
    margin-bottom: 4px;
  }
}

/* =============================================================================
   CTA Banner
   ============================================================================= */
.tp-pg-online .ct-cta {
  padding: 48px 0 96px;
}
.tp-pg-online .ct-cta__card {
  position: relative;
  border-radius: var(--ct-radius-xl);
  overflow: hidden;
  padding: 64px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
  background: linear-gradient(135deg, var(--ct-primary) 0%, var(--ct-primary-700) 55%, var(--ct-ink) 100%);
  color: #fff;
  box-shadow: var(--ct-shadow-lg);
}
.tp-pg-online .ct-cta__card::before {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 640px;
  height: 640px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.34) 0%, transparent 60%);
  pointer-events: none;
}
.tp-pg-online .ct-cta__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ct-secondary-soft);
  margin-bottom: 14px;
  position: relative;
}
.tp-pg-online .ct-cta__title {
  font-family: var(--ct-font-display);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.18;
  margin-bottom: 18px;
  position: relative;
}
.tp-pg-online .ct-cta__desc {
  font-size: 16px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 28px;
  max-width: 460px;
  position: relative;
}
.tp-pg-online .ct-cta__ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
}
.tp-pg-online .ct-cta__image-wrap {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: var(--ct-radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: var(--ct-shadow-lg);
}
.tp-pg-online .ct-cta__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 880px) {
  .tp-pg-online .ct-cta__card {
    grid-template-columns: 1fr;
    padding: 40px 28px;
  }
  .tp-pg-online .ct-cta__title {
    font-size: 30px;
  }
}

/* =============================================================================
   Footer
   ============================================================================= */
.tp-pg-online .ct-footer {
  background: var(--ct-ink);
  color: rgba(255, 255, 255, 0.72);
  padding: 64px 0 28px;
}
.tp-pg-online .ct-footer__top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.tp-pg-online .ct-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ct-font-display);
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.tp-pg-online .ct-footer__tagline {
  font-size: 14px;
  line-height: 1.7;
  max-width: 360px;
}
.tp-pg-online .ct-footer__group-title {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.tp-pg-online .ct-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tp-pg-online .ct-footer__link {
  font-size: 14px;
  color: rgba(255,255,255,0.68);
  transition: color 150ms var(--ct-ease);
}
.tp-pg-online .ct-footer__link:hover { color: #fff; }
.tp-pg-online .ct-footer__bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
}
.tp-pg-online .ct-footer__legal {
  display: flex;
  gap: 6px 18px;
  flex-wrap: wrap;
}

@media (max-width: 880px) {
  .tp-pg-online .ct-footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 480px) {
  .tp-pg-online .ct-footer__top {
    grid-template-columns: 1fr;
  }
}

/* =============================================================================
   Reduced motion
   ============================================================================= */
@media (prefers-reduced-motion: reduce) {
  .tp-pg-online *,
  .tp-pg-online *::before,
  .tp-pg-online *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .tp-pg-online [data-ct-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =============================================================================
   pg-online — Additional sections (pain / integrations / compare / usecases / faq / features__head)
   ============================================================================= */

/* --- features head wrapper (.ct-bento body reuses mcpg base) --- */
.tp-pg-online .ct-features { padding: 96px 0; background: var(--ct-bg); }
.tp-pg-online .ct-features__head { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.tp-pg-online .ct-features__h { font-size: 38px; line-height: 1.2; color: var(--ct-ink); margin: 14px 0 0; letter-spacing: -0.01em; }

/* --- Pain points (split layout) --- */
.tp-pg-online .ct-pain { padding: 96px 0; background: var(--ct-surface); position: relative; }
.tp-pg-online .ct-pain__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.tp-pg-online .ct-pain__visual { border-radius: var(--ct-radius-lg); overflow: hidden; box-shadow: var(--ct-shadow-lg); }
.tp-pg-online .ct-pain__visual img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 5 / 4; }
.tp-pg-online .ct-pain__copy { padding: 8px 0; }
.tp-pg-online .ct-pain__h { font-size: 36px; line-height: 1.25; color: var(--ct-ink); margin: 14px 0 24px; letter-spacing: -0.01em; }
.tp-pg-online .ct-pain__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.tp-pg-online .ct-pain__list li { display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: start; padding: 18px 20px; background: var(--ct-surface-muted); border-radius: var(--ct-radius-md); border: 1px solid var(--ct-border); }
.tp-pg-online .ct-pain__bullet { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; background: var(--ct-primary); color: var(--ct-secondary); font-weight: 700; font-size: 14px; letter-spacing: 0.04em; }
.tp-pg-online .ct-pain__t { font-weight: 700; font-size: 17px; color: var(--ct-ink); margin: 0 0 4px; }
.tp-pg-online .ct-pain__d { color: var(--ct-text-muted); font-size: 15px; line-height: 1.6; }
@media (max-width: 900px) {
  .tp-pg-online .ct-pain__inner { grid-template-columns: 1fr; gap: 40px; }
  .tp-pg-online .ct-pain__h { font-size: 28px; }
}

/* --- Integrations (chip grid) --- */
.tp-pg-online .ct-integ { padding: 96px 0; background: var(--ct-bg); }
.tp-pg-online .ct-integ__head { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.tp-pg-online .ct-integ__h { font-size: 38px; line-height: 1.2; color: var(--ct-ink); margin: 14px 0 16px; letter-spacing: -0.01em; }
.tp-pg-online .ct-integ__d { color: var(--ct-text-muted); font-size: 17px; line-height: 1.6; }
.tp-pg-online .ct-integ__grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tp-pg-online .ct-integ__chip { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding: 22px 22px 20px; background: var(--ct-surface); border-radius: var(--ct-radius-md); border: 1px solid var(--ct-border); transition: transform 0.2s var(--ct-ease), box-shadow 0.2s var(--ct-ease); }
.tp-pg-online .ct-integ__chip:hover { transform: translateY(-3px); box-shadow: var(--ct-shadow-md); }
.tp-pg-online .ct-integ__chip-mark { font-weight: 700; font-size: 17px; color: var(--ct-primary); letter-spacing: -0.01em; }
.tp-pg-online .ct-integ__chip-d { color: var(--ct-text-muted); font-size: 14px; line-height: 1.5; }
@media (max-width: 900px) { .tp-pg-online .ct-integ__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .tp-pg-online .ct-integ__grid { grid-template-columns: 1fr; } }

/* --- Compare (two cards) --- */
.tp-pg-online .ct-compare { padding: 96px 0; background: var(--ct-surface); }
.tp-pg-online .ct-compare__head { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.tp-pg-online .ct-compare__h { font-size: 38px; line-height: 1.2; color: var(--ct-ink); margin: 14px 0 16px; letter-spacing: -0.01em; }
.tp-pg-online .ct-compare__d { color: var(--ct-text-muted); font-size: 17px; line-height: 1.6; }
.tp-pg-online .ct-compare__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.tp-pg-online .ct-compare__card { padding: 36px 32px; border-radius: var(--ct-radius-lg); border: 1px solid var(--ct-border); background: var(--ct-bg); }
.tp-pg-online .ct-compare__card--alt { background: var(--ct-surface-muted); }
.tp-pg-online .ct-compare__card--us { background: var(--ct-primary); color: #fff; border-color: var(--ct-primary); box-shadow: var(--ct-shadow-lg); }
.tp-pg-online .ct-compare__card-h { font-weight: 700; font-size: 22px; margin-bottom: 24px; letter-spacing: -0.01em; }
.tp-pg-online .ct-compare__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.tp-pg-online .ct-compare__list li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; align-items: start; font-size: 16px; line-height: 1.6; }
.tp-pg-online .ct-compare__x { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 8px; background: rgba(20, 83, 45, 0.08); color: var(--ct-text-muted); font-weight: 700; font-size: 17px; }
.tp-pg-online .ct-compare__o { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 8px; background: var(--ct-secondary); color: var(--ct-primary); font-weight: 700; font-size: 17px; }
@media (max-width: 900px) { .tp-pg-online .ct-compare__cards { grid-template-columns: 1fr; } }

/* --- UseCases (gallery grid) --- */
.tp-pg-online .ct-usecases { padding: 96px 0; background: var(--ct-bg); }
.tp-pg-online .ct-usecases__head { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.tp-pg-online .ct-usecases__h { font-size: 38px; line-height: 1.2; color: var(--ct-ink); margin: 14px 0 0; letter-spacing: -0.01em; }
.tp-pg-online .ct-usecases__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.tp-pg-online .ct-usecases__card { display: flex; flex-direction: column; background: var(--ct-surface); border-radius: var(--ct-radius-lg); border: 1px solid var(--ct-border); overflow: hidden; transition: transform 0.2s var(--ct-ease), box-shadow 0.2s var(--ct-ease); }
.tp-pg-online .ct-usecases__card:hover { transform: translateY(-4px); box-shadow: var(--ct-shadow-lg); }
.tp-pg-online .ct-usecases__img { aspect-ratio: 4 / 3; overflow: hidden; }
.tp-pg-online .ct-usecases__img img { width: 100%; height: 100%; object-fit: cover; }
.tp-pg-online .ct-usecases__body { padding: 28px 32px 32px; }
.tp-pg-online .ct-usecases__t { font-weight: 700; font-size: 20px; color: var(--ct-ink); margin: 0 0 10px; letter-spacing: -0.01em; }
.tp-pg-online .ct-usecases__d { color: var(--ct-text-muted); font-size: 15px; line-height: 1.65; margin: 0; }
@media (max-width: 720px) { .tp-pg-online .ct-usecases__grid { grid-template-columns: 1fr; } }

/* --- FAQ (details/summary accordion) --- */
.tp-pg-online .ct-faq { padding: 96px 0; background: var(--ct-surface); }
.tp-pg-online .ct-faq__head { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.tp-pg-online .ct-faq__h { font-size: 38px; line-height: 1.2; color: var(--ct-ink); margin: 14px 0 0; letter-spacing: -0.01em; }
.tp-pg-online .ct-faq__list { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.tp-pg-online .ct-faq__item { background: var(--ct-bg); border: 1px solid var(--ct-border); border-radius: var(--ct-radius-md); overflow: hidden; transition: border-color 0.2s var(--ct-ease); }
.tp-pg-online .ct-faq__item[open] { border-color: var(--ct-primary); }
.tp-pg-online .ct-faq__q { cursor: pointer; padding: 22px 26px; font-weight: 600; font-size: 17px; color: var(--ct-ink); list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.tp-pg-online .ct-faq__q::-webkit-details-marker { display: none; }
.tp-pg-online .ct-faq__q::after { content: "+"; display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; flex: 0 0 28px; border-radius: 8px; background: var(--ct-surface-muted); color: var(--ct-primary); font-weight: 700; font-size: 18px; transition: transform 0.2s var(--ct-ease), background 0.2s var(--ct-ease); }
.tp-pg-online .ct-faq__item[open] .ct-faq__q::after { content: "−"; background: var(--ct-secondary); }
.tp-pg-online .ct-faq__a { padding: 0 26px 22px; color: var(--ct-text); font-size: 15px; line-height: 1.7; }

/* --- responsive headings sizing --- */
@media (max-width: 760px) {
  .tp-pg-online .ct-features__h,
  .tp-pg-online .ct-integ__h,
  .tp-pg-online .ct-compare__h,
  .tp-pg-online .ct-usecases__h,
  .tp-pg-online .ct-faq__h { font-size: 28px; }
}
