/* ==========================================================
   Chancery WOW Widgets — wow.css v1.0
   Prefix: chw-   Brand: #A62461 #7ABFB8 #0D0D0D #faf9f7
========================================================== */

:root {
  --chw-c:   #A62461;
  --chw-t:   #7ABFB8;
  --chw-d:   #0D0D0D;
  --chw-bg:  #faf9f7;
  --chw-g:   #BDBEBF;
  --chw-hf:  'Raleway','Helvetica Neue',sans-serif;
  --chw-bf:  'Open Sans','Georgia',sans-serif;
  --chw-r:   14px;
  --chw-br:  28px;
}

@media (prefers-reduced-motion: reduce) {
  .chw-tilt-card { transform: none !important; transition: none !important; }
  .chw-kinetic-letter { transition: none !important; }
  .chw-marquee-inner, .chw-col-inner { animation-play-state: paused !important; }
  .chw-num-slot { transition: none !important; }
}

/* ── SHARED ─────────────────────────────────────────────── */
.chw-section { padding: 100px 52px; position: relative; overflow: hidden; }
.chw-label {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--chw-hf); font-size: 11px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--chw-t);
  margin-bottom: 20px;
}
.chw-label::before { content:''; width:20px; height:1.5px; background:var(--chw-t); }
.chw-h2 {
  font-family: var(--chw-hf); font-weight: 900; line-height: .9;
  letter-spacing: -.04em; color: var(--chw-d);
}
.chw-btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--chw-hf); font-size: 14px; font-weight: 700;
  letter-spacing: .02em; padding: 13px 26px; border-radius: var(--chw-br);
  cursor: pointer; text-decoration: none; border: none; transition: opacity .2s, transform .2s;
  position: relative; overflow: hidden;
}
.chw-btn-primary { background: var(--chw-c); color: #fff; }
.chw-btn-primary:hover { color: #fff; }
.chw-btn-dark { background: var(--chw-d); color: #fff; }
.chw-btn-dark:hover { color: #fff; }
.chw-btn-ghost { background: transparent; color: var(--chw-d); border: 1.5px solid rgba(13,13,13,.2); }
.chw-btn-ghost:hover { border-color: var(--chw-c); color: var(--chw-c); }
.chw-btn::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(255,255,255,.12); transform: translateX(-110%) skewX(-20deg);
  transition: transform .4s cubic-bezier(.16,1,.3,1);
}
.chw-btn:hover::after { transform: translateX(110%) skewX(-20deg); }

/* ═══════════════════════════════════════════════════════════
   1. PRICING — 3D Magnetic Cards
═══════════════════════════════════════════════════════════ */
.chw-pricing { background: var(--chw-bg); }
.chw-pricing-head {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 40px; align-items: end; margin-bottom: 56px;
}
.chw-pricing-head .chw-h2 { font-size: clamp(36px,5vw,72px); }
.chw-pricing-head-note { font-family: var(--chw-bf); font-size: 15px; line-height: 1.7; color: rgba(13,13,13,.5); }
.chw-pricing-head-note strong { color: var(--chw-d); font-weight: 600; }

.chw-pricing-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
}
.chw-pricing-bottom { grid-column: 1 / -1; }

/* Tilt card base */
.chw-tilt-wrap { perspective: 900px; }
.chw-tilt-card {
  border-radius: var(--chw-r);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform .08s linear;
  position: relative; overflow: hidden;
  cursor: pointer;
}

/* Feature card (dark left) */
.chw-pc-feature {
  background: var(--chw-d); color: #fff;
  padding: 36px; min-height: 320px;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.chw-pc-feature-badge {
  display: inline-block; padding: 5px 12px; border-radius: 50px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15);
  font-family: var(--chw-hf); font-size: 11px; font-weight: 700;
  letter-spacing: .08em; color: rgba(255,255,255,.7); margin-bottom: auto;
}
.chw-pc-feature-gfx {
  position: absolute; top: -30px; right: -30px;
  width: 180px; height: 180px; border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, var(--chw-c) 0%, transparent 70%);
  opacity: .5; pointer-events: none;
}
.chw-pc-feature-gfx2 {
  position: absolute; bottom: 40px; left: -40px;
  width: 140px; height: 140px; border-radius: 50%;
  background: radial-gradient(circle, var(--chw-t) 0%, transparent 70%);
  opacity: .2; pointer-events: none;
}
.chw-pc-feature h3 {
  font-family: var(--chw-hf); font-size: 26px; font-weight: 900;
  line-height: 1.1; letter-spacing: -.03em; margin-bottom: 10px;
}
.chw-pc-feature p {
  font-family: var(--chw-bf); font-size: 13px; line-height: 1.6;
  color: rgba(255,255,255,.55);
}
/* Spotlight layer */
.chw-spotlight {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle 200px at 50% 50%, rgba(255,255,255,.06), transparent);
  transition: background .05s;
}

