/*
Theme Name: ROLE Clean
Theme URI: https://role.bg
Author: ROLE International
Description: Lightweight public website theme for ROLE.BG.
Version: 0.1.38
Requires at least: 6.8
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: role-clean
*/

.role-form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.role-error-hero {
  min-height: 62vh;
}

.role-error-content {
  display: grid;
  align-content: center;
  justify-items: start;
  min-height: 480px;
  max-width: 820px;
}

.role-contact-layout.role-contact-layout-single {
  grid-template-columns: 1fr;
}

.role-contact-layout.role-contact-layout-single .role-contact-box {
  width: 100%;
}

:root {
  --role-orange: #ff992e;
  --role-pink: #da1467;
  --role-ink: #171923;
  --role-muted: #5c6370;
  --role-line: #dedde3;
  --role-soft: #f3f1ed;
  --role-warm: #faf7f2;
  --role-white: #ffffff;
  --role-radius: 8px;
  --role-shadow: 0 24px 70px rgba(23, 25, 35, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--role-white);
  color: var(--role-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

body.admin-bar .role-site-header {
  top: 32px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid rgba(218, 20, 103, 0.32);
  outline-offset: 3px;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.wp-site-blocks {
  min-height: 100vh;
}

.wp-block-post-content {
  margin: 0;
}

.role-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.role-site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(236, 236, 241, 0.9);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.role-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 24px;
}

.role-header-inner-gateway {
  justify-content: space-between;
}

.role-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.role-logo-mark {
  width: 132px;
  aspect-ratio: 1123 / 335;
  height: auto;
}

.role-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #2f3541;
}

.role-portal-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.role-nav a {
  border-radius: 999px;
  padding: 10px 13px;
}

.role-nav a:hover,
.role-nav a[aria-current="page"] {
  background: var(--role-soft);
}

.role-login {
  color: #fff !important;
  background: linear-gradient(135deg, var(--role-orange), var(--role-pink)) !important;
  box-shadow: 0 12px 30px rgba(218, 20, 103, 0.18);
}

.role-login-secondary {
  border: 1px solid rgba(218, 20, 103, 0.18);
  color: #9b174f !important;
  background: #fff !important;
}

.role-language-switcher {
  position: relative;
  flex: 0 0 auto;
}

.role-language-current {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid #cfe3d8;
  border-radius: 6px;
  background: #fff;
  padding: 9px 14px;
  color: var(--role-ink);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(23, 25, 35, 0.06);
}

.role-language-current::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
}

.role-language-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 40;
  display: none;
  min-width: 168px;
  border: 1px solid #d8d6dd;
  border-radius: 6px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 20px 45px rgba(23, 25, 35, 0.14);
}

.role-language-switcher.is-open .role-language-menu {
  display: grid;
  gap: 4px;
}

.role-language-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  padding: 10px 8px;
  color: var(--role-ink);
  font-size: 15px;
  font-weight: 800;
}

.role-language-menu a:hover,
.role-language-menu a[aria-current="true"] {
  background: var(--role-soft);
}

.role-language-flag {
  font-size: 16px;
  line-height: 1;
}

.role-menu-toggle {
  display: none;
  border: 1px solid #d8d6dd;
  border-radius: 999px;
  background: #fff;
  color: var(--role-ink);
  font: inherit;
  font-weight: 800;
  padding: 9px 12px;
}

.role-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 64px;
}

.role-hero::before,
.role-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.role-hero::before {
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 153, 46, 0.1), transparent 34%),
    linear-gradient(300deg, rgba(218, 20, 103, 0.08), transparent 42%);
}

.role-hero::after {
  right: -18vw;
  top: -26vw;
  width: 54vw;
  height: 54vw;
  border: 1px solid rgba(218, 20, 103, 0.16);
  border-radius: 50%;
}

.role-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 54px;
}

.role-gateway-hero {
  text-align: center;
}

.role-gateway-hero .role-hero-grid {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 24px;
}

.role-gateway-hero .role-lede,
.role-gateway-hero h1 {
  margin-left: auto;
  margin-right: auto;
}

.role-gateway-hero {
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: center;
  padding: 30px 0;
}

.role-hero.role-gateway-hero h1 {
  max-width: 760px;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.08;
}

.role-hero.role-gateway-hero .role-lede {
  max-width: 700px;
  margin-top: 14px;
  font-size: 17px;
}

.role-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  border: 1px solid rgba(218, 20, 103, 0.18);
  border-radius: 999px;
  background: #fff;
  padding: 7px 12px;
  color: #9b174f;
  font-size: 13px;
  font-weight: 800;
}

.role-kicker::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--role-orange), var(--role-pink));
  content: "";
}

.role-hero-audience {
  display: flex;
  width: max-content;
  margin: 0 0 34px;
  padding: 14px 24px;
  font-size: 16px;
  box-shadow: 0 14px 34px rgba(218, 20, 103, 0.08);
}

.role-hero-audience::before {
  width: 10px;
  height: 10px;
}

.role-hero h1,
.role-page-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
}

.role-page-hero h1 {
  font-size: clamp(42px, 6vw, 76px);
}

.role-employers-hero h1 {
  max-width: 820px;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.04;
}

.role-lede {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--role-muted);
  font-size: clamp(18px, 2vw, 22px);
}

.role-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.role-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid var(--role-line);
  border-radius: 999px;
  background: #fff;
  color: var(--role-ink);
  padding: 13px 20px;
  font-weight: 850;
  line-height: 1.1;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.role-button:hover {
  border-color: rgba(218, 20, 103, 0.25);
  box-shadow: 0 26px 76px rgba(23, 25, 35, 0.14);
  transform: translateY(-1px);
}

