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

.hero {  background-image: url("../assets/banner-hero-aboutus.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); }

/* ── INTRO ── */
.intro-section { padding: 80px 0; background: white; }

.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

.intro_title { font-family: var(--font-display); font-size: 36px; color: var(--blue-deep); line-height: 1.15; margin-bottom: 20px; font-weight: 900; }
.intro_title em { font-style: italic; color: var(--blue-mid); }

.intro-desc {
  font-size: 16px;
  color: var(--text-soft);
  line-height: 1.6;
  margin-bottom: 28px;
}

.intro-highlight {
  background: var(--blue-soft);
  border-left: 3px solid var(--gold);
  font-family: var(--font-display);
  border-radius: 0 8px 8px 0;
  padding: 18px 22px;
  font-size: 14px;
  color: var(--blue-mid);
  line-height: 1.7;
  font-weight: 500;
  font-style: italic;
}

.founded-card {
  background: var(--blue-deep);
  border-radius: var(--radius-lg);
  padding: 45px 32px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.founded-card::after {
  content: '';
  position: absolute;
  width: 160px; height: 160px;
  border-radius: 50%;
  border: 24px solid rgba(232,184,0,0.1);
  right: -40px; bottom: -40px;
}

.fc-label { font-size: 11px; font-weight: 600; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; margin-bottom: 8px; }

.fc-title { font-family: var(--font-display); font-size: 32px; color: white; margin-bottom: 10px; line-height: 1.25; font-weight: 900; }

.fc-desc { font-size: 15px; color:var(--white); line-height: 1.6; position: relative; z-index: 1; margin-top: 12px; }

.stats-mini { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }

.sm-card { background: var(--gray-100); border-radius: var(--radius); padding: 20px 16px; text-align: center; border: 1px solid var(--gray-200); transition: all 0.2s; }

.sm-card:hover { border-color: var(--blue-light); background: var(--blue-soft); }

.sm-num { font-family: var(--font-body); font-size: 35px; color: var(--blue-mid); font-weight: 900;}

.sm-label { font-size: 13px; color: var(--text-muted); margin-top: 4px; line-height: 1.4; }

@media (max-width: 850px) {
  .stats-mini {
    grid-template-columns: 1fr; /* ← aquí se apilan */
  }
}

/* ── MISION/VISION ── */
.mv-section { padding: 80px 0; background: var(--gray-100); }
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; }

.mv-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 44px 40px;
  border: 1px solid var(--gray-200);
  position: relative;
  overflow: hidden;
  transition: all 0.25s;
}

.mv-card:hover { box-shadow: var(--shadow-md); border-color: var(--blue-light); transform: translateY(-2px); }
.mv-card.vision { border-top: 3px solid var(--blue-mid); }
.mv-card.mision { border-top: 3px solid var(--gold); }
.mv-tag { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; }
.mv-tag.blue { color: var(--blue-mid); }
.mv-tag.gold { color: #B08000; }
.mv-title { font-family: var(--font-display); font-size: 32px; color: var(--blue-deep); margin-bottom: 20px; font-weight: 900; line-height: 1.2; }
.mv-desc { font-size: 15px; color: var(--text-soft); line-height: 1.6; position: relative; z-index: 1; }


/* ── VALUES ── */
.values-section { padding: 80px 0; background: white; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.value-card {
  padding: 32px 28px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--gray-200);
  transition: all 0.22s;
  position: relative;
  overflow: hidden;
}

.value-card.blue  { background: var(--blue-deep);}
.value-card.gold  { background: var(--gold);}

.vc-icon { border-radius: 12px; display: flex; margin: 0 auto 20px auto; }
.vc-icon svg { width: 26px; color: white; }

.value-card.blue .vc-title { font-size: 18px; font-weight: 900; color: var(--white); margin-bottom: 15px; letter-spacing: 0.7px; font-family: var(--font-display); }
.value-card.blue .vc-desc { font-size: 15px; color: var(--white); line-height: 1.6;}

.value-card.gold .vc-title { font-size: 18px; font-weight: 900; color: var(--blue-deep); margin-bottom: 15px; letter-spacing: 0.7px; font-family: var(--font-display); }
.value-card.gold .vc-desc { font-size: 15px; color: var(--blue-deep); line-height: 1.6;}

/* ── BRANDS SECTION ── */
.brands-section { padding: 72px 0; background: var(--blue-deep); position: relative; overflow: hidden; }
.brands-grid a { text-decoration: none; }
.brands-section::before { content: ''; position: absolute; width: 400px; height: 400px; border-radius: 50%; border: 60px solid rgba(232,184,0,0.05); left: -120px; bottom: -120px; }
.brands-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
h2.brands_title {
  font-family: var(--font-display);
  font-size: 36px;
  color: white;
  line-height: 1.15;
  font-weight: 900;
  margin-bottom: 20px;
}
.brands_desc {
  font-size: 16px;
  color: var(--white);
  line-height: 1.7;
}
.brand-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  transition: all 0.22s;
  cursor: default;
}
.brand-card:hover { background: rgba(255,255,255,0.08); border-color: rgba(232,184,0,0.6); transform: translateY(-2px); cursor: pointer; }

.brand-card-logo { margin-bottom: 20px; }
.brand-card-logo img { max-width: 300px; width: 100%;;}
.brand-card-sub { font-size: 12px; color: var(--white); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; }
.brand-card-desc { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.6; margin-bottom: 20px; }
.brand-card-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.bc-tag { font-size: 10px; font-weight: 600; padding: 4px 10px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.55); }
.bc-tag.featured { background: rgba(232,184,0,0.15); border-color: rgba(232,184,0,0.3); color: var(--gold-light); }


/* ── TEAM SECTION ── */
.team-section { padding: 80px 0; background: var(--gray-100); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.team-card { background: white; border-radius: var(--radius-lg); border: 1px solid var(--gray-200); overflow: hidden; transition: all 0.22s; }
.team-card:hover { box-shadow: var(--shadow-md); border-color: var(--blue-light); transform: translateY(-2px); }
.tc-header { height: 80px; display: flex; align-items: flex-end; padding: 24px 16px; }
.tc-body { padding: 24px 28px; }
.tc-name { font-size: 18px; font-weight: 900; color: var(--blue-deep); margin-bottom: 4px; margin-top: 16px; }
.tc-role { font-size: 12px; color: var(--text-muted); margin-bottom: 14px; font-weight: 500; letter-spacing: 0.3px; }
.tc-desc { font-size: 15px; color: var(--text-muted-dark); line-height: 1.6; }


/* ── 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;
  }
}

  /* ── 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; }
  .ph-right { animation: fadeUp 0.6s ease 0.3s both; }

