/* ============================================================
   ThreatExploit AI — GitDoc-style homepage (loaded on homepage only)
   Page theme: near-black surface, blue accent, Inter, pill buttons.
   Showcase mockups: faithful ThreatExploit Studio (cyan terminal).
   Scoped here so other pages keep the original cyan theme.
   ============================================================ */

:root {
  --thm-primary: #4076f5;
  --thm-primary-rgb: 64, 118, 245;
  --thm-extra: #2a5cda;
  --thm-gradient: linear-gradient(135deg, #5a8bff 0%, #4076f5 55%, #2a5cda 100%);
  --thm-body-bg: #07070c;
  --thm-main-bg: #0e0e17;
  --thm-bdr-color: rgba(64, 118, 245, 0.14);
  --thm-font: 'Inter', system-ui, -apple-system, sans-serif;
  --thm-font-two: 'Inter', system-ui, -apple-system, sans-serif;
  --te-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --te-muted: #858a9e;
  --te-text: #e5e7eb;
  --te-green: #00bb7f;
  --te-shadow: 0 30px 100px -20px rgba(99, 102, 241, 0.22);
  --te-card: rgba(255, 255, 255, 0.025);
  --te-card-bdr: rgba(255, 255, 255, 0.08);
}

body.body-bg-color { background: var(--thm-body-bg); font-family: var(--thm-font); }
.page-wrapper { font-family: var(--thm-font); }

/* ---------- Header (copied from gitdoc.ai: fixed, transparent, centered nav, pill btns) ---------- */
.main-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: transparent; border-bottom: none;
  backdrop-filter: none; -webkit-backdrop-filter: none;
}
.main-header .header-lower { background: transparent; }
.main-header .main-menu__wrapper { padding: 0; }
.main-header .inner-container { max-width: 1280px; height: 64px; padding: 0 24px; }
.main-header-one__logo-box img { height: 30px !important; width: auto !important; }
.nav-outer { flex: 1 1 auto; display: flex; justify-content: center; }
.navigation { gap: 32px; }
.navigation li a { color: rgba(255, 255, 255, 0.82); font-size: 14px; font-weight: 400; font-family: var(--thm-font); transition: color 0.2s var(--te-ease); }
.navigation li a:hover, .navigation li.current a { color: #fff; }
.outer-box { gap: 8px; }
.main-header__login-sing-up { gap: 8px; margin-left: 0 !important; }
.main-header__login-sing-up li a:not(.thm-btn) {
  color: rgba(255, 255, 255, 0.9); font-size: 13px; font-weight: 500; padding: 7px 18px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); white-space: nowrap;
  transition: background 0.2s var(--te-ease), color 0.2s var(--te-ease);
}
.main-header__login-sing-up li a:not(.thm-btn):hover { background: rgba(255, 255, 255, 0.1); color: #fff; }
.main-header .thm-btn {
  background: #4076f5 !important; border-radius: 999px !important; color: #fff !important;
  font-size: 13px !important; font-weight: 500; padding: 8px 20px !important; box-shadow: none;
  transition: background 0.2s var(--te-ease);
}
.main-header .thm-btn:hover { background: #5a8bff !important; }

/* ---------- Pill labels + gradient headings ---------- */
.section-title__tagline-box { margin-bottom: 16px; }
.section-title__tagline {
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.3px; text-transform: uppercase;
  color: #8fb0ff; background: rgba(64, 118, 245, 0.1); border: 1px solid rgba(64, 118, 245, 0.25);
}
.section-title__title { font-family: var(--thm-font); font-weight: 600; letter-spacing: -1.5px; color: #fff; }
.section-title__title span {
  background: linear-gradient(135deg, #ffffff 0%, #a9c0ff 40%, #4076f5 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
}
.results-section__subtitle { color: var(--te-muted); font-family: var(--thm-font); }

/* ---------- HERO ---------- */
.feature-one { position: relative; padding: 80px 0 14px; overflow: hidden; text-align: center; }
.feature-one::before {
  content: ""; position: absolute; left: 50%; top: -240px; width: 1200px; height: 820px; transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(64, 118, 245, 0.22) 0%, rgba(64, 118, 245, 0.06) 38%, transparent 70%);
  pointer-events: none; z-index: 0;
}
.feature-one__inner { position: relative; z-index: 1; max-width: 1000px; margin: 0 auto; }
.feature-one__badge {
  display: inline-flex; align-items: center; gap: 10px; padding: 6px 14px 6px 6px; margin-bottom: 10px;
  border-radius: 999px; font-size: 13px; font-weight: 500; color: #c7d5ee; text-decoration: none;
  background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1);
  transition: border-color 0.3s var(--te-ease), transform 0.3s var(--te-ease);
}
.feature-one__badge:hover { border-color: rgba(64, 118, 245, 0.45); transform: translateY(-1px); color: #fff; }
.feature-one__badge-tag { font-size: 11px; font-weight: 600; letter-spacing: 0.3px; text-transform: uppercase; color: #fff; background: var(--thm-primary); padding: 3px 10px; border-radius: 999px; }
.feature-one__badge-arrow { color: #8fb0ff; font-size: 11px; }
.feature-one__title { font-family: var(--thm-font); font-size: clamp(28px, 4.2vw, 44px); line-height: 1.05; font-weight: 600; letter-spacing: -0.035em; color: #fff; margin: 0 auto 10px; max-width: 900px; }
.feature-one__title span { background: linear-gradient(135deg, #ffffff 0%, #a9c0ff 38%, #4076f5 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.feature-one__subtitle { color: #9aa3b8; font-size: 16px; line-height: 1.6; max-width: 640px; margin: 0 auto 14px; font-family: var(--thm-font); font-weight: 400; }
.feature-one__btn-box { display: flex; gap: 12px; justify-content: center; align-items: center; flex-wrap: wrap; }
.feature-one .thm-btn, .feature-one .thm-btn-two { display: inline-flex; align-items: center; gap: 9px; padding: 13px 24px; border-radius: 999px; font-family: var(--thm-font); font-size: 15px; font-weight: 500; transition: transform 0.25s var(--te-ease), background 0.25s var(--te-ease); }
.feature-one .thm-btn { background: var(--thm-primary); color: #fff; box-shadow: none; }
.feature-one .thm-btn:hover { background: #5a8bff; transform: translateY(-2px); }
.feature-one .thm-btn-two { background: rgba(255, 255, 255, 0.05); color: #e7eefb; border: 1px solid rgba(255, 255, 255, 0.12); }
.feature-one .thm-btn-two:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-2px); }
.feature-one__no-cc { color: #6b7287; font-size: 13px; margin-top: 8px; font-family: var(--thm-font); }
@media (max-width: 575px) { .feature-one .thm-btn, .feature-one .thm-btn-two { width: 100%; justify-content: center; } }

/* ---------- USE-CASE SHOWCASE ---------- */
.usecases { position: relative; max-width: 1180px; margin: 22px auto 0; z-index: 1; }
.usecases__tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 2px; padding: 4px; margin: 0 auto -19px; width: fit-content; max-width: 100%; background: rgba(16, 18, 26, 0.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 999px; position: relative; z-index: 5; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35); }
.usecases__tab { position: relative; overflow: hidden; display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 999px; border: none; cursor: pointer; background: transparent; color: #99a0b3; font-family: var(--thm-font); font-size: 12px; font-weight: 500; transition: color 0.2s var(--te-ease), background 0.2s var(--te-ease); white-space: nowrap; }
.usecases__tab:hover { color: #dce2ee; }
.usecases__tab.is-active { color: #cdddff; background: rgba(64, 118, 245, 0.22); }
.usecases__tab-icon { font-size: 11px; opacity: 0.9; }
.usecases__tab-progress { position: absolute; left: 0; bottom: 0; height: 2px; width: 100%; background: rgba(120, 160, 255, 0.7); transform-origin: left center; animation: ucProgress 7.8s linear forwards; }
@keyframes ucProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.usecases__stage { position: relative; z-index: 1; }
.usecases__glow { position: absolute; inset: 4% 6% auto; height: 70%; background: radial-gradient(ellipse at center, rgba(64, 118, 245, 0.2), transparent 70%); filter: blur(26px); z-index: 0; pointer-events: none; }
.usecases__window { position: relative; z-index: 1; border-radius: 16px; overflow: hidden; background: rgba(10, 10, 16, 0.85); border: 1px solid rgba(255, 255, 255, 0.12); box-shadow: var(--te-shadow); }
.usecases__bar { display: flex; align-items: center; gap: 8px; height: 40px; padding: 0 16px; background: linear-gradient(180deg, #12121c, #0c0c14); border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.usecases__dot { width: 12px; height: 12px; border-radius: 50%; }
.usecases__dot--r { background: #ff5f57; } .usecases__dot--y { background: #febc2e; } .usecases__dot--g { background: #28c840; }
.usecases__url { margin-left: 14px; font-family: 'JetBrains Mono', monospace; font-size: 12px; color: #6b7287; display: inline-flex; align-items: center; gap: 7px; }
.usecases__url .fa-lock { font-size: 10px; color: var(--te-green); }
.usecases__screens { position: relative; aspect-ratio: 1912 / 888; background: #0a0a0a; }
.usecases__caption { text-align: center; max-width: 720px; margin: 26px auto 0; }
.usecases__caption-title { color: #fff; font-size: 21px; font-weight: 600; margin-bottom: 8px; letter-spacing: -0.02em; }
.usecases__caption-desc { color: #99a0b3; font-size: 15.5px; line-height: 1.65; font-family: var(--thm-font); }
@media (max-width: 767px) {
  .usecases__tabs { width: 100%; border-radius: 14px; }
  .usecases__tab { flex: 1 1 calc(50% - 2px); justify-content: center; font-size: 11.5px; padding: 7px 8px; }
  .usecases__caption-title { font-size: 18px; }
}

/* ============================================================
   STUDIO MOCKS — faithful ThreatExploit Studio (cyan terminal)
   ============================================================ */
.sm {
  --c: #00d4ff; --c2: #22d3ee; --dim: #008bb5; --muted: #666; --white: #e0e0e0;
  --bg: #0a0a0a; --bg2: #0f0f0f; --bg3: #161616; --panel: #0c0c0c; --bdr: #252525;
  --crit: #ff4757; --high: #ff9500; --med: #ffcc00; --low: #00aaff; --ok: #4ade80;
  position: absolute; inset: 0; overflow: hidden;
  font-family: 'JetBrains Mono', 'Share Tech Mono', monospace; color: var(--white);
  font-size: clamp(7px, 0.82vw, 11px); line-height: 1.45;
  background-color: var(--bg);
  background-image: linear-gradient(rgba(0,212,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(0,212,255,0.02) 1px, transparent 1px);
  background-size: 22px 22px;
  display: flex; flex-direction: column;
}
.sm-card { background: var(--panel); border: 1px solid var(--bdr); border-radius: 2px; padding: 9px 11px; display: flex; flex-direction: column; gap: 6px; animation: smIn 0.5s var(--te-ease) both; }
.sm-card__t { color: var(--muted); font-size: 0.92em; letter-spacing: 1px; }
.sm-card__row { display: flex; align-items: center; justify-content: space-between; }

/* --- Overview --- */
.sm--overview { padding: 11px 13px; gap: 9px; }
.smo__head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; flex-shrink: 0; }
.smo__title { color: var(--c); font-size: 1.25em; letter-spacing: 2px; text-shadow: 0 0 10px var(--dim); }
.smo__btns { margin-left: auto; display: flex; gap: 6px; flex-wrap: wrap; }
.smo__btns span { color: var(--muted); border: 1px solid var(--bdr); border-radius: 2px; padding: 4px 8px; font-size: 0.82em; letter-spacing: 0.5px; white-space: nowrap; }
.smo__target { display: flex; align-items: center; gap: 14px; padding: 9px 4px; border-top: 1px solid var(--bdr); border-bottom: 1px solid var(--bdr); flex-shrink: 0; }
.smo__tg { display: flex; flex-direction: column; gap: 3px; }
.smo__tl { color: var(--muted); font-size: 0.8em; letter-spacing: 0.5px; }
.smo__tv { color: var(--white); font-size: 0.95em; }
.smo__tv--ok { color: var(--ok); }
.smo__sep { width: 1px; height: 26px; background: var(--bdr); }
.smo__grid { display: grid; grid-template-columns: 0.95fr 1.25fr 1.1fr; gap: 9px; flex: 1; min-height: 0; }
.smo__col { display: flex; flex-direction: column; gap: 9px; min-height: 0; }
.sm-card--score { align-items: flex-start; }
.smo__score { color: var(--crit); font-size: 3.4em; font-weight: 600; line-height: 1; }
.smo__score span { color: var(--muted); font-size: 0.42em; font-weight: 400; }
.smo__risk { color: var(--crit); font-size: 0.95em; letter-spacing: 0.5px; }
.smo__findings { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 5px; }
.smo__findings li { display: flex; align-items: center; gap: 8px; color: #b4bccb; }
.smo__findings li b { margin-left: auto; color: #fff; }
.smo__d { width: 8px; height: 8px; border-radius: 50%; }
.smo__d--crit { background: var(--crit); } .smo__d--high { background: var(--high); } .smo__d--med { background: var(--med); } .smo__d--low { background: var(--low); } .smo__d--info { background: var(--muted); }
.smo__f-info { color: var(--muted) !important; }
.smo__f-total { border-top: 1px solid var(--bdr); padding-top: 5px; margin-top: 1px; color: var(--c) !important; }
.smo__f-total b { color: var(--c) !important; }
.sm-card--radar { flex: 1; align-items: center; }
.smo__legend { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 0.85em; }
.smo__lg { display: inline-block; width: 14px; height: 0; border-top: 2px solid; }
.smo__lg--t { border-color: var(--c2); } .smo__lg--a { border-color: #4a4a50; border-top-style: dashed; }
.smo__radar-svg { width: 96%; max-width: 290px; display: block; margin: 0 auto; flex: 1; min-height: 0; }
.smo__radar-axis { fill: #8a8f9e; font-family: 'JetBrains Mono', monospace; font-size: 13px; letter-spacing: 0.5px; }
.smo__radar-target { transform-origin: 200px 200px; animation: smRadar 0.9s var(--te-ease) both; }
.sm-card--stages { flex-shrink: 0; }
.smo__stages-n { color: var(--ok); font-size: 0.9em; }
.smo__stagebar { display: flex; gap: 1px; }
.smo__seg { flex: 1; height: 5px; border-radius: 1px; background: #22d3ee; animation: smSeg 0.4s var(--te-ease) both; }
.smo__stagelabels { display: flex; justify-content: space-between; color: var(--muted); font-size: 0.78em; letter-spacing: 0.3px; }
.smo__class { color: var(--crit); font-size: 1.05em; }
.smo__class-desc { color: #8a8f9e; font-size: 0.9em; line-height: 1.5; }
.smo__weak { display: grid; grid-template-columns: 1.1fr 1.2fr auto; align-items: center; gap: 7px; }
.smo__weak-l { color: #8a8f9e; font-size: 0.85em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.smo__weak-bar { height: 6px; border-radius: 3px; background: var(--bg3); overflow: hidden; }
.smo__weak-fill { display: block; height: 100%; width: 0; border-radius: 3px; animation: smBar 1s var(--te-ease) both; }
.smo__weak-fill--red { background: var(--crit); } .smo__weak-fill--orange { background: #f97316; } .smo__weak-fill--amber { background: #ffcc00; } .smo__weak-fill--yellow { background: #eab308; } .smo__weak-fill--cyan { background: #22d3ee; } .smo__weak-fill--blue { background: var(--low); }
.smo__weak-v { color: #fff; font-size: 0.85em; }

/* --- Report --- */
.sm--report { padding: 0; }
.smr__filebar { display: flex; align-items: center; gap: 12px; padding: 11px 16px; border-bottom: 1px solid var(--bdr); background: var(--bg2); flex-shrink: 0; }
.smr__file { color: var(--c); font-size: 1.05em; }
.smr__path { color: var(--muted); font-size: 0.9em; }
.smr__doc { padding: 16px 22px; overflow: hidden; flex: 1; }
.smr__h { color: var(--white); font-size: 1.15em; font-weight: 600; margin-bottom: 12px; }
.smr__h--sub { margin-top: 14px; }
.smr__table { border: 1px solid var(--bdr); border-radius: 2px; overflow: hidden; }
.smr__thead { display: grid; grid-template-columns: 0.8fr 2.4fr; gap: 14px; padding: 8px 14px; background: rgba(0, 212, 255, 0.06); color: var(--c); font-size: 0.92em; }
.smr__row { display: grid; grid-template-columns: 0.8fr 2.4fr; gap: 14px; padding: 8px 14px; border-top: 1px solid var(--bdr); animation: smIn 0.45s var(--te-ease) both; }
.smr__fw { color: var(--c2); }
.smr__f { color: #9aa1b1; font-size: 0.92em; line-height: 1.5; }
.smr__p { color: #8a8f9e; font-size: 0.92em; line-height: 1.55; margin-top: 12px; }

/* --- Training Manager --- */
.sm--train { padding: 0; }
.smt__head { display: flex; align-items: center; gap: 12px; padding: 11px 16px; border-bottom: 1px solid var(--bdr); background: var(--bg2); flex-shrink: 0; }
.smt__title { color: var(--c); font-size: 1.1em; letter-spacing: 2px; }
.smt__new { margin-left: auto; color: var(--c); border: 1px solid var(--c); border-radius: 2px; padding: 4px 10px; font-size: 0.85em; }
.smt__close { color: var(--muted); font-size: 1.6em; line-height: 1; }
.smt__tabs { display: flex; gap: 0; padding: 0 16px; border-bottom: 1px solid var(--bdr); flex-shrink: 0; }
.smt__tab { padding: 9px 16px; color: var(--muted); font-size: 0.92em; letter-spacing: 0.5px; border-bottom: 2px solid transparent; }
.smt__tab.is-active { color: var(--c); border-bottom-color: var(--c); background: rgba(0, 212, 255, 0.05); }
.smt__body { display: grid; grid-template-columns: 0.85fr 1.6fr; gap: 0; flex: 1; min-height: 0; }
.smt__list { border-right: 1px solid var(--bdr); padding: 12px; display: flex; flex-direction: column; gap: 7px; overflow: hidden; }
.smt__search { color: var(--muted); border: 1px solid var(--bdr); border-radius: 2px; padding: 7px 10px; font-size: 0.9em; background: var(--bg); }
.smt__item { padding: 8px 10px; border-radius: 2px; border-left: 3px solid transparent; animation: smIn 0.4s var(--te-ease) both; overflow: hidden; }
.smt__item.is-active { background: rgba(0, 212, 255, 0.08); border-left-color: var(--c); }
.smt__item-n { color: #fff; font-size: 0.95em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.smt__item-d { color: var(--muted); font-size: 0.82em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.smt__editor { padding: 14px; display: flex; flex-direction: column; gap: 11px; min-height: 0; }
.smt__field { display: flex; flex-direction: column; gap: 5px; }
.smt__field--grow { flex: 1; min-height: 0; }
.smt__field label { color: var(--dim); font-size: 0.82em; letter-spacing: 1px; text-transform: uppercase; }
.smt__input { color: #fff; background: var(--bg); border: 1px solid var(--bdr); border-radius: 2px; padding: 7px 10px; font-size: 0.92em; }
.smt__content { flex: 1; background: var(--bg); border: 1px solid var(--bdr); border-radius: 2px; padding: 9px 11px; display: flex; flex-direction: column; gap: 4px; overflow: hidden; }
.smt__cl { color: #b4bccb; font-size: 0.9em; animation: smIn 0.4s var(--te-ease) both; white-space: pre-wrap; }
.smt__actions { display: flex; gap: 9px; justify-content: flex-end; }
.smt__btn { color: var(--muted); border: 1px solid var(--bdr); border-radius: 2px; padding: 6px 14px; font-size: 0.88em; letter-spacing: 0.5px; }
.smt__btn--p { color: var(--c); border-color: var(--c); }
.smt__toast { position: absolute; right: 16px; bottom: 16px; color: #052; background: var(--ok); padding: 6px 12px; border-radius: 3px; font-size: 0.9em; opacity: 0; animation: smToast 0.5s var(--te-ease) 2s both; }

/* --- Chat --- */
.sm--chat { flex-direction: row; padding: 0; }
.smc__side { width: 27%; min-width: 150px; background: var(--bg2); border-right: 1px solid var(--bdr); padding: 12px 11px; display: flex; flex-direction: column; gap: 7px; overflow: hidden; flex-shrink: 0; }
.smc__new { display: flex; align-items: center; gap: 8px; color: var(--c); background: rgba(0, 212, 255, 0.06); border: 1px solid rgba(0, 212, 255, 0.18); border-radius: 6px; padding: 9px 11px; font-size: 0.95em; }
.smc__recents { color: var(--muted); font-size: 0.78em; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 6px; }
.smc__sess { color: #9aa1b1; padding: 7px 9px; border-radius: 6px; font-size: 0.9em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.smc__sess.is-active { background: var(--bg3); color: #fff; }
.smc__main { flex: 1; display: flex; flex-direction: column; min-width: 0; background: var(--bg); }
.smc__messages { flex: 1; padding: 18px 22px; display: flex; flex-direction: column; gap: 12px; overflow: hidden; }
.smc__msg { max-width: 86%; font-size: 0.95em; line-height: 1.6; }
.smc__msg--user { align-self: flex-end; background: rgba(0, 212, 255, 0.06); border: 1px solid rgba(0, 212, 255, 0.12); border-radius: 12px; padding: 9px 15px; color: #fff; animation: smIn 0.4s var(--te-ease) both; }
.smc__msg--bot { align-self: flex-start; display: flex; flex-direction: column; gap: 4px; color: #c7cdda; padding: 2px 0; max-width: 94%; }
.smc__thinking { align-self: flex-start; display: inline-flex; gap: 5px; padding: 6px 2px; animation: smThinkHide 0s linear 1.6s forwards; }
.smc__thinking span { width: 6px; height: 6px; border-radius: 50%; background: var(--c); animation: smBlink 1s infinite ease-in-out; }
.smc__thinking span:nth-child(2) { animation-delay: 0.18s; } .smc__thinking span:nth-child(3) { animation-delay: 0.36s; }
.smc__line { animation: smIn 0.35s var(--te-ease) both; }
.smc__rec-h { color: #fff; margin-top: 4px; }
.smc__rec { color: var(--c2); }
.smc__composer { margin: 0 18px 16px; background: var(--bg2); border: 1px solid var(--bdr); border-radius: 14px; padding: 11px 13px 9px; display: flex; flex-direction: column; gap: 9px; flex-shrink: 0; }
.smc__placeholder { color: var(--muted); font-size: 0.95em; }
.smc__controls { display: flex; align-items: center; gap: 9px; }
.smc__c-plus { color: var(--muted); width: 24px; height: 24px; border: 1px solid var(--bdr); border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; font-size: 0.85em; }
.smc__server { margin-left: auto; color: #9aa1b1; font-size: 0.85em; border: 1px solid var(--bdr); border-radius: 6px; padding: 4px 9px; }
.smc__send { color: #06222b; background: var(--c); width: 26px; height: 26px; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; font-size: 0.85em; }

/* mock keyframes */
@keyframes smIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes smSeg { from { opacity: 0.15; background: #1a1a1e; } to { opacity: 1; background: #22d3ee; } }
@keyframes smBar { from { width: 0; } to { width: var(--w); } }
@keyframes smRadar { from { opacity: 0; transform: scale(0.4); } to { opacity: 1; transform: scale(1); } }
@keyframes smToast { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes smBlink { 0%, 60%, 100% { opacity: 0.25; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }
@keyframes smThinkHide { to { opacity: 0; height: 0; padding: 0; overflow: hidden; } }

@media (max-width: 767px) {
  .smo__grid { grid-template-columns: 1fr; overflow-y: auto; }
  .smo__btns { display: none; }
  .smt__body { grid-template-columns: 1fr; }
  .smt__list { border-right: none; border-bottom: 1px solid var(--bdr); }
}

/* ---------- Window frame for feature-row screenshots ---------- */
.te-window { border-radius: 14px; overflow: hidden; background: rgba(10, 10, 16, 0.85); border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: var(--te-shadow); }
.te-window__bar { display: flex; align-items: center; gap: 7px; height: 34px; padding: 0 14px; background: linear-gradient(180deg, #12121c, #0c0c14); border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.te-window__dot { width: 10px; height: 10px; border-radius: 50%; }
.te-window__dot--r { background: #ff5f57; } .te-window__dot--y { background: #febc2e; } .te-window__dot--g { background: #28c840; }
.te-window img { display: block; width: 100%; }

.core-feature__content-one-title-box p, .core-feature__content-two-title-box p {
  display: inline-flex; align-items: center; padding: 5px 13px; margin-bottom: 14px; border-radius: 999px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.3px; text-transform: uppercase;
  color: #8fb0ff; background: rgba(64, 118, 245, 0.1); border: 1px solid rgba(64, 118, 245, 0.25);
}

/* ---------- Results ---------- */
.results-card { transition: transform 0.3s var(--te-ease), border-color 0.3s var(--te-ease); }
.results-card:hover { transform: translateY(-4px); }

/* ---------- Proof / sample reports ---------- */
.te-proof { padding: 40px 0 0; }
.te-proof__wrap { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; max-width: 1000px; margin: 0 auto; padding: 30px 36px; border-radius: 18px; background: linear-gradient(135deg, rgba(64, 118, 245, 0.1), rgba(14, 14, 23, 0.6)); border: 1px solid rgba(64, 118, 245, 0.22); }
.te-proof__icon { width: 56px; height: 56px; flex-shrink: 0; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 24px; color: #8fb0ff; background: rgba(64, 118, 245, 0.14); }
.te-proof__text { flex: 1 1 320px; }
.te-proof__title { color: #fff; font-size: 20px; font-weight: 700; margin-bottom: 6px; }
.te-proof__desc { color: #99a0b3; font-size: 15px; line-height: 1.6; font-family: var(--thm-font); }
.te-proof__btns { display: flex; gap: 10px; flex-wrap: wrap; }
.te-proof__btn { display: inline-flex; align-items: center; gap: 9px; padding: 12px 20px; border-radius: 999px; color: #fff; background: var(--thm-primary); font-family: var(--thm-font); font-size: 14px; font-weight: 500; transition: transform 0.25s var(--te-ease), background 0.25s var(--te-ease); }
.te-proof__btn:hover { background: #5a8bff; transform: translateY(-2px); }
.te-proof__btn--ghost { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.14); color: #e7eefb; }
.te-proof__btn--ghost:hover { background: rgba(255, 255, 255, 0.1); }

/* ---------- Trust & Safety ---------- */
.te-trust { padding: 80px 0; }
.te-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 46px; }
.te-trust__card { background: var(--te-card); border: 1px solid var(--te-card-bdr); border-radius: 16px; padding: 26px 22px; transition: transform 0.3s var(--te-ease), border-color 0.3s var(--te-ease); }
.te-trust__card:hover { transform: translateY(-4px); border-color: rgba(64, 118, 245, 0.35); }
.te-trust__icon { width: 48px; height: 48px; border-radius: 12px; margin-bottom: 16px; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #8fb0ff; background: rgba(64, 118, 245, 0.12); }
.te-trust__title { color: #fff; font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.te-trust__desc { color: #8a92a6; font-size: 14px; line-height: 1.6; font-family: var(--thm-font); }
@media (max-width: 991px) { .te-trust__grid { grid-template-columns: repeat(2, 1fr); } .te-trust { padding: 60px 0; } }
@media (max-width: 520px) { .te-trust__grid { grid-template-columns: 1fr; } }

/* ---------- Partner pricing ---------- */
.te-pricing { padding: 80px 0; }
.te-pricing__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 46px; }
.te-pricing__card { background: var(--te-card); border: 1px solid var(--te-card-bdr); border-radius: 16px; padding: 28px 24px; transition: transform 0.3s var(--te-ease), border-color 0.3s var(--te-ease); }
.te-pricing__card:hover { transform: translateY(-4px); border-color: rgba(64, 118, 245, 0.35); }
.te-pricing__num { font-family: 'JetBrains Mono', monospace; font-size: 14px; font-weight: 700; color: #8fb0ff; margin-bottom: 14px; }
.te-pricing__title { color: #fff; font-size: 17px; font-weight: 700; margin-bottom: 10px; }
.te-pricing__desc { color: #8a92a6; font-size: 14.5px; line-height: 1.6; font-family: var(--thm-font); }
.te-pricing__cta { text-align: center; margin-top: 38px; }
.te-pricing__note { color: #6b7287; font-size: 13.5px; margin-bottom: 18px; font-family: var(--thm-font); }
.te-pricing__btn { display: inline-flex; align-items: center; gap: 9px; padding: 14px 28px; border-radius: 999px; color: #fff; background: var(--thm-primary); font-family: var(--thm-font); font-size: 15px; font-weight: 500; transition: transform 0.25s var(--te-ease), background 0.25s var(--te-ease); }
.te-pricing__btn:hover { background: #5a8bff; transform: translateY(-2px); }
@media (max-width: 991px) { .te-pricing__grid { grid-template-columns: 1fr; } .te-pricing { padding: 60px 0; } }

/* ---------- Ecosystem ---------- */
.brand-two__title { color: #b8c0d2; font-size: 16px; font-weight: 500; text-align: center; font-family: var(--thm-font); }
.brand-two__title span { color: #8fb0ff; font-weight: 700; }
.te-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 48px; margin-top: 30px; padding: 0; list-style: none; }
.te-logos li { color: #aeb6ca; font-family: var(--thm-font); font-size: 19px; font-weight: 700; letter-spacing: -0.01em; opacity: 0.9; transition: color 0.25s var(--te-ease), opacity 0.25s var(--te-ease); cursor: default; }
.te-logos li:hover { color: #fff; opacity: 1; }
@media (max-width: 575px) { .te-logos { gap: 14px 28px; } .te-logos li { font-size: 16px; } }

/* ---------- FAQ accordion (dark theme — module-css/faq.css isn't loaded here) ---------- */
.faq-one .container { max-width: 820px; }
.faq-one__inner { display: block; }
.faq-one .accrodion { background: var(--te-card); border: 1px solid var(--te-card-bdr); border-radius: 12px; transition: border-color 0.25s var(--te-ease), background 0.25s var(--te-ease); }
.faq-one .accrodion + .accrodion { margin-top: 10px; }
.faq-one .accrodion:hover { border-color: rgba(255, 255, 255, 0.16); }
.faq-one .accrodion.active { border-color: rgba(64, 118, 245, 0.4); background: rgba(64, 118, 245, 0.06); }
.faq-one .accrodion-title { position: relative; cursor: pointer; padding: 17px 52px 17px 22px; }
.faq-one .accrodion-title h4 { margin: 0; font-family: var(--thm-font); font-size: 16px; font-weight: 500; line-height: 1.5; color: #d2d8e6; transition: color 0.2s var(--te-ease); }
.faq-one .accrodion:hover .accrodion-title h4, .faq-one .accrodion.active .accrodion-title h4 { color: #fff; }
.faq-one .accrodion-title::after { content: ""; position: absolute; top: 23px; right: 22px; width: 9px; height: 9px; border-right: 2px solid #8a93ab; border-bottom: 2px solid #8a93ab; transform: rotate(45deg); transition: transform 0.25s var(--te-ease), border-color 0.2s var(--te-ease); }
.faq-one .accrodion.active .accrodion-title::after { transform: rotate(-135deg); border-color: #8fb0ff; }
.faq-one .accrodion-content { max-height: 0; overflow: hidden; transition: max-height 0.35s var(--te-ease); }
.faq-one .accrodion.active .accrodion-content { max-height: 600px; }
.faq-one .accrodion-content .inner { padding: 0 22px 20px; }
.faq-one .accrodion-content p { margin: 0; color: #9aa3b8; font-size: 15px; line-height: 1.7; font-family: var(--thm-font); }
.faq-one .accrodion-content p a { color: #8fb0ff; text-decoration: underline; }

/* ============================================================
   Animation discipline
   ============================================================ */
.wow, [data-wow-delay] { visibility: visible !important; opacity: 1 !important; transform: none !important; animation: none !important; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .usecases__tab-progress { display: none; }
  .smc__thinking { display: none; }
}
