/* ════════════════════════════════════════════════
   COMPONENTS — Buttons, Badges, Cards, Forms,
   Navigation extras, Alerts, Timeline, FAQ, Trust
   In Equipe Theme v1.0
   ════════════════════════════════════════════════ */

/* ══ BUTTONS ══════════════════════════════════ */
.btn-iq-primary {
  background: var(--orange);
  color: white;
  border: none;
  padding: 13px 26px;
  border-radius: var(--radius-md);
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transition: all .2s var(--ease);
  line-height: 1;
}
.btn-iq-primary:hover {
  background: var(--orange-l);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(224, 114, 64, .28);
}
.btn-iq-primary.sm { padding: 9px 18px; font-size: 13px; border-radius: var(--radius-sm); }
.btn-iq-primary.lg { padding: 16px 32px; font-size: 17px; border-radius: 12px; }

.btn-iq-teal {
  background: var(--teal);
  color: white;
  border: none;
  padding: 13px 26px;
  border-radius: var(--radius-md);
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transition: all .2s var(--ease);
  line-height: 1;
}
.btn-iq-teal:hover { background: var(--teal-d); color: white; transform: translateY(-2px); }

.btn-iq-outline {
  background: transparent;
  color: var(--teal-d);
  border: 1.5px solid var(--teal-pale);
  padding: 12px 24px;
  border-radius: var(--radius-md);
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transition: all .2s;
  line-height: 1;
}
.btn-iq-outline:hover { background: var(--bg-teal); border-color: var(--teal-l); color: var(--teal-d); }

.btn-iq-ghost {
  background: rgba(255, 255, 255, .1);
  color: white;
  border: 1px solid rgba(255, 255, 255, .3);
  padding: 12px 22px;
  border-radius: var(--radius-md);
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transition: all .2s;
  line-height: 1;
}
.btn-iq-ghost:hover { background: rgba(255, 255, 255, .2); color: white; }

.btn-iq-white {
  background: white;
  color: var(--teal-d);
  padding: 13px 26px;
  border-radius: var(--radius-md);
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transition: all .2s;
  line-height: 1;
}
.btn-iq-white:hover { background: var(--bg-teal); color: var(--teal-d); transform: translateY(-2px); }

.btn-iq-text {
  color: var(--teal-d);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid var(--teal-pale);
  padding-bottom: 2px;
  transition: all .2s;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
  font-family: var(--ff-body);
}
.btn-iq-text:hover { color: var(--teal); gap: 10px; }

/* ══ BADGES & CHIPS ══════════════════════════ */
.badge-iq {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
}
.badge-iq.teal  { background: var(--bg-teal);  color: var(--teal-d); border: 1px solid var(--teal-pale); }
.badge-iq.white { background: white; color: var(--teal-d); border: 1px solid var(--teal-pale); box-shadow: 0 2px 12px rgba(46,139,114,.1); }
.badge-iq.dark  { background: rgba(255,255,255,.1); color: rgba(255,255,255,.85); border: 1px solid rgba(255,255,255,.2); }
.badge-iq.orange{ background: var(--orange-pale); color: #b85a2a; border: 1px solid var(--orange-border); }

.chip-iq {
  font-size: 12px;
  font-weight: 500;
  color: var(--teal-d);
  background: var(--bg-teal);
  padding: 5px 13px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--teal-pale);
  display: inline-block;
  line-height: 1.4;
}
.chip-iq.sm     { font-size: 11px; padding: 3px 10px; }
.chip-iq.orange { color: #b85a2a; background: var(--orange-pale); border-color: var(--orange-border); }

.spec-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--teal-d);
  background: var(--bg-teal);
  padding: 3px 9px;
  border-radius: var(--radius-pill);
}

.reading-time-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: var(--teal-d);
  background: var(--bg-teal);
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--teal-pale);
}

.avail-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  border: 1px solid var(--border);
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 16px rgba(0,0,0,.07);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}

/* ══ CARDS ════════════════════════════════════ */
/* Service card */
.svc-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: white;
  border: 1px solid var(--border);
  height: 100%;
  transition: all .25s var(--ease);
}
.svc-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--teal-pale);
}
.svc-card .card-img-top {
  height: 180px;
  object-fit: cover;
  width: 100%;
}
.svc-card .card-cat {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--teal);
}
.svc-card .card-title {
  font-family: var(--ff-head);
  font-size: 19px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}
