/* ============================================================
   Tellers System Page — design éditoriel marketing isolé
   Tous les styles sont scopés sous .tellers-system-page
   pour ne pas fuiter sur le reste de l'app (Geist + DS brand).
   ============================================================ */

.tellers-system-page {
  /* GOLD V2 LUMINEUX */
  --gold-deep: #B8912A;
  --gold-medium: #D4A832;
  --gold-light: #EDCA50;
  --gold-soft: #F8E27A;
  --gold-grad: linear-gradient(135deg, #B8912A 0%, #D4A832 20%, #EDCA50 40%, #F8E27A 60%, #D4A832 80%, #B8912A 100%);

  --bg-cream: #FAF7EE;
  --bg-cream-2: #F5EFE0;
  --bg-sand: #F0E5C8;
  --bg-sand-2: #E8DBB7;
  --surface: #FFFFFF;

  --ink: #1a1a1a;
  --ink-soft: #3a3a3a;
  --ink-mid: #5a5547;
  --muted: #6b6657;
  --muted-light: #9a9486;

  --border: rgba(184, 145, 42, 0.18);
  --border-strong: rgba(184, 145, 42, 0.32);
  --border-soft: rgba(184, 145, 42, 0.10);

  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  --container: 1240px;
  --container-narrow: 980px;
  --header-h: 72px;
  --subnav-h: 56px;

  --shadow-sm: 0 1px 2px rgba(26,26,26,.04), 0 1px 3px rgba(184,145,42,.05);
  --shadow-md: 0 4px 12px rgba(26,26,26,.06), 0 2px 6px rgba(184,145,42,.04);
  --shadow-lg: 0 12px 32px rgba(26,26,26,.08), 0 4px 12px rgba(184,145,42,.08);
  --shadow-gold: 0 16px 40px rgba(184,145,42,.18);

  font-family: var(--sans);
  background: #ffffff;
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

.tellers-system-page *,
.tellers-system-page *::before,
.tellers-system-page *::after {
  box-sizing: border-box;
  font-family: inherit;
}
.tellers-system-page h1, .tellers-system-page h2, .tellers-system-page h3,
.tellers-system-page h4, .tellers-system-page h5, .tellers-system-page p,
.tellers-system-page ul, .tellers-system-page li {
  margin: 0; padding: 0;
}
.tellers-system-page ul { list-style: none; }
.tellers-system-page button { font: inherit; }

/* FONT OVERRIDES — bat la règle globale `* { font-family: Geist !important }` d'index.css.
   Scopé exclusivement à cette page. */
.tellers-system-page,
.tellers-system-page *,
.tellers-system-page *::before,
.tellers-system-page *::after {
  font-family: var(--sans) !important;
}
.tellers-system-page .hero h1,
.tellers-system-page .hero h1 em,
.tellers-system-page .hero-sub,
.tellers-system-page [style*="--serif"],
.tellers-system-page h2,
.tellers-system-page h3,
.tellers-system-page .serif,
.tellers-system-page .display,
.tellers-system-page .quote,
.tellers-system-page .counter-value,
.tellers-system-page .big-number,
.tellers-system-page .plan-price,
.tellers-system-page .section-head h2,
.tellers-system-page .cta-final h2 {
  font-family: var(--serif) !important;
}

/* HERO PATTERN BAND — bande SVG signature derrière le hero */
.tellers-system-page .hero-pattern-band {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%) rotate(-2.5deg);
  width: 130%;
  height: auto;
  min-width: 1700px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.42;
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 30%, rgba(0,0,0,0.4) 62%, rgba(0,0,0,0) 92%);
          mask-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 30%, rgba(0,0,0,0.4) 62%, rgba(0,0,0,0) 92%);
}
.tellers-system-page .hero-pattern-band svg {
  width: 100%;
  height: auto;
  display: block;
}

/* HEADER */
.tellers-system-page .site-header {
  position: sticky; top: 0; z-index: 100;
  height: var(--header-h);
  background: rgba(255,255,255,.88);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--border-soft);
}
.tellers-system-page .header-inner {
  max-width: var(--container); margin: 0 auto; height: 100%;
  padding: 0 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.tellers-system-page .brand {
  display: inline-flex; align-items: center; gap: 12px;
  text-decoration: none; color: var(--ink); flex-shrink: 0;
}
.tellers-system-page .brand-text { display: inline-flex; flex-direction: column; line-height: 1; }
.tellers-system-page .brand-text-top {
  font-family: var(--sans);
  font-size: 9.5px; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--gold-deep); margin-bottom: 3px;
}
.tellers-system-page .brand-text-name {
  font-family: var(--serif); font-size: 22px; font-weight: 600;
  color: var(--ink); letter-spacing: -.012em;
}
.tellers-system-page .brand-text-dot { color: var(--gold-deep); }

