:root {
  --talent-bg: #fdfdfd;
  --talent-surface: #e5e7eb;
  --talent-text: #1f2937;
  --talent-primary: #1e3a8a;
  --talent-gold: #d4af37;
  --talent-muted: #4b5563;
  --talent-white: #ffffff;
  --talent-border: rgba(31, 41, 55, 0.12);
  --talent-shadow: 0 24px 60px rgba(30, 58, 138, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--talent-text);
  background: linear-gradient(180deg, #fdfdfd 0%, #f7f8fb 60%, #fdfdfd 100%);
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 18px;
}

.hr-panel-wrap {
  width: min(1160px, 92%);
  margin: 0 auto;
}

.hr-panel-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
  background: rgba(253, 253, 253, 0.88);
  border-bottom: 1px solid var(--talent-border);
}

.hr-panel-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
}

.hr-panel-brand {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hr-panel-brand strong {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0.2px;
  font-size: 1.25rem;
}

.hr-panel-brand span {
  font-size: 0.84rem;
  color: var(--talent-muted);
}

.hr-panel-menu {
  display: flex;
  gap: 18px;
  align-items: center;
}

.hr-panel-menu a {
  font-weight: 500;
  color: #263140;
  padding: 8px 11px;
  border-radius: 10px;
  transition: all 0.25s ease;
}

.hr-panel-menu a:hover,
.hr-panel-menu a[aria-current="page"] {
  color: var(--talent-primary);
  background: rgba(30, 58, 138, 0.08);
}

.hr-panel-burger {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.hr-panel-burger span {
  width: 27px;
  height: 2px;
  background: var(--talent-text);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hr-panel-hero {
  padding: 84px 0 42px;
}

.hr-panel-hero-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: 1.15fr 0.85fr;
}

.hr-panel-glass {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.64);
  box-shadow: var(--talent-shadow);
  border-radius: 26px;
  padding: 28px;
  backdrop-filter: blur(14px);
}

.hr-panel-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--talent-primary);
  font-size: 0.75rem;
  font-weight: 700;
}

h1,
h2,
h3 {
  margin-top: 0;
  color: #10213d;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  margin-bottom: 16px;
}

h2 {
  font-size: clamp(1.62rem, 3vw, 2.4rem);
  margin-bottom: 12px;
}

p {
  margin-top: 0;
  color: #374151;
}

.hr-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.hr-panel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
  transition: all 0.24s ease;
}

.hr-panel-btn-primary {
  background: var(--talent-primary);
  color: var(--talent-white);
}

.hr-panel-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(30, 58, 138, 0.23);
}

.hr-panel-btn-outline {
  border: 1px solid var(--talent-primary);
  color: var(--talent-primary);
}

.hr-panel-btn-outline:hover {
  background: rgba(30, 58, 138, 0.08);
}

.talent-grid-layout {
  display: grid;
  gap: 18px;
}

.talent-grid-services {
  grid-template-columns: repeat(12, 1fr);
}

.executive-card-item {
  background: var(--talent-white);
  border: 1px solid var(--talent-border);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.executive-card-main {
  grid-column: span 6;
}

.executive-card-side {
  grid-column: span 3;
}

.executive-card-item h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.executive-card-fee {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #795b02;
  background: rgba(212, 175, 55, 0.2);
  border: 1px solid rgba(212, 175, 55, 0.5);
  padding: 6px 11px;
  border-radius: 999px;
}

.capital-node-section {
  padding: 62px 0;
}

.capital-node-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.capital-node-card {
  border-radius: 20px;
  padding: 22px;
  border: 1px solid var(--talent-border);
  background: linear-gradient(150deg, #ffffff 0%, #f3f4f6 100%);
  text-align: center;
}

.capital-node-card strong {
  display: block;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  color: var(--talent-primary);
  margin-bottom: 8px;
  font-family: "Playfair Display", Georgia, serif;
}

.hr-panel-section {
  padding: 58px 0;
}

.hr-panel-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.hr-panel-list {
  padding-left: 18px;
  margin: 0;
}

.hr-panel-list li {
  margin-bottom: 9px;
}

.hr-panel-form {
  display: grid;
  gap: 14px;
}

.hr-panel-form label {
  font-weight: 600;
  font-size: 0.92rem;
}

.hr-panel-form input,
.hr-panel-form select,
.hr-panel-form textarea {
  width: 100%;
  border-radius: 11px;
  border: 1px solid #cbd5e1;
  font: inherit;
  padding: 11px 12px;
  background: #fff;
}

.hr-panel-form textarea {
  min-height: 140px;
  resize: vertical;
}

.hr-panel-grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.hr-panel-map iframe {
  width: 100%;
  min-height: 330px;
  border: 0;
  border-radius: 18px;
}

.hr-panel-legal {
  background: #fff;
  border: 1px solid var(--talent-border);
  border-radius: 18px;
  padding: 26px;
  margin-bottom: 18px;
}

.hr-panel-footer {
  margin-top: 62px;
  border-top: 1px solid var(--talent-border);
  background: #f4f6fb;
}

.hr-panel-footer-inner {
  padding: 34px 0;
  display: grid;
  gap: 16px;
}

.hr-panel-footer small {
  color: #4b5563;
}

.hr-panel-footer a {
  color: var(--talent-primary);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .hr-panel-hero-grid,
  .hr-panel-split {
    grid-template-columns: 1fr;
  }

  .talent-grid-services {
    grid-template-columns: repeat(6, 1fr);
  }

  .executive-card-main,
  .executive-card-side {
    grid-column: span 6;
  }
}

@media (max-width: 760px) {
  .hr-panel-burger {
    display: flex;
  }

  .hr-panel-menu {
    position: absolute;
    inset: 81px 4% auto 4%;
    background: rgba(253, 253, 253, 0.97);
    border: 1px solid var(--talent-border);
    border-radius: 16px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.11);
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    pointer-events: none;
    transition: all 0.28s ease;
  }

  .hr-panel-menu.is-open {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }

  .hr-panel-burger.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hr-panel-burger.is-open span:nth-child(2) {
    opacity: 0;
  }

  .hr-panel-burger.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .capital-node-metrics {
    grid-template-columns: 1fr;
  }

  .hr-panel-grid-two {
    grid-template-columns: 1fr;
  }
}
