/* Target Business — light cinematic professional */

.app {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: transparent !important;
}

.tb-glass {
  background: var(--tb-glass);
  border: 1px solid var(--tb-glass-border);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border-radius: var(--tb-radius-lg);
  box-shadow: var(--tb-shadow);
}

/* —— Header —— */
.tb-site-header {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border-bottom: 1px solid var(--tb-line);
  transition: box-shadow 0.35s var(--tb-ease), background 0.35s var(--tb-ease);
}
.tb-site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--tb-shadow);
}

.tb-nav {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.7rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: var(--tb-nav-h);
}

.tb-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--tb-ink) !important;
  font-weight: 900;
  font-size: 1.05rem;
  white-space: nowrap;
  letter-spacing: -0.02em;
}
.tb-brand-word { display: none !important; }
.tb-brand img, .tb-brand .logo {
  height: 48px !important;
  width: auto !important;
}

.tb-nav-toggle {
  border: 1px solid var(--tb-line-strong);
  background: #fff;
  border-radius: 12px;
  padding: 0.45rem 0.65rem;
  margin-inline-start: auto;
  color: var(--tb-ink);
}

.tb-nav-menu {
  display: none;
  width: 100%;
  flex-direction: column;
  gap: 0.25rem;
  padding-top: 0.75rem;
}
.tb-nav-menu.is-open { display: flex; }

@media (min-width: 992px) {
  .tb-nav-toggle { display: none; }
  .tb-nav-menu {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    width: auto;
    flex: 1;
    padding-top: 0;
  }
}

.tb-nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
@media (min-width: 992px) {
  .tb-nav-links {
    flex-direction: row;
    margin-inline-start: 1.25rem;
  }
}

.tb-nav-links a {
  display: block;
  padding: 0.5rem 0.85rem;
  color: var(--tb-ink) !important;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 999px;
  transition: background 0.2s var(--tb-ease), color 0.2s var(--tb-ease);
}
.tb-nav-links a:hover,
.tb-nav-links a.active {
  color: var(--tb-brand) !important;
  background: var(--tb-brand-soft);
}

.tb-nav-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
@media (min-width: 992px) {
  .tb-nav-actions { margin-top: 0; margin-inline-start: auto; }
}

/* —— Buttons —— */
.tb-btn:not(.tb-btn-ghost):not(.login-bt),
.btn-primary,
.tar-btn,
.tar-btn-add,
.btn-info,
.btn-success {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.78rem 1.4rem !important;
  border-radius: 999px !important;
  border: 1px solid transparent !important;
  font-weight: 800 !important;
  font-size: 0.95rem !important;
  cursor: pointer;
  transition: transform 0.25s var(--tb-ease), box-shadow 0.25s var(--tb-ease), background 0.25s var(--tb-ease);
  background: linear-gradient(135deg, #1aa4ff 0%, #0f9afb 45%, #0870c2 100%) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(15, 154, 251, 0.28) !important;
}
.tb-btn:not(.tb-btn-ghost):not(.login-bt):hover,
.btn-primary:hover,
.tar-btn:hover,
.tar-btn-add:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(15, 154, 251, 0.36) !important;
  color: #fff !important;
}

.tb-btn-ghost,
.login-bt,
a.tb-btn-ghost,
a.login-bt {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: #ffffff !important;
  border: 2px solid #0f9afb !important;
  color: #0b1628 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  padding: 0.65rem 1.15rem !important;
  font-weight: 800 !important;
  font-size: 0.95rem !important;
  text-decoration: none !important;
}
.tb-btn-ghost:hover,
.login-bt:hover,
a.tb-btn-ghost:hover,
a.login-bt:hover {
  border-color: #0870c2 !important;
  color: #0870c2 !important;
  background: rgba(15, 154, 251, 0.1) !important;
}
.tb-btn-ghost *,
.login-bt *,
.tb-btn-ghost i,
.login-bt i {
  color: inherit !important;
}