.role-button-primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--role-orange), var(--role-pink));
  color: #fff;
}

.role-button-ghost {
  background: rgba(255, 255, 255, 0.78);
}

.role-gateway-panel {
  display: grid;
  width: min(1080px, 100%);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.role-choice-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 430px;
  border: 1px solid var(--role-line);
  border-radius: var(--role-radius);
  background: #fff;
  box-shadow: var(--role-shadow);
  padding: 34px;
  text-align: left;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.role-choice-card::after {
  position: absolute;
  inset: auto 0 0 0;
  height: 8px;
  background: linear-gradient(90deg, var(--role-orange), var(--role-pink));
  content: "";
}

.role-choice-card:hover {
  border-color: rgba(23, 25, 35, 0.18);
  box-shadow: 0 32px 90px rgba(23, 25, 35, 0.18);
  transform: translateY(-2px);
}

.role-choice-card-employers {
  background:
    radial-gradient(circle at 94% 12%, rgba(255, 153, 46, 0.12), transparent 24%),
    linear-gradient(135deg, #fff, #fbfaf7);
}

.role-choice-card-careers {
  background:
    radial-gradient(circle at 94% 12%, rgba(218, 20, 103, 0.1), transparent 24%),
    linear-gradient(135deg, #fff, #fbf9fa);
}

.role-choice-card h2 {
  position: relative;
  z-index: 2;
  max-width: none;
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  letter-spacing: 0;
}

.role-choice-card p {
  position: relative;
  z-index: 2;
  max-width: 39ch;
  margin: 18px 0 0;
  color: var(--role-muted);
  font-size: 18px;
}

.role-choice-card .role-button {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 30px 0 0;
}

.role-choice-meta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}

.role-choice-meta li {
  padding-bottom: 4px;
  border-bottom: 2px solid rgba(218, 20, 103, 0.42);
  color: #222733;
  font-size: 15px;
  font-weight: 850;
}

.role-snapshot {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 164px;
  margin: 20px 0;
  border: 1px solid var(--role-line);
  border-radius: var(--role-radius);
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.role-snapshot-frame {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1280px;
  height: 1300px;
  border: 0;
  pointer-events: none;
  transform: translateX(-50%) scale(0.42);
  transform-origin: top center;
  animation: role-snapshot-live-scroll 11s ease-in-out infinite;
}

.role-snapshot::after {
  position: absolute;
  inset: 0;
  border-radius: var(--role-radius);
  box-shadow: inset 0 0 0 1px rgba(236, 236, 241, 0.8);
  content: "";
  pointer-events: none;
}

@keyframes role-snapshot-live-scroll {
  0%, 18% {
    transform: translateX(-50%) translateY(0) scale(0.42);
  }
  52%, 70% {
    transform: translateX(-50%) translateY(-150px) scale(0.42);
  }
  100% {
    transform: translateX(-50%) translateY(0) scale(0.42);
  }
}

@media (prefers-reduced-motion: reduce) {
  .role-snapshot-frame,
  .role-snapshot-page {
    animation: none;
  }
}

.role-snapshot-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 24px;
  border-bottom: 1px solid var(--role-line);
  background: #fbfaf9;
  padding: 0 9px;
}

.role-snapshot-bar span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d9dce2;
}

.role-snapshot-page {
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  min-height: 310px;
  padding: 18px;
  animation: role-snapshot-scroll 8s ease-in-out infinite;
}

.role-snapshot:hover .role-snapshot-page {
  animation-play-state: paused;
}

.role-snapshot-kicker {
  width: 76px;
  height: 10px;
  border-radius: 999px;
  background: rgba(218, 20, 103, 0.14);
}

.role-snapshot-title {
  width: 76%;
  height: 18px;
  margin-top: 14px;
  border-radius: 999px;
  background: #171923;
}

.role-snapshot-title:nth-child(3) {
  width: 56%;
  margin-top: 8px;
}

.role-snapshot-copy {
  width: 92%;
  height: 8px;
  margin-top: 15px;
  border-radius: 999px;
  background: #d7d9df;
}

.role-snapshot-copy + .role-snapshot-copy {
  width: 72%;
  margin-top: 7px;
}

.role-snapshot-button {
  width: 118px;
  height: 26px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--role-orange), var(--role-pink));
}

.role-snapshot-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 26px;
}

.role-snapshot-panel span {
  display: block;
  height: 52px;
  border: 1px solid var(--role-line);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(255, 153, 46, 0.08), rgba(218, 20, 103, 0.08)),
    #fff;
}

.role-snapshot-list {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.role-snapshot-list span {
  height: 28px;
  border-radius: 7px;
  background: #f2f2f5;
}

@keyframes role-snapshot-scroll {
  0%, 18% {
    transform: translateY(0);
  }
  50%, 68% {
    transform: translateY(-96px);
  }
  100% {
    transform: translateY(0);
  }
}

.role-section {
  padding: 76px 0;
}

.role-section-soft {
  background: var(--role-warm);
}

.role-section-dark {
  background: #171923;
  color: #fff;
}

.role-section-header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.55fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.role-section-header h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
  letter-spacing: 0;
}

.role-section-header p {
  margin: 0;
  color: var(--role-muted);
}

.role-section-dark .role-section-header p,
.role-section-dark .role-muted {
  color: rgba(255, 255, 255, 0.72);
}

.role-grid-2,
.role-grid-3,
.role-grid-4 {
  display: grid;
  gap: 18px;
}

.role-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.role-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.role-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.role-card {
  border: 1px solid #d8d6dd;
  border-radius: var(--role-radius);
  background: #fff;
  padding: 24px;
  box-shadow: 0 12px 38px rgba(23, 25, 35, 0.05);
}