/* Hire / CTA card */
.chw-pc-cta {
  background: #fff; border: 1px solid rgba(13,13,13,.08);
  padding: 28px; display: flex; flex-direction: column; gap: 12px;
}
.chw-pc-cta-available {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--chw-hf); font-size: 12px; font-weight: 700;
  color: rgba(13,13,13,.5);
}
.chw-pc-cta-dot {
  width: 8px; height: 8px; border-radius: 50%; background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34,197,94,.2);
  animation: chw-pulse-green 2s ease-in-out infinite;
}
@keyframes chw-pulse-green { 0%,100%{box-shadow:0 0 0 3px rgba(34,197,94,.2)} 50%{box-shadow:0 0 0 6px rgba(34,197,94,.08)} }
.chw-pc-cta h3 {
  font-family: var(--chw-hf); font-size: 28px; font-weight: 900;
  letter-spacing: -.03em; color: var(--chw-d); line-height: 1.1;
}
.chw-pc-cta p { font-family: var(--chw-bf); font-size: 13px; color: rgba(13,13,13,.5); line-height: 1.6; }

/* Main plan card */
.chw-pc-main {
  background: #fff; border: 1px solid rgba(13,13,13,.08);
  padding: 40px; grid-row: span 2;
  display: flex; flex-direction: column;
}
.chw-pc-main-name { font-family: var(--chw-hf); font-size: 36px; font-weight: 900; letter-spacing: -.03em; color: var(--chw-d); margin-bottom: 8px; }
.chw-pc-main-desc { font-family: var(--chw-bf); font-size: 14px; color: rgba(13,13,13,.5); margin-bottom: 28px; line-height: 1.6; }
.chw-pc-main-desc em { font-style: italic; color: rgba(13,13,13,.35); font-size: 13px; }
.chw-pc-divider { border: none; border-top: 1px solid rgba(13,13,13,.08); margin: 0 0 28px; }
.chw-pc-price {
  display: flex; align-items: baseline; gap: 8px; margin-bottom: 28px;
}
.chw-pc-price-val {
  font-family: var(--chw-hf); font-size: 56px; font-weight: 900;
  letter-spacing: -.04em; color: var(--chw-d);
}
.chw-pc-price-period { font-family: var(--chw-bf); font-size: 14px; color: rgba(13,13,13,.4); }
.chw-pc-features {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 10px 16px; margin-bottom: 36px;
}
.chw-pc-feature-item {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--chw-hf); font-size: 13px; font-weight: 600; color: var(--chw-d);
}
.chw-pc-feature-item::before { content:'✓'; color: var(--chw-c); font-weight: 800; flex-shrink: 0; }
.chw-pc-btn-row { display: flex; align-items: center; gap: 18px; margin-top: auto; }
.chw-pc-stripe { font-family: var(--chw-hf); font-size: 12px; font-weight: 700; letter-spacing: .08em; color: rgba(13,13,13,.28); }

/* Bottom flat card */
.chw-pc-bottom {
  background: var(--chw-d); color: #fff;
  padding: 40px 48px;
  display: flex; align-items: center; gap: 40px; flex-wrap: wrap;
}
.chw-pc-bottom-left { flex: 0 0 260px; }
.chw-pc-bottom-left h3 { font-family: var(--chw-hf); font-size: 32px; font-weight: 900; letter-spacing: -.03em; margin-bottom: 10px; }
.chw-pc-bottom-left p { font-family: var(--chw-bf); font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.6; margin-bottom: 4px; }
.chw-pc-bottom-left p em { font-style: italic; color: rgba(255,255,255,.3); font-size: 12px; }
.chw-pc-bottom-features {
  flex: 1; display: grid; grid-template-columns: repeat(2,1fr); gap: 10px 24px;
}
.chw-pc-bottom-features span {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--chw-hf); font-size: 13px; font-weight: 600; color: rgba(255,255,255,.8);
}
.chw-pc-bottom-features span::before { content:'✓'; color: var(--chw-t); font-weight: 800; flex-shrink: 0; }
.chw-pc-bottom-cta { flex-shrink: 0; }