/* —— Cinematic hero —— */
.cine-hero {
  position: relative;
  min-height: min(88vh, 820px);
  display: flex;
  align-items: center;
  padding: 5.5rem 1.25rem 4.5rem;
  overflow: hidden;
}
.cine-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(243, 248, 252, 0.2) 0%, rgba(243, 248, 252, 0.85) 100%),
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(15, 154, 251, 0.22), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(8, 112, 194, 0.12), transparent 50%);
}
.cine-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--tb-max);
  margin: 0 auto;
}

.cine-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 154, 251, 0.25);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  color: var(--tb-brand) !important;
  font-size: 0.86rem;
  font-weight: 800;
  margin-bottom: 1.15rem;
  letter-spacing: 0.02em;
}

.cine-title {
  margin: 0 0 1rem;
  font-size: clamp(2.8rem, 8vw, 5.25rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--tb-ink) !important;
  -webkit-text-fill-color: var(--tb-ink) !important;
  background: none !important;
  filter: none;
  animation: none;
}

.cine-lead {
  max-width: 34rem;
  font-size: clamp(1.08rem, 2.1vw, 1.28rem);
  color: var(--tb-ink) !important;
  margin: 0 0 2rem;
  font-weight: 600;
  opacity: 0.92;
}

.cine-search {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.55rem;
  max-width: 48rem;
  background: #ffffff;
  border: 2px solid rgba(15, 154, 251, 0.35);
  border-radius: 999px;
  box-shadow: 0 14px 40px rgba(15, 154, 251, 0.14);
}
.cine-search input,
.cine-search select {
  flex: 1 1 150px;
  min-height: 52px;
  border: 0 !important;
  background: #f3f8fc !important;
  color: var(--tb-ink) !important;
  border-radius: 999px !important;
  padding: 0.65rem 1.1rem !important;
  box-shadow: inset 0 0 0 1px rgba(15, 154, 251, 0.12) !important;
  font-weight: 700 !important;
}
.cine-search option { color: #0b1628; }
.cine-search button { min-height: 52px; }

.cine-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

/* —— Sections —— */
.cine-section,
.tb-section {
  position: relative;
  padding: 4.75rem 1.25rem;
}
.cine-section-inner,
.tb-section-inner {
  max-width: var(--tb-max);
  margin: 0 auto;
}

.cine-head,
.tb-section-head {
  max-width: 40rem;
  margin-bottom: 2.25rem;
}
.cine-head h2,
.tb-section-head h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.75rem, 3.8vw, 2.55rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--tb-ink) !important;
}
.cine-head p,
.tb-section-head p {
  margin: 0;
  color: var(--tb-ink) !important;
  font-size: 1.08rem;
  font-weight: 600;
}

.cine-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}
@media (min-width: 768px) {
  .cine-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.cine-metric {
  padding: 1.45rem 1.1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 154, 251, 0.12);
  border-radius: var(--tb-radius-lg);
  box-shadow: var(--tb-shadow);
  backdrop-filter: blur(12px);
  transition: transform 0.3s var(--tb-ease), box-shadow 0.3s var(--tb-ease);
}
.cine-metric:hover {
  transform: translateY(-4px);
  box-shadow: var(--tb-shadow-lg);
}
.cine-metric strong {
  display: block;
  font-size: clamp(1.55rem, 2.8vw, 2.1rem);
  font-weight: 900;
  color: var(--tb-brand) !important;
  letter-spacing: -0.03em;
}
.cine-metric span {
  color: var(--tb-ink) !important;
  font-size: 0.95rem;
  font-weight: 700;
}

