:root {
  --irp-ink: #0c1725;
  --irp-muted: #58646d;
  --irp-teal: #1e8197;
  --irp-teal-soft: #e8f4f6;
  --irp-orange: #ff8a23;
  --irp-orange-soft: #fff1e4;
  --irp-paper: #ffffff;
  --irp-mist: #f6f8f8;
  --irp-line: #dce4e6;
  --irp-shadow: 0 18px 50px rgba(12, 23, 37, .12);
  --irp-max: 1180px;
}

body.interpretia-role-page {
  margin: 0;
  color: var(--irp-ink);
  background: var(--irp-paper);
  font-family: Inter, Manrope, Arial, sans-serif;
  line-height: 1.55;
}

.interpretia-role-page * { box-sizing: border-box; }
.interpretia-role-page img { display: block; max-width: 100%; }
.interpretia-role-page a { color: inherit; }
.interpretia-role-page h1,
.interpretia-role-page h2,
.interpretia-role-page h3,
.interpretia-role-page p { margin-top: 0; }
.interpretia-role-page h1,
.interpretia-role-page h2,
.interpretia-role-page h3 { line-height: 1.08; }
.interpretia-role-page p { color: var(--irp-muted); }

.irp-wrap {
  width: min(var(--irp-max), calc(100% - 40px));
  margin-inline: auto;
}

.irp-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--irp-line);
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(14px);
}

.admin-bar .irp-site-header { top: 32px; }
.irp-nav { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.irp-brand img { width: 190px; height: auto; }
.irp-nav-links { display: flex; align-items: center; gap: 27px; }
.irp-nav-links a { text-decoration: none; font-size: .92rem; font-weight: 800; }
.irp-nav-links a:hover { color: var(--irp-teal); }

.irp-button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid var(--irp-orange);
  border-radius: 999px;
  color: #fff;
  background: var(--irp-orange);
  text-decoration: none;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease;
}

.irp-button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(12, 23, 37, .14); }
.irp-button-small { min-height: 44px; padding-inline: 20px; }
.irp-text-link { color: var(--irp-teal); font-weight: 900; text-underline-offset: 4px; }

.irp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 17px;
  color: var(--irp-teal);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.irp-eyebrow::before { content: ""; width: 28px; height: 4px; border-radius: 99px; background: var(--irp-orange); }

.irp-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  background:
    radial-gradient(circle at 90% 14%, rgba(255, 138, 35, .13) 0 120px, transparent 122px),
    linear-gradient(135deg, #fff 0 56%, var(--irp-teal-soft) 56% 100%);
}