.role-section-dark .role-card {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.role-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.18;
}

.role-card p,
.role-card li {
  color: var(--role-muted);
}

.role-section-dark .role-card p,
.role-section-dark .role-card li {
  color: rgba(255, 255, 255, 0.72);
}

.role-card p:last-child,
.role-card ul:last-child {
  margin-bottom: 0;
}

.role-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 153, 46, 0.14), rgba(218, 20, 103, 0.14));
  color: #bd155d;
}

.role-icon svg {
  width: 23px;
  height: 23px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.role-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 54px;
  align-items: center;
}

.role-visual {
  position: relative;
  min-height: 430px;
  border: 1px solid var(--role-line);
  border-radius: var(--role-radius);
  background: #fff;
  box-shadow: var(--role-shadow);
  padding: 0;
}

.role-visual img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  border-radius: var(--role-radius);
}

.role-visual figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.role-gateway-final-actions {
  display: grid;
  gap: 12px;
}

.role-gateway-final-action {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 122px;
  border: 1px solid var(--role-line);
  border-radius: var(--role-radius);
  background:
    linear-gradient(135deg, rgba(255, 153, 46, 0.11), rgba(218, 20, 103, 0.09)),
    #fff;
  color: var(--role-ink);
  padding: 22px 24px;
  text-decoration: none;
  box-shadow: var(--role-shadow);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.role-gateway-final-action:hover {
  border-color: rgba(218, 20, 103, 0.32);
  box-shadow: 0 24px 60px rgba(23, 25, 35, 0.15);
  transform: translateY(-2px);
}

.role-gateway-final-action strong {
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.12;
}

.role-gateway-final-action span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--role-orange), var(--role-pink));
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.role-gateway-final-section .role-split {
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 46px;
}

.role-gateway-final-section h2 {
  max-width: 460px;
  font-size: clamp(30px, 3.5vw, 42px);
  line-height: 1.06;
}

.role-gateway-final-section .role-lede {
  max-width: 520px;
}

.role-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.role-pill-list li {
  border: 1px solid var(--role-line);
  border-radius: 999px;
  background: #fff;
  padding: 8px 12px;
  color: #333946;
  font-size: 14px;
  font-weight: 750;
}

.role-sector-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(218px, 248px);
  gap: 18px;
  margin: 0;
  padding: 2px 0 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  scrollbar-color: rgba(18, 20, 28, 0.28) transparent;
  list-style: none;
}

.role-sector-carousel {
  position: relative;
  margin-top: 30px;
  padding: 0 54px;
}

.role-sector-slider li {
  display: grid;
  align-items: end;
  justify-items: stretch;
  height: 260px;
  border: 1px solid #d8d6dd;
  border-radius: var(--role-radius);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px;
  box-shadow: 0 14px 34px rgba(23, 25, 35, 0.06);
  scroll-snap-align: start;
  overflow: hidden;
  box-sizing: border-box;
}

.role-sector-slider li:nth-child(1) {
  background-image: url("assets/sector-images/manufacturing-engineering.webp");
}

.role-sector-slider li:nth-child(2) {
  background-image: url("assets/sector-images/technical-service.webp");
}

.role-sector-slider li:nth-child(3) {
  background-image: url("assets/sector-images/construction.webp");
}

.role-sector-slider li:nth-child(4) {
  background-image: url("assets/sector-images/finance-accounting.webp");
}

.role-sector-slider li:nth-child(5) {
  background-image: url("assets/sector-images/sales-business-development.webp");
}

.role-sector-slider li:nth-child(6) {
  background-image: url("assets/sector-images/administration.webp");
}

.role-sector-slider li:nth-child(7) {
  background-image: url("assets/sector-images/customer-support.webp");
}

.role-sector-slider li:nth-child(8) {
  background-image: url("assets/sector-images/operations.webp");
}

.role-sector-slider li:nth-child(9) {
  background-image: url("assets/sector-images/international-positions.webp");
}

.role-sector-slider span {
  display: block;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(23, 25, 35, 0.12);
  backdrop-filter: blur(8px);
  color: #171923;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  box-sizing: border-box;
}

.role-sector-arrow {
  position: absolute;
  top: calc(50% - 14px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #d8d6dd;
  border-radius: 50%;
  background: #fff;
  color: var(--role-ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(23, 25, 35, 0.1);
}

.role-sector-arrow:hover {
  border-color: rgba(218, 20, 103, 0.32);
  color: #9b174f;
}

.role-sector-arrow-left {
  left: 0;
}

.role-sector-arrow-right {
  right: 0;
}

.role-timeline {
  display: grid;
  gap: 12px;
  counter-reset: steps;
}

.role-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  border: 1px solid var(--role-line);
  border-radius: var(--role-radius);
  background: #fff;
  padding: 18px;
}

.role-step::before {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--role-orange), var(--role-pink));
  color: #fff;
  font-weight: 900;
  counter-increment: steps;
  content: counter(steps);
}

.role-step h3 {
  margin: 0 0 6px;
  font-size: 19px;
}

.role-step p {
  margin: 0;
  color: var(--role-muted);
}

.role-resource-list {
  display: grid;
  gap: 10px;
}

.role-resource {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--role-line);
  border-radius: var(--role-radius);
  background: #fff;
  padding: 17px 18px;
  font-weight: 800;
}

.role-resource[aria-disabled="true"] {
  cursor: default;
}

.role-resource span {
  color: var(--role-muted);
  font-size: 14px;
  font-weight: 650;
}

.role-resource-note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.role-resource-page {
  min-height: 72vh;
}

