/* =========================================================================
   TriaTex – neue Startseiten-Inhalte
   Alles unter .tx-home gescoped, damit nichts mit dem bestehenden CSS kollidiert.
   In <head> einbinden oder ins bestehende Stylesheet einkopieren.
   ========================================================================= */

.tx-home {
  --tx-bg:        #04070f;
  --tx-bg-2:      #07101f;
  --tx-bg-card:   #0a1525;
  --tx-bg-card-2: #0d1a2e;
  --tx-line:      rgba(56,189,248,.14);
  --tx-line-2:    rgba(148,163,184,.16);
  --tx-cyan:      #38bdf8;
  --tx-cyan-2:    #22d3ee;
  --tx-green:     #22c55e;
  --tx-green-2:   #4ade80;
  --tx-gold:      #f5b942;
  --tx-red:       #f43f5e;
  --tx-text:      #e6edf3;
  --tx-text-2:    #a3b3c7;
  --tx-text-3:    #6b7a90;

  background: var(--tx-bg);
  color: var(--tx-text);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  overflow: hidden;
  padding-left: 5%;
  padding-right: 5%;
}
.tx-home *,
.tx-home *::before,
.tx-home *::after { box-sizing: border-box; }

/* Ambient backgrounds */
.tx-home .bg-glow {
  position: absolute; pointer-events: none; z-index: 0;
  filter: blur(80px); opacity: .55;
}
.tx-home .bg-glow.a { width: 700px; height: 700px; top: -200px; right: -200px;
  background: radial-gradient(closest-side, rgba(56,189,248,.45), transparent 70%); }
.tx-home .bg-glow.b { width: 600px; height: 600px; top: 600px; left: -200px;
  background: radial-gradient(closest-side, rgba(34,197,94,.30), transparent 70%); }
.tx-home .bg-glow.c { width: 700px; height: 700px; top: 1800px; right: -250px;
  background: radial-gradient(closest-side, rgba(56,189,248,.18), transparent 70%); }
.tx-home .bg-grid {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    linear-gradient(rgba(148,163,184,.05) 1px, transparent 1px) 0 0 / 56px 56px,
    linear-gradient(90deg, rgba(148,163,184,.05) 1px, transparent 1px) 0 0 / 56px 56px;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 1400px);
          mask-image: linear-gradient(180deg, #000 0%, transparent 1400px);
}

/* Buttons */
.tx-home .btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px; border-radius: 10px;
  font-size: 14px; font-weight: 600; text-decoration: none;
  transition: transform .08s ease;
  cursor: pointer; border: 0; line-height: 1;
}
.tx-home .btn-primary {
  background: linear-gradient(135deg, var(--tx-cyan), var(--tx-green));
  color: #001020;
  box-shadow: 0 0 0 1px rgba(56,189,248,.5), 0 6px 22px rgba(56,189,248,.30);
}
.tx-home .btn-primary:hover { transform: translateY(-1px); }
.tx-home .btn-ghost {
  color: var(--tx-text); background: rgba(56,189,248,.08);
  border: 1px solid var(--tx-line);
}
.tx-home .btn-lg { padding: 14px 24px; font-size: 15px; border-radius: 12px; }