/* ═══════════════════════════════════════════════════════════
   2. PATIENT JOURNEY — Scroll-pinned
═══════════════════════════════════════════════════════════ */
.chw-journey { background: #fff; padding: 0; }
.chw-journey-outer { position: relative; }
.chw-journey-sticky {
  position: sticky; top: 0;
  height: 100vh; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center;
  padding: 80px 52px;
}
.chw-journey-head { margin-bottom: 60px; }
.chw-journey-head .chw-h2 { font-size: clamp(36px,5vw,68px); }

.chw-journey-steps { position: relative; }
.chw-journey-track {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 32px;
  position: relative;
}
.chw-journey-track::before {
  content: ''; position: absolute;
  top: 28px; left: 28px; right: 28px; height: 1px;
  background: rgba(13,13,13,.1); z-index: 0;
}
.chw-journey-progress {
  position: absolute; top: 28px; left: 28px; height: 1px;
  background: var(--chw-c); z-index: 1; width: 0%;
  transition: width .4s cubic-bezier(.16,1,.3,1);
  transform-origin: left;
}

.chw-step {
  position: relative; z-index: 2;
  opacity: .3;
  transition: opacity .5s cubic-bezier(.16,1,.3,1);
}
.chw-step.chw-step-active { opacity: 1; }
.chw-step-num {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--chw-bg); border: 1.5px solid rgba(13,13,13,.12);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--chw-hf); font-size: 16px; font-weight: 800;
  color: rgba(13,13,13,.3); margin-bottom: 24px;
  transition: background .4s, color .4s, border-color .4s, transform .4s cubic-bezier(.16,1,.3,1);
}
.chw-step.chw-step-active .chw-step-num {
  background: var(--chw-c); color: #fff;
  border-color: var(--chw-c); transform: scale(1.1);
}
.chw-step-title {
  font-family: var(--chw-hf); font-size: 22px; font-weight: 800;
  letter-spacing: -.02em; color: var(--chw-d); margin-bottom: 12px;
}
.chw-step-desc {
  font-family: var(--chw-bf); font-size: 14px; line-height: 1.75;
  color: rgba(13,13,13,.5);
}

.chw-journey-scroll-space { height: 300vh; }

/* ═══════════════════════════════════════════════════════════
   3. KINETIC TREATMENT TYPOGRAPHY
═══════════════════════════════════════════════════════════ */
.chw-kinetic { background: var(--chw-bg); overflow: hidden; }
.chw-kinetic-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 52px; gap: 32px; flex-wrap: wrap;
}
.chw-kinetic-head .chw-h2 { font-size: clamp(32px,4.5vw,60px); }
.chw-kinetic-head-note { font-family: var(--chw-bf); font-size: 14px; color: rgba(13,13,13,.45); max-width: 240px; line-height: 1.7; }

.chw-kinetic-list { list-style: none; }
.chw-kinetic-row {
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid rgba(13,13,13,.08);
  padding: 0;
  cursor: pointer; overflow: hidden;
  transition: background .3s;
  position: relative;
}
.chw-kinetic-row:last-child { border-bottom: 1px solid rgba(13,13,13,.08); }
.chw-kinetic-row::before {
  content: ''; position: absolute; inset: 0;
  background: var(--chw-c); transform: translateX(-100%);
  transition: transform .5s cubic-bezier(.16,1,.3,1); z-index: 0;
}
.chw-kinetic-row:hover::before { transform: translateX(0); }

.chw-kinetic-name {
  font-family: var(--chw-hf);
  font-size: clamp(28px, 4.5vw, 64px);
  font-weight: 900; letter-spacing: -.04em;
  color: var(--chw-d); line-height: 1;
  padding: 22px 0;
  display: flex; gap: .04em; overflow: hidden;
  position: relative; z-index: 1;
  transition: color .3s;
  user-select: none;
}
.chw-kinetic-row:hover .chw-kinetic-name { color: #fff; }

.chw-kinetic-letter {
  display: inline-block;
  transition: transform .35s cubic-bezier(.16,1,.3,1), opacity .35s;
  will-change: transform;
}

.chw-kinetic-meta {
  display: flex; align-items: center; gap: 16px;
  position: relative; z-index: 1;
  transition: opacity .3s;
}
.chw-kinetic-practice {
  font-family: var(--chw-hf); font-size: 11px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: rgba(13,13,13,.35);
  transition: color .3s;
}
.chw-kinetic-row:hover .chw-kinetic-practice { color: rgba(255,255,255,.65); }
.chw-kinetic-arrow {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1.5px solid rgba(13,13,13,.15);
  display: flex; align-items: center; justify-content: center;
  transition: border-color .3s, background .3s, transform .3s cubic-bezier(.16,1,.3,1);
  color: var(--chw-d);
}
.chw-kinetic-row:hover .chw-kinetic-arrow {
  background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.3);
  color: #fff; transform: rotate(45deg);
}

/* ═══════════════════════════════════════════════════════════
   4. CONSULTATION PATHWAYS — 3D Flip Cards
═══════════════════════════════════════════════════════════ */
.chw-flip { background: var(--chw-d); padding: 100px 52px; }
.chw-flip .chw-label { color: var(--chw-t); }
.chw-flip .chw-label::before { background: var(--chw-t); }
.chw-flip-head { text-align: center; margin-bottom: 64px; }
.chw-flip-head .chw-h2 { font-size: clamp(34px,5vw,68px); color: #fff; margin-bottom: 18px; }
.chw-flip-head p { font-family: var(--chw-bf); font-size: 16px; color: rgba(255,255,255,.45); max-width: 440px; margin: 0 auto; line-height: 1.7; }

.chw-flip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin: 0 auto; }

