/* ==============================================
   GLOBAL MLM SOFTWARE — TRAVEL MLM SOFTWARE PAGE
   travel-mlm.css — Page-specific styles
   Extends: css/style.css
   Theme: Ocean Blue / Sky / Deep Navy / Gold
   ============================================== */

/* ===========================
   BREADCRUMB BAR
   =========================== */
.breadcrumb-bar {
  background: var(--gray-50);
  border-bottom: 1px solid var(--gray-200);
  padding: 0.625rem 0;
}
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.375rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
}
.breadcrumb li { display: flex; align-items: center; }
.breadcrumb a { color: var(--gray-500); font-weight: 500; }
.breadcrumb a:hover { color: var(--tr-blue); }
.breadcrumb li[aria-current="page"] { color: var(--gray-900); font-weight: 600; }
.breadcrumb i { color: var(--gray-400); font-size: 0.65rem; }

/* ===========================
   CSS OVERRIDES — TRAVEL OCEAN THEME
   =========================== */
:root {
  --tr-blue:          #0284c7;
  --tr-blue-dark:     #075985;
  --tr-blue-light:    #38bdf8;
  --tr-sky:           #0ea5e9;
  --tr-sky-light:     #7dd3fc;
  --tr-gold:          #f59e0b;
  --tr-gold-light:    #fcd34d;
  --tr-teal:          #0d9488;
  --tr-green:         #10b981;
  --tr-navy:          #0a1628;
  --tr-navy-mid:      #0f2040;
  --tr-glow:          0 0 40px rgba(2,132,199,0.3);
  --radius-2xl:       32px;
}

/* ===========================
   EEAT AUTHOR BOX
   =========================== */
.eeat-author-box {
  display: flex;
  gap: 1.25rem;
  background: linear-gradient(135deg, rgba(2,132,199,0.05), rgba(14,165,233,0.04));
  border: 1px solid rgba(2,132,199,0.2);
  border-left: 4px solid var(--tr-blue);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  margin-bottom: 3rem;
  align-items: flex-start;
}
.eeat-avatar {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--tr-blue), var(--tr-sky));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.375rem;
  flex-shrink: 0;
}
.eeat-name { font-weight: 700; color: var(--gray-900); margin-bottom: 0.375rem; }
.eeat-creds {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8125rem;
  color: var(--gray-500);
}
.eeat-creds span { display: flex; align-items: center; gap: 0.3rem; }
.eeat-creds i { color: var(--tr-blue); }

/* ===========================
   HERO — TRAVEL THEME
   =========================== */