.cine-grid {
  display: grid;
  gap: 1.1rem;
}
@media (min-width: 768px) {
  .cine-grid.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .cine-grid.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cine-grid.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.cine-card {
  padding: 1.4rem 1.25rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 154, 251, 0.1);
  border-radius: var(--tb-radius-lg);
  box-shadow: var(--tb-shadow);
  backdrop-filter: blur(10px);
  transition: transform 0.3s var(--tb-ease), border-color 0.3s var(--tb-ease), box-shadow 0.3s var(--tb-ease);
}
.cine-card:hover {
  transform: translateY(-5px);
  border-color: rgba(15, 154, 251, 0.35);
  box-shadow: var(--tb-shadow-lg);
}
.cine-card h3, .cine-card h6 {
  color: var(--tb-ink) !important;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.cine-card p,
.cine-card .text-muted {
  color: var(--tb-ink) !important;
  margin: 0;
  font-weight: 600;
}
.cine-card .box-icon {
  color: var(--tb-brand) !important;
  margin-bottom: 0.7rem;
}

.cine-pin { min-height: auto; }
.cine-pin-sticky {
  position: relative;
  min-height: auto;
  padding: 0;
  display: block;
}
.cine-pin-slides {
  display: grid !important;
  gap: 1rem;
  min-height: 0;
  position: relative;
}
@media (min-width: 768px) {
  .cine-pin-slides { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.cine-pin-slides .cine-slide {
  opacity: 1 !important;
  position: relative;
  pointer-events: auto;
  inset: auto;
  max-width: none;
}

/* Surfaces / forms */
.tb-surface,
.bg-white,
.card,
.bg-light-primary,
.p-5.bg-white,
.container.bg-white {
  background: rgba(255, 255, 255, 0.9) !important;
  color: var(--tb-ink) !important;
  border-color: var(--tb-line) !important;
}

.card {
  border: 1px solid rgba(15, 154, 251, 0.1) !important;
  border-radius: var(--tb-radius-lg) !important;
  box-shadow: var(--tb-shadow) !important;
}

.cat-car {
  border: 1px solid rgba(15, 154, 251, 0.1);
  border-radius: var(--tb-radius-lg);
  padding: 1rem 0.75rem;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 1rem;
  box-shadow: var(--tb-shadow);
}

.form-control, .form-select,
input[type="text"], input[type="email"], input[type="password"], textarea, select {
  background: #fff !important;
  border: 1px solid var(--tb-line-strong) !important;
  color: var(--tb-ink) !important;
  border-radius: var(--tb-radius) !important;
  min-height: 46px;
  font-weight: 600 !important;
}
.form-control:focus, .form-select:focus {
  border-color: var(--tb-brand) !important;
  box-shadow: 0 0 0 4px rgba(15, 154, 251, 0.15) !important;
}
.form-control::placeholder,
input::placeholder,
textarea::placeholder {
  color: var(--tb-ink) !important;
  opacity: 0.55;
}

/* Footer */
.tb-footer, .footer {
  background: rgba(255, 255, 255, 0.88) !important;
  border-top: 1px solid var(--tb-line);
  color: var(--tb-ink) !important;
  margin-top: auto;
  padding: 2.1rem 1.25rem !important;
  backdrop-filter: blur(12px);
}
.tb-footer a, .footer a, .foot-a { color: var(--tb-ink) !important; font-weight: 700; }
.tb-footer a:hover, .foot-a:hover { color: var(--tb-brand) !important; }
.ul-foot {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.tb-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  gap: 1.25rem;
  align-items: center;
}
@media (min-width: 768px) {
  .tb-footer-inner { grid-template-columns: 1fr auto 1fr; }
}

/* Auth / dash / admin */
.tb-dash-nav, .nav-scroller {
  background: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid var(--tb-line);
}
.tb-dash-nav .nav-link, .nav-scroller .nav-link {
  color: var(--tb-ink) !important;
  font-weight: 700;
  border-radius: 999px;
}
.tb-dash-nav .nav-link:hover, .tb-dash-nav .nav-link.active {
  color: var(--tb-brand) !important;
  background: var(--tb-brand-soft);
}
.tb-page-title { color: var(--tb-ink) !important; max-width: 1280px; margin: 0 auto; padding: 1.25rem; font-weight: 900; }

.tb-auth { max-width: 980px; margin: 2.5rem auto 4rem; padding: 0 1.25rem; }
.tb-auth-grid { display: grid; gap: 1.25rem; }
@media (min-width: 860px) { .tb-auth-grid { grid-template-columns: 1fr 1fr; } }
.tb-auth-panel {
  padding: 2rem 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 154, 251, 0.12);
  border-radius: var(--tb-radius-lg);
  box-shadow: var(--tb-shadow-lg);
  backdrop-filter: blur(14px);
}
.tb-auth-panel h2, .tb-auth-panel h3 { color: var(--tb-ink) !important; font-weight: 900; }
.tb-auth-panel p { color: var(--tb-ink) !important; font-weight: 600; }

.dash-main .card, .dash-main .card-color, .card-admin-dash {
  background: #fff !important;
  color: var(--tb-ink) !important;
  border: 1px solid var(--tb-line) !important;
}
.dash-main .card-header, .card-header-admin-dash {
  color: var(--tb-brand) !important;
  background: transparent !important;
  border-bottom: 1px solid var(--tb-line) !important;
}

#sidebar, .tb-admin-sidebar {
  background: #fff !important;
  border-inline-end: 1px solid var(--tb-line);
}
#sidebar a { color: var(--tb-ink) !important; font-weight: 700; }
#sidebar a:hover, #sidebar li.active > a {
  background: var(--tb-brand-soft) !important;
  color: var(--tb-brand) !important;
}

