/* ============================================================
   TT LANDING UPGRADES — conversion-focused, additive only
   Owner: Catalyst-1854 / Moose Pack Inc AI
   Loaded AFTER style.css; every selector here is scoped under
   .tt-upg-* or .tt-* to avoid collisions with existing rules.
   ============================================================ */

/* --- Hero logo size tune: transparent composite PNG (gold earbud + wave + wordmark + URL) --- */
.hero-logo-hero[src*="tt-hero-logo"] {
  width: min(2200px, 98vw);
  max-height: 1200px;
  height: auto;
  object-fit: contain;
  margin: -20px auto -4px;
  mix-blend-mode: normal;
  filter: drop-shadow(0 14px 40px rgba(212,160,23,0.2));
}
@media (max-width: 1024px) {
  .hero-logo-hero[src*="tt-hero-logo"] { width: min(1950px, 98vw); max-height: 1050px; margin: -12px auto -2px; }
}
@media (max-width: 640px) {
  .hero-logo-hero[src*="tt-hero-logo"] { width: 98vw; max-height: 800px; margin: -4px auto 0; }
}

/* --- Interactive hero demo -------------------------------- */
.tt-demo-card {
  max-width: 760px;
  margin: 40px auto 0;
  padding: 28px 24px;
  background: linear-gradient(180deg, rgba(212,160,23,0.05), rgba(0,0,0,0));
  border: 1px solid rgba(212,160,23,0.22);
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(212,160,23,0.06);
  position: relative;
  overflow: hidden;
}
.tt-demo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 0%, rgba(212,160,23,0.14), transparent 60%);
  pointer-events: none;
}
.tt-demo-eyebrow {
  font-family: 'Orbitron', 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 3px;
  color: #d4a843;
  text-transform: uppercase;
  margin: 0 0 6px;
  position: relative;
  z-index: 1;
}
.tt-demo-title {
  font-size: 22px;
  font-weight: 800;
  color: #f0f0f8;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
  line-height: 1.25;
}
.tt-demo-title small {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #a0a0b8;
  margin-top: 6px;
  letter-spacing: 0.2px;
}

