  :root {
    --ts-purple:       #7B35C1;
    --ts-dark:         #4A1878;
    --ts-light:        #EDE0F7;
    --ts-mid:          #D4B8EE;
    --ts-green:        #5CB840;
    --ts-green-light:  #EAF6E5;
    --ts-orange:       #F5832A;
    --ts-orange-light: #FEF0E5;
    --white:   #FFFFFF;
    --bg:      #F9F7FC;
    --border:  #EAE2F2;
    --dark:    #1A0F2E;
    --body:    #4A3F60;
    --muted:   #8C7EA8;
    --gold:    #F5A623;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

/* ── HERO ── */
.updated-pricing-plan-page {
  padding: 56px 0px;
}
.hero {
  background: linear-gradient(135deg, var(--ts-dark) 0%, var(--ts-purple) 100%);
  text-align: center;
  padding: 4.5rem 2rem 4rem;
  position: relative;
  overflow: hidden;
}
.hero::before { content: ''; position: absolute; top: -120px; right: -120px; width: 400px; height: 400px; background: rgba(255,255,255,0.04); border-radius: 50%; }
.hero::after  { content: ''; position: absolute; bottom: -80px; left: -80px;  width: 300px; height: 300px; background: rgba(255,255,255,0.03); border-radius: 50%; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18);
  color: var(--ts-mid); font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.3rem 1rem; border-radius: 100px; margin-bottom: 1.5rem;
  position: relative; z-index: 1;
}
h1 {
  font-family: 'Outfit', sans-serif; font-size: clamp(2rem, 4.5vw, 3.1rem);
  font-weight: 900; color: white; line-height: 1.12;
  max-width: 680px; margin: 0 auto 1.25rem;
  letter-spacing: -0.025em; position: relative; z-index: 1;
}
h1 em { font-style: normal; color: var(--ts-orange); }
.hero-sub {
  font-size: 1.05rem; color: rgba(255,255,255,0.7);
  max-width: 500px; margin: 0 auto 2.75rem;
  line-height: 1.7; font-weight: 300; position: relative; z-index: 1;
}

/* TRUST BAR */
.trust-bar {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 0.5rem 2.5rem; font-size: 0.85rem;
  color: rgba(255,255,255,0.85); font-weight: 500;
  position: relative; z-index: 1;
}
.trust-item { display: flex; align-items: center; gap: 0.45rem; }
.trust-tick {
  width: 18px; height: 18px; background: rgba(255,255,255,0.15);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 0.6rem; color: #A8F5C8; font-weight: 900; flex-shrink: 0;
}

/* ── MAIN ── */
.main { max-width: 1040px; margin: 0 auto; padding: 3rem 1.5rem 5rem; }

/* PROOF STRIP */
.proof-strip {
  background: var(--white); border: 1px solid var(--border);
  border-left: 4px solid var(--ts-purple); border-radius: 14px;
  padding: 1.5rem 1.75rem; display: flex; gap: 1.25rem;
  align-items: flex-start; margin-bottom: 2.5rem;
  box-shadow: 0 2px 16px rgba(123,53,193,0.07);
  position: relative; animation: fadeUp 0.5s ease both;
}
.proof-avatar {
  background: linear-gradient(135deg, var(--ts-purple), var(--ts-dark));
  display: flex; align-items: center; justify-content: center;
  font-family: 'Outfit', sans-serif; font-weight: 900; font-size: 1.1rem;
  color: white; flex-shrink: 0;
  border-radius: 50%;
}
.proof-strip img {
  width: 80px; height: 80px; border-radius: 50%;
}
.stars { color: var(--gold); font-size: 0.82rem; margin-bottom: 0.35rem; letter-spacing: 0.08em; }
.proof-content blockquote { font-size: 0.95rem; font-style: italic; color: var(--body); line-height: 1.65; margin-bottom: 0.5rem; font-weight: 300; }
.proof-meta { font-size: 0.8rem; color: var(--muted); }
.proof-meta strong { color: var(--dark); font-weight: 600; }

