/* ================================================
   TIBOH ENTERPRISE UI — supplements Bauhaus base
   tiboh.css v2.0
================================================ */

/* ---- Desktop Dropdown Nav (all inner pages) ---- */
.tiboh-desktop-nav { float: right; margin-right: 0; }
.tiboh-desktop-nav > ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; gap: 0;
}
.tiboh-desktop-nav > ul > li > a {
  display: block; padding: 8px 13px;
  font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
  color: #444; text-decoration: none; transition: color 0.2s;
  font-family: 'Poppins', sans-serif; font-weight: 500; white-space: nowrap;
}
.tiboh-desktop-nav > ul > li > a:hover { color: #c9a84c; }
.tiboh-desktop-nav li.tdnav-cta > a {
  background: #c9a84c; color: #fff !important;
  padding: 7px 18px; margin-left: 8px; letter-spacing: 1.5px;
}
.tiboh-desktop-nav li.tdnav-cta > a:hover { background: #b8963c; }
.tiboh-desktop-nav li.has-drop { position: relative; }
.tiboh-dropdown-menu {
  display: none; position: absolute; top: 100%; left: 0;
  background: #fff; min-width: 230px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.13); z-index: 10000;
  padding: 8px 0; border-top: 2px solid #c9a84c;
}
.tiboh-desktop-nav li.has-drop:hover .tiboh-dropdown-menu { display: block; }
.tiboh-dropdown-menu li { list-style: none; }
.tiboh-dropdown-menu li a {
  display: block; padding: 9px 20px;
  font-size: 13px; color: #333; text-decoration: none;
  font-family: 'Poppins', sans-serif; font-weight: 400;
  transition: color 0.15s, background 0.15s;
}
.tiboh-dropdown-menu li a:hover { color: #c9a84c; background: #faf7f0; }
/* Phone in navbar — force float right and correct position */
.tiboh-navbar-phone {
  float: right; margin-right: 20px;
  font-size: 11px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: #555;
  line-height: 1; white-space: nowrap;
}
.tiboh-navbar-phone a { color: #555; text-decoration: none; }
.tiboh-navbar-phone a:hover { color: #c9a84c; }
/* Fix navbar-2 phone position (index.html) */
.navbar-2 .navbar-address { float: right !important; margin-left: 0 !important; margin-right: 24px; }
.navbar-white .navbar-address a { color: #fff !important; }
.navbar-white .tiboh-desktop-nav > ul > li > a { color: #fff !important; }
.navbar-white .tiboh-desktop-nav > ul > li > a:hover { color: rgba(255,255,255,0.7) !important; }
.navbar-white .tiboh-desktop-nav li.tdnav-cta > a { background: #fff; color: #222 !important; }
.navbar-white .tiboh-navbar-phone a { color: #fff !important; }

/* ---- Stats Banner ---- */
.tiboh-stats { background: #0f1117; padding: 56px 0; }
.tiboh-stat-item { text-align: center; padding: 16px 12px; }
.tiboh-stat-number {
  font-family: 'Playfair Display', serif; font-size: 52px;
  color: #c9a84c; line-height: 1; display: block;
}
.tiboh-stat-label {
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,0.5); margin-top: 8px; display: block;
}

/* ---- Why Tiboh Section ---- */
.tiboh-why-grid { margin-top: 32px; }
.tiboh-why-item { padding: 28px; border: 1px solid #e8e8e8; margin-bottom: 24px; }
.tiboh-why-item .tiboh-why-icon { font-size: 28px; color: #c9a84c; margin-bottom: 14px; display: block; }
.tiboh-why-item h4 { margin-top: 0; font-size: 16px; }
.tiboh-why-item p { font-size: 13px; color: #666; line-height: 1.7; margin-bottom: 0; }

/* ---- Product Cards Grid ---- */
.tiboh-product-card {
  border: 1px solid #e8e8e8; padding: 32px 28px; margin-bottom: 28px;
  background: #fff; transition: box-shadow 0.25s, transform 0.25s;
  display: flex; flex-direction: column;
}
.tiboh-product-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.09); transform: translateY(-3px); }
.tiboh-product-card .tiboh-card-num {
  font-family: 'Playfair Display', serif; font-size: 44px;
  color: #f0ece2; line-height: 1; margin-bottom: 10px;
}
.tiboh-product-card h3 { margin-top: 0; font-size: 17px; margin-bottom: 6px; }
.tiboh-product-card .tiboh-card-price {
  color: #c9a84c; font-weight: 700; font-size: 15px;
  margin: 0 0 14px; letter-spacing: 0.5px;
}
.tiboh-product-card p { font-size: 13px; color: #666; line-height: 1.7; flex: 1; margin-bottom: 20px; }
.tiboh-card-link {
  font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
  color: #c9a84c; text-decoration: none; font-weight: 600;
}
.tiboh-card-link:hover { color: #b8963c; }
.tiboh-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.tiboh-tag {
  font-size: 10px; letter-spacing: 1px; text-transform: uppercase;
  padding: 3px 10px; border: 1px solid #e0e0e0; color: #888; background: #f9f9f9;
}

/* ---- Process Steps ---- */
.tiboh-process { counter-reset: step; }
.tiboh-step {
  position: relative; padding: 24px 20px 24px 72px;
  border-left: 2px solid #eee; margin-bottom: 4px;
}
.tiboh-step:last-child { border-left-color: transparent; }
.tiboh-step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute; left: -16px; top: 24px;
  width: 32px; height: 32px; background: #fff;
  font-family: 'Playfair Display', serif; font-size: 20px;
  color: #c9a84c; line-height: 32px; text-align: center;
}
.tiboh-step h4 { margin-top: 0; font-size: 16px; }
.tiboh-step p { font-size: 14px; color: #666; margin-bottom: 0; }

/* ---- CTA Dark Section ---- */
.tiboh-cta-dark {
  background: linear-gradient(135deg, #0f1117 0%, #1a1a2e 100%);
  padding: 80px 0; text-align: center;
}
.tiboh-cta-dark h2 { color: #fff; margin-bottom: 14px; }
.tiboh-cta-dark p { color: rgba(255,255,255,0.65); font-size: 16px; max-width: 560px; margin: 0 auto 32px; }
.tiboh-cta-dark .btn-outline-light {
  border: 2px solid rgba(255,255,255,0.35); color: #fff; background: transparent;
  padding: 10px 28px; margin-left: 12px; display: inline-block; letter-spacing: 1.5px;
  text-transform: uppercase; font-size: 11px; font-weight: 600;
  text-decoration: none; transition: border-color 0.2s;
}
.tiboh-cta-dark .btn-outline-light:hover { border-color: #fff; }

/* ---- FAQ ---- */
.tiboh-faq { border-top: 1px solid #e8e8e8; margin-top: 32px; }
.tiboh-faq-item { border-bottom: 1px solid #e8e8e8; }
.tiboh-faq-q {
  padding: 18px 44px 18px 0; cursor: pointer;
  font-size: 15px; font-weight: 600; color: #222;
  position: relative; user-select: none;
}
.tiboh-faq-q::after {
  content: '+'; position: absolute; right: 0; top: 50%;
  transform: translateY(-50%); font-size: 22px; color: #c9a84c;
  font-weight: 300; line-height: 1;
}
.tiboh-faq-item.open .tiboh-faq-q::after { content: '−'; }
.tiboh-faq-a {
  display: none; padding: 0 0 20px;
  font-size: 14px; color: #555; line-height: 1.85;
}
.tiboh-faq-item.open .tiboh-faq-a { display: block; }

/* ---- Product Hero ---- */
.tiboh-product-hero { background: #0f1117; padding: 80px 0 70px; color: #fff; }
.tiboh-product-hero h1 { color: #fff; font-size: 40px; line-height: 1.2; margin-top: 0; }
.tiboh-product-hero .tiboh-hero-price {
  font-family: 'Playfair Display', serif; color: #c9a84c;
  font-size: 26px; margin: 18px 0 10px; display: block;
}
.tiboh-product-hero .tiboh-hero-retainer { color: rgba(255,255,255,0.5); font-size: 14px; margin-bottom: 20px; }
.tiboh-product-hero p.lead { color: rgba(255,255,255,0.75); font-size: 16px; line-height: 1.75; max-width: 580px; }
.tiboh-product-hero .tiboh-hero-btns { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.tiboh-hero-badge {
  display: inline-block; background: rgba(201,168,76,0.15); border: 1px solid rgba(201,168,76,0.4);
  color: #c9a84c; font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
  padding: 5px 14px; margin-bottom: 20px;
}
.tiboh-product-right-col { padding-top: 20px; }
.tiboh-product-stats { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 32px; }
.tiboh-product-stat { }
.tiboh-product-stat-n { font-family: 'Playfair Display', serif; font-size: 36px; color: #c9a84c; line-height: 1; }
.tiboh-product-stat-l { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-top: 4px; }
.tiboh-outline-white-btn {
  border: 1px solid rgba(255,255,255,0.35); color: rgba(255,255,255,0.8);
  background: transparent; padding: 9px 22px; font-size: 11px;
  letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none;
  display: inline-block; transition: all 0.2s; font-weight: 600;
}
.tiboh-outline-white-btn:hover { border-color: #fff; color: #fff; }

/* ---- Comparison Table ---- */
.tiboh-compare { width: 100%; border-collapse: collapse; font-size: 14px; margin: 24px 0; }
.tiboh-compare thead tr { background: #0f1117; }
.tiboh-compare thead th { padding: 14px 16px; color: #fff; text-align: left; font-weight: 600; font-size: 13px; }
.tiboh-compare tbody tr:nth-child(even) { background: #f9f9f9; }
.tiboh-compare tbody td { padding: 12px 16px; border-bottom: 1px solid #eee; vertical-align: middle; }
.tiboh-compare td.tiboh-col-tiboh { background: #faf7f0 !important; font-weight: 600; }
.tiboh-check { color: #27ae60; font-weight: 700; font-size: 15px; }
.tiboh-cross { color: #cc3333; font-weight: 700; }
.tiboh-half { color: #f39c12; font-weight: 700; }

/* ---- Blog / Insights ---- */
.tiboh-blog-card {
  border: 1px solid #e8e8e8; background: #fff; margin-bottom: 28px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.tiboh-blog-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.09); transform: translateY(-2px); }
.tiboh-blog-card-img {
  width: 100%; height: 190px; background: #0f1117;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.tiboh-blog-card-img .tiboh-card-icon { font-size: 48px; color: #c9a84c; opacity: 0.5; }
.tiboh-blog-card-body { padding: 28px 24px; }
.tiboh-blog-cat { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #c9a84c; margin-bottom: 8px; }
.tiboh-blog-card h3 { font-size: 18px; line-height: 1.4; margin: 0 0 12px; }
.tiboh-blog-card h3 a { color: #222; text-decoration: none; }
.tiboh-blog-card h3 a:hover { color: #c9a84c; }
.tiboh-blog-card p { font-size: 13px; color: #666; line-height: 1.7; margin-bottom: 16px; }
.tiboh-blog-meta { font-size: 12px; color: #aaa; }
.tiboh-read-more {
  font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
  color: #c9a84c; text-decoration: none; font-weight: 600;
}
.tiboh-read-more:hover { color: #b8963c; }

/* ---- Article Pages ---- */
.tiboh-article-hero { background: #0f1117; padding: 72px 0 56px; color: #fff; }
.tiboh-article-hero .tiboh-article-cat { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #c9a84c; margin-bottom: 16px; }
.tiboh-article-hero h1 { color: #fff; font-size: 34px; line-height: 1.3; max-width: 740px; margin-bottom: 16px; }
.tiboh-article-hero .tiboh-article-meta { color: rgba(255,255,255,0.5); font-size: 13px; }
.tiboh-article-body { font-size: 15px; line-height: 1.9; color: #333; }
.tiboh-article-body h2 { font-size: 24px; margin-top: 52px; margin-bottom: 18px; color: #111; }
.tiboh-article-body h3 { font-size: 19px; margin-top: 36px; margin-bottom: 12px; color: #222; }
.tiboh-article-body p { margin-bottom: 22px; }
.tiboh-article-body ul, .tiboh-article-body ol { padding-left: 24px; margin-bottom: 22px; }
.tiboh-article-body li { margin-bottom: 8px; }
.tiboh-article-body blockquote {
  border-left: 3px solid #c9a84c; padding: 16px 24px;
  background: #faf7f0; font-style: italic; margin: 32px 0; color: #555;
}
.tiboh-callout { background: #f4f7ff; border: 1px solid #d0d8f0; padding: 24px; margin: 32px 0; border-radius: 2px; }
.tiboh-callout-title { font-weight: 700; font-size: 14px; margin-bottom: 8px; color: #2c4a8c; }
.tiboh-article-body table { width: 100%; border-collapse: collapse; margin: 28px 0; font-size: 14px; }
.tiboh-article-body th { background: #0f1117; color: #fff; padding: 12px 14px; text-align: left; font-weight: 600; }
.tiboh-article-body td { padding: 11px 14px; border-bottom: 1px solid #eee; vertical-align: top; }
.tiboh-article-body tr:nth-child(even) td { background: #f9f9f9; }
.tiboh-article-sidebar { position: sticky; top: 80px; }
.tiboh-toc-box { background: #f9f6f0; border: 1px solid #e8dcc8; padding: 24px; margin-bottom: 28px; }
.tiboh-toc-box h5 { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #aaa; margin-top: 0; margin-bottom: 14px; }
.tiboh-toc-box ol { margin: 0; padding-left: 20px; }
.tiboh-toc-box li { margin-bottom: 6px; }
.tiboh-toc-box a { font-size: 13px; color: #c9a84c; text-decoration: none; }
.tiboh-toc-box a:hover { text-decoration: underline; }
.tiboh-article-cta-box { background: #0f1117; padding: 28px; color: #fff; margin-bottom: 28px; }
.tiboh-article-cta-box h5 { color: #fff; margin-top: 0; font-size: 16px; }
.tiboh-article-cta-box p { color: rgba(255,255,255,0.6); font-size: 13px; line-height: 1.7; margin-bottom: 16px; }
.tiboh-article-cta-box .btn-yellow { width: 100%; text-align: center; display: block; }

/* ---- Enterprise Footer ---- */
.tiboh-footer { background: #0f1117; padding: 64px 0 0; }
.tiboh-footer-grid { display: flex; flex-wrap: wrap; gap: 0; margin-bottom: 48px; }
.tiboh-fc { padding: 0 20px 32px 0; }
.tiboh-fc:first-child { min-width: 220px; flex: 1.5; }
.tiboh-fc { min-width: 140px; flex: 1; }
.tiboh-footer-logo .brand-name { color: #fff !important; }
.tiboh-footer-logo .brand-text { color: rgba(255,255,255,0.45) !important; }
.tiboh-footer-tagline { font-size: 13px; color: rgba(255,255,255,0.45); margin: 14px 0 18px; line-height: 1.65; max-width: 200px; }
.tiboh-footer-socials { display: flex; gap: 8px; }
.tiboh-footer-socials a {
  width: 34px; height: 34px; border: 1px solid rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5); font-size: 15px; text-decoration: none;
  transition: all 0.2s;
}
.tiboh-footer-socials a:hover { border-color: #c9a84c; color: #c9a84c; }
.tiboh-fh { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #fff; margin-bottom: 16px; font-weight: 600; }
.tiboh-fl { list-style: none; padding: 0; margin: 0; }
.tiboh-fl li { margin-bottom: 9px; }
.tiboh-fl a { font-size: 13px; color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; }
.tiboh-fl a:hover { color: #c9a84c; }
.tiboh-footer-addr { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.85; font-style: normal; }
.tiboh-footer-addr a { color: rgba(255,255,255,0.45); text-decoration: none; }
.tiboh-footer-addr a:hover { color: #c9a84c; }
.tiboh-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07); padding: 20px 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; color: rgba(255,255,255,0.3); flex-wrap: wrap; gap: 8px;
}
.tiboh-footer-bottom a { color: rgba(255,255,255,0.3); text-decoration: none; }
.tiboh-footer-bottom a:hover { color: #c9a84c; }

/* ---- Legal Pages ---- */
.tiboh-legal h2 { font-size: 17px; font-weight: 700; margin-top: 44px; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 1px; color: #111; }
.tiboh-legal h3 { font-size: 15px; font-weight: 600; margin-top: 28px; margin-bottom: 8px; color: #333; }
.tiboh-legal p, .tiboh-legal li { font-size: 14px; line-height: 1.9; color: #444; }
.tiboh-legal ul { padding-left: 24px; margin-bottom: 16px; }
.tiboh-legal li { margin-bottom: 7px; }
.tiboh-legal-eff { font-size: 13px; color: #999; margin-bottom: 36px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.tiboh-toc-legal { background: #f9f6f0; border: 1px solid #e8dcc8; padding: 22px 26px; margin-bottom: 40px; }
.tiboh-toc-legal h5 { margin-top: 0; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #aaa; margin-bottom: 14px; }
.tiboh-toc-legal ol { margin: 0; padding-left: 20px; column-count: 2; column-gap: 24px; }
.tiboh-toc-legal li { margin-bottom: 5px; break-inside: avoid; }
.tiboh-toc-legal a { font-size: 13px; color: #c9a84c; text-decoration: none; }
.tiboh-toc-legal a:hover { text-decoration: underline; }

/* ---- Inline Lead Form ---- */
.tiboh-lead-form { background: #f9f6f0; border: 1px solid #e8dcc8; padding: 36px; }
.tiboh-lead-form h3 { margin-top: 0; font-size: 20px; }
.tiboh-lead-form p { font-size: 14px; color: #666; margin-bottom: 24px; }
.tiboh-lead-form .form-group { margin-bottom: 14px; }
.tiboh-lead-form input, .tiboh-lead-form textarea, .tiboh-lead-form select {
  width: 100%; padding: 12px 16px; border: 1px solid #ddd;
  background: #fff; font-family: 'Poppins', sans-serif;
  font-size: 13px; color: #333; box-sizing: border-box;
}
.tiboh-lead-form input:focus, .tiboh-lead-form textarea:focus, .tiboh-lead-form select:focus {
  outline: none; border-color: #c9a84c;
}
.tiboh-lead-form textarea { min-height: 110px; }
.tiboh-form-success { background: #f0faf4; border: 1px solid #c3e6cb; padding: 14px 18px; margin-top: 14px; font-size: 14px; color: #2d6a4f; display: none; }
.tiboh-form-error { background: #fff5f5; border: 1px solid #fcc; padding: 14px 18px; margin-top: 14px; font-size: 14px; color: #c0392b; display: none; }

/* ---- Page Header override (more enterprise) ---- */
.tiboh-page-hero { background: #0f1117; padding: 64px 0 56px; }
.tiboh-page-hero h1 { color: #fff; margin-top: 0; margin-bottom: 12px; }
.tiboh-page-hero p { color: rgba(255,255,255,0.6); font-size: 15px; max-width: 620px; margin-bottom: 0; }
.tiboh-page-hero .tiboh-breadcrumb { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 16px; }
.tiboh-page-hero .tiboh-breadcrumb a { color: #c9a84c; text-decoration: none; }

/* ---- Section variants ---- */
.section-light { background: #f9f6f0; }
.section-dark { background: #0f1117; color: #fff; }
.section-dark .info-title { color: rgba(255,255,255,0.4) !important; }
.section-dark .title-hr { border-color: rgba(255,255,255,0.15) !important; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-dark p { color: rgba(255,255,255,0.65); }

/* ---- Stack logos ---- */
.tiboh-tech-stack { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; margin-top: 24px; }
.tiboh-stack-item {
  border: 1px solid #e8e8e8; padding: 10px 20px;
  font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
  color: #666; background: #fff; font-weight: 600;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .tiboh-desktop-nav { display: none !important; }
  .tiboh-navbar-phone { display: none !important; }
  .tiboh-footer-grid { flex-direction: column; }
  .tiboh-fc { min-width: 100%; padding-right: 0; }
  .tiboh-toc-legal ol { column-count: 1; }
}
@media (max-width: 767px) {
  .tiboh-stat-number { font-size: 40px; }
  .tiboh-product-hero h1 { font-size: 28px; }
  .tiboh-article-hero h1 { font-size: 24px; }
  .tiboh-article-body h2 { font-size: 20px; }
  .tiboh-cta-dark .btn-outline-light { margin-left: 0; margin-top: 10px; }
  .tiboh-footer-bottom { flex-direction: column; text-align: center; }
}