.role-resource-page .role-section-header {
  grid-template-columns: minmax(0, 760px);
  gap: 14px;
  align-items: start;
  justify-content: center;
  margin-bottom: 28px;
  text-align: center;
}

.role-resource-page .role-section-header h1 {
  margin: 0;
}

.role-resource-page .role-section-header p {
  max-width: 720px;
  margin-inline: auto;
}

.role-resource-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: start;
  column-gap: 26px;
  row-gap: 18px;
}

.role-resource-layout > .role-post-list {
  grid-column: 2;
  grid-row: 2;
}

.role-resource-layout > .role-calculator-panel {
  grid-column: 2;
  grid-row: 1;
}

.role-filter-panel {
  position: sticky;
  top: 96px;
  grid-column: 1;
  grid-row: 1 / span 2;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--role-radius);
  background: rgba(255, 255, 255, 0.06);
  padding: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}

.role-filter-panel h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 18px;
}

.role-filter-list {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.role-filter-list button {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  padding: 10px 12px;
  text-align: left;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.role-filter-panel > .role-button {
  margin-top: 6px;
}

.role-filter-list button:hover,
.role-filter-list button.is-active {
  border-color: rgba(255, 153, 46, 0.58);
  background: linear-gradient(135deg, rgba(255, 153, 46, 0.2), rgba(218, 20, 103, 0.18));
  color: #fff;
}

.role-post-list {
  display: grid;
  gap: 16px;
}

.role-calculator-panel {
  display: grid;
  gap: 12px;
  margin-bottom: 0;
}

.role-calculator-panel-header {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: baseline;
  color: #fff;
}

.role-calculator-panel-header h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
}

.role-calculator-panel-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.35;
}

.role-calculator-menu {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.role-calculator-menu button {
  min-height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--role-radius);
  background:
    linear-gradient(160deg, rgba(255, 153, 46, 0.14), rgba(218, 20, 103, 0.12)),
    rgba(255, 255, 255, 0.94);
  color: var(--role-ink);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.18;
  padding: 14px;
  text-align: left;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.role-calculator-menu button:hover,
.role-calculator-menu button.is-active {
  border-color: rgba(255, 153, 46, 0.72);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.role-calculator-stage[hidden],
.role-post-list[hidden] {
  display: none;
}

.role-calculator-card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--role-radius);
  background: rgba(255, 255, 255, 0.97);
  color: var(--role-ink);
  padding: clamp(18px, 2.4vw, 28px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.role-calculator-card-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
}

.role-calculator-card-header h2 {
  margin: 0 0 12px;
  font-size: clamp(27px, 3.4vw, 40px);
  line-height: 1.04;
}

.role-calculator-card-header p {
  margin: 0;
  color: var(--role-muted);
}

.role-calculator-close {
  border: 1px solid rgba(218, 20, 103, 0.24);
  border-radius: 999px;
  background: #fff;
  color: var(--role-pink);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  padding: 10px 14px;
}

.role-calculator-form {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.role-calculator-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.role-calculator-fields label {
  display: grid;
  gap: 8px;
  color: var(--role-muted);
  font-size: 14px;
  font-weight: 750;
}

.role-calculator-field-label {
  display: flex;
  gap: 6px;
  align-items: center;
  min-height: 30px;
}

.role-field-info {
  position: relative;
  display: inline-grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  margin: -8px;
  border-radius: 50%;
  cursor: help;
  outline: none;
}

.role-field-info-icon {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border: 1px solid rgba(218, 20, 103, 0.38);
  border-radius: 50%;
  background: rgba(218, 20, 103, 0.08);
  color: var(--role-pink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.role-field-info:hover .role-field-info-icon,
.role-field-info:focus .role-field-info-icon {
  border-color: var(--role-pink);
  background: var(--role-pink);
  color: #fff;
}

.role-field-tooltip {
  position: absolute;
  z-index: 40;
  top: calc(100% + 4px);
  right: -8px;
  display: grid;
  visibility: hidden;
  width: min(390px, calc(100vw - 48px));
  gap: 8px;
  border: 1px solid var(--role-line);
  border-radius: 8px;
  background: #fff;
  color: var(--role-muted);
  padding: 16px;
  box-shadow: 0 20px 54px rgba(23, 25, 35, 0.2);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
}

.role-calculator-fields input[readonly] {
  background: #f3f1ed;
  color: var(--role-ink);
  font-weight: 850;
}

.role-calculator-input-unit {
  position: relative;
  display: block;
}

.role-calculator-input-unit input {
  padding-right: 48px;
}

.role-calculator-input-unit > span {
  position: absolute;
  top: 50%;
  right: 14px;
  color: var(--role-muted);
  font-size: 13px;
  font-weight: 850;
  pointer-events: none;
  transform: translateY(-50%);
}

.role-readiness-form .role-calculator-fields {
  grid-template-columns: 1fr;
}

.role-readiness-progress {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 16px;
  align-items: center;
  border: 1px solid var(--role-line);
  border-radius: 8px;
  background: var(--role-warm);
  padding: 14px 16px;
}

.role-readiness-progress > span:first-child,
.role-readiness-progress strong {
  color: var(--role-ink);
  font-size: 14px;
  font-weight: 850;
}

.role-readiness-progress-track {
  grid-column: 1 / -1;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(23, 25, 35, 0.1);
}

.role-readiness-progress-track > span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--role-orange), var(--role-pink));
  transition: width 180ms ease;
}

.role-readiness-topics {
  display: grid;
  gap: 12px;
}

.role-readiness-topic {
  overflow: hidden;
  border: 1px solid var(--role-line);
  border-radius: 8px;
  background: #fff;
}

.role-readiness-topic summary {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  list-style: none;
  padding: 16px;
}

.role-readiness-topic summary::-webkit-details-marker {
  display: none;
}

.role-readiness-topic summary > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--role-orange), var(--role-pink));
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.role-readiness-topic summary strong {
  color: var(--role-ink);
  font-size: 16px;
}