/* Section titles */
.tx-home .section-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .14em; color: var(--tx-cyan); text-transform: uppercase; margin: 0 0 10px; }
.tx-home h2.section-title { font-size: 42px; letter-spacing: -.02em; font-weight: 700; margin: 0 0 8px; color: #fff; }
.tx-home .section-desc { color: var(--tx-text-2); font-size: 17px; max-width: 640px; }

/* =================== Hero =================== */
.tx-home section.hero {
  position: relative; z-index: 5;
  padding: 80px 56px 60px;
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px;
  align-items: center;
}
.tx-home .eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 12px 6px 8px; border-radius: 100px;
  background: rgba(56,189,248,.08); border: 1px solid var(--tx-line);
  font-size: 12px; font-weight: 600; letter-spacing: .04em;
  color: var(--tx-cyan); margin-bottom: 22px;
}
.tx-home .eyebrow .pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--tx-cyan);
  box-shadow: 0 0 0 0 rgba(56,189,248,.7);
  animation: tx-pulse 2s infinite;
}
@keyframes tx-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(56,189,248,.7); }
  70%  { box-shadow: 0 0 0 10px rgba(56,189,248,0); }
  100% { box-shadow: 0 0 0 0 rgba(56,189,248,0); }
}
.tx-home h1.hero-title { font-size: 64px; line-height: 1.04; letter-spacing: -.03em; font-weight: 700; margin: 0 0 22px; color: #fff; }
.tx-home h1.hero-title .grad {
  background: linear-gradient(135deg, var(--tx-cyan) 10%, var(--tx-green-2) 95%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.tx-home .hero-sub { font-size: 19px; line-height: 1.55; color: var(--tx-text-2); max-width: 540px; margin: 0 0 32px; }
.tx-home .hero-actions { display: flex; gap: 12px; margin-bottom: 36px; }
.tx-home .hero-meta { display: flex; gap: 26px; color: var(--tx-text-3); font-size: 13px; flex-wrap: wrap; }
.tx-home .hero-meta .item { display: flex; align-items: center; gap: 8px; }
.tx-home .hero-meta svg { width: 16px; height: 16px; stroke: var(--tx-green); }

/* Hero mock app */
.tx-home .hero-mock {
  position: relative; border-radius: 18px;
  background: linear-gradient(180deg, var(--tx-bg-card-2), var(--tx-bg-card));
  border: 1px solid var(--tx-line);
  box-shadow: 0 0 0 1px rgba(56,189,248,.08), 0 30px 80px rgba(0,0,0,.5), 0 0 60px rgba(56,189,248,.18);
  overflow: hidden;
}
.tx-home .hero-mock .winchrome {
  display: flex; align-items: center; gap: 8px; padding: 12px 16px;
  border-bottom: 1px solid var(--tx-line-2);
  background: rgba(0,0,0,.25);
}
.tx-home .hero-mock .winchrome i { width: 11px; height: 11px; border-radius: 50%; }
.tx-home .hero-mock .winchrome .url { margin-left: 14px; font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 12px; color: var(--tx-text-3); }
.tx-home .hero-mock .winchrome .url .h { color: var(--tx-cyan); }
.tx-home .hero-mock .winchrome .live { margin-left: auto; display: flex; align-items: center; gap: 6px; font-size: 11px; color: var(--tx-green); letter-spacing: .08em; }
.tx-home .hero-mock .winchrome .live .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--tx-green); box-shadow: 0 0 8px var(--tx-green); }
.tx-home .mock-body { display: grid; grid-template-columns: 1.5fr 1fr; gap: 1px; background: var(--tx-line-2); }
.tx-home .mock-pane { background: var(--tx-bg-card-2); padding: 18px; }
.tx-home .mock-equity h4 { margin: 0 0 4px; font-size: 13px; color: var(--tx-text-2); font-weight: 500; }
.tx-home .mock-equity .val { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 26px; font-weight: 700; color: #fff; }
.tx-home .mock-equity .delta { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 13px; color: var(--tx-green); margin-left: 10px; }
.tx-home .chart { margin-top: 14px; }
.tx-home .mock-setup h4 { margin: 0 0 14px; font-size: 13px; color: var(--tx-text-2); font-weight: 500; }
.tx-home .check-list { display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
.tx-home .check-list .row { display: flex; align-items: center; gap: 10px; }
.tx-home .check-list .cb { width: 18px; height: 18px; border-radius: 5px; border: 1.5px solid var(--tx-text-3); display: grid; place-items: center; flex: none; }
.tx-home .check-list .row.done .cb { border-color: var(--tx-green); background: rgba(34,197,94,.15); }
.tx-home .check-list .row.done .cb svg { stroke: var(--tx-green); }
.tx-home .check-list .row.warn .cb { border-color: var(--tx-gold); }
.tx-home .check-list .row.warn .cb::after { content:''; width:8px; height:8px; border-radius:2px; background: var(--tx-gold); }
.tx-home .check-list .row.done span { color: var(--tx-text); }
.tx-home .check-list .row span { color: var(--tx-text-2); }
.tx-home .mock-rules { padding: 14px 18px; border-top: 1px solid var(--tx-line-2); display: flex; gap: 18px; align-items: center; background: rgba(34,197,94,.04); }
.tx-home .mock-rules .shield { width: 28px; height: 28px; border-radius: 50%; background: rgba(34,197,94,.18); display: grid; place-items: center; color: var(--tx-green); font-weight: 700; font-size: 12px; }
.tx-home .mock-rules .txt { font-size: 13px; color: var(--tx-text-2); }
.tx-home .mock-rules .txt b { color: var(--tx-text); font-weight: 600; }

/* =================== Workflow =================== */
.tx-home section.workflow { padding: 80px 3%; position: relative; z-index: 5; }
.tx-home .workflow-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; position: relative; }
.tx-home .wf-step {
  background: linear-gradient(180deg, var(--tx-bg-card-2), var(--tx-bg-card));
  border: 1px solid var(--tx-line-2); border-radius: 16px; padding: 26px; position: relative;
}
.tx-home .wf-step .num { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 13px; color: var(--tx-cyan); letter-spacing: .08em; margin-bottom: 14px; }
.tx-home .wf-step .icon { width: 44px; height: 44px; border-radius: 11px; background: rgba(56,189,248,.10); border: 1px solid var(--tx-line); display: grid; place-items: center; margin-bottom: 16px; }
.tx-home .wf-step .icon svg { width: 22px; height: 22px; stroke: var(--tx-cyan); fill: none; stroke-width: 1.8; }
.tx-home .wf-step h3 { font-size: 19px; margin: 0 0 8px; font-weight: 600; letter-spacing: -.01em; color: #fff; }
.tx-home .wf-step p { font-size: 14px; color: var(--tx-text-2); line-height: 1.5; margin: 0; }
.tx-home .wf-arrow { position: absolute; right: -20px; top: 56px; width: 24px; height: 24px; display: grid; place-items: center; color: var(--tx-cyan); z-index: 2; }
.tx-home .wf-step:last-child .wf-arrow { display: none; }

/* =================== Features grid =================== */
.tx-home section.features { padding: 60px 56px 30px; position: relative; z-index: 5; }
.tx-home .feat-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tx-home .feat {
  background: linear-gradient(180deg, var(--tx-bg-card-2), var(--tx-bg-card));
  border: 1px solid var(--tx-line-2); border-radius: 16px; padding: 26px; position: relative; overflow: hidden;
}
.tx-home .feat::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(180px 80px at top right, rgba(56,189,248,.10), transparent 60%);
  pointer-events: none;
}
.tx-home .feat .icon { width: 40px; height: 40px; border-radius: 10px;
  background: linear-gradient(135deg, rgba(56,189,248,.18), rgba(34,197,94,.12));
  border: 1px solid var(--tx-line); display: grid; place-items: center; margin-bottom: 16px;
}
.tx-home .feat .icon svg { width: 22px; height: 22px; stroke: var(--tx-cyan-2); fill: none; stroke-width: 1.8; }
.tx-home .feat h3 { font-size: 18px; font-weight: 600; margin: 0 0 8px; letter-spacing: -.01em; color: #fff; }
.tx-home .feat p { font-size: 14px; line-height: 1.55; color: var(--tx-text-2); margin: 0; }

/* =================== Deep features =================== */
.tx-home section.deepfeat { padding: 60px 56px; position: relative; z-index: 5; display: flex; flex-direction: column; gap: 56px; }
.tx-home .df-row { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.tx-home .df-row.reverse { grid-template-columns: 1.1fr 1fr; }
.tx-home .df-row.reverse .df-text { order: 2; }
.tx-home .df-row.reverse .df-mock { order: 1; }
.tx-home .df-text .tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 100px;
  background: rgba(56,189,248,.10); color: var(--tx-cyan); border: 1px solid var(--tx-line);
  margin-bottom: 18px;
}
.tx-home .df-text h3 { font-size: 32px; font-weight: 700; letter-spacing: -.02em; margin: 0 0 14px; line-height: 1.15; color: #fff; }
.tx-home .df-text > p { color: var(--tx-text-2); font-size: 16px; line-height: 1.6; margin: 0 0 22px; max-width: 520px; }
.tx-home .df-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.tx-home .df-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--tx-text); }
.tx-home .df-list li svg { width: 18px; height: 18px; flex: none; color: var(--tx-green); margin-top: 2px; }
.tx-home .df-mock {
  background: linear-gradient(180deg, var(--tx-bg-card-2), var(--tx-bg-card));
  border: 1px solid var(--tx-line); border-radius: 18px; padding: 22px; position: relative; overflow: hidden;
}
.tx-home .df-mock .label { font-size: 11px; color: var(--tx-text-3); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 12px; }

/* MT5 mock */
.tx-home .mt5-mock .row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--tx-line-2); font-size: 14px; }
.tx-home .mt5-mock .row:last-child { border-bottom: 0; }
.tx-home .mt5-mock .pos { display: flex; gap: 10px; align-items: center; }
.tx-home .mt5-mock .badge { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11px; padding: 2px 8px; border-radius: 6px; font-weight: 600; }
.tx-home .mt5-mock .badge.buy { background: rgba(34,197,94,.15); color: var(--tx-green); }
.tx-home .mt5-mock .badge.sell { background: rgba(244,63,94,.15); color: var(--tx-red); }
.tx-home .mt5-mock .pl { font-family: 'JetBrains Mono', ui-monospace, monospace; font-weight: 600; }
.tx-home .mt5-mock .pl.pos { color: var(--tx-green); }
.tx-home .mt5-mock .pl.neg { color: var(--tx-red); }
.tx-home .mt5-mock .topline { display: flex; gap: 14px; align-items: center; margin-bottom: 10px; }
.tx-home .mt5-mock .topline .pill { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 100px; background: rgba(34,197,94,.10); color: var(--tx-green); font-size: 11px; font-weight: 600; letter-spacing: .06em; }
.tx-home .mt5-mock .topline .pill .d { width: 6px; height: 6px; border-radius: 50%; background: var(--tx-green); box-shadow: 0 0 6px var(--tx-green); }
.tx-home .mt5-mock .topline .acct { font-size: 13px; color: var(--tx-text-2); font-family: 'JetBrains Mono', ui-monospace, monospace; }
.tx-home .mt5-mock .stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 14px; }
.tx-home .mt5-mock .stat { background: rgba(0,0,0,.25); border-radius: 10px; padding: 10px 12px; }
.tx-home .mt5-mock .stat .k { font-size: 11px; color: var(--tx-text-3); letter-spacing: .08em; text-transform: uppercase; }
.tx-home .mt5-mock .stat .v { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 16px; color: #fff; font-weight: 600; margin-top: 2px; }

/* Calc mock */
.tx-home .calc-mock .field { display: flex; justify-content: space-between; align-items: center; padding: 12px 14px; background: rgba(0,0,0,.3); border-radius: 10px; margin-bottom: 8px; font-size: 13px; }
.tx-home .calc-mock .field .k { color: var(--tx-text-3); }
.tx-home .calc-mock .field .v { font-family: 'JetBrains Mono', ui-monospace, monospace; color: var(--tx-text); font-weight: 600; }
.tx-home .calc-mock .result { padding: 14px; border-radius: 12px; background: linear-gradient(135deg, rgba(56,189,248,.16), rgba(34,197,94,.12)); border: 1px solid rgba(56,189,248,.4); display: flex; justify-content: space-between; align-items: center; margin-top: 10px; }
.tx-home .calc-mock .result .k { font-size: 13px; color: var(--tx-cyan); letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }
.tx-home .calc-mock .result .v { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 24px; color: #fff; font-weight: 700; }

/* Calendar mock */
.tx-home .cal-mock .ev { display: grid; grid-template-columns: 60px 1fr auto auto; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--tx-line-2); font-size: 13px; }
.tx-home .cal-mock .ev:last-child { border-bottom: 0; }
.tx-home .cal-mock .ev .time { font-family: 'JetBrains Mono', ui-monospace, monospace; color: var(--tx-text-3); }
.tx-home .cal-mock .ev .name { color: var(--tx-text); }
.tx-home .cal-mock .ev .imp { display: inline-flex; gap: 2px; }
.tx-home .cal-mock .ev .imp i { width: 5px; height: 11px; border-radius: 1px; background: var(--tx-text-3); }
.tx-home .cal-mock .ev .imp i.on { background: var(--tx-red); }
.tx-home .cal-mock .ev .cur { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11px; padding: 2px 8px; border-radius: 6px; background: rgba(245,185,66,.12); color: var(--tx-gold); font-weight: 600; }
.tx-home .cal-mock .ev .cur.usd { background: rgba(34,197,94,.12); color: var(--tx-green); }
.tx-home .cal-mock .ev .cur.eur { background: rgba(56,189,248,.12); color: var(--tx-cyan); }

/* Macro mock */
.tx-home .macro-mock .now { display: flex; align-items: center; gap: 14px; padding: 14px; border-radius: 12px; background: linear-gradient(135deg, rgba(56,189,248,.18), rgba(34,197,94,.10)); border: 1px solid rgba(56,189,248,.4); margin-bottom: 14px; }
.tx-home .macro-mock .now .ring { width: 50px; height: 50px; border-radius: 50%; border: 3px solid var(--tx-cyan); display: grid; place-items: center; font-family: 'JetBrains Mono', ui-monospace, monospace; font-weight: 700; font-size: 14px; color: var(--tx-cyan); box-shadow: 0 0 18px rgba(56,189,248,.4); }
.tx-home .macro-mock .now .info .n { font-size: 14px; color: var(--tx-text); font-weight: 600; }
.tx-home .macro-mock .now .info .s { font-size: 11px; color: var(--tx-text-3); letter-spacing: .08em; text-transform: uppercase; }
.tx-home .macro-mock .list { display: flex; flex-direction: column; gap: 8px; }
.tx-home .macro-mock .list .row { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; font-size: 13px; padding: 8px 12px; border-radius: 8px; }
.tx-home .macro-mock .list .row.done { color: var(--tx-text-3); }
.tx-home .macro-mock .list .row.next { background: rgba(56,189,248,.05); color: var(--tx-text); }
.tx-home .macro-mock .list .row .d { width: 8px; height: 8px; border-radius: 50%; background: var(--tx-text-3); }
.tx-home .macro-mock .list .row.done .d { background: var(--tx-green); }
.tx-home .macro-mock .list .row.next .d { background: var(--tx-cyan); box-shadow: 0 0 6px var(--tx-cyan); }
.tx-home .macro-mock .list .row .t { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 12px; color: var(--tx-text-3); }

/* Chips */
.tx-home section.chips { padding: 60px 56px; position: relative; z-index: 5; }
.tx-home .chip-grid { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.tx-home .chip {
  padding: 10px 16px; border-radius: 100px;
  background: rgba(56,189,248,.06); border: 1px solid var(--tx-line-2);
  font-size: 14px; color: var(--tx-text);
  display: flex; align-items: center; gap: 8px;
}
.tx-home .chip::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--tx-cyan-2); }