.tellers-system-page .site-nav { display: flex; align-items: center; gap: 36px; }
.tellers-system-page .site-nav a {
  font-size: 13.5px; font-weight: 500; color: var(--ink-soft);
  text-decoration: none; transition: color .2s ease; position: relative;
}
.tellers-system-page .site-nav a:hover { color: var(--gold-deep); }
.tellers-system-page .site-nav a.active { color: var(--ink); }
.tellers-system-page .site-nav a.active::after {
  content: ''; position: absolute; left: 50%; bottom: -6px;
  transform: translateX(-50%); width: 4px; height: 4px;
  border-radius: 50%; background: var(--gold-deep);
}

.tellers-system-page .header-cta { display: flex; align-items: center; gap: 12px; }
.tellers-system-page .btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-size: 13.5px; font-weight: 600;
  letter-spacing: .01em; border-radius: 8px; cursor: pointer; border: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  text-decoration: none; white-space: nowrap; padding: 10px 18px;
}
.tellers-system-page .btn-ghost { background: transparent; color: var(--ink-soft); }
.tellers-system-page .btn-ghost:hover { color: var(--ink); }
.tellers-system-page .btn-outline {
  background: transparent; color: var(--ink); border: 1px solid var(--border-strong);
}
.tellers-system-page .btn-outline:hover {
  border-color: var(--gold-deep); background: rgba(184,145,42,.04);
}
.tellers-system-page .btn-primary {
  background: var(--gold-grad); color: #fff;
  box-shadow: 0 4px 14px rgba(184,145,42,.28);
}
.tellers-system-page .btn-primary:hover {
  transform: translateY(-1px); box-shadow: 0 8px 22px rgba(184,145,42,.36);
}
.tellers-system-page .btn-lg { padding: 14px 26px; font-size: 14.5px; border-radius: 10px; }
.tellers-system-page .btn-xl { padding: 16px 32px; font-size: 15px; border-radius: 12px; }

/* HERO */
.tellers-system-page .hero {
  position: relative; padding: 130px 32px 110px;
  text-align: center; background: #ffffff;
  overflow: hidden; isolation: isolate;
}
.tellers-system-page .hero-inner {
  position: relative; max-width: 880px; margin: 0 auto; z-index: 2;
}
.tellers-system-page .eyebrow {
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  letter-spacing: .32em; color: var(--gold-deep);
  text-transform: uppercase; margin-bottom: 28px;
}
.tellers-system-page .hero h1 {
  font-family: var(--serif); font-size: clamp(48px, 7vw, 84px);
  font-weight: 400; line-height: 1; letter-spacing: -.02em;
  color: var(--ink); margin-bottom: 28px;
}
.tellers-system-page .hero h1 em {
  font-style: italic; font-weight: 500;
  background: linear-gradient(135deg, #B8912A 10%, #D4A832 30%, #EDCA50 50%, #D4A832 70%, #B8912A 90%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.tellers-system-page .hero-sub {
  font-family: var(--serif); font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 400; line-height: 1.4; color: var(--ink);
  max-width: 680px; margin: 0 auto 16px; font-style: italic;
}
.tellers-system-page .hero-desc {
  font-size: 16px; color: var(--ink); max-width: 600px;
  margin: 0 auto 40px; line-height: 1.6;
}
.tellers-system-page .hero-cta {
  display: inline-flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: center;
}
.tellers-system-page .hero-trust {
  margin-top: 56px; display: flex; align-items: center; justify-content: center;
  gap: 28px; flex-wrap: wrap; font-size: 12px; color: var(--muted); letter-spacing: .04em;
}
.tellers-system-page .hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.tellers-system-page .hero-trust .check {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--gold-grad); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 9px; font-weight: 700;
}

/* SUBNAV */
.tellers-system-page .subnav {
  position: sticky; top: var(--header-h); z-index: 90;
  height: var(--subnav-h); background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border-soft);
}
.tellers-system-page .subnav-inner {
  max-width: var(--container); margin: 0 auto; height: 100%;
  padding: 0 32px;
  display: flex; align-items: center; justify-content: center;
  gap: 8px; overflow-x: auto; scrollbar-width: none;
}
.tellers-system-page .subnav-inner::-webkit-scrollbar { display: none; }
.tellers-system-page .subnav a {
  font-size: 13px; font-weight: 500; color: var(--muted);
  text-decoration: none; padding: 8px 16px; border-radius: 6px;
  transition: all .2s ease; white-space: nowrap; letter-spacing: .005em;
  cursor: pointer;
}
.tellers-system-page .subnav a:hover { color: var(--ink); background: rgba(184,145,42,.06); }
.tellers-system-page .subnav a.active {
  color: var(--gold-deep); background: rgba(184,145,42,.08); font-weight: 600;
}