.hero-tr {
  background: linear-gradient(135deg, #0a1628 0%, #0f2a4a 40%, #071a32 100%);
  position: relative;
  overflow: hidden;
  padding: calc(var(--gnav-h, 70px) + 5rem) 0 4rem;
  min-height: 90vh;
}
.hero-tr .hero-bg-shapes .shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.2;
  pointer-events: none;
}
.hero-tr .shape-1 {
  width: 540px; height: 540px;
  background: radial-gradient(circle, #0284c7, transparent 70%);
  top: -130px; right: 3%;
}
.hero-tr .shape-2 {
  width: 380px; height: 380px;
  background: radial-gradient(circle, #0ea5e9, transparent 70%);
  bottom: -80px; left: 8%;
}
.hero-tr .shape-3 {
  width: 300px; height: 300px;
  background: radial-gradient(circle, #f59e0b, transparent 70%);
  top: 35%; left: 28%;
}
.hero-tr .grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(2,132,199,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2,132,199,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.hero-tr-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .hero-tr-container { grid-template-columns: 1fr; gap: 3rem; }
}
.hero-tr-copy .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(2,132,199,0.12);
  border: 1px solid rgba(2,132,199,0.3);
  color: var(--tr-blue-light);
  padding: 0.45rem 1rem;
  border-radius: 100px;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.hero-tr-copy .hero-headline {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.hero-tr-copy .hero-subheadline {
  font-size: 1.0625rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.8;
  margin-bottom: 2rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-bottom: 2rem;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.65);
}
.trust-item i { color: var(--tr-blue-light); }

/* ===========================
   TR HERO DIAGRAM — thd-*
   =========================== */
.tr-hero-diagram {
  background: linear-gradient(135deg, rgba(2,132,199,0.08), rgba(10,22,40,0.95));
  border: 1px solid rgba(2,132,199,0.25);
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: var(--tr-glow);
  position: sticky;
  top: 90px;
}
.thd-header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--tr-blue-light);
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(2,132,199,0.15);
}
.thd-header i { color: var(--tr-blue-light); font-size: 1rem; }
.thd-badge {
  margin-left: auto;
  background: linear-gradient(135deg, #0284c7, #0ea5e9);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.2rem 0.7rem;
  border-radius: 100px;
}

/* Travel agent tiers */
.thd-tiers {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.thd-tier {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(2,132,199,0.12);
  border-radius: 0.625rem;
  padding: 0.625rem 0.875rem;
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.85);
}
.thd-tier-icon {
  width: 30px; height: 30px;
  background: linear-gradient(135deg, var(--tr-blue), var(--tr-sky));
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 0.875rem;
  flex-shrink: 0;
}
.thd-tier-name { font-weight: 700; color: var(--tr-blue-light); flex: 1; }
.thd-tier-comm { font-size: 0.75rem; color: var(--tr-gold-light); font-weight: 600; }

/* Metrics row */
.thd-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
  margin-bottom: 1rem;
}
.thd-metric-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(2,132,199,0.14);
  border-radius: 0.75rem;
  padding: 0.75rem 0.5rem;
  text-align: center;
}
.thd-metric-num {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--tr-blue-light);
}
.thd-metric-lbl {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.5);
  margin-top: 0.2rem;
}

/* Industry tags */
.thd-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}
.thd-tag {
  background: rgba(2,132,199,0.1);
  border: 1px solid rgba(2,132,199,0.2);
  color: var(--tr-blue-light);
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.25rem 0.65rem;
  border-radius: 100px;
}

/* ===========================
   STATS BAR
   =========================== */