/* Payment band */
.tx-home section.payment-band {
  margin: 80px 56px; padding: 56px; border-radius: 24px;
  background: linear-gradient(135deg, rgba(56,189,248,.08), rgba(34,197,94,.05));
  border: 1px solid var(--tx-line);
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px;
  align-items: center; position: relative; z-index: 5; overflow: hidden;
}
.tx-home section.payment-band::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(400px 200px at right center, rgba(56,189,248,.18), transparent 70%);
  pointer-events: none;
}
.tx-home .payment-band h2 { font-size: 38px; letter-spacing: -.02em; font-weight: 700; margin: 0 0 16px; line-height: 1.15; color: #fff; }
.tx-home .payment-band p { color: var(--tx-text-2); font-size: 16px; line-height: 1.6; margin: 0 0 24px; max-width: 460px; }
.tx-home .payment-band .badges { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 10px; }
.tx-home .payment-band .b {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 100px;
  background: rgba(0,0,0,.25); border: 1px solid var(--tx-line-2);
  font-size: 13px; color: var(--tx-text-2);
}
.tx-home .payment-band .b svg { width: 14px; height: 14px; color: var(--tx-green); }
.tx-home .payment-band img { width: 100%; max-width: 540px; height: auto; display: block; margin-left: auto; }

/* Pricing */
.tx-home section.pricing { padding: 60px 56px; position: relative; z-index: 5; }
.tx-home .pricing-head { text-align: center; max-width: 640px; margin: 0 auto; }
.tx-home .pricing-head h2 { text-align: center; }
.tx-home .pricing-head .section-desc { margin: 0 auto; }
.tx-home .price-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tx-home .plan {
  background: linear-gradient(180deg, var(--tx-bg-card-2), var(--tx-bg-card));
  border: 1px solid var(--tx-line-2); border-radius: 18px;
  padding: 32px 28px; display: flex; flex-direction: column; gap: 18px; position: relative;
}
.tx-home .plan.featured {
  border-color: var(--tx-cyan);
  background:
    linear-gradient(180deg, rgba(10,30,60,.95), rgba(5,15,30,.95)),
    linear-gradient(135deg, rgba(56,189,248,.4), rgba(34,197,94,.3));
  box-shadow: 0 0 0 1px rgba(56,189,248,.5), 0 0 60px rgba(56,189,248,.15);
}
.tx-home .plan .ribbon {
  position: absolute; top: -10px; right: 26px;
  background: linear-gradient(135deg, var(--tx-cyan), var(--tx-green));
  color: #001020; font-size: 11px; font-weight: 700; letter-spacing: .08em;
  padding: 5px 12px; border-radius: 100px; text-transform: uppercase;
}
.tx-home .plan .name { font-size: 16px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--tx-cyan-2); }
.tx-home .plan.free .name { color: var(--tx-text-2); }
.tx-home .plan.premium .name { color: var(--tx-green); }
.tx-home .plan .price { display: flex; align-items: baseline; gap: 6px; }
.tx-home .plan .price .amount { font-size: 48px; font-weight: 700; letter-spacing: -.02em; color: #fff; }
.tx-home .plan .price .per { color: var(--tx-text-3); font-size: 14px; }
.tx-home .plan .sub { font-size: 13px; color: var(--tx-text-3); margin-top: -8px; }
.tx-home .plan ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.tx-home .plan ul li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--tx-text); }
.tx-home .plan ul li svg { width: 16px; height: 16px; flex: none; margin-top: 2px; color: var(--tx-green); }
.tx-home .plan ul li.muted { color: var(--tx-text-3); }
.tx-home .plan ul li.muted svg { color: var(--tx-text-3); }
.tx-home .plan .btn { justify-content: center; margin-top: 4px; }
.tx-home .plan.featured .btn-primary { box-shadow: 0 0 0 1px rgba(56,189,248,.7), 0 6px 30px rgba(56,189,248,.45); }

