/* ================================================================
   QUALZY — Theme Analysis Page Styles
   All styles specific to features/theme-analysis.html
   ================================================================ */


/* ── Hero ──────────────────────────────────────────────────────── */

.ta-hero {
  position: relative;
  background: var(--wh);
  overflow: hidden;
  padding-top: 64px;
}

.ta-hd1 {
  position: absolute;
  top: -80px; right: -80px;
  width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(250,88,2,.09) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.ta-hd2 {
  position: absolute;
  bottom: -60px; left: -60px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(250,88,2,.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.ta-hsvg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ta-hi {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 48px 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ta-back {
  font-size: 13px;
  font-weight: 500;
  color: var(--mu);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 28px;
  align-self: flex-start;
  transition: color var(--t-base);
}

.ta-back:hover { color: var(--o); }

.ta-hi h1 {
  font-family: var(--font-display);
  font-size: clamp(48px, 6.5vw, 86px);
  font-weight: 900;
  line-height: 1.0;
  color: var(--dk);
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.ta-hi h1 em {
  font-style: italic;
  color: var(--o);
}

.ta-hsub {
  font-size: 19px;
  color: var(--mid);
  max-width: 660px;
  line-height: 1.65;
  margin: 0 0 36px;
}

.ta-hbtns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}


/* ── Platform Screenshot (light) ──────────────────────────────── */

.ta-screenshot-hd {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px;
}

.ta-screenshot-screenshot {
  display: block;
  width: 100%;
  height: auto;
}


/* ── Why Post-Fieldwork (dark) ─────────────────────────────────── */

.ta-why {
  background: var(--dk);
}

.ta-why-inn {
  max-width: 1200px;
  margin: 0 auto;
  padding: 96px 48px;
}

.ta-why-hd {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}

.ta-why-sub {
  color: rgba(255,255,255,.5);
  margin-top: 16px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.ta-why-compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}

.ta-wc-item {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
}

.ta-wc-item--focus {
  border-color: rgba(250,88,2,.3);
  background: rgba(250,88,2,.05);
}

.ta-wc-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ta-wc-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ta-wc-icon--any {
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.5);
}

.ta-wc-icon--post {
  background: rgba(250,88,2,.15);
  color: var(--o);
}

.ta-wc-icon svg {
  width: 20px; height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ta-wc-label {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.ta-wc-tag {
  font-size: 11px;
  font-weight: 600;
  border-radius: 20px;
  padding: 3px 10px;
  display: inline-block;
  margin-top: 4px;
}

.ta-wc-tag--any {
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.4);
}

.ta-wc-tag--post {
  background: rgba(250,88,2,.12);
  color: var(--o);
}

.ta-wc-item p {
  font-size: 14px;
  color: rgba(255,255,255,.5);
  line-height: 1.65;
  margin: 0;
}

.ta-wc-note {
  font-size: 13px;
  color: rgba(255,255,255,.3);
  font-style: italic;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.06);
}

.ta-wc-divider {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 900;
  color: rgba(255,255,255,.15);
  text-align: center;
}


/* ── How It Works (light) ──────────────────────────────────────── */

.ta-how-hd {
  text-align: center;
  margin-bottom: 64px;
}

.ta-how-steps {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.ta-hs {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 28px;
  align-items: start;
}

.ta-hs-num {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 900;
  color: var(--o);
  opacity: 0.3;
  line-height: 1;
  padding-top: 4px;
  text-align: right;
}

.ta-hs-content {
  padding-bottom: 8px;
}

.ta-hs-content h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--dk);
  margin: 0 0 10px;
}

.ta-hs-content p {
  font-size: 15px;
  color: var(--mid);
  line-height: 1.65;
  margin: 0 0 14px;
}

.ta-hs-example {
  font-size: 14px;
  color: var(--dk);
  background: var(--op);
  border: 1px solid rgba(250,88,2,.15);
  border-radius: 10px;
  padding: 12px 16px;
  font-style: italic;
  display: inline-block;
}

.ta-hs-example::before {
  content: '"';
  color: var(--o);
}

.ta-hs-example::after {
  content: '"';
  color: var(--o);
}

.ta-hs-example-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ta-hs-example-list span {
  font-size: 13px;
  color: var(--dk);
  background: var(--wh);
  border: 1px solid var(--rule);
  border-radius: 20px;
  padding: 5px 14px;
}

.ta-hs-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ta-badge {
  font-size: 12px;
  font-weight: 500;
  color: var(--mid);
  background: var(--wh);
  border: 1px solid var(--rule);
  border-radius: 20px;
  padding: 5px 14px;
}

.ta-badge--accent {
  color: var(--o);
  background: var(--op);
  border-color: rgba(250,88,2,.15);
}

.ta-hs-connector {
  padding-left: 84px;
  height: 40px;
  display: flex;
  align-items: center;
}

.ta-hs-line {
  width: 1px;
  height: 40px;
  background: var(--rule);
}


/* ── Insights & Verbatims (dark) ───────────────────────────────── */

.ta-demo {
  background: var(--dk);
}

.ta-demo-inn {
  max-width: 1200px;
  margin: 0 auto;
  padding: 96px 80px;
}

.ta-insights-hd {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px;
}

.ta-insights-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}

.ta-ip {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
  padding: 20px;
}

.ta-ip-icon {
  width: 36px;
  height: 36px;
  background: rgba(250,88,2,.12);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--o);
  flex-shrink: 0;
  margin-top: 1px;
}