.stats-section {
  background: linear-gradient(135deg, var(--tr-blue-dark) 0%, #0a1628 100%);
  padding: 2rem 0;
}
.stats-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}
.stat-box {
  flex: 1;
  min-width: 140px;
  text-align: center;
  padding: 1.25rem 1rem;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.stat-box:last-child { border-right: none; }
.stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.375rem;
}
.stat-number span { color: var(--tr-blue-light); }
.stat-desc { font-size: 0.8rem; color: rgba(255,255,255,0.6); }
@media (max-width: 640px) {
  .stat-box { flex-basis: 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
}

/* ===========================
   CONTENT SECTIONS
   =========================== */
.content-section { padding: 5rem 0; }
.bg-light-section { background: var(--gray-50); }
.bg-dark-section  { background: linear-gradient(135deg, #0a1628 0%, #0f2a4a 100%); }
.section-header   { margin-bottom: 3rem; }
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  background: rgba(2,132,199,0.08);
  border: 1px solid rgba(2,132,199,0.2);
  color: var(--tr-blue);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.875rem;
  border-radius: 100px;
  margin-bottom: 1rem;
}
.section-header h2 {
  font-size: clamp(1.625rem, 3vw, 2.375rem);
  font-weight: 800;
  color: var(--gray-900);
  margin-bottom: 1rem;
}
.section-intro {
  font-size: 1.0625rem;
  color: var(--gray-600);
  max-width: 720px;
  line-height: 1.8;
}
.text-center { text-align: center; }
.text-center .section-intro { margin: 0 auto; }

/* ===========================
   INTRO CARDS — tric-*
   =========================== */
.tr-intro-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.tric-card {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem;
  transition: box-shadow 0.25s, transform 0.25s;
}
.tric-card:hover { box-shadow: 0 10px 28px rgba(2,132,199,0.1); transform: translateY(-3px); }
.tric-icon {
  font-size: 1.75rem;
  color: var(--tr-blue);
  margin-bottom: 1rem;
}
.tric-title { font-size: 1rem; font-weight: 700; color: var(--gray-900); margin-bottom: 0.5rem; }
.tric-desc  { font-size: 0.875rem; color: var(--gray-600); line-height: 1.65; }

/* ===========================
   INTRO TEXT
   =========================== */
.tr-intro-text p { font-size: 1rem; color: var(--gray-700); line-height: 1.9; }

/* ===========================
   INTERNAL LINK CARDS
   =========================== */
.tr-link-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}
.tr-link-card {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(2,132,199,0.06);
  border: 1px solid rgba(2,132,199,0.18);
  color: var(--tr-blue);
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.tr-link-card:hover { background: var(--tr-blue); color: #fff; }

/* ===========================
   HOW IT WORKS — how-tr-*
   =========================== */
.how-tr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.how-tr-step {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  position: relative;
  transition: box-shadow 0.25s, transform 0.25s;
}
.how-tr-step:hover { box-shadow: 0 12px 32px rgba(2,132,199,0.1); transform: translateY(-4px); }
.how-tr-num {
  font-size: 3rem;
  font-weight: 900;
  color: rgba(2,132,199,0.1);
  line-height: 1;
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
}
.how-tr-icon {
  font-size: 1.625rem;
  color: var(--tr-blue);
  margin-bottom: 1rem;
}
.how-tr-step h3 { font-size: 1.0625rem; font-weight: 700; color: var(--gray-900); margin-bottom: 0.625rem; }
.how-tr-step p  { font-size: 0.875rem; color: var(--gray-600); line-height: 1.7; }

/* ===========================
   COMPENSATION PLANS ACCORDION — trpa-*
   =========================== */
.tr-plan-accordion { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 2rem; }
.trpa-item {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.trpa-item.open { box-shadow: 0 8px 24px rgba(2,132,199,0.1); border-color: rgba(2,132,199,0.3); }
.trpa-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.trpa-trigger-icon {
  width: 40px; height: 40px;
  background: linear-gradient(135deg, var(--tr-blue), var(--tr-sky));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 1rem;
  flex-shrink: 0;
}
.trpa-trigger-text { flex: 1; }
.trpa-trigger-title { font-size: 1rem; font-weight: 700; color: var(--gray-900); }
.trpa-trigger-sub   { font-size: 0.8rem; color: var(--gray-500); margin-top: 0.2rem; }
.trpa-chevron { color: var(--gray-400); transition: transform 0.3s; font-size: 0.875rem; }
.trpa-item.open .trpa-chevron { transform: rotate(180deg); color: var(--tr-blue); }
.trpa-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.trpa-item.open .trpa-body { max-height: 1200px; }
.trpa-body-inner { padding: 0 1.5rem 1.5rem; }
.trpa-body-inner p { font-size: 0.9rem; color: var(--gray-700); line-height: 1.8; margin-bottom: 1rem; }
.trpa-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.trpa-feat {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: var(--gray-700);
}
.trpa-feat i { color: var(--tr-blue); font-size: 0.75rem; }

/* ===========================
   FEATURE CARDS GRID — trf-*
   =========================== */
.tr-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.trf-card {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem;
  transition: box-shadow 0.25s, transform 0.25s;
}
.trf-card:hover { box-shadow: 0 10px 28px rgba(2,132,199,0.1); transform: translateY(-3px); }
.trf-icon {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, rgba(2,132,199,0.1), rgba(14,165,233,0.08));
  border: 1px solid rgba(2,132,199,0.18);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem;
  color: var(--tr-blue);
  margin-bottom: 1.125rem;
}
.trf-title { font-size: 1rem; font-weight: 700; color: var(--gray-900); margin-bottom: 0.5rem; }
.trf-desc  { font-size: 0.875rem; color: var(--gray-600); line-height: 1.65; }

/* ===========================
   BENEFITS DUAL ACCORDION — trb-*
   =========================== */
.tr-benefits-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 768px) { .tr-benefits-wrap { grid-template-columns: 1fr; } }
.tr-benefits-col-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tr-benefits-col-title i { color: var(--tr-blue); }
.trb-item {
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.trb-item.open { border-color: rgba(2,132,199,0.3); }
.trb-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--gray-800);
}
.trb-trigger i { color: var(--tr-blue); font-size: 0.875rem; }
.trb-trigger .trb-chev { margin-left: auto; transition: transform 0.3s; color: var(--gray-400); font-size: 0.75rem; }
.trb-item.open .trb-chev { transform: rotate(180deg); color: var(--tr-blue); }
.trb-body { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.trb-item.open .trb-body { max-height: 400px; }
.trb-body p { padding: 0 1rem 1rem; font-size: 0.875rem; color: var(--gray-600); line-height: 1.75; }

/* ===========================
   COMPARISON TABLE — tr-comp-*
   =========================== */
.tr-comp-wrap { overflow-x: auto; margin-top: 2rem; }
.tr-comp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.tr-comp-table th {
  background: linear-gradient(135deg, var(--tr-blue), var(--tr-sky));
  color: #fff;
  padding: 0.875rem 1.25rem;
  text-align: left;
  font-weight: 700;
}
.tr-comp-table th:first-child { border-radius: 0.625rem 0 0 0; }
.tr-comp-table th:last-child  { border-radius: 0 0.625rem 0 0; }
.tr-comp-table td {
  padding: 0.875rem 1.25rem;
  border-bottom: 1px solid var(--gray-200);
  color: var(--gray-700);
}
.tr-comp-table tr:last-child td { border-bottom: none; }
.tr-comp-table tr:nth-child(even) td { background: var(--gray-50); }
.tr-comp-table .row-hover td { background: rgba(2,132,199,0.05); }
.tr-comp-table .check  { color: var(--tr-blue);  font-weight: 700; }
.tr-comp-table .cross  { color: var(--gray-300); }
.tr-comp-table .feature-col { font-weight: 600; color: var(--gray-800); }

/* ===========================
   WHO USES — tr-who-*
   =========================== */
.tr-who-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.tr-who-card {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem;
  text-align: center;
  transition: box-shadow 0.25s, transform 0.25s;
}
.tr-who-card:hover { box-shadow: 0 10px 28px rgba(2,132,199,0.1); transform: translateY(-3px); }
.tr-who-icon {
  font-size: 2rem;
  color: var(--tr-blue);
  margin-bottom: 0.875rem;
}
.tr-who-title { font-size: 0.9375rem; font-weight: 700; color: var(--gray-900); margin-bottom: 0.375rem; }
.tr-who-desc  { font-size: 0.8125rem; color: var(--gray-600); line-height: 1.6; }

/* ===========================
   CASE STUDY — tr-cs-*
   =========================== */
.tr-case-study {
  background: linear-gradient(135deg, #0a1628 0%, #0f2a4a 100%);
  border-radius: var(--radius-2xl);
  padding: 3.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  color: #fff;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .tr-case-study { grid-template-columns: 1fr; padding: 2rem; gap: 2rem; }
}
.tr-cs-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(2,132,199,0.2);
  border: 1px solid rgba(2,132,199,0.4);
  color: var(--tr-blue-light);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.3rem 0.875rem;
  border-radius: 100px;
  margin-bottom: 1rem;
}
.tr-cs-headline {
  font-size: clamp(1.375rem, 2.5vw, 1.875rem);
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.tr-cs-body {
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.tr-cs-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 480px) { .tr-cs-metrics { grid-template-columns: 1fr 1fr; } }
.tr-cs-metric {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(2,132,199,0.2);
  border-radius: 0.875rem;
  padding: 1rem;
  text-align: center;
}
.tr-cs-metric-num {
  font-size: 1.625rem;
  font-weight: 800;
  color: var(--tr-blue-light);
  line-height: 1;
  margin-bottom: 0.3rem;
}
.tr-cs-metric-lbl { font-size: 0.75rem; color: rgba(255,255,255,0.55); }
.tr-cs-quote {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(2,132,199,0.2);
  border-left: 3px solid var(--tr-blue-light);
  border-radius: 0.875rem;
  padding: 1.5rem;
  margin-top: 1.5rem;
}
.tr-cs-quote-text {
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.85);
  font-style: italic;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}
.tr-cs-quote-author {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--tr-blue-light);
}

/* ===========================
   TESTIMONIALS — tr-testi-*
   =========================== */
.tr-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.tr-testi-card {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem;
  transition: box-shadow 0.25s;
}
.tr-testi-card:hover { box-shadow: 0 8px 24px rgba(2,132,199,0.1); }
.tr-testi-stars { color: var(--tr-gold); font-size: 0.875rem; margin-bottom: 0.875rem; }
.tr-testi-text  { font-size: 0.9rem; color: var(--gray-700); line-height: 1.75; font-style: italic; margin-bottom: 1rem; }
.tr-testi-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.tr-testi-avatar {
  width: 40px; height: 40px;
  background: linear-gradient(135deg, var(--tr-blue), var(--tr-sky));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  flex-shrink: 0;
}
.tr-testi-name    { font-weight: 700; font-size: 0.875rem; color: var(--gray-900); }
.tr-testi-company { font-size: 0.8rem; color: var(--gray-500); }

/* ===========================
   FAQ ACCORDION — tr-faq-*
   =========================== */
.tr-faq-accordion { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 2rem; }
.tr-faq-item {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.tr-faq-item.open { border-color: rgba(2,132,199,0.3); box-shadow: 0 4px 16px rgba(2,132,199,0.08); }
.tr-faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--gray-900);
}
.tr-faq-trigger .faq-chev { transition: transform 0.3s; color: var(--gray-400); flex-shrink: 0; }
.tr-faq-item.open .faq-chev { transform: rotate(180deg); color: var(--tr-blue); }
.tr-faq-body { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.tr-faq-item.open .tr-faq-body { max-height: 600px; }
.tr-faq-body p { padding: 0 1.5rem 1.5rem; font-size: 0.9rem; color: var(--gray-700); line-height: 1.8; }

/* ===========================
   DEMO FORM — tr-demo-*
   =========================== */
.tr-demo-section {
  background: linear-gradient(135deg, #0a1628 0%, #0f2a4a 100%);
  padding: 5rem 0;
  color: #fff;
}
.tr-demo-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 768px) { .tr-demo-wrap { grid-template-columns: 1fr; gap: 2.5rem; } }
.tr-demo-copy h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  margin-bottom: 1rem;
}
.tr-demo-copy p { font-size: 0.9375rem; color: rgba(255,255,255,0.75); line-height: 1.8; margin-bottom: 1.5rem; }
.tr-demo-perks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.625rem; }
.tr-demo-perks li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.8);
}
.tr-demo-perks li i { color: var(--tr-blue-light); font-size: 0.875rem; }
.tr-demo-form {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(2,132,199,0.2);
  border-radius: var(--radius-xl);
  padding: 2rem;
}
.tr-form-group { margin-bottom: 1rem; }
.tr-form-group label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  margin-bottom: 0.375rem;
}
.tr-form-group input,
.tr-form-group select,
.tr-form-group textarea {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(2,132,199,0.2);
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #fff;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.tr-form-group input::placeholder,
.tr-form-group textarea::placeholder { color: rgba(255,255,255,0.35); }
.tr-form-group input:focus,
.tr-form-group select:focus,
.tr-form-group textarea:focus { border-color: var(--tr-blue-light); }
.tr-form-group select option { background: #0f2040; color: #fff; }
.tr-form-group input.error,
.tr-form-group select.error,
.tr-form-group textarea.error { border-color: #f87171; }
.tr-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
@media (max-width: 480px) { .tr-form-row { grid-template-columns: 1fr; } }
.tr-form-submit {
  width: 100%;
  background: linear-gradient(135deg, var(--tr-blue), var(--tr-sky));
  color: #fff;
  border: none;
  border-radius: 0.625rem;
  padding: 0.875rem;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
  margin-top: 0.5rem;
}
.tr-form-submit:hover { opacity: 0.9; transform: translateY(-1px); }
.tr-form-note {
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  margin-top: 0.75rem;
}
.tr-form-success {
  display: none;
  text-align: center;
  padding: 2rem;
}
.tr-form-success.visible { display: block; }
.tr-form-success i { font-size: 3rem; color: var(--tr-green); margin-bottom: 1rem; }
.tr-form-success h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 0.5rem; }
.tr-form-success p  { font-size: 0.9rem; color: rgba(255,255,255,0.7); }

/* ===========================
   STICKY MOBILE CTA — tr-sticky-*
   =========================== */
.tr-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--tr-navy);
  border-top: 1px solid rgba(2,132,199,0.3);
  padding: 0.875rem 1rem;
  gap: 0.75rem;
  justify-content: center;
  z-index: 999;
}
@media (max-width: 768px) { .tr-sticky-cta { display: flex; } }
.tr-sticky-cta a {
  flex: 1;
  max-width: 200px;
  text-align: center;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
}
.tr-sticky-cta .tr-sticky-demo {
  background: linear-gradient(135deg, var(--tr-blue), var(--tr-sky));
  color: #fff;
}
.tr-sticky-cta .tr-sticky-wa {
  background: #25D366;
  color: #fff;
}