.chw-flip-scene { perspective: 1000px; height: 480px; cursor: pointer; }
.chw-flip-card-inner {
  width: 100%; height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform .7s cubic-bezier(.16,1,.3,1);
}
.chw-flip-scene:hover .chw-flip-card-inner,
.chw-flip-scene.chw-flipped .chw-flip-card-inner { transform: rotateY(180deg); }

.chw-flip-face {
  position: absolute; inset: 0;
  backface-visibility: hidden; -webkit-backface-visibility: hidden;
  border-radius: var(--chw-r); padding: 40px;
  display: flex; flex-direction: column;
}
.chw-flip-front {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
}
.chw-flip-back {
  background: #fff;
  transform: rotateY(180deg);
  border: 1px solid rgba(13,13,13,.08);
}
.chw-flip-face-icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 24px;
}
.chw-flip-face-icon-c { background: rgba(166,36,97,.15); }
.chw-flip-face-icon-t { background: rgba(122,191,184,.15); }
.chw-flip-face-title {
  font-family: var(--chw-hf); font-size: 26px; font-weight: 900;
  letter-spacing: -.025em; line-height: 1.1; margin-bottom: 14px;
}
.chw-flip-front .chw-flip-face-title { color: #fff; }
.chw-flip-back .chw-flip-face-title { color: var(--chw-d); }
.chw-flip-face-desc {
  font-family: var(--chw-bf); font-size: 13px; line-height: 1.7; margin-bottom: 24px;
}
.chw-flip-front .chw-flip-face-desc { color: rgba(255,255,255,.5); }
.chw-flip-back .chw-flip-face-desc { color: rgba(13,13,13,.5); }
.chw-flip-features { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.chw-flip-features li {
  display: flex; align-items: flex-start; gap: 10px;
  font-family: var(--chw-bf); font-size: 13px; line-height: 1.5;
}
.chw-flip-front .chw-flip-features li { color: rgba(255,255,255,.65); }
.chw-flip-back .chw-flip-features li { color: rgba(13,13,13,.7); }
.chw-flip-features li::before { content:'→'; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.chw-flip-front .chw-flip-features li::before { color: var(--chw-t); }
.chw-flip-back .chw-flip-features li::before { color: var(--chw-c); }
.chw-flip-hint {
  margin-top: auto; font-family: var(--chw-hf); font-size: 11px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.25); display: flex; align-items: center; gap: 8px;
}
.chw-flip-hint::after { content:'↻'; font-size: 14px; }

/* ═══════════════════════════════════════════════════════════
   5. PRACTICE SELECTOR — Liquid Tabs
═══════════════════════════════════════════════════════════ */
.chw-practice { background: var(--chw-bg); }
.chw-practice-head { margin-bottom: 52px; }
.chw-practice-head .chw-h2 { font-size: clamp(32px,4.5vw,60px); }

.chw-practice-tabs {
  display: inline-flex; gap: 4px;
  background: rgba(13,13,13,.06); border-radius: 50px;
  padding: 5px; position: relative; margin-bottom: 48px;
}
.chw-practice-pill {
  position: absolute; top: 5px; left: 5px;
  height: calc(100% - 10px);
  background: var(--chw-d); border-radius: 50px;
  transition: left .45s cubic-bezier(.16,1,.3,1), width .45s cubic-bezier(.16,1,.3,1);
  z-index: 0; pointer-events: none;
}
.chw-practice-tab {
  padding: 11px 26px; border-radius: 50px;
  font-family: var(--chw-hf); font-size: 13px; font-weight: 700;
  letter-spacing: .04em; cursor: pointer; position: relative; z-index: 1;
  color: rgba(13,13,13,.5); border: none; background: transparent;
  transition: color .3s; white-space: nowrap;
}
.chw-practice-tab.chw-active { color: #fff; }

.chw-practice-panels { position: relative; }
.chw-practice-panel {
  opacity: 0; pointer-events: none;
  position: absolute; inset: 0;
  transform: translateY(12px);
  transition: opacity .4s cubic-bezier(.16,1,.3,1), transform .4s cubic-bezier(.16,1,.3,1);
}
.chw-practice-panel.chw-active {
  opacity: 1; pointer-events: auto;
  position: relative; transform: translateY(0);
}

.chw-practice-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: start;
}
.chw-practice-info h3 {
  font-family: var(--chw-hf); font-size: 32px; font-weight: 900;
  letter-spacing: -.03em; color: var(--chw-d); margin-bottom: 24px;
}
.chw-practice-detail {
  display: flex; flex-direction: column; gap: 18px; margin-bottom: 32px;
}
.chw-practice-row {
  display: flex; gap: 16px; align-items: flex-start;
}
.chw-practice-row-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(166,36,97,.08); border: 1px solid rgba(166,36,97,.15);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 15px;
}
.chw-practice-row-content strong {
  display: block; font-family: var(--chw-hf); font-size: 13px; font-weight: 700;
  color: var(--chw-d); margin-bottom: 2px;
}
.chw-practice-row-content span {
  font-family: var(--chw-bf); font-size: 13px; color: rgba(13,13,13,.5); line-height: 1.6;
}
.chw-practice-treatments {
  display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 28px;
}
.chw-practice-treat-tag {
  padding: 5px 13px; border-radius: 50px;
  border: 1px solid rgba(13,13,13,.12);
  font-family: var(--chw-hf); font-size: 11px; font-weight: 600;
  letter-spacing: .05em; color: rgba(13,13,13,.6);
  transition: border-color .2s, background .2s, color .2s;
}
.chw-practice-treat-tag:hover { border-color: var(--chw-c); color: var(--chw-c); background: rgba(166,36,97,.04); }

/* Map panel */
.chw-practice-map-wrap {
  border-radius: var(--chw-r); overflow: hidden;
  height: 380px; background: rgba(13,13,13,.06);
  position: relative;
}
.chw-practice-map-wrap iframe { width: 100%; height: 100%; border: none; }
.chw-practice-map-placeholder {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 12px;
  font-family: var(--chw-hf); font-size: 13px; font-weight: 600; color: rgba(13,13,13,.35);
}
.chw-practice-map-placeholder::before { content:'📍'; font-size: 28px; }

/* ═══════════════════════════════════════════════════════════
   6. FINANCE CALCULATOR — Rolling Numbers
═══════════════════════════════════════════════════════════ */
.chw-finance { background: var(--chw-d); overflow: hidden; }
.chw-finance .chw-label { color: var(--chw-t); }
.chw-finance .chw-label::before { background: var(--chw-t); }
.chw-finance-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.chw-finance-left .chw-h2 { font-size: clamp(32px,4.5vw,60px); color: #fff; margin-bottom: 20px; }
.chw-finance-left p { font-family: var(--chw-bf); font-size: 15px; line-height: 1.75; color: rgba(255,255,255,.45); margin-bottom: 36px; }

.chw-finance-controls { display: flex; flex-direction: column; gap: 20px; }
.chw-fc-group label {
  display: block; font-family: var(--chw-hf); font-size: 11px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.4);
  margin-bottom: 10px;
}
.chw-fc-select {
  width: 100%; padding: 14px 18px; border-radius: 12px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  color: #fff; font-family: var(--chw-hf); font-size: 14px; font-weight: 600;
  cursor: pointer; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(255,255,255,.4)' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
  transition: border-color .2s;
}
.chw-fc-select:focus { outline: none; border-color: var(--chw-c); }
.chw-fc-select option { background: #1a1a1a; color: #fff; }

.chw-fc-terms { display: flex; gap: 8px; }
.chw-fc-term {
  flex: 1; padding: 12px 8px; border-radius: 10px;
  background: rgba(255,255,255,.06); border: 1.5px solid rgba(255,255,255,.08);
  font-family: var(--chw-hf); font-size: 13px; font-weight: 700;
  color: rgba(255,255,255,.5); cursor: pointer; text-align: center;
  transition: background .2s, border-color .2s, color .2s;
}
.chw-fc-term:hover { border-color: rgba(255,255,255,.2); color: rgba(255,255,255,.8); }
.chw-fc-term.chw-active { background: var(--chw-c); border-color: var(--chw-c); color: #fff; }

/* Result display */
.chw-finance-result {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--chw-r); padding: 40px;
}
.chw-finance-result-label {
  font-family: var(--chw-hf); font-size: 11px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.35);
  margin-bottom: 16px;
}
.chw-finance-monthly {
  display: flex; align-items: baseline; gap: 6px; margin-bottom: 8px;
  overflow: hidden;
}
.chw-finance-currency {
  font-family: var(--chw-hf); font-size: 32px; font-weight: 900; color: #fff;
}
.chw-num-roller {
  display: flex; gap: 0; overflow: hidden; height: 72px; align-items: flex-start;
}
.chw-num-slot {
  display: flex; flex-direction: column;
  font-family: var(--chw-hf); font-size: 72px; font-weight: 900;
  letter-spacing: -.04em; color: var(--chw-c);
  line-height: 1; transition: transform .5s cubic-bezier(.16,1,.3,1);
}
.chw-num-slot span { height: 72px; display: flex; align-items: center; }
.chw-finance-period {
  font-family: var(--chw-bf); font-size: 14px; color: rgba(255,255,255,.35);
  align-self: flex-end; padding-bottom: 12px;
}
.chw-finance-total {
  font-family: var(--chw-bf); font-size: 13px; color: rgba(255,255,255,.3);
  margin-bottom: 28px;
}
.chw-finance-total strong { color: rgba(255,255,255,.55); font-weight: 600; }
.chw-finance-bar {
  height: 4px; background: rgba(255,255,255,.08); border-radius: 4px; margin-bottom: 32px; overflow: hidden;
}
.chw-finance-bar-fill {
  height: 100%; background: linear-gradient(to right, var(--chw-c), var(--chw-t));
  border-radius: 4px; transition: width .5s cubic-bezier(.16,1,.3,1);
  width: 0%;
}
.chw-finance-disclaimer {
  font-family: var(--chw-bf); font-size: 11px; color: rgba(255,255,255,.2);
  line-height: 1.6; margin-bottom: 24px;
}

/* ═══════════════════════════════════════════════════════════
   7. TEAM CARDS — Magnetic Tilt + Spotlight
═══════════════════════════════════════════════════════════ */
.chw-team { background: var(--chw-bg); }
.chw-team-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 52px; flex-wrap: wrap; gap: 20px; }
.chw-team-head .chw-h2 { font-size: clamp(32px,4.5vw,60px); }
.chw-team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }

.chw-team-card {
  border-radius: var(--chw-r); overflow: hidden;
  background: #fff; border: 1px solid rgba(13,13,13,.07);
  cursor: pointer; position: relative;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform .08s linear, box-shadow .3s;
}
.chw-team-card:hover { box-shadow: 0 24px 60px rgba(13,13,13,.14); }

.chw-team-photo {
  height: 240px; position: relative; overflow: hidden;
  background: linear-gradient(155deg, #1e0812, #a62461);
}
.chw-team-photo img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s cubic-bezier(.16,1,.3,1);
}
.chw-team-card:hover .chw-team-photo img { transform: scale(1.06); }
.chw-team-photo-placeholder {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 48px;
}

.chw-team-spotlight {
  position: absolute; inset: 0;
  background: radial-gradient(circle 180px at -100px -100px, rgba(255,255,255,.12), transparent);
  pointer-events: none; z-index: 2; transition: background .04s;
}

.chw-team-body { padding: 22px; position: relative; }
.chw-team-role {
  font-family: var(--chw-hf); font-size: 10px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--chw-c); margin-bottom: 6px;
}
.chw-team-name {
  font-family: var(--chw-hf); font-size: 18px; font-weight: 800;
  letter-spacing: -.02em; color: var(--chw-d); margin-bottom: 6px;
}
.chw-team-gdc {
  font-family: var(--chw-bf); font-size: 11px; color: rgba(13,13,13,.35);
  margin-bottom: 14px;
}
.chw-team-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.chw-team-tag {
  padding: 3px 9px; border-radius: 50px;
  border: 1px solid rgba(13,13,13,.1);
  font-family: var(--chw-hf); font-size: 10px; font-weight: 600;
  letter-spacing: .04em; color: rgba(13,13,13,.45);
}