.ta-ip-icon svg {
  width: 17px; height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ta-ip strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

.ta-ip span {
  font-size: 13px;
  color: rgba(255,255,255,.4);
  line-height: 1.65;
}

.ta-insights-img {
  text-align: center;
}

.ta-insights-screenshot {
  display: block;
  width: 100%;
  height: auto;
  filter:
    drop-shadow(0 0 40px rgba(232,97,44,0.35))
    drop-shadow(0 24px 60px rgba(232,97,44,0.20));
}

.ta-demo-hd {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 56px;
}

.ta-interface {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  overflow: hidden;
}

.ta-int-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.03);
}

.ta-int-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.ta-int-meta {
  font-size: 12px;
  color: rgba(255,255,255,.35);
  margin-top: 3px;
}

.ta-int-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,.4);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 6px 14px;
}

.ta-int-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #4caf50;
  flex-shrink: 0;
}

.ta-int-umbrella {
  padding: 16px 24px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(250,88,2,.05);
  display: flex;
  align-items: center;
  gap: 16px;
}

.ta-int-umbrella-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--o);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.ta-int-umbrella-text {
  font-size: 13px;
  color: rgba(255,255,255,.6);
  font-style: italic;
}

.ta-int-umbrella-text::before { content: '"'; color: var(--o); }
.ta-int-umbrella-text::after  { content: '"'; color: var(--o); }

.ta-int-themes {
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ta-theme-row {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
  padding: 16px 20px;
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 16px;
  align-items: start;
  transition: border-color .2s;
}

.ta-theme-row:hover {
  border-color: rgba(250,88,2,.2);
}

.ta-theme-row--active {
  border-color: rgba(250,88,2,.25);
  background: rgba(250,88,2,.04);
}

.ta-theme-num {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,.3);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding-top: 3px;
}

.ta-theme-name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}

.ta-theme-meta {
  font-size: 12px;
  color: rgba(255,255,255,.35);
}

.ta-theme-insights {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 14px;
}

.ta-insight {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 14px;
  background: rgba(255,255,255,.04);
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.05);
}

.ta-insight-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--o);
  flex-shrink: 0;
  margin-top: 5px;
  opacity: 0.6;
}

.ta-insight-name {
  font-size: 13px;
  color: rgba(255,255,255,.65);
  font-weight: 500;
  margin-bottom: 3px;
}

.ta-insight-count {
  font-size: 11px;
  color: rgba(255,255,255,.3);
}