.bg-color, .navbar.bg-color, .nav-cont { background: transparent !important; box-shadow: none !important; }
.alert { border-radius: var(--tb-radius) !important; max-width: 1280px; margin: 1rem auto !important; }

.com-icon .c-icon {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 154, 251, 0.12);
  color: var(--tb-ink) !important;
  border-radius: var(--tb-radius-lg);
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: var(--tb-shadow);
  transition: transform 0.25s var(--tb-ease);
}
.com-icon .c-icon:hover { transform: translateY(-4px); }
.com-icon .c-icon i { color: var(--tb-brand); font-size: 1.75rem; }
.com-icon .c-icon p { margin: 0; font-weight: 800; color: var(--tb-ink) !important; }

.accordion-button {
  background: #fff !important;
  color: var(--tb-brand) !important;
  font-weight: 800;
}
.accordion-button:not(.collapsed) {
  background: var(--tb-brand-soft) !important;
  color: var(--tb-ink) !important;
}
.accordion-item {
  background: #fff;
  border-color: var(--tb-line) !important;
  margin-bottom: 0.5rem;
  border-radius: var(--tb-radius) !important;
  overflow: hidden;
}
.accordion-body { color: var(--tb-ink) !important; background: var(--tb-surface-soft); font-weight: 600; }

.pricing .card-price { color: var(--tb-brand) !important; }
.pricing { background: transparent !important; }

.log-img-im {
  width: 36px; height: 36px; border-radius: 50%;
  object-fit: cover; border: 1px solid var(--tb-line);
}

.dropdown-menu {
  background: #fff !important;
  border: 1px solid var(--tb-line) !important;
  color: var(--tb-ink) !important;
  box-shadow: var(--tb-shadow-lg);
}
.dropdown-menu a { color: var(--tb-ink) !important; font-weight: 700; }

.product-card,
.card-futuer {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(15, 154, 251, 0.1) !important;
  border-radius: var(--tb-radius-lg) !important;
  color: var(--tb-ink) !important;
  box-shadow: var(--tb-shadow);
  overflow: hidden;
  backdrop-filter: blur(8px);
}
.product-card .product-meta,
.product-card .product-title a,
.card-title-fut,
.card-text {
  color: var(--tb-ink) !important;
  font-weight: 700;
}
.product-buttons .product-button a { color: var(--tb-brand) !important; }

.btn-outline-primary {
  color: var(--tb-brand) !important;
  border-color: rgba(15, 154, 251, 0.45) !important;
  background: #fff !important;
  font-weight: 800 !important;
}
.btn-outline-primary:hover {
  background: var(--tb-brand-soft) !important;
  color: var(--tb-brand-dark) !important;
}

.modal-content {
  background: #fff !important;
  border: 1px solid var(--tb-line) !important;
  color: var(--tb-ink) !important;
  border-radius: var(--tb-radius-lg) !important;
}
.modal-header, .modal-footer { border-color: var(--tb-line) !important; }

.table { color: var(--tb-ink) !important; }
.table thead th { color: var(--tb-brand) !important; border-color: var(--tb-line) !important; }
.table td, .table th { border-color: var(--tb-line) !important; }

.cine-reveal {
  opacity: 1;
  transform: none;
}
.cine-reveal.is-pending {
  opacity: 0;
  transform: translateY(22px);
}