/* SECTION */
.tellers-system-page .section { padding: 110px 32px; position: relative; }
.tellers-system-page .section.alt { background: var(--bg-cream); }
.tellers-system-page .section.dark-tint {
  background: linear-gradient(180deg, var(--bg-cream) 0%, #ffffff 100%);
}
.tellers-system-page .section-inner { max-width: var(--container); margin: 0 auto; }
.tellers-system-page .section-inner.narrow { max-width: var(--container-narrow); }
.tellers-system-page .section-head { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.tellers-system-page .section-title {
  font-family: var(--serif); font-size: clamp(36px, 4.4vw, 52px);
  font-weight: 400; line-height: 1.1; letter-spacing: -.015em;
  color: var(--ink); margin-bottom: 16px;
}
.tellers-system-page .section-title em { font-style: italic; font-weight: 500; color: var(--gold-deep); }
.tellers-system-page .section-desc {
  font-size: 17px; color: var(--ink); line-height: 1.6;
  max-width: 640px; margin: 0 auto;
}

/* PROMESSE */
.tellers-system-page .promesse-card {
  background: linear-gradient(135deg, #FFFEF9 0%, #FBF6E8 100%);
  border-radius: 24px; border: 1px solid var(--border);
  padding: 72px 80px; position: relative; overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.tellers-system-page .promesse-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--gold-grad);
}
.tellers-system-page .promesse-card::after {
  content: '"'; position: absolute; top: 32px; right: 60px;
  font-family: var(--serif); font-size: 220px; line-height: 1;
  color: var(--gold-soft); opacity: .35; font-weight: 600; pointer-events: none;
}
.tellers-system-page .promesse-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: .3em;
  color: var(--gold-deep); text-transform: uppercase; margin-bottom: 24px;
}
.tellers-system-page .promesse-card h2 {
  font-family: var(--serif); font-size: clamp(32px, 4vw, 48px);
  font-weight: 400; line-height: 1.15; color: var(--ink);
  letter-spacing: -.012em; margin-bottom: 28px; max-width: 720px;
}
.tellers-system-page .promesse-card h2 strong {
  font-weight: 500; font-style: italic; color: var(--gold-deep);
}
.tellers-system-page .promesse-card p {
  font-size: 17px; color: var(--ink); line-height: 1.65; max-width: 660px;
}

/* GAINS */
.tellers-system-page .gains-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px;
}
.tellers-system-page .gain {
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  padding: 24px 26px; position: relative; display: flex; flex-direction: column;
  overflow: hidden; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.tellers-system-page .gain::before {
  content: ''; position: absolute; top: 0; left: 28px; right: 28px; height: 2px;
  background: var(--gold-grad); opacity: 0; transform: scaleX(.4);
  transform-origin: center; transition: opacity .35s ease, transform .35s ease;
}
.tellers-system-page .gain:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--border-strong);
}
.tellers-system-page .gain:hover::before { opacity: 1; transform: scaleX(1); }
.tellers-system-page .gain-head {
  display: flex; align-items: baseline; justify-content: flex-start;
  gap: 10px; margin-bottom: 16px; padding-bottom: 12px;
  border-bottom: 1px solid var(--border-soft);
}
.tellers-system-page .gain-num {
  font-family: var(--serif); font-size: 16px; font-weight: 500;
  font-style: italic; color: var(--gold-deep);
}
.tellers-system-page .gain-eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: .22em;
  text-transform: uppercase; color: var(--muted);
}
.tellers-system-page .gain-stat-block {
  display: flex; align-items: baseline; gap: 6px; margin-bottom: 10px; line-height: 1;
}
.tellers-system-page .gain-stat {
  font-family: var(--serif); font-size: clamp(44px, 4.6vw, 60px);
  font-weight: 500; line-height: 1; letter-spacing: -.035em;
  background: linear-gradient(135deg, #B8912A 10%, #D4A832 35%, #EDCA50 65%, #D4A832 90%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  display: inline-block;
}
.tellers-system-page .gain-stat-unit {
  font-family: var(--serif); font-size: 17px; font-weight: 500;
  font-style: italic; color: var(--gold-deep); white-space: nowrap;
}
.tellers-system-page .gain-label {
  font-family: var(--serif); font-size: 17px; font-weight: 500;
  line-height: 1.3; color: var(--ink); letter-spacing: -.005em; margin-bottom: 12px;
}
.tellers-system-page .gain p { font-size: 13px; color: var(--ink); line-height: 1.5; margin: 0; }

/* DEMO */
.tellers-system-page .demo {
  background: var(--surface); border-radius: 24px; border: 1px solid var(--border);
  box-shadow: var(--shadow-lg); overflow: hidden;
  display: grid; grid-template-columns: 380px 1fr;
}
.tellers-system-page .demo-counter {
  background: linear-gradient(165deg, var(--ink) 0%, #2a2a2a 100%);
  color: #fff; padding: 56px 44px; position: relative;
  display: flex; flex-direction: column; justify-content: space-between; overflow: hidden;
}
.tellers-system-page .demo-counter::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(248,226,122,.18) 0%, transparent 70%);
}
.tellers-system-page .demo-counter-eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: .3em;
  text-transform: uppercase; color: var(--gold-soft);
  margin-bottom: 16px; position: relative;
}
.tellers-system-page .demo-plan-name {
  font-family: var(--serif); font-size: 22px; font-weight: 500;
  font-style: italic; color: var(--gold-light); margin-bottom: 8px; position: relative;
}
.tellers-system-page .demo-counter-display { position: relative; margin: 32px 0; }
.tellers-system-page .demo-counter-value {
  font-family: var(--serif); font-size: 120px; font-weight: 500;
  line-height: .9; letter-spacing: -.04em;
  background: linear-gradient(135deg, #F8E27A 0%, #EDCA50 50%, #D4A832 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  display: inline-block; transition: transform .4s cubic-bezier(.22,1,.36,1);
}
.tellers-system-page .demo-counter-value.pulse { transform: scale(1.08); }
.tellers-system-page .demo-counter-label {
  font-size: 14px; color: rgba(255,255,255,.6);
  font-weight: 500; letter-spacing: .05em; margin-top: 4px; position: relative;
}
.tellers-system-page .demo-counter-label strong { color: #fff; font-weight: 600; }
.tellers-system-page .demo-counter-flux {
  font-family: var(--sans); font-size: 13px; color: var(--gold-soft);
  margin-top: 12px; min-height: 24px; opacity: 0;
  transition: opacity .3s ease; position: relative;
}
.tellers-system-page .demo-counter-flux.show { opacity: 1; }
.tellers-system-page .demo-counter-flux .delta {
  font-family: var(--serif); font-size: 18px; font-weight: 600;
  font-style: italic; margin-right: 6px;
}
.tellers-system-page .demo-counter-flux .delta.minus { color: #fff; }
.tellers-system-page .demo-counter-flux .delta.zero { color: rgba(248,226,122,.6); }
.tellers-system-page .demo-reset {
  position: relative; background: rgba(255,255,255,.08);
  border: 1px solid rgba(248,226,122,.22); color: var(--gold-soft);
  font-size: 12px; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; padding: 10px 18px; border-radius: 8px;
  cursor: pointer; align-self: flex-start; transition: background .2s ease;
}
.tellers-system-page .demo-reset:hover { background: rgba(255,255,255,.14); }
.tellers-system-page .demo-scenarios {
  padding: 48px 44px; display: flex; flex-direction: column; gap: 12px;
}
.tellers-system-page .demo-scenarios-head {
  font-size: 11px; font-weight: 700; letter-spacing: .24em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 6px;
}
.tellers-system-page .scenario {
  display: grid; grid-template-columns: 1fr auto; align-items: center;
  gap: 18px; background: var(--bg-cream); border: 1px solid var(--border-soft);
  border-radius: 12px; padding: 18px 22px; cursor: pointer;
  transition: all .2s ease; text-align: left; font-family: var(--sans); width: 100%;
}
.tellers-system-page .scenario:hover {
  background: var(--bg-cream-2); border-color: var(--border); transform: translateX(2px);
}
.tellers-system-page .scenario.active {
  background: #fff; border-color: var(--gold-deep);
  box-shadow: 0 4px 16px rgba(184,145,42,.14);
}
.tellers-system-page .scenario-text {
  font-size: 14.5px; color: var(--ink); font-weight: 500; line-height: 1.4;
}
.tellers-system-page .scenario-amount {
  font-family: var(--serif); font-size: 28px; font-weight: 500;
  font-style: italic; letter-spacing: -.02em; white-space: nowrap;
}
.tellers-system-page .scenario-amount.zero { color: var(--muted); }
.tellers-system-page .scenario-amount.minus { color: var(--gold-deep); }
.tellers-system-page .demo-foot {
  margin-top: 32px; padding: 22px 28px;
  background: var(--bg-sand); border-left: 4px solid var(--gold-deep);
  border-radius: 10px; font-size: 14px; color: var(--ink); line-height: 1.55;
}
.tellers-system-page .demo-foot strong { color: var(--gold-deep); font-weight: 600; }

/* PLANS */
.tellers-system-page .plans-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch;
}
.tellers-system-page .plan {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 18px; padding: 32px 26px;
  display: flex; flex-direction: column; position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.tellers-system-page .plan:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.tellers-system-page .plan.featured {
  border: 2px solid var(--gold-deep);
  background: linear-gradient(180deg, #fff 0%, rgba(248,226,122,.05) 100%);
  box-shadow: var(--shadow-gold); transform: translateY(-12px); z-index: 2;
}
.tellers-system-page .plan.featured:hover { transform: translateY(-16px); }
.tellers-system-page .plan-flag {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--gold-grad); color: #fff;
  font-size: 10px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; padding: 6px 14px; border-radius: 100px;
  white-space: nowrap; box-shadow: 0 4px 12px rgba(184,145,42,.32);
}
.tellers-system-page .plan-name {
  font-family: var(--serif); font-size: 26px; font-weight: 500;
  color: var(--ink); margin-bottom: 6px; letter-spacing: -.005em;
}
.tellers-system-page .plan-tag {
  font-size: 12px; color: var(--muted); margin-bottom: 22px;
  font-style: italic; line-height: 1.4; min-height: 50px;
}
.tellers-system-page .plan-price-wrap {
  margin-bottom: 18px; display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap;
}
.tellers-system-page .plan-price-prefix {
  font-size: 12px; color: var(--muted); font-style: italic;
  font-family: var(--serif); width: 100%; margin-bottom: -8px;
}
.tellers-system-page .plan-price {
  font-family: var(--serif); font-size: 44px; font-weight: 500;
  color: var(--ink); line-height: 1; letter-spacing: -.02em;
}
.tellers-system-page .plan-price-sub { font-size: 12px; color: var(--muted); }
.tellers-system-page .plan-tellers {
  font-size: 13px; color: var(--gold-deep); font-weight: 700; margin-bottom: 4px;
}
.tellers-system-page .plan-tellers-sub {
  font-size: 11px; color: var(--muted); padding-bottom: 18px;
  border-bottom: 1px solid var(--border); margin-bottom: 18px;
}
.tellers-system-page .plan-features {
  list-style: none; font-size: 13px; color: var(--ink); flex: 1; margin-bottom: 24px;
}
.tellers-system-page .plan-features li {
  padding: 6px 0 6px 22px; position: relative; line-height: 1.45;
}
.tellers-system-page .plan-features li::before {
  content: ''; position: absolute; left: 0; top: 11px;
  width: 14px; height: 14px; border-radius: 50%;
  background: rgba(184,145,42,.14);
}
.tellers-system-page .plan-features li::after {
  content: ''; position: absolute; left: 4px; top: 14px;
  width: 6px; height: 3px;
  border-left: 1.5px solid var(--gold-deep);
  border-bottom: 1.5px solid var(--gold-deep);
  transform: rotate(-45deg);
}
.tellers-system-page .plan-cta {
  margin-top: auto; width: 100%; padding: 12px 16px;
  font-size: 13.5px; border-radius: 10px;
}

/* TOPUP */
.tellers-system-page .topup {
  background: linear-gradient(135deg, var(--bg-sand) 0%, var(--bg-sand-2) 100%);
  border-radius: 16px; padding: 28px 36px; margin-top: 32px;
  display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center;
}
.tellers-system-page .topup-icon {
  width: 52px; height: 52px; border-radius: 14px; background: var(--gold-grad);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 24px; font-weight: 600;
  color: #fff; font-style: italic;
}
.tellers-system-page .topup-content h4 {
  font-family: var(--serif); font-size: 22px; font-weight: 500;
  color: var(--ink); margin-bottom: 4px; letter-spacing: -.005em;
}
.tellers-system-page .topup-content p {
  font-size: 13.5px; color: var(--ink-soft); line-height: 1.5;
}
.tellers-system-page .topup-price { text-align: right; }
.tellers-system-page .topup-price-main {
  font-family: var(--serif); font-size: 34px; font-weight: 600;
  color: var(--gold-deep); line-height: 1; letter-spacing: -.02em;
}
.tellers-system-page .topup-price-sub {
  display: block; font-size: 11px; color: var(--muted); margin-top: 4px;
}

/* COMP TABLE */
.tellers-system-page .comp-table {
  background: var(--surface); border-radius: 20px;
  border: 1px solid var(--border); overflow: hidden; box-shadow: var(--shadow-md);
}
.tellers-system-page .comp-row {
  display: grid; grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--border);
}
.tellers-system-page .comp-row:last-child { border-bottom: none; }
.tellers-system-page .comp-cell { padding: 36px 40px; position: relative; }
.tellers-system-page .comp-cell.them {
  background: rgba(107,102,87,.025); border-right: 1px solid var(--border);
}
.tellers-system-page .comp-cell.us {
  background: linear-gradient(135deg, rgba(248,226,122,.06) 0%, rgba(248,226,122,.02) 100%);
}
.tellers-system-page .comp-cell.us::before {
  content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 3px;
  background: var(--gold-grad);
}
.tellers-system-page .comp-eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; margin-bottom: 10px; color: var(--muted);
}
.tellers-system-page .comp-cell.us .comp-eyebrow { color: var(--gold-deep); }
.tellers-system-page .comp-name {
  font-family: var(--serif); font-size: 24px; font-weight: 500;
  color: var(--ink); margin-bottom: 18px; letter-spacing: -.005em;
}
.tellers-system-page .comp-list { list-style: none; }
.tellers-system-page .comp-list li {
  font-size: 14px; padding: 7px 0 7px 26px; position: relative;
  color: var(--ink); line-height: 1.55;
}
.tellers-system-page .comp-cell.them .comp-list li::before {
  content: ''; position: absolute; left: 4px; top: 14px;
  width: 12px; height: 1.5px; background: var(--muted-light);
}
.tellers-system-page .comp-cell.us .comp-list li::before {
  content: ''; position: absolute; left: 0; top: 11px;
  width: 14px; height: 14px; border-radius: 50%;
  background: rgba(184,145,42,.14);
}
.tellers-system-page .comp-cell.us .comp-list li::after {
  content: ''; position: absolute; left: 4px; top: 14px;
  width: 6px; height: 3px;
  border-left: 1.5px solid var(--gold-deep);
  border-bottom: 1.5px solid var(--gold-deep);
  transform: rotate(-45deg);
}

/* DECOUVERTE */
.tellers-system-page .decouverte {
  margin-top: 24px; padding: 36px 48px;
  background: var(--surface); border: 1px solid var(--border); border-radius: 18px;
  display: grid; grid-template-columns: auto 1fr auto;
  gap: 32px; align-items: center; position: relative; overflow: hidden;
}
.tellers-system-page .decouverte::before {
  content: ''; position: absolute; top: 0; bottom: 0; left: 0;
  width: 5px; background: var(--gold-grad);
}
.tellers-system-page .decouverte-badge {
  font-size: 10px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold-deep);
  background: var(--bg-sand); padding: 8px 14px;
  border-radius: 100px; white-space: nowrap; border: 1px solid var(--border);
}
.tellers-system-page .decouverte-content h4 {
  font-family: var(--serif); font-size: 24px; font-weight: 500;
  color: var(--ink); margin-bottom: 4px; letter-spacing: -.005em;
}
.tellers-system-page .decouverte-content p {
  font-size: 14px; color: var(--ink); line-height: 1.55;
}

