:root {
  --ihrm-navy: #061B4E;
  --ihrm-deep: #020B22;
  --ihrm-blue: #003A8C;
  --ihrm-royal: #0B4FA3;
  --ihrm-crimson: #E3343A;
  --ihrm-red-dark: #B91C2B;
  --ihrm-gold: #D7A84B;
  --ihrm-sky: #EAF4FF;
  --ihrm-soft-blue: #F5F9FF;
  --ihrm-ink: #101828;
  --ihrm-muted: #667085;
  --ihrm-border: #D9E2F2;
  --ihrm-white: #FFFFFF;
  --shadow-soft: 0 18px 44px rgba(3, 16, 54, .12);
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ihrm-ink);
  background: var(--ihrm-white);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--ihrm-blue); }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -120px; z-index: 10000; background: var(--ihrm-crimson); color: #fff; padding: 10px 14px; border-radius: 6px; }
.skip-link:focus { top: 14px; outline: 3px solid #fff; }
.brand-legal sup, .mark { font-size: .52em; line-height: 0; vertical-align: super; margin-left: 1px; font-weight: 700; opacity: .8; }
.topbar { background: #010718; color: rgba(255,255,255,.86); font-size: 14px; }
.topbar-inner { min-height: 42px; display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; }
.topbar a { color: rgba(255,255,255,.9); }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(217,226,242,.9); box-shadow: 0 12px 32px rgba(2,11,34,.06); backdrop-filter: blur(16px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 250px; color: var(--ihrm-navy); font-weight: 850; line-height: 1.1; }
.brand img { width: 62px; height: 62px; object-fit: contain; }
.brand span { max-width: 230px; }
.nav { display: flex; align-items: center; justify-content: center; gap: 4px; }
.nav a { padding: 10px 11px; color: #344054; font-weight: 750; font-size: 14px; border-radius: 999px; }
.nav a:hover, .nav a[aria-current="page"] { background: var(--ihrm-soft-blue); color: var(--ihrm-navy); }
.nav-group { position: relative; }
.nav-group summary { list-style: none; cursor: pointer; padding: 10px 11px; color: #344054; font-weight: 750; font-size: 14px; border-radius: 999px; display: flex; align-items: center; gap: 6px; }
.nav-group summary::-webkit-details-marker { display: none; }
.nav-group summary::after { content: ""; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: .62; }
.nav-group[open] summary, .nav-group.is-active summary, .nav-group summary:hover { background: var(--ihrm-soft-blue); color: var(--ihrm-navy); }
.nav-dropdown { position: absolute; left: 0; top: calc(100% + 10px); min-width: 235px; display: grid; gap: 4px; background: #fff; border: 1px solid var(--ihrm-border); border-radius: 8px; padding: 10px; box-shadow: 0 24px 60px rgba(2,11,34,.16); z-index: 10; }
.nav-dropdown a { border-radius: 8px; padding: 10px 12px; white-space: nowrap; }
.breadcrumb { background: linear-gradient(90deg, rgba(234,244,255,.9), #fff); border-bottom: 1px solid var(--ihrm-border); }
.breadcrumb-inner { min-height: 44px; display: flex; align-items: center; gap: 9px; color: var(--ihrm-muted); font-size: 14px; overflow-x: auto; }
.breadcrumb a { color: var(--ihrm-blue); font-weight: 750; white-space: nowrap; }
.breadcrumb span[aria-current="page"] { color: var(--ihrm-ink); font-weight: 750; white-space: nowrap; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 12px 18px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; line-height: 1.1; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--ihrm-crimson), var(--ihrm-red-dark)); box-shadow: 0 14px 28px rgba(227,52,58,.22); }
.btn-secondary { color: var(--ihrm-navy); background: #fff; border-color: var(--ihrm-border); box-shadow: 0 10px 28px rgba(2,11,34,.08); }
.btn-light { background: #fff; color: var(--ihrm-navy); }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.5); background: transparent; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--ihrm-border); border-radius: 8px; background: #fff; position: relative; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; position: absolute; left: 12px; right: 12px; height: 2px; background: var(--ihrm-navy); border-radius: 999px; transition: transform 180ms ease, opacity 180ms ease, top 180ms ease; }
.menu-toggle span { top: 22px; }
.menu-toggle::before { top: 15px; }
.menu-toggle::after { top: 29px; }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { top: 22px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { top: 22px; transform: rotate(-45deg); }
.hero { position: relative; color: #fff; background: linear-gradient(135deg, var(--ihrm-deep), var(--ihrm-navy) 58%, #092E73); overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto 0 0 0; height: 6px; background: linear-gradient(90deg, var(--ihrm-crimson), var(--ihrm-gold)); }
.hero-grid { min-height: 610px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 44px; align-items: center; padding-block: 76px 86px; }
.hero-copy { max-width: 760px; }
.eyebrow { margin: 0 0 12px; color: var(--ihrm-crimson); text-transform: uppercase; letter-spacing: .08em; font-weight: 850; font-size: 13px; }
.hero .eyebrow { color: #FFD9DB; }
h1, h2, h3 { color: var(--ihrm-navy); line-height: 1.15; margin: 0 0 14px; letter-spacing: 0; }
.hero h1 { color: #fff; font-size: clamp(38px, 5vw, 72px); max-width: 880px; }
.hero h2 { color: #fff; }
.lead { font-size: 19px; max-width: 720px; color: rgba(255,255,255,.86); margin: 0 0 26px; }
.hero-panel { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; padding: 28px; box-shadow: 0 28px 70px rgba(0,0,0,.24); }
.hero-panel img { width: 160px; height: 160px; object-fit: contain; background: #fff; border-radius: 8px; padding: 8px; margin-bottom: 18px; }
.hero-panel p, .hero-panel li { color: rgba(255,255,255,.82); }
.check-list { margin: 18px 0 0; padding-left: 18px; }
.section { padding-block: 82px; }
.band-light { background: var(--ihrm-soft-blue); border-block: 1px solid var(--ihrm-border); }
.section-dark { background: var(--ihrm-navy); color: #fff; }
.section-dark h2, .section-dark h3, .section-dark .eyebrow { color: #fff; }
.section-dark p { color: rgba(255,255,255,.78); }
.section-heading { max-width: 820px; margin-bottom: 30px; }
.section-heading h2 { font-size: clamp(28px, 3.5vw, 46px); }
.section-heading p { color: var(--ihrm-muted); font-size: 17px; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr); gap: 42px; align-items: center; }
.split.reverse { grid-template-columns: minmax(300px, .9fr) minmax(0, 1fr); }
.section-image, .portrait-large, .media-card img { border-radius: 8px; box-shadow: var(--shadow-soft); object-fit: cover; width: 100%; }
.portrait-large { aspect-ratio: 1 / 1; max-width: 440px; }
.feature-grid, .card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.info-card, .profile-card, .media-card, .answer-box, .warning-box, .stat-panel, .leader-preview article, .content-list article { background: #fff; border: 1px solid var(--ihrm-border); border-radius: 8px; padding: 24px; box-shadow: 0 14px 34px rgba(2,11,34,.06); }
.info-card h3, .profile-card h3, .media-card h3 { font-size: 21px; }
.info-card p, .profile-card p, .media-card p, .content-list p { color: var(--ihrm-muted); margin-bottom: 0; }
.answer-box { border-left: 5px solid var(--ihrm-blue); }
.warning-box { border-left: 5px solid var(--ihrm-crimson); }
.stat-panel { display: grid; gap: 8px; align-content: center; min-height: 190px; background: var(--ihrm-navy); color: #fff; }
.stat-panel strong { font-size: 28px; line-height: 1.15; }
.stat-panel span { color: rgba(255,255,255,.78); }
.leader-preview { display: grid; gap: 12px; }
.leader-preview article { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); }
.leader-preview strong { display: block; color: #fff; }
.leader-preview span { color: rgba(255,255,255,.75); }
.profile-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.premium-leader-card { position: relative; padding: 0; overflow: hidden; display: grid; grid-template-rows: auto auto 1fr; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.premium-leader-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 5px; background: linear-gradient(90deg, var(--ihrm-crimson), var(--ihrm-gold), var(--ihrm-blue)); }
.premium-leader-card:hover { transform: translateY(-4px); box-shadow: 0 24px 56px rgba(2,11,34,.14); border-color: rgba(11,79,163,.28); }
.leader-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 20px 20px 8px; }
.leader-badge { display: inline-flex; align-items: center; min-height: 28px; padding: 6px 10px; border-radius: 999px; background: rgba(227,52,58,.1); color: var(--ihrm-red-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.verified-tag { font-size: 12px; color: var(--ihrm-blue); font-weight: 850; background: var(--ihrm-soft-blue); border: 1px solid var(--ihrm-border); border-radius: 999px; padding: 5px 9px; }
.leader-portrait-frame { margin: 8px 20px 0; min-height: 154px; display: grid; place-items: center; background: linear-gradient(135deg, #fff, var(--ihrm-soft-blue)); border: 1px solid var(--ihrm-border); border-radius: 8px; overflow: hidden; }
.leader-portrait-frame img, .leader-portrait-frame .avatar { width: 136px; height: 136px; border-radius: 50%; object-fit: cover; margin: 18px; background: #fff; border: 5px solid #fff; box-shadow: 0 16px 34px rgba(2,11,34,.16); transition: transform 180ms ease; }
.premium-leader-card:hover .leader-portrait-frame img { transform: scale(1.035); }
.leader-card-body { padding: 18px 20px 22px; display: grid; align-content: start; }
.leader-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 12px; }
.leader-meta span { display: inline-flex; align-items: center; border: 1px solid var(--ihrm-border); background: #fff; color: var(--ihrm-navy); border-radius: 999px; padding: 5px 9px; font-size: 12px; font-weight: 800; }
.founder-profile .leader-badge { background: rgba(215,168,75,.16); color: #7A4C06; }
.profile-card img, .avatar { width: 124px; height: 124px; border-radius: 8px; object-fit: cover; margin-bottom: 18px; background: var(--ihrm-soft-blue); border: 1px solid var(--ihrm-border); }
.premium-leader-card .leader-portrait-frame img, .premium-leader-card .leader-portrait-frame .avatar { width: 136px; height: 136px; border-radius: 50%; margin: 18px; border: 5px solid #fff; }
.avatar { display: grid; place-items: center; color: var(--ihrm-navy); font-weight: 900; font-size: 34px; }
.role { color: var(--ihrm-crimson) !important; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; font-size: 12px; }
.region { font-weight: 750; color: var(--ihrm-navy) !important; }
.faq-layout { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: 34px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.quick-answers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 18px; }
.quick-answers article { background: linear-gradient(135deg, #fff, var(--ihrm-soft-blue)); border: 1px solid var(--ihrm-border); border-left: 4px solid var(--ihrm-crimson); border-radius: 8px; padding: 16px; }
.quick-answers h3 { font-size: 16px; margin-bottom: 6px; }
.quick-answers p { margin: 0; color: var(--ihrm-muted); font-size: 14px; line-height: 1.5; }
.faq-item { background: #fff; border: 1px solid var(--ihrm-border); border-radius: 8px; padding: 0; box-shadow: 0 10px 26px rgba(2,11,34,.05); overflow: hidden; }
.faq-item summary { cursor: pointer; font-weight: 850; color: var(--ihrm-navy); display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-indicator { width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--ihrm-border); flex: 0 0 auto; position: relative; background: var(--ihrm-soft-blue); }
.faq-indicator::before, .faq-indicator::after { content: ""; position: absolute; background: var(--ihrm-blue); border-radius: 999px; left: 6px; right: 6px; top: 10px; height: 2px; }
.faq-indicator::after { transform: rotate(90deg); transition: transform 160ms ease; }
.faq-item[open] { border-color: rgba(11,79,163,.35); box-shadow: 0 16px 34px rgba(2,11,34,.08); }
.faq-item[open] .faq-indicator::after { transform: rotate(0deg); }
.faq-answer { border-top: 1px solid var(--ihrm-border); background: linear-gradient(180deg, #fff, rgba(245,249,255,.72)); padding: 0 20px 18px; }
.faq-item p { color: var(--ihrm-muted); margin: 14px 0 0; }
.faq-item a { color: var(--ihrm-blue); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.cta-band { background: linear-gradient(135deg, var(--ihrm-crimson), var(--ihrm-red-dark)); color: #fff; }
.cta-band h2, .cta-band .eyebrow { color: #fff; }
.contact-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr); gap: 34px; align-items: stretch; }
.contact-list { display: grid; gap: 12px; margin-top: 24px; }
.contact-list p { margin: 0; padding: 16px; background: var(--ihrm-soft-blue); border: 1px solid var(--ihrm-border); border-radius: 8px; }
.contact-list strong { display: block; color: var(--ihrm-navy); }
.contact-list a { color: var(--ihrm-blue); font-weight: 800; }
.map-frame { width: 100%; min-height: 430px; border: 0; border-radius: 8px; box-shadow: var(--shadow-soft); background: var(--ihrm-soft-blue); }
.form-panel { background: #fff; border: 1px solid var(--ihrm-border); border-radius: 8px; padding: 24px; box-shadow: var(--shadow-soft); }
.form-panel fieldset { border: 1px solid var(--ihrm-border); border-radius: 8px; padding: 20px; margin: 0 0 18px; }
.form-panel legend { color: var(--ihrm-navy); font-weight: 850; padding-inline: 8px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-panel label { display: grid; gap: 7px; color: var(--ihrm-navy); font-weight: 750; margin-bottom: 14px; }
.form-panel label span, .required { color: var(--ihrm-crimson); }
.form-panel input, .form-panel select, .form-panel textarea { width: 100%; border: 1px solid var(--ihrm-border); border-radius: 8px; padding: 12px 13px; color: var(--ihrm-ink); background: #fff; }
.form-panel input:focus, .form-panel select:focus, .form-panel textarea:focus { outline: 3px solid rgba(11,79,163,.18); border-color: var(--ihrm-blue); }
.checkbox-row, .checkbox-stack { display: grid; gap: 10px; margin-block: 12px 18px; }
.checkbox-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.checkbox-row label, .checkbox-stack label, .consent { display: flex; align-items: flex-start; gap: 10px; color: var(--ihrm-ink); font-weight: 650; }
.checkbox-row input, .checkbox-stack input, .consent input { width: auto; margin-top: 5px; }
.hidden-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.content-list { display: grid; gap: 16px; }
.content-list article h2 { font-size: 25px; }
.media-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.media-card { padding: 0; overflow: hidden; }
.media-card img { border-radius: 0; box-shadow: none; aspect-ratio: 16 / 10; }
.media-card h3, .media-card p { padding-inline: 22px; }
.media-card h3 { padding-top: 20px; }
.media-card p { padding-bottom: 22px; }
.site-footer { background: var(--ihrm-deep); color: #fff; padding: 66px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .85fr 1fr; gap: 32px; }
.site-footer h2 { color: #fff; font-size: 22px; }
.site-footer p { color: rgba(255,255,255,.72); }
.site-footer a { color: rgba(255,255,255,.86); }
.site-footer a:hover { color: #fff; }
.footer-brand-block img { width: 76px; height: 76px; object-fit: contain; background: #fff; border-radius: 8px; padding: 6px; margin-bottom: 14px; }
.footer-links { display: grid; gap: 8px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 34px; padding-top: 18px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: 14px; }
.back-to-top { position: fixed; right: 18px; bottom: 18px; width: 44px; height: 44px; border-radius: 8px; border: 0; background: var(--ihrm-crimson); color: #fff; font-size: 20px; box-shadow: 0 16px 34px rgba(2,11,34,.18); opacity: 0; pointer-events: none; transition: opacity 180ms ease, transform 180ms ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; }
@media (max-width: 1080px) {
  .header-cta { display: none; }
  .nav { position: fixed; inset: 88px 0 auto 0; display: none; grid-template-columns: 1fr; background: #fff; padding: 16px 20px 22px; border-bottom: 1px solid var(--ihrm-border); box-shadow: 0 20px 36px rgba(2,11,34,.12); }
  body.menu-open .nav { display: grid; }
  .nav a { border-radius: 8px; padding: 13px 14px; }
  .nav-group summary { border-radius: 8px; padding: 13px 14px; }
  .nav-dropdown { position: static; min-width: 0; margin: 6px 0 10px; box-shadow: none; background: var(--ihrm-soft-blue); }
  .nav-dropdown a { white-space: normal; }
  .menu-toggle { display: block; }
  .hero-grid, .split, .split.reverse, .contact-grid { grid-template-columns: 1fr; }
  .feature-grid, .card-grid, .profile-grid, .media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq-layout, .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--container)); }
  .topbar-inner { justify-content: center; font-size: 13px; }
  .header-inner { min-height: 78px; }
  .brand { min-width: 0; }
  .brand img { width: 54px; height: 54px; }
  .brand span { max-width: 190px; font-size: 14px; }
  .nav { inset-block-start: 78px; }
  .hero-grid { min-height: auto; padding-block: 54px 64px; gap: 28px; }
  .hero h1 { font-size: 36px; }
  .lead { font-size: 17px; }
  .section { padding-block: 58px; }
  .feature-grid, .card-grid, .profile-grid, .media-grid, .form-grid, .checkbox-row, .quick-answers { grid-template-columns: 1fr; }
  .hero-panel { padding: 22px; }
  .footer-bottom { display: grid; }
}
