/* ============================================================
   individuals-redesign.css
   Scoped entirely within .t2a-ind — no impact on shared nav/footer/layout
   ============================================================ */

/* ---------- Borna font faces ---------- */
@font-face { font-family: "Borna"; src: url("/fonts/borna/borna-regular-webfont.woff2") format("woff2"), url("/fonts/borna/borna-regular-webfont.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Borna"; src: url("/fonts/borna/borna-regularitalic-webfont.woff2") format("woff2"), url("/fonts/borna/borna-regularitalic-webfont.woff") format("woff"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Borna"; src: url("/fonts/borna/borna-medium-webfont.woff2") format("woff2"), url("/fonts/borna/borna-medium-webfont.woff") format("woff"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Borna"; src: url("/fonts/borna/borna-mediumitalic-webfont.woff2") format("woff2"), url("/fonts/borna/borna-mediumitalic-webfont.woff") format("woff"); font-weight: 500; font-style: italic; font-display: swap; }
@font-face { font-family: "Borna"; src: url("/fonts/borna/borna-semibold-webfont.woff2") format("woff2"), url("/fonts/borna/borna-semibold-webfont.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Borna"; src: url("/fonts/borna/borna-semibolditalic-webfont.woff2") format("woff2"), url("/fonts/borna/borna-semibolditalic-webfont.woff") format("woff"); font-weight: 600; font-style: italic; font-display: swap; }
@font-face { font-family: "Borna"; src: url("/fonts/borna/borna-bold-webfont.woff2") format("woff2"), url("/fonts/borna/borna-bold-webfont.woff") format("woff"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Borna"; src: url("/fonts/borna/borna-bolditalic-webfont.woff2") format("woff2"), url("/fonts/borna/borna-bolditalic-webfont.woff") format("woff"); font-weight: 700; font-style: italic; font-display: swap; }

/* ---------- Scoped design tokens ---------- */
.t2a-ind {
  --bg: #0e1b22;
  --bg-soft: #13242d;
  --bg-card: #172b34;
  --bg-card-2: #1b3038;
  --ink: #f3f7f5;
  --muted: #a3b6bd;
  --muted-dim: #6f868f;
  --green: #36c77b;
  --green-bright: #57e398;
  --green-deep: #1c8a54;
  --green-glow: rgba(54, 199, 123, 0.40);
  --cream: #f1e3a6;
  --cream-hover: #f6ecbe;
  --cream-ink: #16241a;
  --cta: #11a9e8;
  --cta-2: #0784c4;
  --cta-hover: #2bb8f2;
  --cta-ink: #ffffff;
  --cta-glow: rgba(17, 169, 232, 0.5);
  --line: rgba(255, 255, 255, 0.09);
  --line-soft: rgba(255, 255, 255, 0.055);
  --radius: 18px;
  --radius-lg: 26px;
  --radius-sm: 12px;
  --section-y: 120px;
  --serif: "Knile", Georgia, serif;
  --sans: "Borna", system-ui, -apple-system, sans-serif;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --shadow-card: 0 24px 60px -28px rgba(0, 0, 0, 0.65);
  --shadow-float: 0 40px 90px -36px rgba(0, 0, 0, 0.8);

  font-family: var(--serif);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.t2a-ind *, .t2a-ind *::before, .t2a-ind *::after { box-sizing: border-box; }
.t2a-ind img { max-width: 100%; display: block; }
.t2a-ind a { color: inherit; text-decoration: none; }
.t2a-ind button { font-family: var(--sans); cursor: pointer; }
.t2a-ind p, .t2a-ind span, .t2a-ind li, .t2a-ind label, .t2a-ind small { font-family: var(--sans); }
.t2a-ind h1, .t2a-ind h2, .t2a-ind h3, .t2a-ind h4 { margin: 0; line-height: 1.08; }
.t2a-ind p { margin: 0; }

/* ---------- Layout ---------- */
.t2a-ind .t2a-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}
.t2a-ind .t2a-section { padding: var(--section-y) 0; position: relative; }
.t2a-ind #cojeamy { padding-top: 100px; }
.t2a-ind #jakto { padding-top: 50px; }
.t2a-ind #bezpeci { padding-top: 50px; }
.t2a-ind #reference { padding-top: 50px; }
.t2a-ind #faq { padding-top: 50px; padding-bottom: 50px; }
.t2a-ind #cenik { padding-bottom: 50px; }

.t2a-ind .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-bright);
}
.t2a-ind .eyebrow::before {
  content: "";
  width: 22px;
  height: 1.5px;
  background: var(--green);
  border-radius: 2px;
}
.t2a-ind .eyebrow--center::before { display: none; }
.t2a-ind .hl { color: var(--green-bright); }

.t2a-ind .section-title {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(34px, 4.4vw, 56px);
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.t2a-ind .section-head { max-width: 720px; }
.t2a-ind .section-head--center { margin: 0 auto; text-align: center; }
.t2a-ind .section-lead {
  margin-top: 18px;
  font-size: clamp(17px, 1.5vw, 20px);
  color: var(--muted);
  text-wrap: pretty;
}

/* ---------- Buttons ---------- */
.t2a-ind .t2a-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 999px;
  padding: 16px 30px;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.2s;
  white-space: nowrap;
  text-decoration: none;
}
.t2a-ind .t2a-btn--cta {
  background: linear-gradient(135deg, var(--cta-hover), var(--cta-2));
  color: var(--cta-ink);
  box-shadow: 0 14px 32px -12px var(--cta-glow);
}
.t2a-ind .t2a-btn--cta:hover {
  background: linear-gradient(135deg, #45c4f6, var(--cta));
  transform: translateY(-2px);
  box-shadow: 0 20px 44px -14px var(--cta-glow);
  color: var(--cta-ink);
}
.t2a-ind .t2a-btn--ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line);
  padding: 15px 28px;
}
.t2a-ind .t2a-btn--ghost:hover { border-color: var(--green); color: var(--green-bright); }
.t2a-ind .t2a-btn--lg { padding: 19px 38px; font-size: 16px; }
.t2a-ind .t2a-btn--block { width: 100%; text-align: center; }

/* ============================================================
   HERO
   ============================================================ */
.t2a-ind .t2a-hero { padding: 150px 0 80px; position: relative; overflow: hidden; }
.t2a-ind .t2a-hero__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.t2a-ind .t2a-hero__glow-1 {
  position: absolute; top: -10%; left: -8%;
  width: 620px; height: 620px;
  background: radial-gradient(circle, rgba(54,199,123,0.22), transparent 62%);
  filter: blur(10px);
}
.t2a-ind .t2a-hero__glow-2 {
  position: absolute; top: -18%; right: 14%;
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(74,120,222,0.20), transparent 60%);
}
.t2a-ind .t2a-hero__grid {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: start;
}
.t2a-ind .t2a-hero__title {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(38px, 5vw, 64px);
  letter-spacing: -0.025em;
  line-height: 1.04;
  text-wrap: balance;
  color: #fff;
}
.t2a-ind .t2a-hero__sub {
  margin-top: 26px;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.35;
  color: var(--muted);
  max-width: 520px;
  text-wrap: pretty;
}
.t2a-ind .t2a-hero__trust {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}
.t2a-ind .t2a-hero__trust span { display: inline-flex; align-items: center; gap: 8px; }
.t2a-ind .t2a-hero__trust svg { width: 16px; height: 16px; stroke: var(--green); fill: none; flex-shrink: 0; }
.t2a-ind .t2a-hero__actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.t2a-ind .t2a-hero__photo {
  position: relative; z-index: 1; justify-self: end;
  width: 100%; max-width: 500px;
  max-height: 460px;
  overflow: hidden;
}
.t2a-ind .t2a-hero__photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block;
  border-radius: var(--radius-lg);
  -webkit-mask-image: radial-gradient(135% 115% at 55% 42%, #000 66%, transparent 100%);
          mask-image: radial-gradient(135% 115% at 55% 42%, #000 66%, transparent 100%);
}

/* ============================================================
   CO JE TALK2AMY (split + steps)
   ============================================================ */
.t2a-ind .t2a-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.t2a-ind .t2a-intro-card {
  background: linear-gradient(160deg, var(--bg-card), var(--bg-soft));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-card);
}
.t2a-ind .t2a-intro-card .section-title { font-size: clamp(28px, 3.3vw, 42px); }
.t2a-ind .t2a-intro-card p { margin-top: 18px; color: var(--muted); font-size: 16.5px; text-wrap: pretty; }
.t2a-ind .t2a-intro-card .strong-line { color: var(--ink); font-weight: 600; }
.t2a-ind .t2a-steps { display: flex; flex-direction: column; }
.t2a-ind .t2a-step {
  display: grid; grid-template-columns: 56px 1fr; gap: 22px;
  padding: 26px 0;
  border-top: 1px solid var(--line-soft);
}
.t2a-ind .t2a-step:last-child { border-bottom: 1px solid var(--line-soft); }
.t2a-ind .t2a-step__num {
  width: 50px; height: 50px; border-radius: 14px;
  display: grid; place-items: center;
  font-family: var(--serif); font-weight: 800; font-size: 22px;
  background: rgba(54,199,123,0.12); color: var(--green-bright);
  border: 1px solid rgba(54,199,123,0.3);
  flex-shrink: 0;
}
.t2a-ind .t2a-step h3 { font-family: var(--sans); font-size: 21px; font-weight: 700; margin-bottom: 7px; }
.t2a-ind .t2a-step p { color: var(--muted); font-size: 15.5px; }

/* ============================================================
   VALUE BAR (4 ikony)
   ============================================================ */
.t2a-ind .t2a-icongrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 66px;
}
.t2a-ind .t2a-icon-item { text-align: center; display: flex; flex-direction: column; align-items: center; }
.t2a-ind .t2a-icon-item h3 { margin-top: auto; }
.t2a-ind .t2a-imgwrap { height: 180px; display: flex; align-items: flex-end; justify-content: center; margin-bottom: 20px; }
.t2a-ind .t2a-imgwrap img { height: 100%; width: auto; object-fit: contain; display: block; }
.t2a-ind .t2a-iconwrap {
  width: 96px; height: 96px; margin: 0 auto 26px;
  display: grid; place-items: center; position: relative;
}
.t2a-ind .t2a-iconwrap::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle, var(--green-glow), transparent 65%);
  border-radius: 50%;
  transform: scale(1);
  transition: transform 0.5s var(--ease);
}
.t2a-ind .t2a-icon-item:hover .t2a-iconwrap::before { transform: scale(1.18); }
.t2a-ind .t2a-iconwrap svg { width: 50px; height: 50px; position: relative; stroke: var(--ink); stroke-width: 1.6; fill: none; }
.t2a-ind .t2a-icon-item h3 { font-size: 22px; font-weight: 700; margin-bottom: 12px; }
.t2a-ind .t2a-icon-item p { color: var(--muted); font-size: 15.5px; max-width: 230px; margin: 0 auto; text-wrap: pretty; }

