/* ============================================================
   ORTHOBONE INC. — GLOBAL STYLES
   ============================================================ */

.hero {  background-image: url("../assets/banner-hero-product.webp");}

.ph-chips { display: flex; flex-wrap: wrap; gap: 8px; }

.ph-chip {
  display: flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px; font-weight: 500;
  color: rgba(255,255,255,0.75);
}

.chip-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

/* ── SECTION SHARED ── */
.section-sub-products { font-family: var(--font-body); font-size: 16px; color: var(--blue-deep); line-height: 1.15; margin-top: 25px; }
.section-title em { font-style: italic; color: var(--blue-mid); }

  /* ── BRAND DIVIDER ── */
.brand-divider-bar { padding: 28px 0; }
.bdb-inner { max-width: 1600px; margin: 0 auto; padding: 0 80px; display: flex; align-items: center; gap: 20px; }
a.bdb-logo-box { text-decoration: none; }
.bdb-logo-box { position: relative; display: flex; align-items: center; gap: 22px; padding: 14px 24px; border-radius: var(--radius-lg); border: 1px solid var(--gray-200); background: white; box-shadow: var(--shadow-sm); overflow: hidden;}
.bdb-logo-box img { width: 250px;}
.bdb-logo-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--blue-mid); transform: scaleX(0); transform-origin: left; transition: transform 0.25s; }
.bdb-logo-box:hover { border-color: var(--blue-light); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.bdb-logo-box:hover::before { transform: scaleX(1); }

.bdb-logo-sub { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); margin-top: 2px; }
.bdb-line { flex: 1; height: 1px; background: var(--gray-200); }
.bdb-badge { font-size: 11px; font-weight: 700; padding: 5px 14px; border-radius: 999px; background: var(--blue-soft); color: var(--blue-mid); border: 1px solid var(--blue-pale); letter-spacing: 0.5px; white-space: nowrap; }

@media (max-width: 850px) {
  .bdb-logo-box {flex-wrap: wrap;}
  .bdb-logo-sub {flex-basis: 100%; margin-top: 6px;}
  .bdb-badge {margin-top: 8px;}
  .bdb-inner {padding: 0 20px;}
}

/* ── PRODUCTS OVERVIEW ── */
.products-overview { padding: 0 0 56px 0; }
.products-overview.alt { background: var(--gray-100); }
.ov-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.product-list { list-style: none; margin-top: 28px; display: flex; flex-direction: column; gap: 10px; }
.product-list li { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--text-soft); padding: 12px 16px; background: white; border: 1px solid var(--gray-300); border-radius: 8px; transition: all 0.18s; cursor: pointer; }
.products-overview.alt .product-list li { background: white; }
.product-list li:hover { border-color: var(--blue-light); background: var(--blue-soft); color: var(--blue-deep); transform: translateX(4px); }
.product-list li:hover .pl-dot { background: var(--gold); }
.pl-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--blue-mid); flex-shrink: 0; transition: background 0.18s; }
.pl-text { font-weight: 500; }
.pl-arrow { margin-left: auto; font-size: 14px; color: var(--text-muted); opacity: 0; transition: opacity 0.18s; }
.product-list li:hover .pl-arrow { opacity: 1; color: var(--blue-mid); }

.ov-card { background: var(--blue-deep); border-radius: var(--radius-lg); overflow: hidden; }

.ov-card-img {
  height: 320px;
  background: #1A2840;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.ov-card-img.fix-height { height: 500px; }

.ov-card-img-inner {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ov-card-body { padding: 28px 28px 32px; }
.ov-card-tag { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.ov-card-title { font-family: var(--font-display); font-size: 32px; color: white; margin-bottom: 15px; line-height: 1.3;  font-weight: 900; }
.ov-card-desc { font-size: 15px; color: rgba(255,255,255,0.8); line-height: 1.6; margin-bottom: 20px; }
.ov-card-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.ov-chip { font-size: 11px; padding: 4px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.6); font-weight: 500; }

  /* ── PRODUCT CARDS SUBSECTIONS ── */
  .subsection { padding: 64px 0; background: white; }
  .subsection.alt { background: var(--gray-100); }
  .subsection-header { display: flex; align-items: center; gap: 16px; margin-bottom: 32px; }
  .subsection-bar { width: 3px; height: 32px; background: var(--gold); border-radius: 2px; flex-shrink: 0; }
  .subsection-title { font-family: var(--font-display); font-size: 26px; color: var(--blue-deep); }
  .subsection-desc { font-size: 13px; color: var(--text-muted); margin-top: 4px; }

  .product-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;}
  .product-cards.cols2 { grid-template-columns: repeat(2, 1fr); }
  .product-cards.cols1 { grid-template-columns: 1fr; }

a.pcard { text-decoration: none; }

  .pcard { background: white; border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 24px 22px 26px; transition: all 0.22s; cursor: pointer; position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 12px; }
  .pcard img {width:200px;}
  .subsection.alt .pcard { background: white; }
  .pcard::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--blue-mid); transform: scaleX(0); transform-origin: left; transition: transform 0.25s; }
  .pcard:hover { border-color: var(--blue-light); box-shadow: var(--shadow-md); transform: translateY(-3px); }
  .pcard:hover::before { transform: scaleX(1); }
  .pcard-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--blue-soft); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .pcard-brand { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; color: var(--text-muted); text-transform: uppercase; }
  .pcard-name { font-size: 14px; font-weight: 700; color: var(--blue-deep); line-height: 1.35; }
  .pcard-type { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 999px; background: var(--blue-soft); color: var(--blue-mid); border: 1px solid var(--blue-pale); width: fit-content; }

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 28px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: white;
  border-radius: 8px;
  border: 1px solid var(--gray-200);
}