.role-readiness-topic summary small {
  color: var(--role-muted);
  font-size: 12px;
  font-weight: 750;
}

.role-readiness-topic[open] summary {
  border-bottom: 1px solid var(--role-line);
  background: var(--role-warm);
}

.role-readiness-topic.is-incomplete {
  border-color: rgba(218, 20, 103, 0.7);
  box-shadow: 0 0 0 3px rgba(218, 20, 103, 0.08);
}

.role-readiness-topic-body {
  display: grid;
  gap: 0;
}

.role-readiness-question {
  display: grid;
  gap: 12px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--role-line);
  padding: 18px;
}

.role-readiness-question:last-child {
  border-bottom: 0;
}

.role-readiness-question legend {
  color: var(--role-ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

.role-readiness-scale {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
}

.role-readiness-scale label {
  display: block;
  color: var(--role-ink);
  cursor: pointer;
}

.role-calculator-fields .role-readiness-scale input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 1px;
  border: 0;
  padding: 0;
  opacity: 0;
}

.role-readiness-scale label > span {
  display: grid;
  min-height: 58px;
  place-items: center;
  gap: 2px;
  border: 1px solid var(--role-line);
  border-radius: 8px;
  background: #fff;
  padding: 7px 5px;
  text-align: center;
  transition: border-color 140ms ease, background 140ms ease, color 140ms ease;
}

.role-readiness-scale b {
  font-size: 15px;
}

.role-readiness-scale small {
  color: var(--role-muted);
  font-size: 10px;
  line-height: 1.2;
}

.role-readiness-scale input:focus-visible + span {
  outline: 3px solid rgba(218, 20, 103, 0.2);
  outline-offset: 2px;
}

.role-readiness-scale input:checked + span {
  border-color: var(--role-pink);
  background: linear-gradient(135deg, rgba(255, 153, 46, 0.12), rgba(218, 20, 103, 0.12));
  color: var(--role-pink);
}

.role-readiness-form-status {
  min-height: 22px;
  margin: 0;
  color: #a30e47;
  font-size: 14px;
  font-weight: 750;
}

.role-field-tooltip strong {
  color: var(--role-ink);
  font-size: 15px;
}

.role-field-tooltip ul {
  display: grid;
  gap: 5px;
  margin: 2px 0 0;
  padding-left: 18px;
}

.role-field-info:hover .role-field-tooltip,
.role-field-info:focus .role-field-tooltip,
.role-field-info:focus-within .role-field-tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.role-calculator-fields input,
.role-calculator-fields select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--role-line);
  border-radius: 8px;
  background: #fff;
  color: var(--role-ink);
  font: inherit;
  padding: 10px 12px;
}

.role-calculator-fields input[type="range"] {
  padding: 0;
}

.role-calculator-fields small {
  color: rgba(80, 86, 106, 0.82);
  font-weight: 800;
}

.role-calculator-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.role-calculator-result {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  border-radius: var(--role-radius);
  background: #171923;
  color: #fff;
  padding: clamp(18px, 3vw, 28px);
}

.role-calculator-result-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.role-calculator-result-head > div {
  display: grid;
  gap: 10px;
}

.role-calculator-result-head .role-button {
  white-space: nowrap;
}

.role-calculator-result:empty {
  display: none;
}

.role-calculator-result p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.role-calculator-result > strong {
  font-size: clamp(34px, 6vw, 60px);
  line-height: 1;
}

.role-calculator-result dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.role-calculator-result dl div {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  padding: 12px;
}

.role-calculator-result dt {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
}

.role-calculator-result dd {
  margin: 6px 0 0;
  font-weight: 850;
}

.role-calculator-next span {
  color: #fff;
  font-weight: 850;
}

.role-readiness-priorities {
  display: grid;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 4px;
}

.role-readiness-priorities h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.role-readiness-priority-list {
  display: grid;
  gap: 8px;
}

.role-readiness-priority {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  padding: 11px 12px;
}

.role-readiness-priority > div {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.role-readiness-priority strong {
  color: #fff;
}

.role-readiness-priority > div span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.role-readiness-priority-info {
  margin: 0;
}

.role-calculator-modal {
  position: fixed;
  z-index: 10020;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: auto;
  background: rgba(18, 19, 27, 0.72);
  padding: 24px;
}

.role-calculator-modal-panel {
  position: relative;
  width: min(100%, 620px);
  border: 1px solid var(--role-line);
  border-radius: var(--role-radius);
  background: #fff;
  color: var(--role-ink);
  padding: clamp(24px, 4vw, 38px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.role-calculator-modal-panel h2 {
  margin: 10px 0;
  font-size: clamp(28px, 4vw, 38px);
}

.role-calculator-modal-panel > p {
  color: var(--role-muted);
}

.role-calculator-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--role-line);
  border-radius: 50%;
  background: #fff;
  color: var(--role-ink);
  cursor: pointer;
  font: inherit;
  font-size: 24px;
}

.role-calculator-lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.role-calculator-lead-form label {
  display: grid;
  gap: 7px;
  color: var(--role-muted);
  font-size: 14px;
  font-weight: 750;
}

.role-calculator-lead-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--role-line);
  border-radius: 8px;
  background: #fff;
  color: var(--role-ink);
  font: inherit;
  padding: 10px 12px;
}