.svc-card .card-text { font-size: 14px; line-height: 1.65; color: var(--ink-mid); }
.svc-card .card-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--teal);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap .2s;
}
.svc-card .card-link:hover { gap: 8px; color: var(--teal-d); }

/* Team card */
.team-card-iq {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: white;
  transition: all .22s var(--ease);
  height: 100%;
}
.team-card-iq:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--teal-pale);
}
.team-photo-iq {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: top;
  display: block;
}
.team-placeholder-iq {
  width: 100%;
  height: 240px;
  background: var(--bg-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-head);
  font-size: 44px;
  font-style: italic;
  font-weight: 700;
  color: var(--teal);
}

/* Article card */
.article-card-iq {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all .22s var(--ease);
  height: 100%;
}
.article-card-iq:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--teal-pale);
}
.article-card-iq .card-img-wrap { overflow: hidden; }
.article-card-iq .card-img-top {
  height: 180px;
  object-fit: cover;
  width: 100%;
  transition: transform .4s var(--ease);
  display: block;
}
.article-card-iq:hover .card-img-top { transform: scale(1.04); }
.article-card-iq .card-title {
  font-family: var(--ff-head);
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  text-decoration: none;
  display: block;
  transition: color .2s;
}
.article-card-iq .card-title:hover { color: var(--teal); }

/* Stat box */
.stat-box-iq {
  text-align: center;
  padding: 20px;
  background: white;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
}
.stat-num-iq {
  font-family: var(--ff-head);
  font-size: 36px;
  font-weight: 700;
  color: var(--teal);
  line-height: 1;
}
.stat-num-iq span { color: var(--teal-l); }

/* Contact card */
.contact-card-iq {
  background: white;
  border-radius: var(--radius-lg);
  padding: 22px;
  border: 1px solid var(--border);
  height: 100%;
  transition: all .2s;
}
.contact-card-iq:hover { box-shadow: var(--shadow-sm); border-color: var(--teal-pale); }
.contact-icon-iq {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  background: var(--bg-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
}

/* Promo / CTA card */
.promo-card {
  background: var(--teal-d);
  border-radius: var(--radius-xl);
  padding: 36px;
  position: relative;
  overflow: hidden;
}
.promo-card::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .04);
  pointer-events: none;
}

/* Info box */
.info-box-iq {
  background: var(--bg-teal);
  border: 1px solid var(--teal-pale);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

/* Quote card */
.quote-card-iq {
  background: var(--teal-d);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  position: relative;
  overflow: hidden;
}
.quote-card-iq::before {
  content: '\201C';
  font-family: var(--ff-head);
  font-size: 80px;
  color: rgba(255, 255, 255, .06);
  position: absolute;
  top: -10px;
  left: 16px;
  line-height: 1;
  pointer-events: none;
}

/* Sede card */
.sede-card-iq {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 22px;
  transition: all .2s;
}
.sede-card-iq:hover { box-shadow: var(--shadow-sm); border-color: var(--teal-pale); }

/* ══ FORMS ════════════════════════════════════ */
.form-wrap-iq .form-control,
.form-wrap-iq .form-select {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  font-family: var(--ff-body);
  font-size: 15px;
  color: var(--ink);
  background: var(--bg-soft);
  padding: 12px 14px;
  transition: all .2s;
}
.form-wrap-iq .form-control:focus,
.form-wrap-iq .form-select:focus {
  border-color: var(--teal-l);
  background: white;
  box-shadow: 0 0 0 3px rgba(46, 139, 114, .08);
  outline: none;
}
.form-wrap-iq label {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-mid);
  margin-bottom: 6px;
  display: block;
}
.btn-form-submit {
  width: 100%;
  padding: 14px;
  background: var(--orange);
  color: white;
  border: none;
  border-radius: var(--radius-md);
  font-family: var(--ff-body);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s;
}
.btn-form-submit:hover { background: var(--orange-l); transform: translateY(-1px); }

/* ══ QUICK NAV (sticky in-page) ═══════════════ */
.iq-quick-nav {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 52px;
  overflow-x: auto;
  scrollbar-width: none;
}
.iq-quick-nav::-webkit-scrollbar { display: none; }
.iq-qnav-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-mid);
  padding: 7px 12px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  text-decoration: none;
  transition: all .2s;
  flex-shrink: 0;
}
.iq-qnav-item:hover,
.iq-qnav-item.active { color: var(--teal); background: var(--bg-teal); }