.feature-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue-mid);
  flex-shrink: 0;
}

.feature-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-soft);
}


  /* ── FEATURE BAND ── */
  .feature-band { background: var(--blue-deep); padding: 72px 0; position: relative; overflow: hidden; }
  .feature-band::before { content: ''; position: absolute; width: 500px; height: 500px; border-radius: 50%; border: 70px solid rgba(232,184,0,0.05); right: -160px; top: -160px; }
  .fb-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  .fb-eyebrow { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: 2.5px; color: rgba(255,255,255,0.4); text-transform: uppercase; margin-bottom: 16px; }
  .fb-eyebrow .eyebrow-line { background: rgba(255,255,255,0.2); }
  .fb-title { font-family: var(--font-display); font-size: 38px; color: white; line-height: 1.2; margin-bottom: 16px; }
  .fb-title em { font-style: italic; color: var(--gold-light); }
  .fb-desc { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.8; margin-bottom: 28px; }
  .fb-btn { background: var(--gold); color: var(--blue-deep); border: none; padding: 13px 28px; border-radius: 7px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: var(--font-body); transition: all 0.2s; }
  .fb-btn:hover { background: var(--gold-light); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(232,184,0,0.25); }
  .fb-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .fb-stat { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius-lg); padding: 22px 20px; transition: all 0.2s; }
  .fb-stat:hover { background: rgba(255,255,255,0.08); border-color: rgba(232,184,0,0.25); }
  .fb-stat-num { font-family: var(--font-display); font-size: 34px; color: var(--gold-light); line-height: 1; margin-bottom: 6px; }
  .fb-stat-label { font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.4; }

/* ── CTA BANNER ── */
.cta-banner {
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold-light) 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  right: 10%; top: -100px;

}

.cta-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.cta-title {
  font-family: var(--font-display);
  font-size: 36px;
  color: var(--blue-deep);
  margin-bottom: 8px;
  font-weight: 900;
}

.cta-sub { font-size: 16px; color: rgba(13,31,80,0.8); }
.cta-actions { display: flex; gap: 12px; align-items: center; }

.cta-btn-primary {
  background: var(--blue-deep);
  color: white;
  border: none;
  padding: 14px 40px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all 0.2s;
  letter-spacing: 0.8px;
}

.cta-btn-primary:hover { background: var(--blue-mid); }
@media (max-width: 850px) {
  .cta-inner {
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 20px;
  }
}



  /* ── SCROLL NAV (sticky side tabs) ── */
  .scroll-nav { position: fixed; right: 24px; top: 50%; transform: translateY(-50%); z-index: 50; display: flex; flex-direction: column; gap: 8px; }
  .sn-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--gray-300); border: 2px solid white; cursor: pointer; transition: all 0.2s; box-shadow: var(--shadow-sm); }
  .sn-dot:hover, .sn-dot.active { background: var(--blue-mid); transform: scale(1.3); }
  .sn-dot[data-label]:hover::before { content: attr(data-label); position: absolute; right: 18px; top: 50%; transform: translateY(-50%); background: var(--blue-deep); color: white; font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 6px; white-space: nowrap; font-family: var(--font-body); }
  .sn-dot { position: relative; }

  /* ── ANIMATIONS ── */
  @keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
  .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
  .reveal.visible { opacity: 1; transform: none; }
  .ph-eyebrow { animation: fadeUp 0.5s ease 0.1s both; }
  .ph-title { animation: fadeUp 0.5s ease 0.2s both; }
  .ph-desc { animation: fadeUp 0.5s ease 0.3s both; }
  .ph-chips { animation: fadeUp 0.5s ease 0.4s both; }
  .hero-grid .brand-tabs-wrap { animation: fadeUp 0.6s ease 0.35s both; }