/* FAQ */
.tellers-system-page .faq { max-width: 820px; margin: 0 auto; }
.tellers-system-page .faq-item {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 14px; margin-bottom: 12px; overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.tellers-system-page .faq-item.open {
  border-color: var(--gold-deep); box-shadow: var(--shadow-md);
}
.tellers-system-page .faq-q {
  width: 100%; background: transparent; border: none;
  padding: 24px 28px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; cursor: pointer;
  font-family: var(--serif); font-size: 20px; font-weight: 500;
  color: var(--ink); text-align: left; letter-spacing: -.005em; line-height: 1.3;
}
.tellers-system-page .faq-q-icon {
  width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid var(--border-strong); position: relative;
  flex-shrink: 0; transition: all .3s ease;
}
.tellers-system-page .faq-q-icon::before,
.tellers-system-page .faq-q-icon::after {
  content: ''; position: absolute; background: var(--gold-deep);
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  transition: transform .3s ease;
}
.tellers-system-page .faq-q-icon::before { width: 12px; height: 1.5px; }
.tellers-system-page .faq-q-icon::after { width: 1.5px; height: 12px; }
.tellers-system-page .faq-item.open .faq-q-icon {
  background: var(--gold-deep); border-color: var(--gold-deep);
}
.tellers-system-page .faq-item.open .faq-q-icon::before,
.tellers-system-page .faq-item.open .faq-q-icon::after { background: #fff; }
.tellers-system-page .faq-item.open .faq-q-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.tellers-system-page .faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .4s ease, padding .4s ease;
  padding: 0 28px; font-size: 15px; color: var(--ink); line-height: 1.65;
}
.tellers-system-page .faq-item.open .faq-a {
  max-height: 400px; padding: 0 28px 26px;
}
.tellers-system-page .faq-a strong { color: var(--ink); font-weight: 600; }

/* CTA FINAL */
.tellers-system-page .cta-final {
  padding: 100px 32px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2419 60%, #3a2f12 100%);
  position: relative; overflow: hidden;
}
.tellers-system-page .cta-final::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 1px; background: var(--gold-grad);
}
.tellers-system-page .cta-final::after {
  content: ''; position: absolute; top: -300px; right: -200px;
  width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(248,226,122,.12) 0%, transparent 70%);
  pointer-events: none;
}
.tellers-system-page .cta-inner {
  max-width: var(--container); margin: 0 auto;
  position: relative; z-index: 2; text-align: center;
}
.tellers-system-page .cta-final .eyebrow { color: var(--gold-light); }
.tellers-system-page .cta-final h2 {
  font-family: var(--serif); font-size: clamp(40px, 5.5vw, 64px);
  font-weight: 400; line-height: 1.1; color: #fff;
  letter-spacing: -.018em; margin-bottom: 24px;
}
.tellers-system-page .cta-final h2 em {
  font-style: italic; font-weight: 500;
  background: linear-gradient(135deg, #F8E27A 0%, #EDCA50 50%, #D4A832 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.tellers-system-page .cta-final p {
  font-size: 18px; color: rgba(255,255,255,.7);
  max-width: 560px; margin: 0 auto 40px; line-height: 1.6;
}
.tellers-system-page .cta-final .btn-primary {
  background: #fff; color: var(--ink);
  box-shadow: 0 8px 28px rgba(0,0,0,.3);
}
.tellers-system-page .cta-final .btn-primary:hover {
  background: var(--gold-soft); transform: translateY(-1px);
}
.tellers-system-page .cta-final .btn-outline {
  background: transparent; color: #fff; border-color: rgba(255,255,255,.3);
}
.tellers-system-page .cta-final .btn-outline:hover {
  border-color: var(--gold-light); background: rgba(248,226,122,.08);
}
.tellers-system-page .cta-final-trust {
  margin-top: 36px; font-size: 12.5px;
  color: rgba(255,255,255,.5); letter-spacing: .04em;
}

/* PLAN QUIZ */
.tellers-system-page .plan-quiz {
  max-width: 760px; margin: 0 auto 56px;
  background: #fff; border: 1px solid var(--border); border-radius: 20px;
  padding: 44px 48px 40px; box-shadow: var(--shadow-md);
  position: relative; overflow: hidden;
}
.tellers-system-page .plan-quiz::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--gold-grad);
}
.tellers-system-page .quiz-title {
  font-family: var(--serif); font-size: clamp(28px, 3.2vw, 36px);
  font-weight: 400; line-height: 1.15; color: var(--ink);
  letter-spacing: -.015em; text-align: center; margin-bottom: 10px;
}
.tellers-system-page .quiz-title em {
  font-style: italic; font-weight: 500;
  background: linear-gradient(135deg, #B8912A 10%, #D4A832 35%, #EDCA50 65%, #D4A832 90%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.tellers-system-page .quiz-desc {
  text-align: center; font-size: 15px; color: var(--ink);
  line-height: 1.55; margin: 0 auto 32px; max-width: 540px;
}
.tellers-system-page .quiz-value-block { text-align: center; margin-bottom: 24px; }
.tellers-system-page .quiz-value {
  font-family: var(--serif); font-size: clamp(56px, 6.4vw, 84px);
  font-weight: 500; line-height: 1; letter-spacing: -.04em;
  background: linear-gradient(135deg, #B8912A 10%, #D4A832 35%, #EDCA50 65%, #D4A832 90%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  display: inline-block; transition: transform .25s cubic-bezier(.22,1,.36,1);
}
.tellers-system-page .quiz-value.bump { transform: scale(1.06); }
.tellers-system-page .quiz-value-label {
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  letter-spacing: .24em; text-transform: uppercase; color: var(--muted); margin-top: 4px;
}
.tellers-system-page .quiz-value-hint {
  font-family: var(--serif); font-size: 13px; font-style: italic;
  color: var(--ink); margin-top: 8px; opacity: .7;
}
.tellers-system-page .quiz-slider-wrap { padding: 0 8px; margin-bottom: 28px; }
.tellers-system-page .quiz-slider {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 4px; border-radius: 999px;
  background: linear-gradient(to right,
    var(--gold-deep) 0%, var(--gold-deep) var(--fill, 50%),
    var(--bg-sand) var(--fill, 50%), var(--bg-sand) 100%);
  outline: none; cursor: pointer;
}
.tellers-system-page .quiz-slider::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--gold-grad); border: 3px solid #fff;
  box-shadow: 0 2px 10px rgba(184,145,42,.45);
  cursor: pointer; transition: transform .18s ease, box-shadow .18s ease;
}
.tellers-system-page .quiz-slider::-webkit-slider-thumb:hover {
  transform: scale(1.12); box-shadow: 0 4px 16px rgba(184,145,42,.55);
}
.tellers-system-page .quiz-slider::-moz-range-thumb {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--gold-deep); border: 3px solid #fff;
  box-shadow: 0 2px 10px rgba(184,145,42,.45); cursor: pointer;
}
.tellers-system-page .quiz-slider-scale {
  display: flex; justify-content: space-between;
  margin-top: 10px; padding: 0 4px;
  font-family: var(--sans); font-size: 10.5px; font-weight: 600;
  letter-spacing: .08em; color: var(--muted);
}
.tellers-system-page .quiz-reco {
  background: linear-gradient(135deg, #FFFEF9 0%, #FBF6E8 100%);
  border: 1px solid var(--border); border-radius: 14px;
  padding: 20px 28px; text-align: center;
  font-size: 15px; color: var(--ink); line-height: 1.55;
}
.tellers-system-page .quiz-reco strong {
  font-family: var(--serif); font-size: 22px; font-weight: 500; font-style: italic;
  background: linear-gradient(135deg, #B8912A 0%, #D4A832 40%, #B8912A 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  display: inline-block; margin: 0 4px;
}
.tellers-system-page .quiz-reco-label {
  font-size: 11px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold-deep);
  display: block; margin-bottom: 6px;
}

/* FOOTER */
.tellers-system-page .site-footer {
  background: #141414; color: rgba(255,255,255,.65);
  padding: 80px 32px 32px; border-top: 1px solid rgba(184,145,42,.25);
}
.tellers-system-page .footer-inner { max-width: var(--container); margin: 0 auto; }
.tellers-system-page .footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: 48px; margin-bottom: 60px;
}
.tellers-system-page .footer-brand .brand { margin-bottom: 24px; }
.tellers-system-page .footer-brand .brand-text-name { font-size: 24px; }
.tellers-system-page .footer-brand p {
  font-size: 13.5px; line-height: 1.6;
  color: rgba(255,255,255,.55); max-width: 280px;
}
.tellers-system-page .footer-col h5 {
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  letter-spacing: .16em; color: var(--gold-light);
  text-transform: uppercase; margin-bottom: 18px;
}
.tellers-system-page .footer-col li { margin-bottom: 10px; }
.tellers-system-page .footer-col a {
  font-size: 13.5px; color: rgba(255,255,255,.6);
  text-decoration: none; transition: color .2s ease;
}
.tellers-system-page .footer-col a:hover { color: var(--gold-soft); }
.tellers-system-page .footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 28px; border-top: 1px solid rgba(255,255,255,.08);
  flex-wrap: wrap; gap: 16px;
}
.tellers-system-page .footer-bottom p { font-size: 12px; color: rgba(255,255,255,.4); }
.tellers-system-page .footer-bottom-links { display: flex; gap: 24px; }
.tellers-system-page .footer-bottom-links a {
  font-size: 12px; color: rgba(255,255,255,.4);
  text-decoration: none; transition: color .2s ease;
}
.tellers-system-page .footer-bottom-links a:hover { color: rgba(255,255,255,.7); }