/* ══ ALERTS ══════════════════════════════════ */
.alert-iq {
  border-radius: var(--radius-md);
  padding: 16px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.6;
}
.alert-iq .alert-icon { flex-shrink: 0; margin-top: 1px; }
.alert-iq.teal    { background: var(--bg-teal); border: 1px solid var(--teal-pale); color: var(--teal-d); }
.alert-iq.warm    { background: var(--orange-pale); border: 1px solid var(--orange-border); color: #8B4513; }
.alert-iq.success { background: #EDF7F0; border: 1px solid #B8E0C8; color: #1a5c32; }
.alert-iq.neutral { background: var(--bg-soft); border: 1px solid var(--border); color: var(--ink-mid); }

/* ══ TIMELINE ════════════════════════════════ */
.timeline-iq {
  position: relative;
  padding-left: 56px;
}
.timeline-iq::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: linear-gradient(to bottom, var(--teal), var(--teal-pale));
  border-radius: 2px;
}
.timeline-item-iq { position: relative; margin-bottom: 28px; }
.timeline-item-iq:last-child { margin-bottom: 0; }
.timeline-dot-iq {
  position: absolute;
  left: -40px;
  top: 2px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: white;
  border: 2px solid var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--teal);
  box-shadow: 0 0 0 4px var(--teal-pale);
}
.timeline-dot-iq.active {
  background: var(--teal);
  color: white;
  border-color: var(--teal);
}
.timeline-role-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: white;
  border: 1px solid var(--border);
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 500;
  color: var(--teal-d);
  margin-top: 8px;
}

/* ══ FAQ ACCORDION ════════════════════════════ */
.faq-item-iq { border-bottom: 1px solid var(--border); }
.faq-q-iq {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  text-align: left;
  transition: color .2s;
}
.faq-q-iq:hover { color: var(--teal); }
.faq-q-iq svg { flex-shrink: 0; color: var(--teal); transition: transform .3s; }
.faq-q-iq.open svg { transform: rotate(45deg); }
.faq-a-iq {
  font-size: 15px;
  line-height: 1.75;
  color: var(--ink-mid);
  padding: 0 0 18px;
  display: none;
}
.faq-a-iq.open { display: block; }

/* ══ TRUST / KPI ══════════════════════════════ */
.trust-icon-iq {
  width: 36px;
  height: 36px;
  background: var(--bg-teal);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
  flex-shrink: 0;
}
.urgency-strip {
  background: var(--teal-d);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.kpi-iq {
  border-left: 2px solid rgba(255, 255, 255, .18);
  padding-left: 20px;
}
.kpi-iq:first-child { border-left: none; padding-left: 0; }
.kpi-num-iq {
  font-family: var(--ff-head);
  font-size: 34px;
  font-weight: 700;
  color: white;
  line-height: 1;
}
.kpi-num-iq span { color: var(--teal-l); }
.kpi-label-iq { font-size: 12px; color: rgba(255, 255, 255, .55); margin-top: 4px; }

/* ══ TESTIMONIAL ══════════════════════════════ */
.testimonial-iq {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 28px;
  transition: all .22s var(--ease);
}
.testimonial-iq:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--teal-pale);
  transform: translateY(-4px);
}
.testimonial-content {
  font-family: var(--ff-head);
  font-size: 16px;
  font-style: italic;
  color: var(--ink);
  line-height: 1.7;
  padding-left: 20px;
  border-left: 3px solid var(--teal);
  margin-bottom: 16px;
}
.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--teal-pale);
}

/* ══ SECTION INTRO ════════════════════════════ */
.section-intro { max-width: 620px; }
.section-intro.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-intro .type-eyebrow { margin-bottom: 14px; }
.section-intro .type-eyebrow.centered,
.section-intro.centered .type-eyebrow { justify-content: center; }
.section-intro h2 { margin-bottom: 14px; }
.section-intro p { color: var(--ink-mid); font-size: 17px; line-height: 1.8; }

/* ══ HERO SHARED ══════════════════════════════ */
.iq-hero {
  padding: 80px 0 72px;
  background: var(--bg-soft);
  position: relative;
  overflow: hidden;
}
.iq-hero-badge { margin-bottom: 20px; }
.iq-hero h1 { margin-bottom: 18px; }
.iq-hero .hero-lead { font-size: 18px; line-height: 1.8; color: var(--ink-mid); margin-bottom: 28px; max-width: 540px; }
.iq-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

@media (max-width: 767px) {
  .iq-hero { padding: 48px 0; }
  .iq-hero-actions { flex-direction: column; align-items: flex-start; }
}