/* ============================================================
   INTERACTIVE AMY CHAT
   ============================================================ */
.t2a-ind .t2a-askamy { background: var(--bg-soft); overflow: hidden; }
.t2a-ind .t2a-ask__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 50px; align-items: center; grid-template-areas: "copy chat" "cta chat"; }
.t2a-ind .t2a-ask__grid > div:first-child { grid-area: copy; }
.t2a-ind .t2a-chatdemo { grid-area: chat; }
.t2a-ind .t2a-askamy__cta { grid-area: cta; margin-top: -20px; }
.t2a-ind .t2a-chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.t2a-ind .t2a-chip {
  display: flex; flex-direction: column; align-items: flex-start; gap: 3px;
  padding: 13px 18px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 14px;
  text-align: left;
  transition: all 0.22s var(--ease);
  min-width: 0;
}
.t2a-ind .t2a-chip:hover { border-color: var(--green); transform: translateY(-2px); }
.t2a-ind .t2a-chip.active { border-color: var(--green); background: rgba(54,199,123,0.1); }
.t2a-ind .t2a-chip__cat { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green-bright); }
.t2a-ind .t2a-chip__q { font-size: 14px; font-weight: 600; color: var(--ink); }
.t2a-ind .t2a-chatdemo {
  background: linear-gradient(180deg, #182c35, #132028);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-float);
  overflow: hidden;
  min-height: 420px;
  display: flex;
  flex-direction: column;
}
.t2a-ind .t2a-chatdemo__head { display: flex; align-items: center; gap: 12px; padding: 18px 22px; border-bottom: 1px solid var(--line-soft); }
.t2a-ind .t2a-chatdemo__av {
  width: 38px; height: 38px; border-radius: 50%;
  background: linear-gradient(140deg, var(--green-bright), var(--green-deep));
  display: grid; place-items: center; color: #06170e; font-weight: 800;
  flex-shrink: 0;
}
.t2a-ind .t2a-chatdemo__title { font-weight: 700; font-size: 15px; }
.t2a-ind .t2a-chatdemo__status { font-size: 12px; color: var(--green-bright); display: flex; align-items: center; gap: 6px; }
.t2a-ind .t2a-chatdemo__status::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--green-bright);
  animation: t2a-pulse 2s infinite;
  flex-shrink: 0;
}
.t2a-ind .t2a-chatdemo__body { flex: 1; padding: 22px; display: flex; flex-direction: column; gap: 14px; overflow: hidden; }
.t2a-ind .t2a-chatdemo__hint { margin: auto; text-align: center; color: var(--muted-dim); font-size: 14px; max-width: 280px; }
.t2a-ind .t2a-typing { display: inline-flex; gap: 4px; padding: 14px 16px; background: var(--bg-card-2); border-radius: 16px; border-bottom-left-radius: 5px; align-self: flex-start; }
.t2a-ind .t2a-typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--muted); animation: t2a-blink 1.2s infinite; }
.t2a-ind .t2a-typing span:nth-child(2) { animation-delay: 0.2s; }
.t2a-ind .t2a-typing span:nth-child(3) { animation-delay: 0.4s; }
.t2a-ind .t2a-bubble { max-width: 86%; padding: 12px 15px; border-radius: 16px; font-size: 13.5px; line-height: 1.5; }
.t2a-ind .t2a-bubble--user { align-self: flex-end; background: var(--cream); color: var(--cream-ink); border-bottom-right-radius: 5px; font-weight: 600; }
.t2a-ind .t2a-bubble--amy { align-self: flex-start; background: var(--bg-card-2); border: 1px solid var(--line-soft); border-bottom-left-radius: 5px; color: #dfeae7; }
.t2a-ind .t2a-bubble__who { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 700; color: var(--green-bright); margin-bottom: 5px; letter-spacing: 0.04em; }
.t2a-ind .t2a-bubble__who .av { width: 16px; height: 16px; border-radius: 50%; background: linear-gradient(140deg, var(--green-bright), var(--green-deep)); flex-shrink: 0; }
.t2a-ind .t2a-chat-msg { opacity: 0; transform: translateY(8px); animation: t2a-msgin 0.4s var(--ease) forwards; }

/* ============================================================
   SOCIAL PROOF / REFERENCE
   ============================================================ */
.t2a-ind .t2a-testimonials { background: var(--bg-soft); }
.t2a-ind .t2a-tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.t2a-ind .t2a-tcard {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 30px;
  display: flex; flex-direction: column;
}
.t2a-ind .t2a-tcard__mark { font-family: var(--serif); font-size: 56px; line-height: 0.5; color: var(--green); height: 26px; }
.t2a-ind .t2a-tcard__quote { font-size: 16.5px; line-height: 1.6; color: #dfeae7; text-wrap: pretty; flex: 1; font-style: italic; }
.t2a-ind .t2a-tcard__author { margin-top: 22px; display: flex; align-items: center; gap: 15px; }
.t2a-ind .t2a-tcard__av {
  width: 62px; height: 62px; border-radius: 50%; flex-shrink: 0;
  overflow: hidden;
}
.t2a-ind .t2a-tcard__av img { width: 100%; height: 100%; object-fit: cover; display: block; }
.t2a-ind .t2a-tcard__name { font-weight: 700; font-size: 15px; }
.t2a-ind .t2a-tcard__role { font-size: 13px; color: var(--muted-dim); }

/* ============================================================
   TRUST
   ============================================================ */
.t2a-ind .t2a-trust { background: var(--bg-soft); }
.t2a-ind .t2a-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 56px; }
.t2a-ind .t2a-tcell { padding: 26px; border: 1px solid var(--line-soft); border-radius: var(--radius); background: rgba(255,255,255,0.014); }
.t2a-ind .t2a-tcell__icon {
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(54,199,123,0.12);
  display: grid; place-items: center; margin-bottom: 18px;
}
.t2a-ind .t2a-tcell__icon svg { width: 22px; height: 22px; stroke: var(--green-bright); fill: none; stroke-width: 1.7; }
.t2a-ind .t2a-tcell h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.t2a-ind .t2a-tcell p { color: var(--muted); font-size: 14.5px; }

/* ============================================================
   PRICING
   ============================================================ */
.t2a-ind .t2a-pricing__toggle {
  display: inline-flex; gap: 4px; padding: 5px;
  background: var(--bg-card); border: 1px solid var(--line);
  border-radius: 999px; margin: 28px auto 0;
}
.t2a-ind .t2a-pricing__toggle button {
  border: none; background: transparent; color: var(--muted);
  font-weight: 700; font-size: 14px; padding: 10px 22px; border-radius: 999px;
  transition: all 0.25s var(--ease);
}
.t2a-ind .t2a-pricing__toggle button.active { background: var(--green); color: #06170e; }
.t2a-ind .t2a-pricing__toggle .save { font-size: 11px; font-weight: 700; color: var(--green-bright); margin-left: 6px; }
.t2a-ind .t2a-pricing__toggle button.active .save { color: #06170e; }
.t2a-ind .t2a-plans {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 24px;
  margin: 50px auto 0; max-width: 920px;
}
.t2a-ind .t2a-plan {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 38px 34px;
  display: flex; flex-direction: column;
  position: relative;
}
.t2a-ind .t2a-plan--lite {
  border-color: rgba(17,169,232,0.55);
  background: linear-gradient(170deg, #15303d, var(--bg-card));
  box-shadow: 0 30px 70px -34px rgba(17,169,232,0.45);
}
.t2a-ind .t2a-plan__kicker { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted-dim); margin-bottom: 6px; }
.t2a-ind .t2a-plan__name { font-family: var(--serif); font-size: 26px; font-weight: 800; }
.t2a-ind .t2a-plan__price { margin: 24px 0 6px; display: flex; align-items: baseline; gap: 8px; }
.t2a-ind .t2a-plan__amount { font-family: var(--serif); font-size: 46px; font-weight: 800; }
.t2a-ind .t2a-plan__period { color: var(--muted); font-size: 15px; }
.t2a-ind .t2a-plan__fine { font-size: 12.5px; color: var(--muted-dim); min-height: 18px; }
.t2a-ind .t2a-plan__more { font-size: 14.5px; font-weight: 700; color: var(--green-bright); margin: 16px 0 4px; }
.t2a-ind .t2a-plan--lite .t2a-plan__more { color: #5ed0fa; }
.t2a-ind .t2a-plan__list { list-style: none; padding: 0; margin: 16px 0 26px; display: flex; flex-direction: column; gap: 13px; flex: 1; }
.t2a-ind .t2a-plan__list li { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; color: #d6e2df; }
.t2a-ind .t2a-plan__list svg { width: 19px; height: 19px; flex-shrink: 0; margin-top: 2px; stroke: var(--green-bright); fill: none; stroke-width: 2; }

/* ============================================================
   FAQ
   ============================================================ */
.t2a-ind .t2a-faq { max-width: 820px; margin: 56px auto 0; display: flex; flex-direction: column; gap: 14px; }
.t2a-ind .t2a-faq__item { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--bg-card); overflow: hidden; transition: border-color 0.25s; }
.t2a-ind .t2a-faq__item.open { border-color: rgba(54,199,123,0.4); }
.t2a-ind .t2a-faq__q {
  width: 100%; text-align: left; background: none; border: none; color: var(--ink);
  font-size: 17px; font-weight: 600; padding: 22px 26px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.t2a-ind .t2a-faq__icon { flex-shrink: 0; width: 26px; height: 26px; position: relative; transition: transform 0.3s var(--ease); }
.t2a-ind .t2a-faq__icon::before,
.t2a-ind .t2a-faq__icon::after { content: ""; position: absolute; background: var(--green-bright); border-radius: 2px; }
.t2a-ind .t2a-faq__icon::before { width: 14px; height: 2px; top: 12px; left: 6px; }
.t2a-ind .t2a-faq__icon::after { width: 2px; height: 14px; top: 6px; left: 12px; transition: opacity 0.3s; }
.t2a-ind .t2a-faq__item.open .t2a-faq__icon::after { opacity: 0; }
.t2a-ind .t2a-faq__a { max-height: 0; overflow: hidden; transition: max-height 0.35s var(--ease); }
.t2a-ind .t2a-faq__a-inner { padding: 0 26px 24px; font-family: var(--sans); color: var(--muted); font-size: 15.5px; line-height: 1.6; text-wrap: pretty; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.t2a-ind .t2a-finalcta { position: relative; overflow: hidden; text-align: center; padding: 50px 0 130px; }
.t2a-ind .t2a-finalcta__glow {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 70% at 50% 50%, rgba(54,199,123,0.16), transparent 70%);
  z-index: 0;
}
.t2a-ind .t2a-finalcta__inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.t2a-ind .t2a-finalcta .section-title { font-size: clamp(36px, 5vw, 62px); }
.t2a-ind .t2a-finalcta p { margin-top: 22px; font-size: clamp(17px, 1.7vw, 21px); color: var(--muted); }
.t2a-ind .t2a-finalcta .t2a-hero__actions { justify-content: center; }
.t2a-ind .t2a-finalcta .t2a-hero__trust { justify-content: center; margin-top: 26px; }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.t2a-ind .reveal { opacity: 1; transform: none; }
.t2a-ind.t2a-ready .reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.t2a-ind.t2a-ready .reveal.in { opacity: 1; transform: none; }
.t2a-ind .reveal.d1 { transition-delay: 0.08s; }
.t2a-ind .reveal.d2 { transition-delay: 0.16s; }
.t2a-ind .reveal.d3 { transition-delay: 0.24s; }

/* ============================================================
   KEYFRAMES
   ============================================================ */
@keyframes t2a-pulse {
  0% { box-shadow: 0 0 0 0 rgba(54,199,123,0.4); }
  70% { box-shadow: 0 0 0 8px rgba(54,199,123,0); }
  100% { box-shadow: 0 0 0 0 rgba(54,199,123,0); }
}
@keyframes t2a-blink {
  0%,60%,100% { opacity: 0.3; }
  30% { opacity: 1; }
}
@keyframes t2a-msgin {
  to { opacity: 1; transform: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .t2a-ind { --section-y: 90px; }
  .t2a-ind .t2a-hero { padding: 80px 0 70px; }
  .t2a-ind .t2a-hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .t2a-ind .t2a-hero__photo { justify-self: center; max-width: 400px; }
  .t2a-ind .t2a-split { grid-template-columns: 1fr; gap: 40px; }
  .t2a-ind .t2a-ask__grid { grid-template-columns: 1fr; gap: 36px; grid-template-areas: "copy" "chat" "cta"; }
  .t2a-ind .t2a-askamy__cta { margin-top: 0; }
  .t2a-ind .t2a-icongrid { grid-template-columns: repeat(2, 1fr); gap: 40px 24px; }
  .t2a-ind .t2a-tgrid { grid-template-columns: 1fr; }
  .t2a-ind .t2a-trust__grid { grid-template-columns: repeat(2, 1fr); }
  .t2a-ind .t2a-plans { grid-template-columns: 1fr; max-width: 480px; }
}
@media (max-width: 560px) {
  .t2a-ind .t2a-container { padding: 0 20px; }
  .t2a-ind .t2a-icongrid,
  .t2a-ind .t2a-trust__grid { grid-template-columns: 1fr; }
  .t2a-ind .t2a-hero__actions { flex-direction: column; align-items: stretch; }
  .t2a-ind .t2a-btn { width: 100%; }
}

/* ============ STATS ============ */
.t2a-ind .t2a-stats {
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 80px 0;
}

.t2a-ind .t2a-stats__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.t2a-ind .t2a-stats__sep {
  width: 1px;
  height: 64px;
  background: var(--line);
  flex-shrink: 0;
  margin: 0 48px;
}

.t2a-ind .t2a-stat {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  max-width: 280px;
}

.t2a-ind .t2a-stat__viz {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.t2a-ind .t2a-stat__bars {
  width: 48px;
  height: 32px;
}
.t2a-ind .t2a-stat__bars rect { fill: var(--muted-dim); }
.t2a-ind .t2a-stat__bars--hl { fill: var(--green) !important; }

.t2a-ind .t2a-stat__ring,
.t2a-ind .t2a-stat__clock {
  width: 48px;
  height: 48px;
}
.t2a-ind .t2a-stat__ring-track {
  fill: none;
  stroke: var(--muted-dim);
  stroke-width: 3;
  opacity: 0.35;
}
.t2a-ind .t2a-stat__ring-fill {
  fill: none;
  stroke: var(--green);
  stroke-width: 3;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.t2a-ind .t2a-stat__hands {
  fill: none;
  stroke: var(--green);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.t2a-ind .t2a-stat__num {
  font-family: var(--sans);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--green-bright);
  line-height: 1;
  margin-bottom: 4px;
}

.t2a-ind .t2a-stat__label {
  font-family: var(--sans);
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.4;
}

@media (max-width: 900px) {
  .t2a-ind .t2a-stats__grid { flex-wrap: wrap; gap: 32px; justify-content: center; }
  .t2a-ind .t2a-stats__sep { display: none; }
  .t2a-ind .t2a-stat { max-width: 220px; flex: 0 0 auto; }
}

@media (max-width: 560px) {
  .t2a-ind .t2a-stats { padding: 36px 0; }
  .t2a-ind .t2a-stats__grid { flex-direction: column; align-items: flex-start; gap: 20px; }
  .t2a-ind .t2a-stat { max-width: 100%; width: 100%; gap: 14px; }
  .t2a-ind .t2a-stat__viz { width: 36px; height: 36px; flex-shrink: 0; }
  .t2a-ind .t2a-stat__bars { width: 36px; height: 24px; }
  .t2a-ind .t2a-stat__ring, .t2a-ind .t2a-stat__clock { width: 36px; height: 36px; }
  .t2a-ind .t2a-stat__num { font-size: 1.5rem; min-width: 72px; }
  .t2a-ind .t2a-stat__label { flex: 1; }
}
