:root {
  --irb-navy: #033a66;
  --irb-blue: #05508d;
  --irb-mint: #dff5ef;
  --irb-pale: #f4faf8;
  --irb-gold: #d8a24b;
  --irb-green: #25d366;
  --irb-ink: #14262c;
}

body.irb-links-page {
  min-height: 100vh !important;
  margin: 0 !important;
  color: var(--irb-ink) !important;
  background: var(--irb-pale) !important;
  font-family: Inter, Arial, sans-serif !important;
}

body.irb-links-page :where(header, footer.elementor-location-footer, .elementor-location-header, .site-header, .site-footer, .ht-ctc-chat, .ctc-analytics) {
  display: none !important;
}

body.irb-links-page * { box-sizing: border-box; }
body.irb-links-page a { color: inherit; text-decoration: none; }

.irb-bio {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 46px 18px 34px;
  background:
    radial-gradient(circle at 50% -10%, rgba(217,255,247,.86), transparent 32%),
    radial-gradient(circle at 8% 70%, rgba(5,80,141,.10), transparent 28%),
    linear-gradient(155deg, #ffffff 0%, #eef7f5 52%, #e5f3f1 100%);
}

.irb-bio::before {
  content: "IRB";
  position: fixed;
  top: 10vh;
  left: 50%;
  color: rgba(3,58,102,.035);
  font-size: min(50vw, 25rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.08em;
  transform: translateX(-50%);
  pointer-events: none;
}

.irb-bio__orb { position: fixed; border: 1px solid rgba(5,80,141,.10); border-radius: 50%; pointer-events: none; }
.irb-bio__orb--top { top: -190px; right: -170px; width: 390px; height: 390px; box-shadow: 0 0 0 54px rgba(5,80,141,.025), 0 0 0 108px rgba(5,80,141,.015); }
.irb-bio__orb--bottom { bottom: -220px; left: -190px; width: 420px; height: 420px; box-shadow: 0 0 0 54px rgba(37,211,102,.025); }

.irb-bio__profile,
.irb-bio__links,
.irb-bio__footer { position: relative; z-index: 2; width: min(100%, 620px); margin-right: auto; margin-left: auto; }

.irb-bio__profile { text-align: center; }

.irb-bio__brand {
  position: relative;
  display: grid;
  width: 236px;
  height: 236px;
  margin: 0 auto 25px;
  padding: 31px;
  place-content: center;
  border: 1px solid rgba(3,58,102,.12);
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  box-shadow: 0 24px 65px rgba(3,58,102,.14);
  transition: transform .28s ease, box-shadow .28s ease;
}

.irb-bio__brand:hover { transform: translateY(-3px); box-shadow: 0 30px 75px rgba(3,58,102,.19); }
.irb-bio__brand-ring { position: absolute; inset: 10px; border: 1px solid rgba(216,162,75,.42); border-radius: inherit; }
.irb-bio__brand-ring::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(5,80,141,.10); border-radius: inherit; }
.irb-bio__brand img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: contain; }