/* About page */
.tb-about-hero { padding: 4rem 1.25rem 2rem; }
.tb-about-hero-inner { max-width: var(--tb-max); margin: 0 auto; }
.tb-about-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  margin: 0 0 0.65rem;
  color: var(--tb-ink) !important;
}
.tb-about-hero .lead {
  color: var(--tb-ink) !important;
  font-size: 1.12rem;
  font-weight: 600;
  max-width: 40rem;
  margin: 0;
}
.tb-about-panel {
  max-width: var(--tb-max);
  margin: 0 auto 1.15rem;
  padding: 1.55rem 1.4rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 154, 251, 0.12);
  border-radius: var(--tb-radius-lg);
  box-shadow: var(--tb-shadow);
  backdrop-filter: blur(12px);
}
.tb-about-panel h3 {
  color: var(--tb-brand) !important;
  font-weight: 900;
  font-size: 1.15rem;
  margin-bottom: 0.65rem;
}
.tb-journey {
  list-style: none;
  margin: 0 auto;
  padding: 0 1.25rem 2rem;
  max-width: var(--tb-max);
  display: grid;
  gap: 1.15rem;
}
.tb-journey-item {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 154, 251, 0.1);
  border-radius: var(--tb-radius-lg);
  box-shadow: var(--tb-shadow);
  padding: 1.35rem;
  backdrop-filter: blur(10px);
}
@media (min-width: 768px) {
  .tb-journey-item {
    grid-template-columns: 1.1fr 0.9fr;
    padding: 1.55rem;
  }
  .tb-journey-item:nth-child(even) .tb-journey-media { order: -1; }
}
.tb-journey-item h5 {
  color: var(--tb-brand) !important;
  font-weight: 900;
  margin-bottom: 0.55rem;
}
.tb-journey-media {
  border-radius: 14px;
  overflow: hidden;
  background: var(--tb-surface-soft);
  aspect-ratio: 16 / 10;
}
.tb-journey-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.tb-about-cta {
  max-width: var(--tb-max);
  margin: 0 auto 3rem;
  padding: 1.6rem 1.5rem;
  background: linear-gradient(135deg, rgba(15,154,251,0.14), rgba(255,255,255,0.7));
  border: 1px solid rgba(15,154,251,0.2);
  border-radius: var(--tb-radius-lg);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(12px);
}
.tb-about-cta p {
  margin: 0;
  color: var(--tb-ink) !important;
  font-weight: 800;
  max-width: 36rem;
}

/* —— Kill gray text site-wide (beats Bootstrap / style.css) —— */
body,
p, span, li, label, small, .small, .desc-para, .cine-lead, .tb-hero-lead, .lead,
.card-text, .card-title, .product-meta, .product-title, .product-title a,
.cate, .cate-title, .cate-hav, .form-label, .form-text, .nav-link, .dropdown-item,
.accordion-body, .tb-footer, .footer, .foot-a, .tb-auth-panel p, .tb-section-head p,
.cine-head p, .cine-metric span, .text-muted, .text-secondary, .text-black-50,
.text-body-secondary, .blockquote-footer, .page-link, .breadcrumb-item, .breadcrumb-item a,
.table, .table td, .table th, #sidebar a, .tb-dash-nav .nav-link, .nav-scroller .nav-link,
.ul-foot a, .comp-option, .comp-option-1, .card-title-fut, .fut-title, .phone_number,
.cat-num + span, h1, h2, h3, h4, h5, h6, .cine-title, .tb-page-title {
  color: var(--tb-ink) !important;
}

a:not(.tb-btn):not(.btn):not(.btn-primary):not(.tar-btn):not(.tar-btn-add):not(.login-bt):not(.tb-btn-ghost) {
  color: var(--tb-brand) !important;
}
a:not(.tb-btn):not(.btn):not(.btn-primary):not(.tar-btn):not(.tar-btn-add):not(.login-bt):not(.tb-btn-ghost):hover {
  color: var(--tb-brand-dark) !important;
}