/* BILLING TOGGLE */
.billing-toggle {
  display: flex; align-items: center; justify-content: center;
  gap: 0.75rem; margin-bottom: 2rem;
  font-size: 0.88rem; color: var(--muted); font-weight: 600;
}
.toggle-wrap { background: var(--border); border-radius: 100px; padding: 3px; display: flex; }
.toggle-btn {
  padding: 0.3rem 1.1rem; border-radius: 100px; border: none;
  background: transparent; color: var(--muted);
  font-family: 'DM Sans', sans-serif; font-size: 0.85rem; font-weight: 600; cursor: pointer; transition: all 0.2s;
}
.toggle-btn.active { background: var(--ts-purple); color: white; box-shadow: 0 2px 8px rgba(123,53,193,0.25); }
.save-badge {
  background: var(--ts-green-light); border: 1px solid #B8DFB0; color: #2E6E1A;
  font-size: 0.72rem; font-weight: 700; padding: 0.2rem 0.65rem;
  border-radius: 100px; text-transform: uppercase; letter-spacing: 0.06em;
}

/* PLAN CARDS */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-bottom: 2rem; }
.plan {
  background: var(--white); border: 1.5px solid var(--border); border-radius: 18px;
  padding: 2rem 1.75rem; position: relative;
  transition: box-shadow 0.25s, transform 0.25s;
  animation: fadeUp 0.5s ease both;
}
.p-plan__annual-note {
  margin-bottom: 1.4rem;
}
.feature-text .feature-suffix {
    font-size: .7rem;
    color: var(--bs-gray);
}
.feature-text .tool-tip-button {
  top: -1px;
  position: relative;
}
.feat-name .tool-tip-button {
  margin: 0;
}
.tooltip-info {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.55rem;
  color: #4A3F60;
  font-weight: 900;
  cursor: pointer;
  flex-shrink: 0;
  border: 1px solid #4A3F60;
}
.plan:hover { box-shadow: 0 10px 36px rgba(123,53,193,0.1); transform: translateY(-4px); }
.plan:nth-child(1) { animation-delay: 0.05s; }
.plan:nth-child(2) { animation-delay: 0.15s; }
.plan:nth-child(3) { animation-delay: 0.25s; }
.plan.featured {
  border-color: var(--ts-purple);
  box-shadow: 0 4px 28px rgba(123,53,193,0.14);
  background: linear-gradient(160deg, #F8F3FF 0%, var(--white) 50%);
}
.plan-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--ts-purple); color: white;
  font-family: 'Outfit', sans-serif; font-size: 0.68rem; font-weight: 800;
  letter-spacing: 0.09em; text-transform: uppercase;
  padding: 0.28rem 0.95rem; border-radius: 100px; white-space: nowrap;
}
.plan-name { font-family: 'Outfit', sans-serif; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.4rem; }
.plan.featured .plan-name { color: var(--ts-purple); }
.plan-tagline { font-size: 0.875rem; color: var(--muted); margin-bottom: 1.4rem; line-height: 1.5; font-weight: 300; }
.plan-price { display: flex; align-items: baseline; gap: 0.15rem; margin-bottom: 0.7rem; }
.plan-price .currency { font-size: 1.1rem; color: var(--muted); font-weight: 500; margin-top: 0.3rem; }
.plan-price .amount { font-family: 'Outfit', sans-serif; font-size: 3.6rem; font-weight: 900; color: var(--dark); line-height: 1; letter-spacing: -0.03em; }
.plan-price .period { font-size: 0.82rem; color: var(--muted); font-weight: 500; }
.plan-price .free-label { font-family: 'Outfit', sans-serif; font-size: 2.4rem; font-weight: 900; color: var(--ts-green); }
.plan-cta {
  display: block; width: 100%; padding: 0.8rem; border-radius: 10px;
  font-family: 'Outfit', sans-serif; font-size: 0.92rem; font-weight: 700;
  cursor: pointer; border: none; margin-bottom: 1.5rem;
  transition: all 0.2s; letter-spacing: 0.01em; text-align: center;
}
.price-notes-section {
    min-height: 115px;
}
.plan-cta.primary { background: var(--ts-purple); color: white; box-shadow: 0 4px 18px rgba(123,53,193,0.3); }
.plan-cta.primary:hover { background: var(--ts-dark); box-shadow: 0 6px 26px rgba(123,53,193,0.45); transform: translateY(-1px); }
.plan-cta.secondary { background: transparent; color: var(--muted); border: 1.5px solid var(--border); }
.plan-cta.secondary:hover { border-color: var(--ts-purple); color: var(--ts-purple); }
.features-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); font-weight: 700; margin-bottom: 0.85rem; }
.feature { display: flex; align-items: flex-start; gap: 0.6rem; margin-bottom: 0.65rem; font-size: 0.875rem; color: var(--body); line-height: 1.35; }
.feat-check { width: 16px; height: 16px; background: var(--ts-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--ts-purple); font-size: 0.58rem; font-weight: 900; flex-shrink: 0; margin-top: 1px; }
.feat-cross { width: 16px; height: 16px; background: #F2F2F2; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #CCC; font-size: 0.58rem; font-weight: 900; flex-shrink: 0; margin-top: 1px; }
.plans-footer {
  text-align: center;
  margin-bottom: 2.5rem;
}
/* VALUE BAR */
.value-bar {
  background: var(--ts-orange-light); border: 1px solid #F5C8A0;
  border-radius: 12px; padding: 1.1rem 1.5rem;
  display: flex; align-items: center; gap: 1rem;
  margin-bottom: 3.5rem; font-size: 0.9rem; color: var(--body); position: relative;
}
.value-bar .icon { font-size: 1.5rem; flex-shrink: 0; }
.value-bar strong { color: var(--ts-orange); font-weight: 700; }

/* ── FEATURE TABLE SECTION ── */
.feature-section-wrap {
  margin-bottom: 1rem;
}

.feature-table-intro {
  text-align: center;
  margin-bottom: 2.5rem;
}
.feature-table-intro h2 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 900; color: var(--dark);
  letter-spacing: -0.02em; margin-bottom: 0.6rem;
}
.feature-table-intro p { font-size: 0.95rem; color: var(--muted); font-weight: 300; }