/* Final CTA */
.tx-home section.cta {
  margin: 60px 56px 30px; padding: 60px; border-radius: 24px;
  background: radial-gradient(600px 300px at center, rgba(56,189,248,.15), transparent 70%),
    linear-gradient(180deg, var(--tx-bg-card-2), var(--tx-bg-card));
  border: 1px solid var(--tx-line);
  text-align: center; position: relative; z-index: 5;
}
.tx-home section.cta h2 { font-size: 44px; letter-spacing: -.02em; margin: 0 0 12px; font-weight: 700; color: #fff; }
.tx-home section.cta p { color: var(--tx-text-2); font-size: 17px; margin: 0 0 28px; }

/* =================== Responsive =================== */
/* ── Tablet / iPad landscape (≤ 1300px) ── */
@media (max-width: 1300px) {
  .tx-home section.hero,
  .tx-home section.payment-band { grid-template-columns: 1fr; }
  .tx-home .df-row,
  .tx-home .df-row.reverse { grid-template-columns: 1fr; }
  .tx-home .df-row.reverse .df-text { order: 1; }
  .tx-home .df-row.reverse .df-mock { order: 2; }
  .tx-home .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .tx-home .price-grid { grid-template-columns: 1fr; }
}

/* ── Workflow: 4→2 Spalten (deckt alle iPads inkl. Pro Landscape bis 1366px) ── */
@media (max-width: 1400px) {
  .tx-home .workflow-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 20px !important; }
  .tx-home .wf-arrow { display: none !important; }
}

/* ── Mobil (≤ 600px) ── */
@media (max-width: 600px) {
  .tx-home section.hero,
  .tx-home section.workflow,
  .tx-home section.features,
  .tx-home section.deepfeat,
  .tx-home section.chips,
  .tx-home section.pricing { padding-top: 50px; padding-bottom: 50px; }
  .tx-home section.payment-band { margin: 40px 0; padding: 32px 16px; }
  .tx-home section.cta { margin: 30px 0; padding: 40px 16px; }
  .tx-home h1.hero-title { font-size: 38px; }
  .tx-home h2.section-title { font-size: 28px; }
  .tx-home .workflow-grid,
  .tx-home .feat-grid { grid-template-columns: 1fr; }
}