/* RESPONSIVE */
@media (max-width: 1080px) {
  .tellers-system-page .gains-grid { grid-template-columns: 1fr; gap: 16px; }
  .tellers-system-page .plans-grid { grid-template-columns: repeat(2, 1fr); }
  .tellers-system-page .plan.featured { transform: none; }
  .tellers-system-page .plan.featured:hover { transform: translateY(-4px); }
  .tellers-system-page .demo { grid-template-columns: 1fr; }
  .tellers-system-page .demo-counter { padding: 44px 36px; }
  .tellers-system-page .demo-counter-value { font-size: 96px; }
  .tellers-system-page .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .tellers-system-page .footer-brand { grid-column: span 3; }
}
@media (max-width: 720px) {
  .tellers-system-page .site-nav { display: none; }
  .tellers-system-page .header-cta .btn-ghost { display: none; }
  .tellers-system-page .hero { padding: 80px 20px 70px; }
  .tellers-system-page .section { padding: 70px 20px; }
  .tellers-system-page .promesse-card { padding: 44px 28px; }
  .tellers-system-page .promesse-card::after { font-size: 140px; right: 24px; top: 16px; }
  .tellers-system-page .gains-grid { grid-template-columns: 1fr; }
  .tellers-system-page .plans-grid { grid-template-columns: 1fr; }
  .tellers-system-page .demo-scenarios { padding: 32px 24px; }
  .tellers-system-page .demo-counter { padding: 36px 28px; }
  .tellers-system-page .demo-counter-value { font-size: 80px; }
  .tellers-system-page .topup { grid-template-columns: 1fr; gap: 16px; }
  .tellers-system-page .topup-price { text-align: left; }
  .tellers-system-page .comp-row { grid-template-columns: 1fr; }
  .tellers-system-page .comp-cell.them { border-right: none; border-bottom: 1px solid var(--border); }
  .tellers-system-page .decouverte { grid-template-columns: 1fr; gap: 18px; }
  .tellers-system-page .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .tellers-system-page .footer-brand { grid-column: span 1; }
  .tellers-system-page .footer-bottom { flex-direction: column; align-items: flex-start; }
  .tellers-system-page .cta-final { padding: 70px 20px; }
  .tellers-system-page .plan-quiz { padding: 32px 24px 28px; }
}