.role-calculator-lead-form .role-calculator-lead-wide,
.role-calculator-lead-form .role-calculator-lead-consent,
.role-calculator-lead-form .role-calculator-lead-status {
  grid-column: 1 / -1;
}

.role-calculator-lead-consent {
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: start;
}

.role-calculator-lead-consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.role-calculator-lead-status {
  min-height: 22px;
  margin: 0;
  color: var(--role-muted);
}

.role-calculator-lead-status.is-error {
  color: #a30e47;
}

.role-calculator-lead-status.is-success {
  color: #18794e;
}

.role-post-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--role-radius);
  background: rgba(255, 255, 255, 0.965);
  color: var(--role-ink);
  padding: 22px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}

.role-post-card[hidden] {
  display: none;
}

.role-post-card h2 {
  margin: 10px 0;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.08;
}

.role-post-card p {
  margin: 0;
  color: var(--role-muted);
}

.role-post-card .role-resource-badge {
  border-color: rgba(255, 153, 46, 0.42);
  background: linear-gradient(135deg, rgba(255, 153, 46, 0.12), rgba(218, 20, 103, 0.1));
  color: var(--role-ink);
}

.role-resource-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 16px;
  border: 1px solid rgba(218, 20, 103, 0.24);
  border-radius: 999px;
  background: #fff;
  color: var(--role-pink);
  font-size: 14px;
  font-weight: 850;
  padding: 8px 13px;
  text-decoration: none;
}

.role-resource-inline {
  min-height: 30px;
  margin: 0;
  border-color: transparent;
  background: linear-gradient(135deg, var(--role-orange), var(--role-pink));
  color: #fff;
  padding: 6px 11px;
}

.role-resource-download[aria-disabled="true"] {
  cursor: default;
}

.role-post-meta,
.role-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.role-post-meta span,
.role-post-tags span {
  border: 1px solid rgba(218, 20, 103, 0.2);
  border-radius: 999px;
  background: #fff;
  color: var(--role-muted);
  font-size: 13px;
  font-weight: 800;
  padding: 6px 10px;
}

.role-post-meta span:first-child {
  border-color: rgba(255, 153, 46, 0.34);
  color: var(--role-pink);
}

.role-post-tags {
  margin-top: 16px;
}

.role-faq-section {
  border-top: 1px solid rgba(222, 221, 227, 0.75);
}

.role-faq-header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 30px;
}

.role-faq-header h2,
.role-faq-header p {
  margin: 0;
}

.role-faq-header p {
  color: var(--role-muted);
}

.role-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.role-faq-item {
  align-self: start;
  border: 1px solid var(--role-line);
  border-radius: var(--role-radius);
  background: #fff;
  box-shadow: 0 14px 38px rgba(23, 25, 35, 0.06);
}

.role-faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 20px 58px 20px 22px;
  cursor: pointer;
  list-style: none;
  font-weight: 850;
  line-height: 1.35;
}

.role-faq-item summary::-webkit-details-marker {
  display: none;
}

.role-faq-item summary::after {
  position: absolute;
  right: 22px;
  content: "+";
  color: var(--role-pink);
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

.role-faq-item[open] summary::after {
  content: "−";
}

.role-faq-item[open] summary {
  border-bottom: 1px solid var(--role-line);
}

.role-faq-answer {
  padding: 18px 22px 22px;
  color: var(--role-muted);
}

.role-faq-answer p {
  margin: 0;
}

.role-contact-box {
  border: 1px solid var(--role-line);
  border-radius: var(--role-radius);
  background: #fff;
  padding: 28px;
  box-shadow: var(--role-shadow);
}

.role-contact-section-header {
  max-width: 820px;
  margin-bottom: 32px;
}

.role-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 20px;
  align-items: stretch;
}

.role-contact-lead-card {
  border: 1px solid var(--role-line);
  border-radius: var(--role-radius);
  background: #fff;
  padding: 28px;
  box-shadow: var(--role-shadow);
}

.role-contact-lead-card h3 {
  margin: 0 0 10px;
  font-size: clamp(26px, 3vw, 38px);
}

.role-contact-lead-card > p {
  margin: 0 0 22px;
  color: var(--role-muted);
}

.role-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 14px;
}

.role-contact-form label {
  display: grid;
  gap: 7px;
  color: var(--role-muted);
  font-size: 14px;
  font-weight: 850;
}

.role-contact-form input {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--role-line);
  border-radius: 8px;
  background: #fff;
  padding: 10px 12px;
  color: var(--role-ink);
  font: inherit;
}

.role-contact-form input:focus {
  border-color: var(--role-pink);
  outline: 3px solid rgba(218, 20, 103, 0.12);
}

.role-contact-form .role-contact-form-wide,
.role-contact-form-status,
.role-contact-form-note {
  grid-column: 1 / -1;
}

.role-contact-form-note {
  margin: -2px 0 0;
  color: var(--role-muted);
  font-size: 13px;
}

.role-contact-form-note a {
  color: var(--role-pink);
}

.role-contact-form-status {
  min-height: 22px;
  margin: 0;
  color: var(--role-muted);
  font-size: 14px;
  font-weight: 800;
}

.role-contact-form-status.is-success {
  color: #18733b;
}

.role-contact-form-status.is-error {
  color: #a61b1b;
}

.role-contact-links {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.role-calendar {
  margin: 18px 0 0;
}

.role-calendar-popup {
  display: inline-flex;
}

.role-calendar .role-calendar-popup {
  width: 100%;
}

.role-calendar .calendar-scheduling-button,
.role-calendar-popup .calendar-scheduling-button {
  width: 100%;
  min-height: 50px;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--role-orange), var(--role-pink)) !important;
  font: inherit !important;
  font-weight: 850 !important;
}