.tt-demo-scenarios {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.tt-scenario-chip {
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  color: #a0a0b8;
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: 0.3px;
}
.tt-scenario-chip:hover {
  border-color: rgba(212,160,23,0.4);
  color: #d4a843;
}
.tt-scenario-chip.active {
  background: rgba(212,160,23,0.12);
  border-color: #d4a843;
  color: #d4a843;
}

.tt-demo-thread {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.tt-bubble {
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 14.5px;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.tt-bubble.show { opacity: 1; transform: translateY(0); }
.tt-bubble-label {
  font-family: 'Orbitron', 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 2px;
  margin-bottom: 4px;
  font-weight: 700;
  opacity: 0.9;
}
.tt-bubble-cringe {
  background: rgba(239,68,68,0.06);
  border: 1px solid rgba(239,68,68,0.3);
  color: #ffb3b3;
  align-self: flex-start;
  max-width: 92%;
  border-left: 3px solid #ef4444;
}
.tt-bubble-cringe .tt-bubble-label { color: #ef4444; }
.tt-bubble-cringe .tt-bubble-strike { text-decoration: line-through; opacity: 0.85; }

.tt-bubble-divider {
  text-align: center;
  font-family: 'Orbitron', monospace;
  font-size: 10px;
  letter-spacing: 4px;
  color: #d4a843;
  opacity: 0.85;
  padding: 4px 0;
}
.tt-bubble-divider::before,
.tt-bubble-divider::after {
  content: "———";
  color: rgba(212,160,23,0.3);
  margin: 0 10px;
}

.tt-bubble-tactical {
  background: rgba(0,255,136,0.05);
  border: 1px solid rgba(0,255,136,0.28);
  color: #b4f8d0;
  align-self: flex-end;
  max-width: 92%;
  border-right: 3px solid #00ff88;
}
.tt-bubble-tactical .tt-bubble-label { color: #00ff88; }

.tt-demo-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px dashed rgba(212,160,23,0.15);
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
.tt-demo-footer-note {
  font-size: 12px;
  color: #7a7a90;
  flex: 1;
  min-width: 200px;
}
.tt-demo-cta {
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 10px;
  background: #d4a017;
  border: 1px solid #d4a017;
  color: #000;
  cursor: pointer;
  white-space: nowrap;
}
.tt-demo-cta:hover { filter: brightness(1.1); }

/* --- Saves of the Week ticker ----------------------------- */
.tt-saves-strip {
  margin: 48px auto;
  max-width: 1100px;
  padding: 0 20px;
}
.tt-saves-eyebrow {
  text-align: center;
  font-family: 'Orbitron', monospace;
  font-size: 10px;
  letter-spacing: 3px;
  color: #d4a843;
  margin-bottom: 16px;
}
.tt-saves-viewport {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  position: relative;
}
.tt-saves-track {
  display: flex;
  gap: 16px;
  animation: tt-scroll 48s linear infinite;
  width: fit-content;
}
.tt-save-card {
  flex: 0 0 auto;
  width: 280px;
  padding: 14px 16px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.45;
  color: #c5c5d0;
  position: relative;
}
.tt-save-card::before {
  content: "SAVED";
  position: absolute;
  top: 8px;
  right: 10px;
  font-family: 'Orbitron', monospace;
  font-size: 8px;
  letter-spacing: 2px;
  color: #00ff88;
  background: rgba(0,255,136,0.08);
  padding: 2px 6px;
  border-radius: 3px;
}
.tt-save-ctx {
  font-size: 10px;
  color: #d4a843;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.tt-save-cringe {
  color: #ff8888;
  opacity: 0.7;
  font-size: 12px;
  text-decoration: line-through;
  margin-bottom: 4px;
}
.tt-save-tactical { color: #b4f8d0; font-weight: 500; }
@keyframes tt-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* --- Sticky conversion bar -------------------------------- */
.tt-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  padding: 12px 16px;
  background: linear-gradient(180deg, rgba(10,10,15,0.85), rgba(10,10,15,0.97));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(212,160,23,0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transform: translateY(110%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 -10px 40px rgba(0,0,0,0.5);
}
.tt-sticky-cta.show { transform: translateY(0); }
.tt-sticky-text {
  font-size: 13px;
  color: #f0f0f8;
  font-weight: 500;
  flex: 1;
  min-width: 0;
}
.tt-sticky-text strong { color: #d4a843; }
.tt-sticky-text small {
  display: block;
  font-size: 11px;
  color: #a0a0b8;
  font-weight: 400;
  margin-top: 2px;
}
.tt-sticky-btn {
  padding: 10px 18px;
  background: #d4a017;
  border: 1px solid #d4a017;
  color: #000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3px;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}
.tt-sticky-btn:hover { filter: brightness(1.1); }
.tt-sticky-close {
  background: none;
  border: none;
  color: #5a5a70;
  font-size: 20px;
  padding: 6px;
  cursor: pointer;
  line-height: 1;
  flex-shrink: 0;
}
.tt-sticky-close:hover { color: #f0f0f8; }
@media (max-width: 560px) {
  .tt-sticky-text small { display: none; }
  .tt-sticky-btn { padding: 10px 14px; font-size: 12px; }
}

/* --- Exit-intent modal ------------------------------------ */
.tt-exit-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 10001;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tt-exit-overlay.show { display: flex; opacity: 1; }
.tt-exit-card {
  max-width: 520px;
  width: 100%;
  padding: 36px 32px;
  background: #0f0f18;
  border: 1px solid rgba(212,160,23,0.4);
  border-radius: 18px;
  text-align: center;
  position: relative;
  box-shadow: 0 20px 80px rgba(212,160,23,0.15);
  transform: scale(0.94);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.tt-exit-overlay.show .tt-exit-card { transform: scale(1); }
.tt-exit-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  color: #5a5a70;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
}
.tt-exit-close:hover { color: #f0f0f8; }
.tt-exit-eyebrow {
  font-family: 'Orbitron', monospace;
  font-size: 10px;
  letter-spacing: 3px;
  color: #ef4444;
  margin-bottom: 10px;
}
.tt-exit-title {
  font-size: 26px;
  font-weight: 800;
  color: #f0f0f8;
  margin: 0 0 8px;
  line-height: 1.2;
}
.tt-exit-title span { color: #d4a843; }
.tt-exit-sub {
  color: #a0a0b8;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 24px;
}
.tt-exit-cta {
  width: 100%;
  padding: 15px 18px;
  background: #d4a017;
  border: 1px solid #d4a017;
  color: #000;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.3px;
  border-radius: 12px;
  cursor: pointer;
  margin-bottom: 10px;
}
.tt-exit-cta:hover { filter: brightness(1.1); }
.tt-exit-secondary {
  display: inline-block;
  font-size: 12px;
  color: #7a7a90;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 4px;
}
.tt-exit-secondary:hover { color: #a0a0b8; }

/* --- Objections FAQ --------------------------------------- */
.tt-faq-strip {
  max-width: 860px;
  margin: 56px auto 24px;
  padding: 0 20px;
}
.tt-faq-eyebrow {
  text-align: center;
  font-family: 'Orbitron', monospace;
  font-size: 10px;
  letter-spacing: 3px;
  color: #d4a843;
  margin-bottom: 8px;
}
.tt-faq-title {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  color: #f0f0f8;
  margin: 0 0 28px;
  line-height: 1.2;
}
.tt-faq-list { display: flex; flex-direction: column; gap: 10px; }
.tt-faq-item {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(212,160,23,0.12);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.tt-faq-item[open] { border-color: rgba(212,160,23,0.3); }
.tt-faq-item summary {
  cursor: pointer;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #f0f0f8;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.tt-faq-item summary::-webkit-details-marker { display: none; }
.tt-faq-item summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 300;
  color: #d4a843;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.tt-faq-item[open] summary::after { content: "–"; }
.tt-faq-item .tt-faq-answer {
  padding: 0 20px 18px;
  color: #a0a0b8;
  font-size: 14px;
  line-height: 1.6;
}
.tt-faq-item .tt-faq-answer strong { color: #f0f0f8; }

/* --- Hero proof chips ------------------------------------- */
.tt-hero-proof {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 18px;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #7a7a90;
  font-family: 'JetBrains Mono', monospace;
  text-transform: uppercase;
}
.tt-hero-proof span { display: inline-flex; align-items: center; gap: 6px; }
.tt-hero-proof span::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #00ff88;
  border-radius: 50%;
  box-shadow: 0 0 8px #00ff88;
  animation: tt-pulse 2s ease-in-out infinite;
}
@keyframes tt-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