/* Sticky column headers */
.table-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px 14px 0 0;
  padding: 1rem 1.25rem;
  position: sticky;
  top: 62px;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.th {
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0.25rem 0;
}
.th:first-child { text-align: left; color: var(--dark); }
.th.featured-col { color: var(--ts-purple); }

/* Category block */
.cat-block {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: none;
  overflow: hidden;
  margin-bottom: 0;
}
.cat-block:last-of-type { border-radius: 0 0 14px 14px; margin-bottom: 3rem; }

.cat-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  background: var(--ts-dark);
  padding: 0.7rem 1.25rem;
}
.cat-title {
  font-family: 'Outfit', sans-serif;
  font-size: 0.78rem; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: white;
}
.cat-col-label {
  text-align: center;
  font-size: 0.72rem; font-weight: 600;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.06em; text-transform: uppercase;
}

.feat-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  padding: 0.7rem 1.25rem;
  border-top: 1px solid var(--border);
  align-items: start;
  transition: background 0.15s;
}
.feat-row:hover { background: #FDFAFF; }

.feat-name {
  font-size: 0.875rem;
  color: var(--body);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.feat-name .info {
  width: 14px; height: 14px;
  background: var(--ts-light); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.55rem; color: var(--ts-purple); font-weight: 900;
  cursor: help; flex-shrink: 0;
}

.feat-cell {
  text-align: center;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--body);
}
.feat-cell.featured-col { background: rgba(123,53,193,0.03); }

/* cell content types */
.cell-check { color: var(--ts-purple); font-size: 1rem; font-weight: 700; }
.cell-dash  { color: #D0C8DC; font-size: 1.1rem; }
.cell-val   { color: var(--dark); font-weight: 600; font-size: 0.82rem; }
.cell-val-muted { color: var(--muted); font-size: 0.82rem; }

/* MID PROOF */
.section-heading {
  text-align: center;
  font-family: 'Outfit', sans-serif; font-size: 1.35rem; font-weight: 800;
  color: var(--dark); margin-bottom: 1.25rem; position: relative;
}
.proof-cards {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem;
  margin-bottom: 3.5rem;
  animation: fadeUp 0.6s ease both; animation-delay: 0.3s;
}
.proof-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 1.35rem 1.5rem; }
.proof-card blockquote { font-size: 0.88rem; font-style: italic; color: var(--body); line-height: 1.65; margin-bottom: 0.65rem; font-weight: 300; }
.proof-card .proof-meta { font-size: 0.78rem; color: var(--muted); }
.proof-card .proof-meta strong { color: var(--dark); font-weight: 600; }

/* BOTTOM CTA */
.bottom-cta-section {
  background: linear-gradient(135deg, var(--ts-dark) 0%, var(--ts-purple) 100%);
  border-radius: 22px; padding: 3.75rem 2rem; text-align: center;
  position: relative; overflow: hidden;
  animation: fadeUp 0.6s ease both; animation-delay: 0.4s;
}
.bottom-cta-section::before { content: ''; position: absolute; top: -80px; right: -80px; width: 280px; height: 280px; background: rgba(255,255,255,0.05); border-radius: 50%; }
.bottom-cta-section::after  { content: ''; position: absolute; bottom: -60px; left: -60px; width: 220px; height: 220px; background: rgba(255,255,255,0.03); border-radius: 50%; }
.bottom-cta-section h2 { font-family: 'Outfit', sans-serif; font-size: clamp(1.6rem, 3.5vw, 2.25rem); font-weight: 900; color: white; margin-bottom: 0.75rem; position: relative; z-index: 1; letter-spacing: -0.02em; }
.bottom-cta-section p { color: rgba(255,255,255,0.75); font-size: 1rem; margin-bottom: 2rem; position: relative; z-index: 1; font-weight: 300; }
.cta-btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--ts-orange); color: white;
  padding: 0.9rem 2.25rem; border-radius: 11px;
  font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1rem;
  text-decoration: none; box-shadow: 0 4px 22px rgba(245,131,42,0.4);
  transition: all 0.2s; position: relative; z-index: 1;
}
.cta-btn:hover { box-shadow: 0 7px 30px rgba(245,131,42,0.55); transform: translateY(-2px); }
.microcopy { margin-top: 1.25rem; font-size: 0.8rem; color: rgba(255,255,255,0.5); position: relative; z-index: 1; }