.role-footer {
  background: #181818;
  padding: 56px 0;
  color: #fff;
  font-size: 14px;
}

.role-footer-inner {
  display: grid;
  grid-template-columns: 1.1fr 1.35fr 1.3fr 1fr 1fr;
  align-items: start;
  gap: 42px;
}

.role-footer a {
  color: #fff;
  font-weight: 800;
}

.role-footer-logo {
  width: 160px;
  aspect-ratio: 1123 / 335;
  height: auto;
  max-width: 100%;
  margin: 6px auto 0;
}

.role-footer h2,
.role-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}

.role-footer p {
  margin: 0 0 10px;
  color: #fff;
  line-height: 1.5;
}

.role-footer small {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 800;
}

.role-footer-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.role-footer-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #fff;
  font-weight: 750;
}

.role-footer-socials {
  display: flex;
  gap: 12px;
}

.role-footer-socials a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #fff;
  color: #181818;
  font-weight: 900;
}

.role-generated-note {
  border-left: 3px solid var(--role-pink);
  background: #fff;
  padding: 18px 20px;
  color: var(--role-muted);
}

.role-post-card h2 a {
  color: inherit;
  text-decoration: none;
}

.role-post-card h2 a:hover {
  text-decoration: underline;
  text-decoration-color: rgba(255, 51, 112, 0.42);
  text-underline-offset: 6px;
}

.role-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  color: var(--role-muted);
  font-size: 14px;
  font-weight: 750;
}

.role-breadcrumbs a {
  color: var(--role-muted);
}

.role-breadcrumbs span:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #b7bbc2;
}

.role-article-page {
  background:
    radial-gradient(circle at 85% 12%, rgba(255, 51, 112, 0.12), transparent 34%),
    linear-gradient(180deg, #fff, #f7f5f2 72%, #fff);
}

.role-article-shell {
  width: min(100% - 40px, 920px);
  margin: 0 auto;
}

.role-article-card {
  border: 1px solid var(--role-line);
  border-radius: var(--role-radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--role-shadow-soft);
  padding: clamp(26px, 5vw, 58px);
}

.role-article-card h1 {
  margin: 0 0 18px;
  max-width: 820px;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 0.98;
}

.role-article-card h2 {
  margin: 34px 0 12px;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.08;
}

.role-article-card h3 {
  margin: 24px 0 8px;
  font-size: 20px;
}

.role-article-card p,
.role-article-card li {
  color: var(--role-muted);
  font-size: 18px;
  line-height: 1.75;
}

.role-article-card table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0;
  overflow: hidden;
  border-radius: 8px;
}

.role-article-card th,
.role-article-card td {
  border: 1px solid var(--role-line);
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.role-article-card th {
  background: var(--role-warm);
  color: var(--role-charcoal);
}

.role-article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 0;
}

.role-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--role-line);
}

.role-related-links a {
  color: var(--role-charcoal);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(255, 51, 112, 0.36);
  text-underline-offset: 5px;
}

.role-cookie-banner {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.role-cookie-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  width: min(980px, 100%);
  border: 1px solid rgba(23, 25, 35, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 70px rgba(23, 25, 35, 0.2);
  padding: 20px;
  pointer-events: auto;
}

.role-cookie-copy h2 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.12;
}

.role-cookie-copy p {
  margin: 0;
  color: var(--role-muted);
  font-size: 14px;
  line-height: 1.55;
}

.role-cookie-copy .role-kicker {
  margin-bottom: 5px;
  font-size: 11px;
}

.role-cookie-options {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--role-line);
  border-radius: 8px;
  background: var(--role-warm);
}

.role-cookie-options[hidden] {
  display: none;
}

.role-cookie-options label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  border: 1px solid var(--role-line);
  border-radius: 999px;
  background: #fff;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 800;
}

.role-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: start;
  gap: 10px;
  min-width: 360px;
}

.role-cookie-actions .role-button {
  min-height: 44px;
  padding: 12px 16px;
  font-size: 13px;
}

.role-button-ghost {
  border-color: transparent;
  background: transparent;
  color: var(--role-muted);
  box-shadow: none;
}

.role-footer-privacy-button {
  display: inline;
  margin: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: 800;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
}

.role-resource-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  background: rgba(23, 25, 35, 0.52);
  padding: 20px;
}

.role-resource-modal-panel {
  position: relative;
  width: min(100%, 520px);
  border: 1px solid var(--role-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(23, 25, 35, 0.26);
  padding: clamp(24px, 5vw, 38px);
}

.role-resource-modal-panel h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 5vw, 40px);
  line-height: 1.04;
}

.role-resource-modal-panel p {
  color: var(--role-muted);
}

.role-resource-modal-panel form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.role-resource-modal-panel label {
  display: grid;
  gap: 7px;
  color: var(--role-muted);
  font-size: 14px;
  font-weight: 750;
}

.role-resource-modal-panel input[type="email"] {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--role-line);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--role-ink);
  font: inherit;
}

.role-resource-consent {
  grid-template-columns: 18px 1fr;
  align-items: start;
}

.role-resource-consent input {
  margin-top: 5px;
}

.role-resource-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--role-line);
  border-radius: 999px;
  background: #fff;
  color: var(--role-ink);
  font-size: 22px;
  cursor: pointer;
}

.role-privacy-page .role-article-shell {
  width: min(100% - 40px, 1040px);
}

.role-privacy-hero {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}

.role-privacy-hero h1 {
  margin-bottom: 0;
}

.role-privacy-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.role-privacy-summary article {
  border: 1px solid var(--role-line);
  border-radius: 8px;
  background: var(--role-warm);
  padding: 18px;
}