/* Bio reveal */
.chw-team-bio {
  position: absolute; inset: 0; background: var(--chw-d);
  padding: 22px; display: flex; flex-direction: column; justify-content: center;
  opacity: 0; transform: translateY(8px);
  transition: opacity .35s cubic-bezier(.16,1,.3,1), transform .35s cubic-bezier(.16,1,.3,1);
  pointer-events: none;
}
.chw-team-card:hover .chw-team-bio { opacity: 1; transform: translateY(0); pointer-events: auto; }
.chw-team-bio p { font-family: var(--chw-bf); font-size: 13px; line-height: 1.7; color: rgba(255,255,255,.65); margin-bottom: 16px; }
.chw-team-bio-link {
  font-family: var(--chw-hf); font-size: 12px; font-weight: 700;
  letter-spacing: .06em; color: var(--chw-t); text-decoration: none;
  display: flex; align-items: center; gap: 6px;
}
.chw-team-bio-link::after { content:'→'; transition: transform .2s; }
.chw-team-bio-link:hover::after { transform: translateX(4px); }

/* ═══════════════════════════════════════════════════════════
   8. TESTIMONIALS — Dual-row marquee + Clip-path reveal
═══════════════════════════════════════════════════════════ */
.chw-testi { background: #fff; overflow: hidden; }
.chw-testi-head { text-align: center; padding: 0 52px; margin-bottom: 52px; }
.chw-testi-head .chw-h2 { font-size: clamp(32px,4.5vw,60px); }

.chw-testi-rows { display: flex; flex-direction: column; gap: 16px; }
.chw-testi-row { overflow: hidden; }
.chw-testi-marquee {
  display: flex; width: max-content;
  will-change: transform;
}
.chw-testi-row:nth-child(1) .chw-testi-marquee { animation: chw-marquee-l 38s linear infinite; }
.chw-testi-row:nth-child(2) .chw-testi-marquee { animation: chw-marquee-r 46s linear infinite; }
.chw-testi-rows:hover .chw-testi-marquee { animation-play-state: paused; }

@keyframes chw-marquee-l { from{transform:translateX(0)} to{transform:translateX(-50%)} }
@keyframes chw-marquee-r { from{transform:translateX(-50%)} to{transform:translateX(0)} }

.chw-testi-card {
  flex-shrink: 0; width: 320px; margin-right: 16px;
  background: var(--chw-bg); border: 1px solid rgba(13,13,13,.07);
  border-radius: var(--chw-r); padding: 26px;
  clip-path: inset(0 100% 0 0); /* initial state for reveal */
  transition: transform .3s cubic-bezier(.16,1,.3,1);
}
.chw-testi-card.chw-revealed { clip-path: inset(0 0% 0 0); }
.chw-testi-card.chw-marquee-card { clip-path: none; } /* inside marquee — always visible */
.chw-testi-card:hover { transform: translateY(-4px); }
.chw-testi-stars { color: var(--chw-c); font-size: 14px; margin-bottom: 12px; letter-spacing: 2px; }
.chw-testi-quote {
  font-family: var(--chw-bf); font-size: 14px; line-height: 1.72;
  color: rgba(13,13,13,.7); margin-bottom: 18px;
}
.chw-testi-author { display: flex; flex-direction: column; gap: 3px; }
.chw-testi-name { font-family: var(--chw-hf); font-size: 13px; font-weight: 800; color: var(--chw-d); }
.chw-testi-treat { font-family: var(--chw-bf); font-size: 12px; color: rgba(13,13,13,.38); }

/* Fade edges */
.chw-testi-rows { position: relative; }
.chw-testi-rows::before,
.chw-testi-rows::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none;
}
.chw-testi-rows::before { left: 0; background: linear-gradient(to right, #fff, transparent); }
.chw-testi-rows::after  { right: 0; background: linear-gradient(to left, #fff, transparent); }

/* ═══════════════════════════════════════════════════════════
   9. CURSOR TREATMENT SHOWCASE
═══════════════════════════════════════════════════════════ */
.chw-cursor-section { background: var(--chw-d); overflow: hidden; cursor: none; }
.chw-cursor-section .chw-label { color: var(--chw-t); }
.chw-cursor-section .chw-label::before { background: var(--chw-t); }

.chw-custom-cursor {
  position: fixed; pointer-events: none; z-index: 9999;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--chw-c); transform: translate(-50%,-50%);
  transition: width .3s, height .3s, opacity .3s;
  mix-blend-mode: normal;
  display: none; /* shown only when inside section */
}
.chw-custom-cursor.chw-cursor-hover { width: 60px; height: 60px; background: rgba(166,36,97,.2); border: 2px solid var(--chw-c); }

.chw-cursor-head { text-align: center; margin-bottom: 60px; }
.chw-cursor-head .chw-h2 { font-size: clamp(32px,4.5vw,60px); color: #fff; }

.chw-cursor-list { list-style: none; }
.chw-cursor-item {
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 28px 0; cursor: none;
  position: relative; overflow: hidden;
}
.chw-cursor-item:last-child { border-bottom: 1px solid rgba(255,255,255,.07); }

.chw-cursor-item-bg {
  position: absolute; inset: 0;
  opacity: 0; transition: opacity .4s cubic-bezier(.16,1,.3,1);
  z-index: 0;
}
.chw-cursor-item:hover .chw-cursor-item-bg { opacity: 1; }

.chw-cursor-item-num {
  font-family: var(--chw-hf); font-size: 12px; font-weight: 700;
  letter-spacing: .1em; color: rgba(255,255,255,.2);
  position: relative; z-index: 1; width: 40px; flex-shrink: 0;
}
.chw-cursor-item-name {
  font-family: var(--chw-hf);
  font-size: clamp(22px, 3.5vw, 48px);
  font-weight: 900; letter-spacing: -.04em;
  color: rgba(255,255,255,.9); position: relative; z-index: 1;
  transition: color .3s, letter-spacing .3s cubic-bezier(.16,1,.3,1);
  flex: 1; padding: 0 24px;
}
.chw-cursor-item:hover .chw-cursor-item-name { color: #fff; letter-spacing: -.02em; }
.chw-cursor-item-tag {
  font-family: var(--chw-hf); font-size: 11px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.28);
  position: relative; z-index: 1; flex-shrink: 0;
  transition: color .3s;
}
.chw-cursor-item:hover .chw-cursor-item-tag { color: rgba(255,255,255,.7); }

/* Floating image that follows cursor */
.chw-cursor-img {
  position: fixed; pointer-events: none; z-index: 9998;
  width: 200px; height: 260px; border-radius: 12px;
  overflow: hidden; opacity: 0;
  transform: translate(-50%,-50%) scale(.85) rotate(-4deg);
  transition: opacity .3s cubic-bezier(.16,1,.3,1), transform .3s cubic-bezier(.16,1,.3,1);
  display: none;
}
.chw-cursor-img.chw-img-visible {
  opacity: 1; transform: translate(-50%,-50%) scale(1) rotate(0deg);
}
.chw-cursor-img-inner { width: 100%; height: 100%; }

/* ═══════════════════════════════════════════════════════════
   10. STATS COUNTER — Slot-machine roll
═══════════════════════════════════════════════════════════ */
.chw-stats { background: var(--chw-bg); }
.chw-stats-head { text-align: center; margin-bottom: 64px; }
.chw-stats-head .chw-h2 { font-size: clamp(32px,4.5vw,60px); margin-bottom: 16px; }
.chw-stats-head p { font-family: var(--chw-bf); font-size: 15px; color: rgba(13,13,13,.45); max-width: 400px; margin: 0 auto; line-height: 1.7; }

.chw-stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; }
.chw-stat-card {
  background: #fff; border: 1px solid rgba(13,13,13,.06);
  padding: 40px 36px;
  opacity: 0; transform: translateY(20px);
  transition: opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1),
              background .25s, border-color .25s;
}
.chw-stat-card:first-child { border-radius: var(--chw-r) 0 0 var(--chw-r); }
.chw-stat-card:last-child  { border-radius: 0 var(--chw-r) var(--chw-r) 0; }
.chw-stat-card.chw-visible { opacity: 1; transform: translateY(0); }
.chw-stat-card:nth-child(2).chw-visible { transition-delay: .08s; }
.chw-stat-card:nth-child(3).chw-visible { transition-delay: .16s; }
.chw-stat-card:nth-child(4).chw-visible { transition-delay: .24s; }
.chw-stat-card:hover { background: var(--chw-c); border-color: var(--chw-c); }
.chw-stat-card:hover .chw-stat-val,
.chw-stat-card:hover .chw-stat-sym { color: #fff; }
.chw-stat-card:hover .chw-stat-label { color: rgba(255,255,255,.65); }
.chw-stat-card:hover .chw-stat-icon { background: rgba(255,255,255,.15); }

.chw-stat-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(166,36,97,.07);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; margin-bottom: 24px;
  transition: background .25s;
}
.chw-stat-num-wrap { display: flex; align-items: baseline; gap: 2px; margin-bottom: 10px; overflow: hidden; }
.chw-stat-sym {
  font-family: var(--chw-hf); font-size: 28px; font-weight: 900;
  color: var(--chw-c); line-height: 1; transition: color .25s;
}
.chw-stat-val {
  font-family: var(--chw-hf); font-size: 52px; font-weight: 900;
  letter-spacing: -.04em; color: var(--chw-d); line-height: 1;
  transition: color .25s;
}
.chw-stat-label {
  font-family: var(--chw-bf); font-size: 14px; color: rgba(13,13,13,.48);
  line-height: 1.5; transition: color .25s;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .chw-team-grid { grid-template-columns: repeat(3,1fr); }
  .chw-pricing-grid { grid-template-columns: 1fr 1fr; }
  .chw-pricing-grid .chw-tilt-wrap:first-child { grid-column: span 2; }
}
@media (max-width: 900px) {
  .chw-section { padding: 80px 24px; }
  .chw-pricing-grid { grid-template-columns: 1fr; }
  .chw-pricing-grid .chw-tilt-wrap:first-child { grid-column: 1; }
  .chw-pricing-head { grid-template-columns: 1fr; }
  .chw-finance-inner { grid-template-columns: 1fr; gap: 48px; }
  .chw-practice-inner { grid-template-columns: 1fr; }
  .chw-flip-grid { grid-template-columns: 1fr; }
  .chw-flip-scene { height: 400px; }
  .chw-team-grid { grid-template-columns: repeat(2,1fr); }
  .chw-stats-grid { grid-template-columns: repeat(2,1fr); }
  .chw-stat-card:first-child { border-radius: var(--chw-r) var(--chw-r) 0 0; }
  .chw-stat-card:last-child  { border-radius: 0 0 var(--chw-r) var(--chw-r); }
  .chw-journey-sticky { padding: 60px 24px; }
  .chw-testi-head { padding: 0 24px; }
  .chw-kinetic-name { font-size: clamp(22px,6vw,48px); }
  .chw-pc-bottom { flex-direction: column; }
  .chw-pc-bottom-features { grid-template-columns: 1fr; }
  /* Disable 3D tilt on touch */
  .chw-tilt-card { transform: none !important; }
  .chw-team-card { transform: none !important; }
  /* Cursor section fallback */
  .chw-cursor-section { cursor: auto; }
  .chw-custom-cursor,.chw-cursor-img { display: none !important; }
}
@media (max-width: 540px) {
  .chw-section { padding: 64px 20px; }
  .chw-team-grid { grid-template-columns: 1fr; }
  .chw-stats-grid { grid-template-columns: 1fr 1fr; }
  .chw-pc-features { grid-template-columns: 1fr; }
  .chw-flip-scene { height: 360px; }
  .chw-fc-terms { flex-wrap: wrap; }
  .chw-num-slot { font-size: 52px; }
  .chw-num-roller { height: 52px; }
  .chw-num-slot span { height: 52px; }
  .chw-finance-currency { font-size: 24px; }
  .chw-journey-track { grid-template-columns: 1fr; gap: 24px; }
  .chw-journey-track::before { display: none; }
  .chw-testi-card { width: 260px; }
}