/* ===========================
   SCROLL REVEAL UTILITY
   =========================== */
.tr-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.tr-reveal.visible { opacity: 1; transform: translateY(0); }
.tr-reveal.delay-1 { transition-delay: 0.1s; }
.tr-reveal.delay-2 { transition-delay: 0.2s; }
.tr-reveal.delay-3 { transition-delay: 0.3s; }
.tr-reveal.delay-4 { transition-delay: 0.4s; }

/* ===========================
   BUTTON OVERRIDES
   =========================== */
.btn-primary {
  background: linear-gradient(135deg, var(--tr-blue), var(--tr-sky));
  border-color: var(--tr-blue);
}
.btn-primary:hover { background: linear-gradient(135deg, var(--tr-blue-dark), var(--tr-blue)); }
.btn-outline-white {
  border-color: rgba(255,255,255,0.35);
  color: #fff;
}
.btn-outline-white:hover { background: rgba(255,255,255,0.1); }

/* ===========================
   FOOTER OVERRIDE
   =========================== */
.tr-footer-note {
  background: linear-gradient(135deg, var(--tr-blue-dark) 0%, #0a1628 100%);
  padding: 3rem 0;
  text-align: center;
  color: rgba(255,255,255,0.7);
}
.tr-footer-note h3 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
}
.tr-footer-note p { font-size: 0.9rem; margin-bottom: 1.5rem; max-width: 520px; margin-left: auto; margin-right: auto; }
.tr-contact-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.tr-contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}
.tr-pill-phone { background: rgba(255,255,255,0.08); color: #fff; border: 1px solid rgba(255,255,255,0.15); }
.tr-pill-wa    { background: #25D366; color: #fff; }
.tr-pill-email { background: rgba(2,132,199,0.25); color: var(--tr-blue-light); border: 1px solid rgba(2,132,199,0.3); }

/* ===========================
   RESPONSIVE FIXES
   =========================== */
@media (max-width: 768px) {
  .content-section { padding: 3rem 0; }
  .tr-case-study   { padding: 1.75rem; }
  .tr-demo-form    { padding: 1.5rem; }
}
@media (max-width: 480px) {
  .tr-cs-metrics   { grid-template-columns: 1fr 1fr; }
  .hero-actions    { flex-direction: column; }
}