.irb-bio__eyebrow { margin: 0 0 9px; color: var(--irb-blue); font-size: .7rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.irb-bio h1 { margin: 0 0 12px; color: var(--irb-navy); font-size: clamp(2.7rem, 9vw, 4.2rem); font-weight: 900; line-height: 1; letter-spacing: -.055em; }
.irb-bio__intro { max-width: 530px; margin: 0 auto; color: #66777c; font-size: .94rem; line-height: 1.7; }

.irb-bio__socials { display: flex; margin: 25px auto 36px; justify-content: center; gap: 9px; flex-wrap: wrap; }
.irb-bio__socials a { display: inline-flex; min-height: 39px; padding: 0 14px; align-items: center; gap: 7px; border: 1px solid rgba(3,58,102,.13); border-radius: 999px; color: var(--irb-navy); background: rgba(255,255,255,.72); font-size: .69rem; font-weight: 800; box-shadow: 0 8px 24px rgba(3,58,102,.04); transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.irb-bio__socials a:hover { border-color: rgba(5,80,141,.42); color: var(--irb-navy); background: white; transform: translateY(-2px); }
.irb-bio__socials span { display: grid; width: 23px; height: 23px; place-content: center; border-radius: 50%; color: white; background: var(--irb-blue); font-size: .5rem; }

.irb-bio__links { display: grid; gap: 13px; }
.irb-bio__section-label { margin: 0 0 2px; color: var(--irb-blue); font-size: .66rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }

.irb-bio-card {
  display: grid;
  min-height: 92px;
  padding: 9px 18px 9px 9px;
  align-items: center;
  grid-template-columns: 75px 1fr 38px;
  gap: 17px;
  overflow: hidden;
  border: 1px solid rgba(3,58,102,.12);
  border-radius: 16px;
  color: var(--irb-ink);
  background: rgba(255,255,255,.86);
  box-shadow: 0 14px 36px rgba(3,58,102,.08);
  backdrop-filter: blur(12px);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.irb-bio-card:hover { border-color: rgba(5,80,141,.48); color: var(--irb-ink); background: white; box-shadow: 0 20px 44px rgba(3,58,102,.13); transform: translateY(-3px); }
.irb-bio-card__icon { display: grid; width: 75px; height: 72px; place-content: center; border-radius: 11px; color: white; background: linear-gradient(145deg, var(--irb-navy), var(--irb-blue)); font-size: .75rem; font-weight: 900; letter-spacing: .04em; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.irb-bio-card__icon--wa { border-radius: 50%; background: var(--irb-green); }
.irb-bio-card__icon--facebook { background: #1877f2; font-family: Georgia, serif; font-size: 2rem; text-transform: lowercase; }
.irb-bio-card__icon--tiktok { color: white; background: #111; }
.irb-bio-card__icon--youtube { background: #e62117; }
.irb-bio-card__icon--career { color: var(--irb-navy); background: linear-gradient(145deg, #f2ce8a, var(--irb-gold)); }
.irb-bio-card__text { display: grid; gap: 3px; }
.irb-bio-card__text small { color: #74858a; font-size: .61rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.irb-bio-card__text strong { color: var(--irb-navy); font-size: 1.02rem; font-weight: 800; line-height: 1.25; }
.irb-bio-card__arrow { display: grid; width: 34px; height: 34px; place-content: center; border: 1px solid rgba(5,80,141,.16); border-radius: 50%; color: var(--irb-blue); }
.irb-bio-card--whatsapp { border-color: rgba(37,211,102,.34); background: linear-gradient(100deg, rgba(37,211,102,.09), rgba(255,255,255,.9)); }
.irb-bio-card--whatsapp:hover { border-color: rgba(37,211,102,.68); }

.irb-bio__footer { padding-top: 30px; text-align: center; }
.irb-bio__footer p { margin: 4px 0; color: #7a898d; font-size: .66rem; line-height: 1.5; }
.irb-bio__footer a { display: inline-block; margin-top: 10px; color: var(--irb-blue); font-size: .72rem; font-weight: 800; }

@media (max-width: 520px) {
  .irb-bio { padding: 30px 13px 28px; }
  .irb-bio__brand { width: 190px; height: 190px; padding: 27px; margin-bottom: 21px; }
  .irb-bio__socials { margin-bottom: 29px; }
  .irb-bio-card { min-height: 83px; grid-template-columns: 63px 1fr 31px; gap: 13px; border-radius: 14px; }
  .irb-bio-card__icon { width: 63px; height: 63px; border-radius: 9px; }
  .irb-bio-card__icon--wa { border-radius: 50%; }
  .irb-bio-card__text strong { font-size: .91rem; }
  .irb-bio-card__arrow { width: 29px; height: 29px; }
}

@media (prefers-reduced-motion: reduce) {
  .irb-bio *, .irb-bio *::before, .irb-bio *::after { transition-duration: .001ms !important; }
}