.ta-theme-actions {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.ta-btn-reel, .ta-btn-export {
  font-size: 12px;
  font-weight: 600;
  border: none;
  border-radius: 20px;
  padding: 6px 16px;
  cursor: pointer;
}

.ta-btn-reel {
  background: var(--o);
  color: #fff;
}

.ta-btn-export {
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.6);
  border: 1px solid rgba(255,255,255,.1);
}

.ta-theme-bar-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  min-width: 100px;
}

.ta-theme-bar {
  width: 100%;
  height: 4px;
  background: rgba(255,255,255,.06);
  border-radius: 4px;
  overflow: hidden;
}

.ta-theme-fill {
  height: 100%;
  background: var(--o);
  border-radius: 4px;
  opacity: 0.7;
}

.ta-theme-pct {
  font-size: 11px;
  color: rgba(255,255,255,.3);
}

.ta-int-note {
  font-size: 12px;
  color: rgba(255,255,255,.3);
  text-align: center;
  padding: 14px 24px;
  border-top: 1px solid rgba(255,255,255,.06);
  font-style: italic;
}


/* ── Why More Powerful (warm) ──────────────────────────────────── */

.ta-power-hd {
  text-align: center;
  margin-bottom: 56px;
}

.ta-power-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ta-pw {
  background: #fff;
  border: 1px solid rgba(250,88,2,.12);
  border-radius: 14px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color .2s, box-shadow .2s;
}

.ta-pw:hover {
  border-color: rgba(250,88,2,.3);
  box-shadow: 0 4px 20px rgba(250,88,2,.07);
}

.ta-pw-icon {
  width: 40px; height: 40px;
  background: var(--op);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--o);
}

.ta-pw-icon svg {
  width: 20px; height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ta-pw h3 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--dk);
  margin: 0;
}

.ta-pw p {
  font-size: 14px;
  color: var(--mid);
  line-height: 1.65;
  margin: 0;
}


/* ── Full Journey (light) ──────────────────────────────────────── */

.ta-journey-hd {
  text-align: center;
  margin-bottom: 56px;
}

.ta-journey-flow {
  display: flex;
  align-items: flex-start;
  gap: 0;
  justify-content: center;
  flex-wrap: wrap;
}

.ta-jf-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  max-width: 180px;
  padding: 24px 16px;
  border-radius: 14px;
  background: var(--wh);
  border: 1px solid var(--rule);
}

.ta-jf-step--highlight {
  border-color: rgba(250,88,2,.3);
  background: var(--op);
}

.ta-jf-icon {
  width: 44px; height: 44px;
  background: var(--op);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--o);
}

.ta-jf-step--highlight .ta-jf-icon {
  background: var(--o);
  color: #fff;
}

.ta-jf-icon svg {
  width: 20px; height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ta-jf-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--dk);
}

.ta-jf-step p {
  font-size: 13px;
  color: var(--mid);
  line-height: 1.55;
  margin: 0;
}

.ta-jf-arrow {
  font-size: 20px;
  color: var(--o);
  opacity: 0.3;
  padding: 0 8px;
  align-self: center;
  flex-shrink: 0;
}


/* ── Responsive ────────────────────────────────────────────────── */

@media (max-width: 1024px) {
  .ta-insights-points {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ta-why-compare {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .ta-wc-divider {
    display: none;
  }

  .ta-power-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ta-theme-row {
    grid-template-columns: 64px 1fr;
  }

  .ta-theme-bar-col {
    display: none;
  }
}

@media (max-width: 768px) {
  .ta-hi {
    padding: 40px 24px 56px;
  }

  .ta-screenshot-hd {
    margin-bottom: 32px;
  }

  .ta-why-inn {
    padding: 64px 24px;
  }

  .ta-demo-inn {
    padding: 64px 24px;
  }

  .ta-journey-flow {
    gap: 16px;
  }

  .ta-jf-arrow {
    display: none;
  }

  .ta-jf-step {
    max-width: 100%;
    width: 100%;
  }

  .ta-power-grid {
    grid-template-columns: 1fr;
  }

  .ta-theme-row {
    grid-template-columns: 1fr;
  }

  .ta-theme-num {
    display: none;
  }
}

@media (max-width: 480px) {
  .ta-hbtns {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .ta-int-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