.tb-nav-links a,
.tb-nav-links a.nav-link { color: var(--tb-ink) !important; }
.tb-nav-links a:hover,
.tb-nav-links a.active,
.tb-nav-links a.nav-link:hover,
.tb-nav-links a.nav-link.active { color: var(--tb-brand) !important; }

.tb-btn:not(.tb-btn-ghost):not(.login-bt),
.btn-primary,
.tar-btn,
.tar-btn-add,
.btn-info,
.btn-success,
.tb-btn:not(.tb-btn-ghost):not(.login-bt) *,
.btn-primary * { color: #fff !important; }

/* Ghost / outline buttons must stay dark & visible */
.tb-btn-ghost,
.login-bt,
a.tb-btn.tb-btn-ghost,
a.login-bt,
.cine-actions .tb-btn-ghost {
  color: #0b1628 !important;
  background: #fff !important;
  border: 2px solid #0f9afb !important;
}
.tb-btn-ghost *,
.login-bt *,
a.tb-btn.tb-btn-ghost *,
a.login-bt * {
  color: #0b1628 !important;
}
.tb-btn-ghost:hover,
.login-bt:hover,
a.tb-btn.tb-btn-ghost:hover {
  color: #0870c2 !important;
}
.tb-btn-ghost:hover *,
.login-bt:hover * {
  color: #0870c2 !important;
}

.cine-search input::placeholder,
.cine-search input::-webkit-input-placeholder {
  color: #0b1628 !important;
  opacity: 0.75 !important;
  font-weight: 700 !important;
}
.cine-lead {
  color: #0b1628 !important;
  opacity: 1 !important;
  font-weight: 700 !important;
}

.cine-title {
  -webkit-text-fill-color: var(--tb-ink) !important;
  color: var(--tb-ink) !important;
  background: none !important;
}

.cat-num,
.box-icon,
.pricing .card-price,
.tb-about-panel h3,
.tb-journey-item h5,
.cine-metric strong,
.cine-kicker {
  color: var(--tb-brand) !important;
}

.tb-page-hero {
  padding: 3.5rem 1.25rem 2rem;
  position: relative;
}
.tb-page-hero-inner {
  max-width: var(--tb-max);
  margin: 0 auto;
}
.tb-page-hero h1 {
  font-size: clamp(1.9rem, 4.2vw, 2.85rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  margin: 0.5rem 0 0.65rem;
  color: var(--tb-ink) !important;
}
.tb-page-hero p {
  margin: 0;
  color: var(--tb-ink) !important;
  font-weight: 700;
  font-size: 1.08rem;
  max-width: 40rem;
}
.tb-page-hero.text-center p,
.tb-page-hero-inner[style*="text-align:center"] p {
  margin-inline: auto;
}
.tb-map {
  overflow: hidden;
  border-radius: var(--tb-radius-lg);
  border: 1px solid rgba(15, 154, 251, 0.12);
  box-shadow: var(--tb-shadow);
}
.pricing .card {
  height: 100%;
  transition: transform 0.25s var(--tb-ease), box-shadow 0.25s var(--tb-ease);
}
.pricing .card:hover {
  transform: translateY(-4px);
  box-shadow: var(--tb-shadow-lg);
}
.pricing .card-title,
.pricing li {
  color: var(--tb-ink) !important;
  font-weight: 700;
}
.pricing .fa-ul { margin-right: 1.75rem; }

@media (max-width: 767px) {
  .cine-hero { min-height: auto; padding: 3.5rem 1.1rem 3rem; }
  .cine-section, .tb-section { padding: 3rem 1.1rem; }
  .tb-page-hero { padding: 2.75rem 1.1rem 1.5rem; }
}

@media (min-width: 992px) {
  .cine-grid.cols-4-lg { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.tb-nav-toggle .navbar-toggler-icon {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(11, 22, 40, 0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* Force ink on metric labels & company meta (beat style.css gray) */
.cine-metric span,
.cine-metric strong + span,
.card-futuer .card-text,
.card-futuer p,
.card-futuer .comp-option,
.product-card .product-meta,
.product-card span,
.desc-para,
.text-muted,
.small,
small {
  color: #0b1628 !important;
  opacity: 1 !important;
  font-weight: 700 !important;
}