/* ANNOTATIONS */
.annotated { position: relative; }
.ann {
  display: inline-block; background: var(--gold); color: #5C3A00;
  font-size: 0.67rem; font-weight: 800; font-family: 'Outfit', sans-serif;
  padding: 0.18rem 0.55rem; border-radius: 5px;
  letter-spacing: 0.04em; text-transform: uppercase;
  white-space: nowrap; position: absolute; z-index: 20;
}
.ann::after { content: ''; position: absolute; bottom: -5px; left: 12px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid var(--gold); }
.ann.center { left: 50%; transform: translateX(-50%); }
.ann.center::after { left: 50%; transform: translateX(-50%); }
.ann.right { right: 16px; }
.ann.right::after { left: auto; right: 12px; }

/* ── FEATURE TEASER STRIP ── */
.teaser-strip {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.5rem 0;
  margin-bottom: 3rem;
  overflow: hidden;
  position: relative;
}

.teaser-strip::before,
.teaser-strip::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 1;
  pointer-events: none;
}
.teaser-strip::before { left: 0;  background: linear-gradient(to right, var(--white), transparent); }
.teaser-strip::after  { right: 0; background: linear-gradient(to left,  var(--white), transparent); }

.teaser-label {
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.1rem;
}

.teaser-label a {
  color: var(--ts-purple);
  text-decoration: none;
  border-bottom: 1px solid var(--ts-mid);
  padding-bottom: 1px;
  transition: border-color 0.2s;
}
.teaser-label a:hover { border-color: var(--ts-purple); }

.teaser-scroll-wrap {
  overflow: hidden;
  width: 100%;
}

.teaser-track {
  display: flex;
  gap: 1rem;
  animation: scrollTrack 25s linear infinite;
  width: max-content;
}

.teaser-track:hover { animation-play-state: paused; }

@keyframes scrollTrack {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.teaser-pill {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 0.55rem 1.1rem;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  text-decoration: none;
}

.teaser-pill:hover {
  background: var(--ts-light);
  border-color: var(--ts-mid);
}

.teaser-pill .pill-icon {
  font-size: 1rem;
  line-height: 1;
}

.teaser-pill .pill-cat {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ts-purple);
  font-family: 'Outfit', sans-serif;
}

.teaser-pill .pill-name {
  font-size: 0.82rem;
  color: var(--body);
  font-weight: 400;
  margin-top: -1px;
}

.teaser-pill .pill-sep {
  color: var(--border);
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .plans { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
  .proof-cards { grid-template-columns: 1fr; }
  .proof-strip { flex-direction: column; }
  .nav-links a:not(.nav-cta) { display: none; }
  .table-header, .cat-header, .feat-row { grid-template-columns: 1.6fr 1fr 1fr 1fr; }
}