.irp-hero-grid { min-height: 590px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 66px; }
.irp-back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 34px; color: var(--irp-muted); text-decoration: none; font-size: .9rem; font-weight: 800; }
.irp-back-link:hover { color: var(--irp-teal); }
.irp-hero-copy h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(3rem, 5.8vw, 5.6rem); letter-spacing: -.055em; }
.irp-hero-copy > p { max-width: 650px; margin-bottom: 30px; font-size: 1.15rem; }
.irp-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.irp-hero-visual { position: relative; height: 590px; overflow: hidden; border: 8px solid #fff; border-radius: 34px; background: var(--irp-teal-soft); box-shadow: var(--irp-shadow); }
.irp-hero-visual::after { content: ""; position: absolute; inset: 18px; border: 2px solid rgba(255, 138, 35, .7); border-radius: 24px; pointer-events: none; }
.irp-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

.irp-details { padding: 86px 0; background: var(--irp-mist); }
.irp-details-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; align-items: start; }
.irp-details-heading { position: sticky; top: 126px; }
.irp-details-heading h2,
.irp-section-head h2 { margin-bottom: 18px; font-size: clamp(2.2rem, 4vw, 3.8rem); letter-spacing: -.045em; }
.irp-details-heading p { max-width: 440px; font-size: 1.03rem; }
.irp-requirement-panels { display: grid; gap: 18px; }
.irp-requirement-card { padding: 32px; border: 1px solid var(--irp-line); border-radius: 22px; background: #fff; box-shadow: 0 10px 30px rgba(12, 23, 37, .06); }
.irp-card-number { display: inline-grid; width: 46px; height: 46px; place-items: center; margin-bottom: 22px; border-radius: 50%; color: #fff; background: var(--irp-teal); font-size: .75rem; font-weight: 900; }
.irp-requirement-card h3 { margin-bottom: 20px; font-size: 1.55rem; }
.irp-requirement-card ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.irp-requirement-card li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: start; color: var(--irp-muted); }
.irp-requirement-card li span { color: var(--irp-orange); font-weight: 900; }

.irp-language-band {
  margin-top: 34px;
  padding: 32px;
  border: 1px solid var(--irp-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(12, 23, 37, .06);
}
.irp-language-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 24px; }
.irp-language-heading .irp-eyebrow { margin-bottom: 12px; }
.irp-language-heading h2 { margin-bottom: 0; font-size: clamp(1.9rem, 3vw, 2.8rem); letter-spacing: -.04em; }
.irp-language-heading > p { max-width: 390px; margin-bottom: 3px; font-size: .88rem; text-align: right; }
.irp-language-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.irp-language-list li { min-height: 64px; display: flex; align-items: center; justify-content: center; gap: 11px; padding: 13px 16px; border-radius: 14px; background: var(--irp-teal-soft); font-weight: 900; text-align: center; }
.irp-language-list li span { color: var(--irp-orange); font-size: 1.2rem; }

.irp-related { padding: 84px 0; background: #fff; }
.irp-section-head { max-width: 760px; margin-bottom: 32px; }
.irp-related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.irp-related-card { min-height: 230px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--irp-line); border-top: 5px solid var(--irp-orange); border-radius: 20px; background: #fff; text-decoration: none; box-shadow: 0 10px 30px rgba(12, 23, 37, .06); transition: transform .2s ease, box-shadow .2s ease; }
.irp-related-card:hover { transform: translateY(-5px); box-shadow: var(--irp-shadow); }
.irp-related-card > span { margin-bottom: 17px; color: var(--irp-orange); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.irp-related-card strong { max-width: 430px; font-size: 1.55rem; line-height: 1.15; }
.irp-related-card em { margin-top: auto; padding-top: 26px; color: var(--irp-teal); font-style: normal; font-weight: 900; }

.irp-final-cta { padding: 86px 0; color: #fff; text-align: center; background: linear-gradient(135deg, #19778b 0%, #2995a6 100%); }
.irp-final-cta .irp-eyebrow { color: #fff; }
.irp-final-cta h2 { margin-bottom: 18px; font-size: clamp(2.5rem, 5vw, 4.5rem); letter-spacing: -.045em; }
.irp-final-cta p { max-width: 670px; margin: 0 auto 28px; color: rgba(255, 255, 255, .8); }

.irp-footer { color: var(--irp-ink); border-top: 3px solid var(--irp-teal); background: #fff; }
.irp-footer-main { padding: 42px 0; background-image: radial-gradient(circle at 12px 14px, rgba(35, 139, 154, .16) 0 2.5px, transparent 3px), radial-gradient(circle at 48px 42px, rgba(35, 139, 154, .09) 0 2px, transparent 2.5px); background-size: 88px 70px, 132px 98px; }
.irp-footer-grid { display: grid; grid-template-columns: minmax(260px, 380px) minmax(220px, 1fr) auto; align-items: center; justify-content: space-between; gap: 44px; }
.irp-footer-brand { display: inline-flex; width: min(380px, 100%); }
.irp-footer-brand img { width: 100%; height: auto; }
.irp-footer-contact { justify-self: center; text-align: center; }
.irp-footer-contact strong { display: block; margin-bottom: 10px; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.irp-footer-email { display: inline-flex; align-items: center; gap: 9px; color: var(--irp-teal) !important; font-size: 1rem; font-weight: 850; text-decoration: none; }
.irp-footer-email::before { content: "✉"; color: var(--irp-orange); font-size: 1.05rem; }
.irp-footer-email:hover { color: var(--irp-orange) !important; }
.irp-social { justify-self: end; }
.irp-social > strong { display: block; margin-bottom: 12px; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.irp-social-links { display: flex; gap: 10px; }
.irp-social-link { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; color: #fff; text-decoration: none; font-weight: 900; box-shadow: 0 8px 24px rgba(8, 16, 24, .14); }
.irp-social-link.whatsapp { background: #1fcf65; }
.irp-social-link.facebook { background: #4267a9; }
.irp-social-link.instagram { background: linear-gradient(135deg, #833ab4, #e1306c 52%, #f77737); }
.irp-social-link.linkedin { background: #087daf; font-size: .8rem; }
.irp-footer-bottom { padding: 14px 0; color: #fff; background: var(--irp-teal); font-size: .88rem; }
.irp-footer-bottom .irp-wrap { display: flex; align-items: center; gap: 10px; }

@media (max-width: 960px) {
  .irp-nav-links a:not(.irp-button) { display: none; }
  .irp-hero-grid { min-height: 0; grid-template-columns: 1fr 1fr; gap: 36px; }
  .irp-hero-visual { height: 500px; }
  .irp-details-grid { grid-template-columns: 1fr; gap: 30px; }
  .irp-details-heading { position: static; }
  .irp-language-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
  .admin-bar .irp-site-header { top: 46px; }
}

@media (max-width: 620px) {
  .irp-wrap { width: min(100% - 26px, var(--irp-max)); }
  .irp-nav { min-height: 72px; }
  .irp-brand img { width: 150px; }
  .irp-button-small { min-height: 44px; padding-inline: 16px; }
  .irp-hero { padding: 36px 0 48px; background: linear-gradient(180deg, #fff 0 54%, var(--irp-teal-soft) 54% 100%); }
  .irp-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .irp-back-link { margin-bottom: 26px; }
  .irp-hero-copy h1 { font-size: clamp(2.55rem, 12vw, 3.6rem); }
  .irp-hero-copy > p { font-size: 1rem; }
  .irp-actions { align-items: stretch; gap: 15px; }
  .irp-actions .irp-button { width: 100%; }
  .irp-actions .irp-text-link { text-align: center; }
  .irp-hero-visual { height: 420px; border-width: 6px; border-radius: 25px; }
  .irp-hero-visual::after { inset: 12px; border-radius: 17px; }
  .irp-details { padding: 58px 0; }
  .irp-details-heading h2,
  .irp-section-head h2 { font-size: clamp(2rem, 10vw, 2.75rem); }
  .irp-requirement-card { padding: 25px 22px; border-radius: 18px; }
  .irp-language-band { margin-top: 26px; padding: 25px 21px; border-radius: 18px; }
  .irp-language-heading { display: block; margin-bottom: 20px; }
  .irp-language-heading > p { margin: 12px 0 0; text-align: left; }
  .irp-language-list { grid-template-columns: 1fr; gap: 11px; }
  .irp-language-list li { min-height: 58px; justify-content: flex-start; padding-inline: 20px; text-align: left; }
  .irp-related { padding: 58px 0; }
  .irp-related-grid { grid-template-columns: 1fr; }
  .irp-related-card { min-height: 200px; padding: 25px 22px; }
  .irp-final-cta { padding: 64px 0; }
  .irp-final-cta .irp-button { width: 100%; }
  .irp-footer-main { padding: 36px 0 30px; }
  .irp-footer-grid { grid-template-columns: 1fr; justify-items: center; gap: 26px; text-align: center; }
  .irp-footer-brand { width: min(330px, 100%); }
  .irp-footer-contact { justify-self: center; }
  .irp-social { justify-self: center; }
  .irp-footer-bottom .irp-wrap { justify-content: center; flex-wrap: wrap; gap: 6px 9px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .interpretia-role-page * { scroll-behavior: auto !important; transition: none !important; }
}