.role-privacy-summary h2 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.2;
}

.role-privacy-summary p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.role-privacy-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 32px;
  padding: 14px;
  border: 1px solid var(--role-line);
  border-radius: 8px;
  background: #fff;
}

.role-privacy-toc a {
  border: 1px solid var(--role-line);
  border-radius: 999px;
  background: #fff;
  padding: 8px 12px;
  color: var(--role-ink);
  font-size: 14px;
  font-weight: 850;
}

.role-privacy-section {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--role-line);
}

.role-privacy-section:first-of-type {
  border-top: 0;
}

.role-privacy-callout {
  border-left: 4px solid var(--role-pink);
  border-radius: 8px;
  background: var(--role-warm);
  padding: 18px 20px;
}

.role-privacy-list {
  display: grid;
  gap: 10px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.role-privacy-list li {
  border: 1px solid var(--role-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  padding: 12px 14px;
}

.role-privacy-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.role-privacy-contact-grid article {
  border: 1px solid var(--role-line);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.role-privacy-contact-grid h3 {
  margin-top: 0;
}

.role-privacy-updated {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid var(--role-line);
  border-radius: 999px;
  background: #fff;
  padding: 8px 12px;
  color: var(--role-muted);
  font-size: 14px;
  font-weight: 800;
}

.role-privacy-page table {
  display: block;
  overflow-x: auto;
  max-width: 100%;
}

.role-privacy-page th,
.role-privacy-page td {
  min-width: 180px;
}

@media (max-width: 920px) {
  body.admin-bar .role-site-header {
    top: 46px;
  }

  .role-header-inner {
    min-height: 68px;
  }

  .role-menu-toggle {
    display: inline-flex;
  }

  .role-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--role-line);
    border-radius: var(--role-radius);
    background: #fff;
    box-shadow: var(--role-shadow);
    padding: 10px;
  }

  .role-nav.is-open {
    display: flex;
  }

  .role-nav a {
    border-radius: 6px;
  }

  .role-sector-carousel {
    padding: 0 44px;
  }

  .role-sector-slider {
    grid-auto-columns: minmax(210px, 76vw);
  }

  .role-sector-slider li {
    height: 230px;
  }

  .role-language-switcher {
    width: 100%;
  }

  .role-language-current {
    justify-content: space-between;
    width: 100%;
  }

  .role-language-menu {
    position: static;
    margin-top: 6px;
    box-shadow: none;
  }

  .role-portal-links {
    flex-direction: column;
    align-items: stretch;
  }

  .role-hero-grid,
  .role-gateway-panel,
  .role-section-header,
  .role-faq-header,
  .role-faq-list,
  .role-split,
  .role-contact-layout,
  .role-grid-2,
  .role-grid-3,
  .role-grid-4 {
    grid-template-columns: 1fr;
  }

  .role-resource-layout {
    grid-template-columns: 1fr;
  }

  .role-resource-layout > .role-calculator-panel,
  .role-resource-layout > .role-post-list {
    grid-column: auto;
    grid-row: auto;
  }

  .role-filter-panel {
    position: static;
    grid-column: auto;
    grid-row: auto;
  }

  .role-filter-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .role-calculator-menu,
  .role-calculator-fields,
  .role-calculator-result dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .role-calculator-card-header {
    grid-template-columns: 1fr;
  }

  .role-calculator-result-head {
    grid-template-columns: 1fr;
  }

  .role-calculator-result-head .role-button {
    justify-self: start;
  }

  .role-calculator-close {
    justify-self: start;
  }

  .role-hero {
    padding-top: 58px;
  }

  .role-gateway-hero {
    min-height: auto;
    padding: 48px 0;
  }

  .role-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .role-cookie-panel {
    grid-template-columns: 1fr;
  }

  .role-cookie-actions {
    min-width: 0;
    justify-content: stretch;
  }

  .role-cookie-actions .role-button {
    flex: 1 1 180px;
  }
}

@media (max-width: 560px) {
  .role-shell {
    width: min(100% - 28px, 1180px);
  }

  .role-logo-mark {
    width: 112px;
  }

  .role-hero h1,
  .role-page-hero h1 {
    font-size: 42px;
  }

  .role-choice-card,
  .role-card,
  .role-contact-box,
  .role-contact-lead-card {
    padding: 20px;
  }

  .role-contact-form {
    grid-template-columns: 1fr;
  }

  .role-contact-form .role-contact-form-wide,
  .role-contact-form-status,
  .role-contact-form-note {
    grid-column: auto;
  }

  .role-gateway-final-action {
    min-height: 104px;
    padding: 20px;
  }

  .role-button {
    width: 100%;
  }

  .role-filter-list button {
    min-height: 44px;
    text-align: center;
  }

  .role-calculator-menu,
  .role-calculator-fields,
  .role-calculator-result dl,
  .role-calculator-lead-form {
    grid-template-columns: 1fr;
  }

  .role-calculator-menu button {
    min-height: 86px;
  }

  .role-choice-card .role-button {
    width: 100%;
  }

  .role-footer-inner {
    grid-template-columns: 1fr;
  }

  .role-cookie-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .role-cookie-panel {
    max-height: calc(100vh - 24px);
    overflow: auto;
    padding: 16px;
  }

  .role-cookie-copy h2 {
    font-size: 21px;
  }

  .role-cookie-options,
  .role-cookie-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .role-cookie-actions .role-button {
    width: 100%;
  }

  .role-privacy-summary,
  .role-privacy-contact-grid {
    grid-template-columns: 1fr;
  }

  .role-privacy-toc {
    display: grid;
  }
}
