/*
Theme Name: hrleadersclub_complete_v2 (WPConvert)
Theme URI: https://wpconvert.ai
Author: WPConvert.ai
Author URI: https://wpconvert.ai
Description: This theme was automatically generated from your original site design using WPConvert.ai. It preserves your layout, colors, typography, header, footer, and page content, and makes it editable in WordPress.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpconvert
Tags: landing page, responsive, custom header, custom footer
*/

/* External Stylesheets - @import statements MUST come before any CSS rules */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600&display=swap');

/* CSS Variables */
:root {
}

/* Inline Styles */

/* Extracted CSS from page */

/* WPConvert fix: content must be visible on first paint */
.fade-up {
  opacity: 1 !important;
  transform: none !important;
}
.fade-up.visible {
  opacity: 1;
  transform: none;
}

:root {
  --teal: #0d6e6e;
  --teal-dark: #094f4f;
  --teal-mid: #0d9090;
  --teal-light: #e6f4f4;
  --teal-pale: #f0f9f9;
  --charcoal: #111820;
  --charcoal-mid: #1e2a35;
  --text: #2c3440;
  --text-muted: #637080;
  --gold: #c4952a;
  --gold-light: #fdf6e3;
  --white: #ffffff;
  --off-white: #f8fafa;
  --border: #e2e8ec;
  --border-dark: #c8d4da;
  --font-head: 'Manrope', sans-serif;
  --font-body: 'Inter', sans-serif;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 14px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.14);
  --nav-h: 72px;
  --max-w: 1180px;
  --section-v: clamp(72px, 10vh, 120px);
}
*,
::before,
::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: var(--teal);
  text-decoration: none;
}
a:hover {
  color: var(--teal-dark);
}
button {
  cursor: pointer;
  font-family: inherit;
}
ul {
  list-style: none;
}
.container {
  max-width: var(--max-w);
  margin: 0px auto;
  padding: 0px clamp(20px, 5vw, 60px);
}
.section {
  padding: var(--section-v) 0;
}
.section--dark {
  background: var(--charcoal);
  color: var(--white);
}
.section--grey {
  background: var(--off-white);
}
.section--teal-pale {
  background: var(--teal-pale);
}
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-head);
  line-height: 1.15;
  font-weight: 800;
  color: var(--charcoal);
}
h1 {
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: -0.02em;
}
h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  letter-spacing: -0.02em;
}
h3 {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
}
h4 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0px;
}
.eyebrow {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--teal);
  flex-shrink: 0;
}
.section--dark .eyebrow {
  color: rgba(178, 220, 220, 0.8);
}
.section--dark .eyebrow::before {
  background: rgba(178, 220, 220, 0.8);
}
.section--dark h2,
.section--dark h3 {
  color: var(--white);
}
.lead {
  font-size: clamp(16px, 1.5vw, 20px);
  color: var(--text-muted);
  max-width: 600px;
  line-height: 1.65;
}
.section--dark .lead {
  color: rgba(255, 255, 255, 0.6);
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  transition: 0.2s;
  white-space: nowrap;
  text-decoration: none;
}
.btn-primary {
  background: var(--teal);
  color: var(--white);
  box-shadow: rgba(13, 110, 110, 0.3) 0px 2px 12px;
}
.btn-primary:hover {
  background: var(--teal-dark);
  color: var(--white);
  box-shadow: rgba(13, 110, 110, 0.4) 0px 4px 20px;
  transform: translateY(-1px);
}
.btn-outline {
  background: transparent;
  color: var(--teal);
  border: 1.5px solid var(--teal);
}
.btn-outline:hover {
  background: var(--teal);
  color: var(--white);
}
.btn-ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgb(255, 255, 255);
}
.btn-gold {
  background: var(--gold);
  color: var(--white);
  box-shadow: rgba(196, 149, 42, 0.3) 0px 2px 12px;
}
.btn-gold:hover {
  background: rgb(168, 125, 34);
  color: rgb(255, 255, 255);
}
#nav {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: var(--nav-h);
  z-index: 900;
  transition:
    background 0.3s,
    box-shadow 0.3s;
}
#nav.scrolled {
  background: rgba(17, 24, 32, 0.97);
  backdrop-filter: blur(12px);
  box-shadow: rgba(255, 255, 255, 0.06) 0px 1px 0px;
}
.nav-inner {
  max-width: var(--max-w);
  margin: 0px auto;
  padding: 0px clamp(20px, 5vw, 60px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 800;
  color: var(--white);
  text-decoration: none;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-logo-mark {
  width: 32px;
  height: 32px;
  background: var(--teal);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: white;
  flex-shrink: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
}
.nav-links a {
  font-family: var(--font-head);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition:
    color 0.2s,
    background 0.2s;
}
.nav-links a:hover,
.nav-links a.active {
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.07);
}
.nav-cta {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--teal);
  padding: 10px 22px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.2s;
  margin-left: 8px;
}
.nav-cta:hover {
  background: var(--teal-dark);
  color: rgb(255, 255, 255);
  transform: translateY(-1px);
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  padding: 4px;
  cursor: pointer;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  transition: 0.3s;
}
#mobile-nav {
  display: none;
  position: fixed;
  top: var(--nav-h);
  left: 0px;
  right: 0px;
  background: rgba(17, 24, 32, 0.98);
  backdrop-filter: blur(16px);
  z-index: 899;
  padding: 20px;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#mobile-nav.open {
  display: flex;
}
#mobile-nav a {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: 0.15s;
}
#mobile-nav a:hover {
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.07);
}
#mobile-nav .nav-cta {
  margin: 12px 0px 0px;
  text-align: center;
  display: block;
  padding: 14px;
}
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--charcoal);
}
.hero canvas {
  position: absolute;
  inset: 0px;
  z-index: 1;
}
.hero-overlay {
  position: absolute;
  inset: 0px;
  z-index: 2;
  background:
    radial-gradient(
      60% 50% at 70% 35%,
      rgba(13, 110, 110, 0.15) 0%,
      transparent 70%
    ),
    radial-gradient(
      30% 40% at 15% 75%,
      rgba(13, 110, 110, 0.08) 0%,
      transparent 60%
    );
}
.hero-content {
  position: relative;
  z-index: 10;
  max-width: var(--max-w);
  margin: 0px auto;
  padding: calc(var(--nav-h) + 40px) clamp(20px, 5vw, 60px) 80px;
  width: 100%;
}
.hero h1 {
  color: var(--white);
  max-width: 680px;
  margin-bottom: 24px;
}
.hero h1 em {
  font-style: normal;
  color: rgb(13, 144, 144);
  -webkit-text-stroke: 0px;
  text-decoration: none;
}
.hero .lead {
  color: rgba(255, 255, 255, 0.55);
  max-width: 480px;
  margin-bottom: 40px;
}
.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.hero-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 560px;
}
.hero-stat-val {
  font-family: var(--font-head);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.02em;
  line-height: 1;
}
.hero-stat-val span {
  color: var(--teal-mid);
}
.hero-stat-label {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 4px;
}
.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition:
    box-shadow 0.25s,
    transform 0.25s,
    border-color 0.25s;
}
.card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
  border-color: var(--teal-mid);
}
.card--dark {
  background: var(--charcoal-mid);
  border-color: rgba(255, 255, 255, 0.07);
  color: var(--white);
}
.card--dark:hover {
  border-color: rgba(13, 110, 110, 0.5);
}
.card-icon {
  width: 44px;
  height: 44px;
  background: var(--teal-light);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 20px;
}
.card--dark .card-icon {
  background: rgba(13, 110, 110, 0.25);
}
.card h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.card p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0px;
}
.card--dark p {
  color: rgba(255, 255, 255, 0.55);
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.event-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition:
    box-shadow 0.25s,
    transform 0.25s;
  display: flex;
  flex-direction: column;
}
.event-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}
.event-card-accent {
  height: 4px;
  background: linear-gradient(90deg, var(--teal) 0%, var(--teal-mid) 100%);
}
.event-card-body {
  padding: 24px;
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
}
.event-card-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.event-tag {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  background: var(--teal-light);
  color: var(--teal-dark);
}
.event-tag.gold {
  background: var(--gold-light);
  color: var(--gold);
}
.event-date {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 5px;
}
.event-location {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 5px;
}
.event-card h3 {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.event-card p {
  font-size: 13.5px;
  color: var(--text-muted);
  flex: 1 1 0%;
  margin-bottom: 20px;
}
.event-card .btn {
  align-self: flex-start;
  margin-top: auto;
}
.vault-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition:
    box-shadow 0.25s,
    transform 0.25s,
    border-color 0.25s;
  position: relative;
  overflow: hidden;
}
.vault-card::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 3px;
  background: linear-gradient(90deg, var(--teal) 0%, var(--teal-mid) 100%);
}
.vault-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
  border-color: var(--teal-mid);
}
.vault-card-type {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  display: flex;
  align-items: center;
  gap: 6px;
}
.vault-card-type::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--teal);
  border-radius: 50%;
}
.vault-card h3 {
  font-size: 16px;
  line-height: 1.35;
  margin: 0px;
}
.vault-card p {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0px;
  flex: 1 1 0%;
}
.vault-card .lock-badge {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 600;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
}
.insight-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    box-shadow 0.25s,
    transform 0.25s;
}
.insight-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}
.insight-card-img {
  height: 160px;
  background: linear-gradient(
    135deg,
    var(--charcoal) 0%,
    var(--charcoal-mid) 100%
  );
  position: relative;
  overflow: hidden;
}
.insight-card-img canvas {
  position: absolute;
  inset: 0px;
}
.insight-card-body {
  padding: 22px;
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
}
.insight-cat {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 10px;
}
.insight-card h3 {
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 10px;
}
.insight-card p {
  font-size: 13px;
  color: var(--text-muted);
  flex: 1 1 0%;
  margin-bottom: 18px;
}
.insight-meta {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}
.insight-meta span {
  opacity: 0.4;
}
.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(32px, 5vh, 56px);
  flex-wrap: wrap;
}
.section-header-left {
  flex: 1 1 0%;
  min-width: 260px;
}
.form-group {
  margin-bottom: 18px;
}
label {
  display: block;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 7px;
}
input[type='text'],
input[type='email'],
input[type='tel'],
textarea,
select {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text);
  background: var(--white);
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  outline: none;
  appearance: none;
}
input:focus,
textarea:focus,
select:focus {
  border-color: var(--teal);
  box-shadow: rgba(13, 110, 110, 0.1) 0px 0px 0px 3px;
}
textarea {
  resize: vertical;
  min-height: 120px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 6px;
}
.checkbox-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  cursor: pointer;
}
.checkbox-item input {
  width: auto;
}
.partner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.partner-slot {
  background: var(--white);
  padding: 32px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  transition: background 0.2s;
}
.partner-slot:hover {
  background: var(--teal-pale);
}
.partner-placeholder {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--border-dark);
  text-align: center;
}
.callout-banner {
  background: var(--teal);
  border-radius: var(--radius-lg);
  padding: clamp(36px, 5vw, 60px) clamp(28px, 5vw, 56px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.callout-banner::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 240px;
  height: 240px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}
.callout-banner h2 {
  color: var(--white);
  max-width: 520px;
  font-size: clamp(22px, 3vw, 34px);
}
.callout-banner p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 480px;
  font-size: 16px;
}
.callout-banner .btn-white {
  background: var(--white);
  color: var(--teal-dark);
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
  transition: 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.callout-banner .btn-white:hover {
  background: var(--teal-dark);
  color: rgb(255, 255, 255);
}
footer {
  background: var(--charcoal);
  color: rgba(255, 255, 255, 0.6);
  padding: clamp(56px, 8vh, 80px) 0px 0px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
  gap: 48px;
  margin-bottom: 56px;
}
.footer-brand h3 {
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 14px;
}
.footer-brand p {
  font-size: 14px;
  line-height: 1.65;
  max-width: 300px;
  margin-bottom: 24px;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  text-decoration: none;
  transition: 0.2s;
}
.footer-social a:hover {
  background: var(--teal);
  color: rgb(255, 255, 255);
}
.footer-col h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 18px;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.footer-col ul a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.15s;
}
.footer-col ul a:hover {
  color: var(--white);
}
.footer-newsletter h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 18px;
}
.footer-newsletter p {
  font-size: 13px;
  margin-bottom: 14px;
}
.footer-newsletter-form {
  display: flex;
  gap: 0px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.footer-newsletter-form input {
  flex: 1 1 0%;
  background: rgba(255, 255, 255, 0.06);
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  border-radius: 0px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  padding: 12px 14px;
}
.footer-newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer-newsletter-form input:focus {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.09);
}
.footer-newsletter-form button {
  background: var(--teal);
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  color: rgb(255, 255, 255);
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 18px;
  cursor: pointer;
  transition: background 0.2s;
}
.footer-newsletter-form button:hover {
  background: var(--teal-dark);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
.footer-bottom a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.footer-bottom a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer-bottom-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.page-hero {
  background: var(--charcoal);
  padding: calc(var(--nav-h) + 60px) 0 72px;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0px;
  background: radial-gradient(
    60% 80% at 80% 50%,
    rgba(13, 110, 110, 0.12) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.page-hero .container {
  position: relative;
  z-index: 2;
}
.page-hero h1 {
  color: var(--white);
  margin-bottom: 16px;
}
.page-hero .lead {
  color: rgba(255, 255, 255, 0.55);
}
.fade-up {
  opacity: 1;
  transform: none;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-up.animate-ready {
  opacity: 1;
  transform: translateY(16px);
}
.fade-up.animate-ready.visible {
  transform: none;
}
.fade-up.delay-1 {
  transition-delay: 0.1s;
}
.fade-up.delay-2 {
  transition-delay: 0.2s;
}
.fade-up.delay-3 {
  transition-delay: 0.3s;
}
.text-teal {
  color: var(--teal);
}
.text-gold {
  color: var(--gold);
}
.text-muted {
  color: var(--text-muted);
}
.text-white {
  color: var(--white);
}
.text-center {
  text-align: center;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mt-auto {
  margin-top: auto;
}
.gap-12 {
  gap: 12px;
}
.w-full {
  width: 100%;
}
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0px;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay.open {
  display: flex;
}
.modal {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px;
  max-width: 520px;
  width: 100%;
  position: relative;
  box-shadow: var(--shadow-lg);
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--off-white);
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: 0.15s;
}
.modal-close:hover {
  background: var(--border);
}
.modal h3 {
  margin-bottom: 6px;
}
.modal .modal-sub {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 24px;
}
.success-msg {
  display: none;
  text-align: center;
  padding: 32px 16px;
}
.success-msg.show {
  display: block;
}
.success-icon {
  font-size: 40px;
  margin-bottom: 12px;
}
.success-msg h3 {
  color: var(--teal);
  margin-bottom: 8px;
}
.success-msg p {
  color: var(--text-muted);
  font-size: 14px;
}
@media (max-width: 1024px) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  :root {
    --nav-h: 60px;
  }
  .nav-links,
  .nav-cta {
    display: none;
  }
  .nav-hamburger {
    display: flex;
  }
  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .checkbox-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .callout-banner {
    flex-direction: column;
    text-align: center;
  }
  .callout-banner .btn-white {
    width: 100%;
    justify-content: center;
  }
  .hero-stats {
    gap: 24px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .hero-cta {
    flex-direction: column;
  }
  .hero-cta .btn {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 900px) {
  .join-layout,
  .about-layout {
    grid-template-columns: 1fr !important;
  }
}
.nav-login {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 9px 18px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  margin-right: 8px;
  transition: 0.2s;
}
.nav-login:hover {
  color: rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.07);
}

.fade-up {
  opacity: 1 !important;
  transform: none !important;
}
.fade-up.visible {
  opacity: 1;
  transform: none;
}

/* From members/member.css */
/* ═══════════════════════════════════════════════════════════════
   HR LEADERS CLUB — Member Area Design System
   Extends the public site palette with member-specific components
═══════════════════════════════════════════════════════════════ */

:root {
  /* Brand */
  --teal: #0d6e6e;
  --teal-dark: #094f4f;
  --teal-mid: #0d9090;
  --teal-light: #e6f4f4;
  --teal-pale: #f0f9f9;
  --gold: #c4952a;
  --gold-light: #fdf6e3;

  /* Surfaces */
  --hero: #111820;
  --hero-mid: #1e2a35;
  --hero-card: #243040;
  --white: #ffffff;
  --off-white: #f7fafa;
  --border: #e2e8ec;
  --border-dark: #c8d4da;

  /* Text */
  --text: #2c3440;
  --text-muted: #637080;
  --text-light: #94a3b0;

  /* Sidebar */
  --sidebar-w: 240px;
  --sidebar-bg: #0e1520;
  --sidebar-hover: rgba(255, 255, 255, 0.06);
  --sidebar-active: rgba(13, 110, 110, 0.18);

  /* Status */
  --green: #1a7a4a;
  --green-light: #e8f5ee;
  --amber: #b86e00;
  --amber-light: #fdf0dc;
  --red: #b03a2e;
  --red-light: #fdecea;

  --font-head: 'Manrope', sans-serif;
  --font-body: 'Inter', sans-serif;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.07);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.09);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.13);
  --nav-h: 64px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--text);
  background: var(--off-white);
  -webkit-font-smoothing: antialiased;
}
a {
  color: var(--teal);
  text-decoration: none;
}
a:hover {
  color: var(--teal-dark);
}
button {
  cursor: pointer;
  font-family: inherit;
}
img {
  display: block;
  max-width: 100%;
}

/* ── Top nav bar ─────────────────────────────────────────────── */
.top-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--nav-h);
  background: rgba(14, 21, 32, 0.97);
  backdrop-filter: blur(12px);
  z-index: 200;
  display: flex;
  align-items: center;
  padding: 0 24px;
  gap: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.top-nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  margin-right: auto;
}
.logo-mark {
  width: 30px;
  height: 30px;
  background: var(--teal);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}
.top-nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
}
.top-nav-links a {
  font-family: var(--font-head);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  padding: 7px 14px;
  border-radius: var(--radius-sm);
  transition:
    color 0.15s,
    background 0.15s;
}
.top-nav-links a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}
.top-nav-links a.active {
  color: #fff;
  background: rgba(13, 110, 110, 0.25);
}

.member-badge {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: 16px;
  padding: 6px 14px 6px 8px;
  background: rgba(13, 110, 110, 0.2);
  border: 1px solid rgba(13, 110, 110, 0.35);
  border-radius: 40px;
  cursor: pointer;
  transition: background 0.2s;
}
.member-badge:hover {
  background: rgba(13, 110, 110, 0.3);
}
.member-avatar {
  width: 28px;
  height: 28px;
  background: var(--teal);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.member-badge-name {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

/* ── Layout shell ─────────────────────────────────────────────── */
.member-shell {
  display: flex;
  padding-top: var(--nav-h);
  min-height: 100vh;
}

/* ── Sidebar ─────────────────────────────────────────────────── */
.sidebar {
  width: var(--sidebar-w);
  min-width: var(--sidebar-w);
  background: var(--sidebar-bg);
  min-height: calc(100vh - var(--nav-h));
  position: sticky;
  top: var(--nav-h);
  height: calc(100vh - var(--nav-h));
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 24px 0 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar-section-label {
  font-family: var(--font-head);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
  padding: 16px 20px 6px;
}

.sidebar-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 20px;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: all 0.15s;
}
.sidebar-link:hover {
  color: rgba(255, 255, 255, 0.9);
  background: var(--sidebar-hover);
}
.sidebar-link.active {
  color: #fff;
  background: var(--sidebar-active);
  border-left-color: var(--teal-mid);
}
.sidebar-icon {
  width: 16px;
  height: 16px;
  opacity: 0.55;
  flex-shrink: 0;
}
.sidebar-link.active .sidebar-icon,
.sidebar-link:hover .sidebar-icon {
  opacity: 1;
}

.sidebar-badge {
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 10px;
  background: var(--teal);
  color: #fff;
}

.sidebar-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  margin: 12px 20px;
}

.sidebar-footer {
  margin-top: auto;
  padding: 0 20px;
}
.sidebar-footer a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.35);
  padding: 8px 0;
  transition: color 0.15s;
}
.sidebar-footer a:hover {
  color: rgba(255, 255, 255, 0.65);
}

/* ── Main content area ───────────────────────────────────────── */
.main-content {
  flex: 1;
  min-width: 0;
  padding: 32px 40px 64px;
}

/* ── Page header ─────────────────────────────────────────────── */
.page-header {
  margin-bottom: 32px;
}
.page-eyebrow {
  font-family: var(--font-head);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-eyebrow::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: var(--teal);
}
.page-title {
  font-family: var(--font-head);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  color: var(--hero);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.page-subtitle {
  font-size: 15px;
  color: var(--text-muted);
  margin-top: 8px;
  max-width: 580px;
}

/* ── Cards ───────────────────────────────────────────────────── */
.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition:
    box-shadow 0.2s,
    transform 0.2s,
    border-color 0.2s;
}
.card:hover {
  box-shadow: var(--shadow-md);
}
.card-sm {
  padding: 18px 20px;
  border-radius: var(--radius-md);
}

/* ── Stat cards ──────────────────────────────────────────────── */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}
.stat-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 20px 22px;
  position: relative;
  overflow: hidden;
}
.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--teal-mid));
}
.stat-value {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 800;
  color: var(--hero);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 4px;
}
.stat-value span {
  color: var(--teal);
}
.stat-label {
  font-family: var(--font-head);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-light);
}

/* ── Buttons ─────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 11px 22px;
  border-radius: var(--radius-sm);
  border: none;
  transition: all 0.18s;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.btn-primary {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 2px 10px rgba(13, 110, 110, 0.28);
}
.btn-primary:hover {
  background: var(--teal-dark);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(13, 110, 110, 0.35);
}
.btn-outline {
  background: transparent;
  color: var(--teal);
  border: 1.5px solid var(--teal);
}
.btn-outline:hover {
  background: var(--teal);
  color: #fff;
}
.btn-ghost {
  background: var(--teal-light);
  color: var(--teal-dark);
  border: none;
}
.btn-ghost:hover {
  background: var(--teal-mid);
  color: #fff;
}
.btn-gold {
  background: var(--gold);
  color: #fff;
  box-shadow: 0 2px 10px rgba(196, 149, 42, 0.28);
}
.btn-gold:hover {
  background: #a87d22;
  color: #fff;
}
.btn-sm {
  padding: 8px 16px;
  font-size: 11px;
}
.btn-lg {
  padding: 14px 28px;
  font-size: 13px;
}

/* ── Tags / badges ───────────────────────────────────────────── */
.tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
}
.tag-teal {
  background: var(--teal-light);
  color: var(--teal-dark);
}
.tag-gold {
  background: var(--gold-light);
  color: var(--gold);
}
.tag-green {
  background: var(--green-light);
  color: var(--green);
}
.tag-amber {
  background: var(--amber-light);
  color: var(--amber);
}
.tag-red {
  background: var(--red-light);
  color: var(--red);
}
.tag-grey {
  background: #f0f2f4;
  color: var(--text-muted);
}

/* ── Vault download card ─────────────────────────────────────── */
.vault-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    box-shadow 0.2s,
    transform 0.2s,
    border-color 0.2s;
  position: relative;
}
.vault-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--teal-mid));
}
.vault-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
  border-color: var(--teal-mid);
}
.vault-card.featured {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px var(--gold);
}
.vault-card.featured::before {
  background: linear-gradient(90deg, var(--gold), #e5b040);
}
.vault-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vault-card-type {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  display: flex;
  align-items: center;
  gap: 6px;
}
.vault-card-type::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--teal);
  border-radius: 50%;
  flex-shrink: 0;
}
.vault-card.featured .vault-card-type {
  color: var(--gold);
}
.vault-card.featured .vault-card-type::before {
  background: var(--gold);
}
.vault-card-title {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  color: var(--hero);
  line-height: 1.35;
}
.vault-card-desc {
  font-size: 13px;
  color: var(--text-muted);
  flex: 1;
  line-height: 1.55;
}
.vault-card-footer {
  padding: 14px 20px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--off-white);
  gap: 10px;
  flex-wrap: wrap;
}
.vault-card-meta {
  font-size: 11px;
  color: var(--text-light);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}
.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  background: var(--teal);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.18s;
  text-decoration: none;
}
.download-btn:hover {
  background: var(--teal-dark);
  color: #fff;
  transform: translateY(-1px);
}
.vault-card.featured .download-btn {
  background: var(--gold);
}
.vault-card.featured .download-btn:hover {
  background: #a87d22;
}

/* ── Grid layouts ─────────────────────────────────────────────── */
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

/* ── Section header ──────────────────────────────────────────── */
.section-hdr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.section-hdr h2 {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 800;
  color: var(--hero);
  letter-spacing: -0.01em;
}
.section-hdr p {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 3px;
}

/* ── Category filter pills ───────────────────────────────────── */
.filter-bar {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.filter-pill {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 40px;
  border: 1.5px solid var(--border);
  background: var(--white);
  color: var(--text-muted);
  cursor: pointer;
  transition: all 0.15s;
}
.filter-pill:hover {
  border-color: var(--teal);
  color: var(--teal);
}
.filter-pill.active {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}

/* ── Event cards ─────────────────────────────────────────────── */
.event-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition:
    box-shadow 0.2s,
    border-color 0.2s;
}
.event-item:hover {
  box-shadow: var(--shadow-sm);
  border-color: var(--teal-mid);
}
.event-date-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: var(--teal-light);
  border-radius: var(--radius-md);
  flex-shrink: 0;
  text-align: center;
}
.event-date-month {
  font-family: var(--font-head);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
}
.event-date-day {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 800;
  color: var(--teal-dark);
  line-height: 1;
}
.event-body {
  flex: 1;
  min-width: 0;
}
.event-title {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  color: var(--hero);
  margin-bottom: 4px;
}
.event-meta {
  font-size: 12px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* ── Welcome banner ──────────────────────────────────────────── */
.welcome-banner {
  background: linear-gradient(135deg, var(--hero) 0%, var(--hero-mid) 100%);
  border-radius: var(--radius-lg);
  padding: 32px 36px;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.welcome-banner::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(13, 110, 110, 0.3) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}
.welcome-banner::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 160px;
  width: 140px;
  height: 140px;
  background: radial-gradient(
    circle,
    rgba(13, 110, 110, 0.15) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}
.welcome-text {
  position: relative;
  z-index: 1;
}
.welcome-greeting {
  font-family: var(--font-head);
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.welcome-greeting span {
  color: var(--teal-mid);
}
.welcome-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  max-width: 480px;
}
.welcome-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

/* ── Progress indicator ──────────────────────────────────────── */
.progress-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 18px 20px;
}
.progress-label {
  font-family: var(--font-head);
  font-size: 11.5px;
  font-weight: 700;
  color: var(--text-muted);
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.progress-bar-outer {
  height: 6px;
  background: var(--teal-light);
  border-radius: 3px;
  overflow: hidden;
}
.progress-bar-inner {
  height: 100%;
  background: linear-gradient(90deg, var(--teal), var(--teal-mid));
  border-radius: 3px;
  transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── Divider ─────────────────────────────────────────────────── */
.divider {
  height: 1px;
  background: var(--border);
  margin: 28px 0;
}

/* ── Utility ─────────────────────────────────────────────────── */
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.gap-8 {
  gap: 8px;
}
.gap-12 {
  gap: 12px;
}
.gap-16 {
  gap: 16px;
}
.mt-auto {
  margin-top: auto;
}
.text-sm {
  font-size: 13px;
}
.text-xs {
  font-size: 11.5px;
}
.text-muted {
  color: var(--text-muted);
}
.font-bold {
  font-family: var(--font-head);
  font-weight: 700;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-32 {
  margin-bottom: 32px;
}

/* ── Scroll animations ───────────────────────────────────────── */
.fade-up {
  opacity: 1;
  transform: none;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-up.visible {
  opacity: 1;
  transform: none;
}
.fade-up.d1 {
  transition-delay: 0.08s;
}
.fade-up.d2 {
  transition-delay: 0.16s;
}
.fade-up.d3 {
  transition-delay: 0.24s;
}
.fade-up.d4 {
  transition-delay: 0.32s;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .stats-row,
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  :root {
    --sidebar-w: 0px;
  }
  .sidebar {
    display: none;
  }
  .main-content {
    padding: 20px 16px 48px;
  }
  .stats-row,
  .grid-4,
  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .welcome-banner {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-nav-links {
    display: none;
  }
}

/* From style.css */
/* ═══════════════════════════════════════════════════════
   HR LEADERS CLUB — Design System
   Palette: Charcoal / Teal / White / Gold
   Fonts: Manrope (headings) + Inter (body)
═══════════════════════════════════════════════════════ */

:root {
  --teal: #0d6e6e;
  --teal-dark: #094f4f;
  --teal-mid: #0d9090;
  --teal-light: #e6f4f4;
  --teal-pale: #f0f9f9;
  --charcoal: #111820;
  --charcoal-mid: #1e2a35;
  --text: #2c3440;
  --text-muted: #637080;
  --gold: #c4952a;
  --gold-light: #fdf6e3;
  --white: #ffffff;
  --off-white: #f8fafa;
  --border: #e2e8ec;
  --border-dark: #c8d4da;

  --font-head: 'Manrope', sans-serif;
  --font-body: 'Inter', sans-serif;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 14px;

  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.14);

  --nav-h: 72px;
  --max-w: 1180px;
  --section-v: clamp(72px, 10vh, 120px);
}

/* ── Reset ── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: var(--teal);
  text-decoration: none;
}
a:hover {
  color: var(--teal-dark);
}
button {
  cursor: pointer;
  font-family: inherit;
}
ul {
  list-style: none;
}

/* ── Layout ── */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
}
.section {
  padding: var(--section-v) 0;
}
.section--dark {
  background: var(--charcoal);
  color: var(--white);
}
.section--grey {
  background: var(--off-white);
}
.section--teal-pale {
  background: var(--teal-pale);
}

/* ── Typography ── */
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-head);
  line-height: 1.15;
  font-weight: 800;
  color: var(--charcoal);
}
h1 {
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: -0.02em;
}
h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  letter-spacing: -0.02em;
}
h3 {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
}
h4 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

.eyebrow {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--teal);
  flex-shrink: 0;
}
.section--dark .eyebrow {
  color: rgba(178, 220, 220, 0.8);
}
.section--dark .eyebrow::before {
  background: rgba(178, 220, 220, 0.8);
}
.section--dark h2,
.section--dark h3 {
  color: var(--white);
}

.lead {
  font-size: clamp(16px, 1.5vw, 20px);
  color: var(--text-muted);
  max-width: 600px;
  line-height: 1.65;
}
.section--dark .lead {
  color: rgba(255, 255, 255, 0.6);
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  border: none;
  transition: all 0.2s;
  white-space: nowrap;
  text-decoration: none;
}
.btn-primary {
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 2px 12px rgba(13, 110, 110, 0.3);
}
.btn-primary:hover {
  background: var(--teal-dark);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(13, 110, 110, 0.4);
  transform: translateY(-1px);
}
.btn-outline {
  background: transparent;
  color: var(--teal);
  border: 1.5px solid var(--teal);
}
.btn-outline:hover {
  background: var(--teal);
  color: var(--white);
}
.btn-ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.btn-gold {
  background: var(--gold);
  color: var(--white);
  box-shadow: 0 2px 12px rgba(196, 149, 42, 0.3);
}
.btn-gold:hover {
  background: #a87d22;
  color: #fff;
}

/* ── Navigation ── */
#nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--nav-h);
  z-index: 900;
  transition:
    background 0.3s,
    box-shadow 0.3s;
}
#nav.scrolled {
  background: rgba(17, 24, 32, 0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}
.nav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 800;
  color: var(--white);
  text-decoration: none;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-logo-mark {
  width: 32px;
  height: 32px;
  background: var(--teal);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: white;
  flex-shrink: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
}
.nav-links a {
  font-family: var(--font-head);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition:
    color 0.2s,
    background 0.2s;
}
.nav-links a:hover,
.nav-links a.active {
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.07);
}
.nav-cta {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--teal);
  padding: 10px 22px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.2s;
  margin-left: 8px;
}
.nav-cta:hover {
  background: var(--teal-dark);
  color: #fff;
  transform: translateY(-1px);
}

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  transition: all 0.3s;
}

/* Mobile nav */
#mobile-nav {
  display: none;
  position: fixed;
  top: var(--nav-h);
  left: 0;
  right: 0;
  background: rgba(17, 24, 32, 0.98);
  backdrop-filter: blur(16px);
  z-index: 899;
  padding: 20px;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#mobile-nav.open {
  display: flex;
}
#mobile-nav a {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: all 0.15s;
}
#mobile-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}
#mobile-nav .nav-cta {
  margin: 12px 0 0;
  text-align: center;
  display: block;
  padding: 14px;
  margin-left: 0;
}

/* ── Hero ── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--charcoal);
}
.hero canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(
      ellipse 60% 50% at 70% 35%,
      rgba(13, 110, 110, 0.15) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 30% 40% at 15% 75%,
      rgba(13, 110, 110, 0.08) 0%,
      transparent 60%
    );
}
.hero-content {
  position: relative;
  z-index: 10;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: calc(var(--nav-h) + 40px) clamp(20px, 5vw, 60px) 80px;
  width: 100%;
}
.hero h1 {
  color: var(--white);
  max-width: 680px;
  margin-bottom: 24px;
}
.hero h1 em {
  font-style: normal;
  color: #0d9090;
  -webkit-text-stroke: 0;
  text-stroke: 0;
  text-decoration: none;
}
.hero .lead {
  color: rgba(255, 255, 255, 0.55);
  max-width: 480px;
  margin-bottom: 40px;
}
.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.hero-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 560px;
}
.hero-stat-val {
  font-family: var(--font-head);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.02em;
  line-height: 1;
}
.hero-stat-val span {
  color: var(--teal-mid);
}
.hero-stat-label {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 4px;
}

/* ── Cards ── */
.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition:
    box-shadow 0.25s,
    transform 0.25s,
    border-color 0.25s;
}
.card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
  border-color: var(--teal-mid);
}
.card--dark {
  background: var(--charcoal-mid);
  border-color: rgba(255, 255, 255, 0.07);
  color: var(--white);
}
.card--dark:hover {
  border-color: rgba(13, 110, 110, 0.5);
}
.card-icon {
  width: 44px;
  height: 44px;
  background: var(--teal-light);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 20px;
}
.card--dark .card-icon {
  background: rgba(13, 110, 110, 0.25);
}
.card h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.card p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}
.card--dark p {
  color: rgba(255, 255, 255, 0.55);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* ── Event cards ── */
.event-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition:
    box-shadow 0.25s,
    transform 0.25s;
  display: flex;
  flex-direction: column;
}
.event-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}
.event-card-accent {
  height: 4px;
  background: linear-gradient(90deg, var(--teal) 0%, var(--teal-mid) 100%);
}
.event-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.event-card-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.event-tag {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  background: var(--teal-light);
  color: var(--teal-dark);
}
.event-tag.gold {
  background: var(--gold-light);
  color: var(--gold);
}
.event-date {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 5px;
}
.event-location {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 5px;
}
.event-card h3 {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.event-card p {
  font-size: 13.5px;
  color: var(--text-muted);
  flex: 1;
  margin-bottom: 20px;
}
.event-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

/* ── Vault cards ── */
.vault-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition:
    box-shadow 0.25s,
    transform 0.25s,
    border-color 0.25s;
  position: relative;
  overflow: hidden;
}
.vault-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--teal) 0%, var(--teal-mid) 100%);
}
.vault-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
  border-color: var(--teal-mid);
}
.vault-card-type {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  display: flex;
  align-items: center;
  gap: 6px;
}
.vault-card-type::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--teal);
  border-radius: 50%;
}
.vault-card h3 {
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
}
.vault-card p {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
  flex: 1;
}
.vault-card .lock-badge {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 600;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
}

/* ── Insight cards ── */
.insight-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    box-shadow 0.25s,
    transform 0.25s;
}
.insight-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}
.insight-card-img {
  height: 160px;
  background: linear-gradient(
    135deg,
    var(--charcoal) 0%,
    var(--charcoal-mid) 100%
  );
  position: relative;
  overflow: hidden;
}
.insight-card-img canvas {
  position: absolute;
  inset: 0;
}
.insight-card-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.insight-cat {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 10px;
}
.insight-card h3 {
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 10px;
}
.insight-card p {
  font-size: 13px;
  color: var(--text-muted);
  flex: 1;
  margin-bottom: 18px;
}
.insight-meta {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}
.insight-meta span {
  opacity: 0.4;
}

/* ── Section header ── */
.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(32px, 5vh, 56px);
  flex-wrap: wrap;
}
.section-header-left {
  flex: 1;
  min-width: 260px;
}

/* ── Forms ── */
.form-group {
  margin-bottom: 18px;
}
label {
  display: block;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 7px;
}
input[type='text'],
input[type='email'],
input[type='tel'],
textarea,
select {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text);
  background: var(--white);
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  outline: none;
  appearance: none;
}
input:focus,
textarea:focus,
select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(13, 110, 110, 0.1);
}
textarea {
  resize: vertical;
  min-height: 120px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 6px;
}
.checkbox-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  cursor: pointer;
}
.checkbox-item input {
  width: auto;
}

/* ── Partner logos ── */
.partner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.partner-slot {
  background: var(--white);
  padding: 32px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  transition: background 0.2s;
}
.partner-slot:hover {
  background: var(--teal-pale);
}
.partner-placeholder {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--border-dark);
  text-align: center;
}

/* ── Callout banner ── */
.callout-banner {
  background: var(--teal);
  border-radius: var(--radius-lg);
  padding: clamp(36px, 5vw, 60px) clamp(28px, 5vw, 56px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.callout-banner::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 240px;
  height: 240px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}
.callout-banner h2 {
  color: var(--white);
  max-width: 520px;
  font-size: clamp(22px, 3vw, 34px);
}
.callout-banner p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 480px;
  font-size: 16px;
}
.callout-banner .btn-white {
  background: var(--white);
  color: var(--teal-dark);
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.callout-banner .btn-white:hover {
  background: var(--teal-dark);
  color: #fff;
}

/* ── Footer ── */
footer {
  background: var(--charcoal);
  color: rgba(255, 255, 255, 0.6);
  padding: clamp(56px, 8vh, 80px) 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
  gap: 48px;
  margin-bottom: 56px;
}
.footer-brand h3 {
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 14px;
}
.footer-brand p {
  font-size: 14px;
  line-height: 1.65;
  max-width: 300px;
  margin-bottom: 24px;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
}
.footer-social a:hover {
  background: var(--teal);
  color: #fff;
}
.footer-col h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 18px;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.footer-col ul a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.15s;
}
.footer-col ul a:hover {
  color: var(--white);
}
.footer-newsletter h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 18px;
}
.footer-newsletter p {
  font-size: 13px;
  margin-bottom: 14px;
}
.footer-newsletter-form {
  display: flex;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.footer-newsletter-form input {
  flex: 1;
  background: rgba(255, 255, 255, 0.06);
  border: none;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  padding: 12px 14px;
}
.footer-newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer-newsletter-form input:focus {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.09);
}
.footer-newsletter-form button {
  background: var(--teal);
  border: none;
  color: #fff;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 18px;
  cursor: pointer;
  transition: background 0.2s;
}
.footer-newsletter-form button:hover {
  background: var(--teal-dark);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
.footer-bottom a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.footer-bottom a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer-bottom-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* ── Page hero (inner pages) ── */
.page-hero {
  background: var(--charcoal);
  padding: calc(var(--nav-h) + 60px) 0 72px;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 60% 80% at 80% 50%,
    rgba(13, 110, 110, 0.12) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.page-hero .container {
  position: relative;
  z-index: 2;
}
.page-hero h1 {
  color: var(--white);
  margin-bottom: 16px;
}
.page-hero .lead {
  color: rgba(255, 255, 255, 0.55);
}

/* ── Scroll animations ── */
.fade-up {
  opacity: 1;
  transform: none;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-up.animate-ready {
  opacity: 1;
  transform: translateY(16px);
}
.fade-up.animate-ready.visible {
  transform: none;
}
.fade-up.delay-1 {
  transition-delay: 0.1s;
}
.fade-up.delay-2 {
  transition-delay: 0.2s;
}
.fade-up.delay-3 {
  transition-delay: 0.3s;
}

/* ── Utility ── */
.text-teal {
  color: var(--teal);
}
.text-gold {
  color: var(--gold);
}
.text-muted {
  color: var(--text-muted);
}
.text-white {
  color: var(--white);
}
.text-center {
  text-align: center;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mt-auto {
  margin-top: auto;
}
.gap-12 {
  gap: 12px;
}
.w-full {
  width: 100%;
}

/* ── Modal overlay ── */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay.open {
  display: flex;
}
.modal {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px;
  max-width: 520px;
  width: 100%;
  position: relative;
  box-shadow: var(--shadow-lg);
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--off-white);
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all 0.15s;
}
.modal-close:hover {
  background: var(--border);
}
.modal h3 {
  margin-bottom: 6px;
}
.modal .modal-sub {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 24px;
}
.success-msg {
  display: none;
  text-align: center;
  padding: 32px 16px;
}
.success-msg.show {
  display: block;
}
.success-icon {
  font-size: 40px;
  margin-bottom: 12px;
}
.success-msg h3 {
  color: var(--teal);
  margin-bottom: 8px;
}
.success-msg p {
  color: var(--text-muted);
  font-size: 14px;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  :root {
    --nav-h: 60px;
  }
  .nav-links,
  .nav-cta {
    display: none;
  }
  .nav-hamburger {
    display: flex;
  }
  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .checkbox-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .callout-banner {
    flex-direction: column;
    text-align: center;
  }
  .callout-banner .btn-white {
    width: 100%;
    justify-content: center;
  }
  .hero-stats {
    gap: 24px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .hero-cta {
    flex-direction: column;
  }
  .hero-cta .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .join-layout,
  .about-layout {
    grid-template-columns: 1fr !important;
  }
}

/* Login button */
.nav-login {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 9px 18px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  margin-right: 8px;
  transition: all 0.2s;
}
.nav-login:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.07);
}

/* Source extracted CSS */

/* From members/member.css */
/* ═══════════════════════════════════════════════════════════════
   HR LEADERS CLUB — Member Area Design System
   Extends the public site palette with member-specific components
═══════════════════════════════════════════════════════════════ */

:root {
  /* Brand */
  --teal: #0d6e6e;
  --teal-dark: #094f4f;
  --teal-mid: #0d9090;
  --teal-light: #e6f4f4;
  --teal-pale: #f0f9f9;
  --gold: #c4952a;
  --gold-light: #fdf6e3;

  /* Surfaces */
  --hero: #111820;
  --hero-mid: #1e2a35;
  --hero-card: #243040;
  --white: #ffffff;
  --off-white: #f7fafa;
  --border: #e2e8ec;
  --border-dark: #c8d4da;

  /* Text */
  --text: #2c3440;
  --text-muted: #637080;
  --text-light: #94a3b0;

  /* Sidebar */
  --sidebar-w: 240px;
  --sidebar-bg: #0e1520;
  --sidebar-hover: rgba(255, 255, 255, 0.06);
  --sidebar-active: rgba(13, 110, 110, 0.18);

  /* Status */
  --green: #1a7a4a;
  --green-light: #e8f5ee;
  --amber: #b86e00;
  --amber-light: #fdf0dc;
  --red: #b03a2e;
  --red-light: #fdecea;

  --font-head: 'Manrope', sans-serif;
  --font-body: 'Inter', sans-serif;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.07);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.09);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.13);
  --nav-h: 64px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--text);
  background: var(--off-white);
  -webkit-font-smoothing: antialiased;
}
a {
  color: var(--teal);
  text-decoration: none;
}
a:hover {
  color: var(--teal-dark);
}
button {
  cursor: pointer;
  font-family: inherit;
}
img {
  display: block;
  max-width: 100%;
}

/* ── Top nav bar ─────────────────────────────────────────────── */
.top-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--nav-h);
  background: rgba(14, 21, 32, 0.97);
  backdrop-filter: blur(12px);
  z-index: 200;
  display: flex;
  align-items: center;
  padding: 0 24px;
  gap: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.top-nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  margin-right: auto;
}
.logo-mark {
  width: 30px;
  height: 30px;
  background: var(--teal);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}
.top-nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
}
.top-nav-links a {
  font-family: var(--font-head);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  padding: 7px 14px;
  border-radius: var(--radius-sm);
  transition:
    color 0.15s,
    background 0.15s;
}
.top-nav-links a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}
.top-nav-links a.active {
  color: #fff;
  background: rgba(13, 110, 110, 0.25);
}

.member-badge {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: 16px;
  padding: 6px 14px 6px 8px;
  background: rgba(13, 110, 110, 0.2);
  border: 1px solid rgba(13, 110, 110, 0.35);
  border-radius: 40px;
  cursor: pointer;
  transition: background 0.2s;
}
.member-badge:hover {
  background: rgba(13, 110, 110, 0.3);
}
.member-avatar {
  width: 28px;
  height: 28px;
  background: var(--teal);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.member-badge-name {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

/* ── Layout shell ─────────────────────────────────────────────── */
.member-shell {
  display: flex;
  padding-top: var(--nav-h);
  min-height: 100vh;
}

/* ── Sidebar ─────────────────────────────────────────────────── */
.sidebar {
  width: var(--sidebar-w);
  min-width: var(--sidebar-w);
  background: var(--sidebar-bg);
  min-height: calc(100vh - var(--nav-h));
  position: sticky;
  top: var(--nav-h);
  height: calc(100vh - var(--nav-h));
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 24px 0 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar-section-label {
  font-family: var(--font-head);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
  padding: 16px 20px 6px;
}

.sidebar-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 20px;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: all 0.15s;
}
.sidebar-link:hover {
  color: rgba(255, 255, 255, 0.9);
  background: var(--sidebar-hover);
}
.sidebar-link.active {
  color: #fff;
  background: var(--sidebar-active);
  border-left-color: var(--teal-mid);
}
.sidebar-icon {
  width: 16px;
  height: 16px;
  opacity: 0.55;
  flex-shrink: 0;
}
.sidebar-link.active .sidebar-icon,
.sidebar-link:hover .sidebar-icon {
  opacity: 1;
}

.sidebar-badge {
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 10px;
  background: var(--teal);
  color: #fff;
}

.sidebar-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  margin: 12px 20px;
}

.sidebar-footer {
  margin-top: auto;
  padding: 0 20px;
}
.sidebar-footer a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.35);
  padding: 8px 0;
  transition: color 0.15s;
}
.sidebar-footer a:hover {
  color: rgba(255, 255, 255, 0.65);
}

/* ── Main content area ───────────────────────────────────────── */
.main-content {
  flex: 1;
  min-width: 0;
  padding: 32px 40px 64px;
}

/* ── Page header ─────────────────────────────────────────────── */
.page-header {
  margin-bottom: 32px;
}
.page-eyebrow {
  font-family: var(--font-head);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-eyebrow::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: var(--teal);
}
.page-title {
  font-family: var(--font-head);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  color: var(--hero);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.page-subtitle {
  font-size: 15px;
  color: var(--text-muted);
  margin-top: 8px;
  max-width: 580px;
}

/* ── Cards ───────────────────────────────────────────────────── */
.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition:
    box-shadow 0.2s,
    transform 0.2s,
    border-color 0.2s;
}
.card:hover {
  box-shadow: var(--shadow-md);
}
.card-sm {
  padding: 18px 20px;
  border-radius: var(--radius-md);
}

/* ── Stat cards ──────────────────────────────────────────────── */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}
.stat-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 20px 22px;
  position: relative;
  overflow: hidden;
}
.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--teal-mid));
}
.stat-value {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 800;
  color: var(--hero);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 4px;
}
.stat-value span {
  color: var(--teal);
}
.stat-label {
  font-family: var(--font-head);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-light);
}

/* ── Buttons ─────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 11px 22px;
  border-radius: var(--radius-sm);
  border: none;
  transition: all 0.18s;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.btn-primary {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 2px 10px rgba(13, 110, 110, 0.28);
}
.btn-primary:hover {
  background: var(--teal-dark);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(13, 110, 110, 0.35);
}
.btn-outline {
  background: transparent;
  color: var(--teal);
  border: 1.5px solid var(--teal);
}
.btn-outline:hover {
  background: var(--teal);
  color: #fff;
}
.btn-ghost {
  background: var(--teal-light);
  color: var(--teal-dark);
  border: none;
}
.btn-ghost:hover {
  background: var(--teal-mid);
  color: #fff;
}
.btn-gold {
  background: var(--gold);
  color: #fff;
  box-shadow: 0 2px 10px rgba(196, 149, 42, 0.28);
}
.btn-gold:hover {
  background: #a87d22;
  color: #fff;
}
.btn-sm {
  padding: 8px 16px;
  font-size: 11px;
}
.btn-lg {
  padding: 14px 28px;
  font-size: 13px;
}

/* ── Tags / badges ───────────────────────────────────────────── */
.tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
}
.tag-teal {
  background: var(--teal-light);
  color: var(--teal-dark);
}
.tag-gold {
  background: var(--gold-light);
  color: var(--gold);
}
.tag-green {
  background: var(--green-light);
  color: var(--green);
}
.tag-amber {
  background: var(--amber-light);
  color: var(--amber);
}
.tag-red {
  background: var(--red-light);
  color: var(--red);
}
.tag-grey {
  background: #f0f2f4;
  color: var(--text-muted);
}

/* ── Vault download card ─────────────────────────────────────── */
.vault-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    box-shadow 0.2s,
    transform 0.2s,
    border-color 0.2s;
  position: relative;
}
.vault-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--teal-mid));
}
.vault-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
  border-color: var(--teal-mid);
}
.vault-card.featured {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px var(--gold);
}
.vault-card.featured::before {
  background: linear-gradient(90deg, var(--gold), #e5b040);
}
.vault-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vault-card-type {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  display: flex;
  align-items: center;
  gap: 6px;
}
.vault-card-type::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--teal);
  border-radius: 50%;
  flex-shrink: 0;
}
.vault-card.featured .vault-card-type {
  color: var(--gold);
}
.vault-card.featured .vault-card-type::before {
  background: var(--gold);
}
.vault-card-title {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  color: var(--hero);
  line-height: 1.35;
}
.vault-card-desc {
  font-size: 13px;
  color: var(--text-muted);
  flex: 1;
  line-height: 1.55;
}
.vault-card-footer {
  padding: 14px 20px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--off-white);
  gap: 10px;
  flex-wrap: wrap;
}
.vault-card-meta {
  font-size: 11px;
  color: var(--text-light);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}
.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  background: var(--teal);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.18s;
  text-decoration: none;
}
.download-btn:hover {
  background: var(--teal-dark);
  color: #fff;
  transform: translateY(-1px);
}
.vault-card.featured .download-btn {
  background: var(--gold);
}
.vault-card.featured .download-btn:hover {
  background: #a87d22;
}

/* ── Grid layouts ─────────────────────────────────────────────── */
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

/* ── Section header ──────────────────────────────────────────── */
.section-hdr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.section-hdr h2 {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 800;
  color: var(--hero);
  letter-spacing: -0.01em;
}
.section-hdr p {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 3px;
}

/* ── Category filter pills ───────────────────────────────────── */
.filter-bar {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.filter-pill {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 40px;
  border: 1.5px solid var(--border);
  background: var(--white);
  color: var(--text-muted);
  cursor: pointer;
  transition: all 0.15s;
}
.filter-pill:hover {
  border-color: var(--teal);
  color: var(--teal);
}
.filter-pill.active {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}

/* ── Event cards ─────────────────────────────────────────────── */
.event-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition:
    box-shadow 0.2s,
    border-color 0.2s;
}
.event-item:hover {
  box-shadow: var(--shadow-sm);
  border-color: var(--teal-mid);
}
.event-date-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: var(--teal-light);
  border-radius: var(--radius-md);
  flex-shrink: 0;
  text-align: center;
}
.event-date-month {
  font-family: var(--font-head);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
}
.event-date-day {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 800;
  color: var(--teal-dark);
  line-height: 1;
}
.event-body {
  flex: 1;
  min-width: 0;
}
.event-title {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  color: var(--hero);
  margin-bottom: 4px;
}
.event-meta {
  font-size: 12px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* ── Welcome banner ──────────────────────────────────────────── */
.welcome-banner {
  background: linear-gradient(135deg, var(--hero) 0%, var(--hero-mid) 100%);
  border-radius: var(--radius-lg);
  padding: 32px 36px;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.welcome-banner::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(13, 110, 110, 0.3) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}
.welcome-banner::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 160px;
  width: 140px;
  height: 140px;
  background: radial-gradient(
    circle,
    rgba(13, 110, 110, 0.15) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}
.welcome-text {
  position: relative;
  z-index: 1;
}
.welcome-greeting {
  font-family: var(--font-head);
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.welcome-greeting span {
  color: var(--teal-mid);
}
.welcome-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  max-width: 480px;
}
.welcome-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

/* ── Progress indicator ──────────────────────────────────────── */
.progress-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 18px 20px;
}
.progress-label {
  font-family: var(--font-head);
  font-size: 11.5px;
  font-weight: 700;
  color: var(--text-muted);
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.progress-bar-outer {
  height: 6px;
  background: var(--teal-light);
  border-radius: 3px;
  overflow: hidden;
}
.progress-bar-inner {
  height: 100%;
  background: linear-gradient(90deg, var(--teal), var(--teal-mid));
  border-radius: 3px;
  transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── Divider ─────────────────────────────────────────────────── */
.divider {
  height: 1px;
  background: var(--border);
  margin: 28px 0;
}

/* ── Utility ─────────────────────────────────────────────────── */
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.gap-8 {
  gap: 8px;
}
.gap-12 {
  gap: 12px;
}
.gap-16 {
  gap: 16px;
}
.mt-auto {
  margin-top: auto;
}
.text-sm {
  font-size: 13px;
}
.text-xs {
  font-size: 11.5px;
}
.text-muted {
  color: var(--text-muted);
}
.font-bold {
  font-family: var(--font-head);
  font-weight: 700;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-32 {
  margin-bottom: 32px;
}

/* ── Scroll animations ───────────────────────────────────────── */
.fade-up {
  opacity: 1;
  transform: none;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-up.visible {
  opacity: 1;
  transform: none;
}
.fade-up.d1 {
  transition-delay: 0.08s;
}
.fade-up.d2 {
  transition-delay: 0.16s;
}
.fade-up.d3 {
  transition-delay: 0.24s;
}
.fade-up.d4 {
  transition-delay: 0.32s;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .stats-row,
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  :root {
    --sidebar-w: 0px;
  }
  .sidebar {
    display: none;
  }
  .main-content {
    padding: 20px 16px 48px;
  }
  .stats-row,
  .grid-4,
  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .welcome-banner {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-nav-links {
    display: none;
  }
}

/* From style.css */
/* ═══════════════════════════════════════════════════════
   HR LEADERS CLUB — Design System
   Palette: Charcoal / Teal / White / Gold
   Fonts: Manrope (headings) + Inter (body)
═══════════════════════════════════════════════════════ */

:root {
  --teal: #0d6e6e;
  --teal-dark: #094f4f;
  --teal-mid: #0d9090;
  --teal-light: #e6f4f4;
  --teal-pale: #f0f9f9;
  --charcoal: #111820;
  --charcoal-mid: #1e2a35;
  --text: #2c3440;
  --text-muted: #637080;
  --gold: #c4952a;
  --gold-light: #fdf6e3;
  --white: #ffffff;
  --off-white: #f8fafa;
  --border: #e2e8ec;
  --border-dark: #c8d4da;

  --font-head: 'Manrope', sans-serif;
  --font-body: 'Inter', sans-serif;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 14px;

  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.14);

  --nav-h: 72px;
  --max-w: 1180px;
  --section-v: clamp(72px, 10vh, 120px);
}

/* ── Reset ── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: var(--teal);
  text-decoration: none;
}
a:hover {
  color: var(--teal-dark);
}
button {
  cursor: pointer;
  font-family: inherit;
}
ul {
  list-style: none;
}

/* ── Layout ── */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
}
.section {
  padding: var(--section-v) 0;
}
.section--dark {
  background: var(--charcoal);
  color: var(--white);
}
.section--grey {
  background: var(--off-white);
}
.section--teal-pale {
  background: var(--teal-pale);
}

/* ── Typography ── */
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-head);
  line-height: 1.15;
  font-weight: 800;
  color: var(--charcoal);
}
h1 {
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: -0.02em;
}
h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  letter-spacing: -0.02em;
}
h3 {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
}
h4 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

.eyebrow {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--teal);
  flex-shrink: 0;
}
.section--dark .eyebrow {
  color: rgba(178, 220, 220, 0.8);
}
.section--dark .eyebrow::before {
  background: rgba(178, 220, 220, 0.8);
}
.section--dark h2,
.section--dark h3 {
  color: var(--white);
}

.lead {
  font-size: clamp(16px, 1.5vw, 20px);
  color: var(--text-muted);
  max-width: 600px;
  line-height: 1.65;
}
.section--dark .lead {
  color: rgba(255, 255, 255, 0.6);
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  border: none;
  transition: all 0.2s;
  white-space: nowrap;
  text-decoration: none;
}
.btn-primary {
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 2px 12px rgba(13, 110, 110, 0.3);
}
.btn-primary:hover {
  background: var(--teal-dark);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(13, 110, 110, 0.4);
  transform: translateY(-1px);
}
.btn-outline {
  background: transparent;
  color: var(--teal);
  border: 1.5px solid var(--teal);
}
.btn-outline:hover {
  background: var(--teal);
  color: var(--white);
}
.btn-ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.btn-gold {
  background: var(--gold);
  color: var(--white);
  box-shadow: 0 2px 12px rgba(196, 149, 42, 0.3);
}
.btn-gold:hover {
  background: #a87d22;
  color: #fff;
}

/* ── Navigation ── */
#nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--nav-h);
  z-index: 900;
  transition:
    background 0.3s,
    box-shadow 0.3s;
}
#nav.scrolled {
  background: rgba(17, 24, 32, 0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}
.nav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 800;
  color: var(--white);
  text-decoration: none;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-logo-mark {
  width: 32px;
  height: 32px;
  background: var(--teal);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: white;
  flex-shrink: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
}
.nav-links a {
  font-family: var(--font-head);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition:
    color 0.2s,
    background 0.2s;
}
.nav-links a:hover,
.nav-links a.active {
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.07);
}
.nav-cta {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--teal);
  padding: 10px 22px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.2s;
  margin-left: 8px;
}
.nav-cta:hover {
  background: var(--teal-dark);
  color: #fff;
  transform: translateY(-1px);
}

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  transition: all 0.3s;
}

/* Mobile nav */
#mobile-nav {
  display: none;
  position: fixed;
  top: var(--nav-h);
  left: 0;
  right: 0;
  background: rgba(17, 24, 32, 0.98);
  backdrop-filter: blur(16px);
  z-index: 899;
  padding: 20px;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#mobile-nav.open {
  display: flex;
}
#mobile-nav a {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: all 0.15s;
}
#mobile-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}
#mobile-nav .nav-cta {
  margin: 12px 0 0;
  text-align: center;
  display: block;
  padding: 14px;
  margin-left: 0;
}

/* ── Hero ── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--charcoal);
}
.hero canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(
      ellipse 60% 50% at 70% 35%,
      rgba(13, 110, 110, 0.15) 0%,
      transparent 70%
    ),
    radial-gradient(
      ellipse 30% 40% at 15% 75%,
      rgba(13, 110, 110, 0.08) 0%,
      transparent 60%
    );
}
.hero-content {
  position: relative;
  z-index: 10;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: calc(var(--nav-h) + 40px) clamp(20px, 5vw, 60px) 80px;
  width: 100%;
}
.hero h1 {
  color: var(--white);
  max-width: 680px;
  margin-bottom: 24px;
}
.hero h1 em {
  font-style: normal;
  color: #0d9090;
  -webkit-text-stroke: 0;
  text-stroke: 0;
  text-decoration: none;
}
.hero .lead {
  color: rgba(255, 255, 255, 0.55);
  max-width: 480px;
  margin-bottom: 40px;
}
.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.hero-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 560px;
}
.hero-stat-val {
  font-family: var(--font-head);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.02em;
  line-height: 1;
}
.hero-stat-val span {
  color: var(--teal-mid);
}
.hero-stat-label {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 4px;
}

/* ── Cards ── */
.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition:
    box-shadow 0.25s,
    transform 0.25s,
    border-color 0.25s;
}
.card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
  border-color: var(--teal-mid);
}
.card--dark {
  background: var(--charcoal-mid);
  border-color: rgba(255, 255, 255, 0.07);
  color: var(--white);
}
.card--dark:hover {
  border-color: rgba(13, 110, 110, 0.5);
}
.card-icon {
  width: 44px;
  height: 44px;
  background: var(--teal-light);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 20px;
}
.card--dark .card-icon {
  background: rgba(13, 110, 110, 0.25);
}
.card h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.card p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}
.card--dark p {
  color: rgba(255, 255, 255, 0.55);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* ── Event cards ── */
.event-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition:
    box-shadow 0.25s,
    transform 0.25s;
  display: flex;
  flex-direction: column;
}
.event-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}
.event-card-accent {
  height: 4px;
  background: linear-gradient(90deg, var(--teal) 0%, var(--teal-mid) 100%);
}
.event-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.event-card-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.event-tag {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  background: var(--teal-light);
  color: var(--teal-dark);
}
.event-tag.gold {
  background: var(--gold-light);
  color: var(--gold);
}
.event-date {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 5px;
}
.event-location {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 5px;
}
.event-card h3 {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.event-card p {
  font-size: 13.5px;
  color: var(--text-muted);
  flex: 1;
  margin-bottom: 20px;
}
.event-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

/* ── Vault cards ── */
.vault-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition:
    box-shadow 0.25s,
    transform 0.25s,
    border-color 0.25s;
  position: relative;
  overflow: hidden;
}
.vault-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--teal) 0%, var(--teal-mid) 100%);
}
.vault-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
  border-color: var(--teal-mid);
}
.vault-card-type {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  display: flex;
  align-items: center;
  gap: 6px;
}
.vault-card-type::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--teal);
  border-radius: 50%;
}
.vault-card h3 {
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
}
.vault-card p {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
  flex: 1;
}
.vault-card .lock-badge {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 600;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
}

/* ── Insight cards ── */
.insight-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    box-shadow 0.25s,
    transform 0.25s;
}
.insight-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}
.insight-card-img {
  height: 160px;
  background: linear-gradient(
    135deg,
    var(--charcoal) 0%,
    var(--charcoal-mid) 100%
  );
  position: relative;
  overflow: hidden;
}
.insight-card-img canvas {
  position: absolute;
  inset: 0;
}
.insight-card-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.insight-cat {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 10px;
}
.insight-card h3 {
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 10px;
}
.insight-card p {
  font-size: 13px;
  color: var(--text-muted);
  flex: 1;
  margin-bottom: 18px;
}
.insight-meta {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}
.insight-meta span {
  opacity: 0.4;
}

/* ── Section header ── */
.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(32px, 5vh, 56px);
  flex-wrap: wrap;
}
.section-header-left {
  flex: 1;
  min-width: 260px;
}

/* ── Forms ── */
.form-group {
  margin-bottom: 18px;
}
label {
  display: block;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 7px;
}
input[type='text'],
input[type='email'],
input[type='tel'],
textarea,
select {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text);
  background: var(--white);
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  outline: none;
  appearance: none;
}
input:focus,
textarea:focus,
select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(13, 110, 110, 0.1);
}
textarea {
  resize: vertical;
  min-height: 120px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 6px;
}
.checkbox-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  cursor: pointer;
}
.checkbox-item input {
  width: auto;
}

/* ── Partner logos ── */
.partner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.partner-slot {
  background: var(--white);
  padding: 32px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  transition: background 0.2s;
}
.partner-slot:hover {
  background: var(--teal-pale);
}
.partner-placeholder {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--border-dark);
  text-align: center;
}

/* ── Callout banner ── */
.callout-banner {
  background: var(--teal);
  border-radius: var(--radius-lg);
  padding: clamp(36px, 5vw, 60px) clamp(28px, 5vw, 56px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.callout-banner::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 240px;
  height: 240px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}
.callout-banner h2 {
  color: var(--white);
  max-width: 520px;
  font-size: clamp(22px, 3vw, 34px);
}
.callout-banner p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 480px;
  font-size: 16px;
}
.callout-banner .btn-white {
  background: var(--white);
  color: var(--teal-dark);
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.callout-banner .btn-white:hover {
  background: var(--teal-dark);
  color: #fff;
}

/* ── Footer ── */
footer {
  background: var(--charcoal);
  color: rgba(255, 255, 255, 0.6);
  padding: clamp(56px, 8vh, 80px) 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
  gap: 48px;
  margin-bottom: 56px;
}
.footer-brand h3 {
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 14px;
}
.footer-brand p {
  font-size: 14px;
  line-height: 1.65;
  max-width: 300px;
  margin-bottom: 24px;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
}
.footer-social a:hover {
  background: var(--teal);
  color: #fff;
}
.footer-col h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 18px;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.footer-col ul a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.15s;
}
.footer-col ul a:hover {
  color: var(--white);
}
.footer-newsletter h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 18px;
}
.footer-newsletter p {
  font-size: 13px;
  margin-bottom: 14px;
}
.footer-newsletter-form {
  display: flex;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.footer-newsletter-form input {
  flex: 1;
  background: rgba(255, 255, 255, 0.06);
  border: none;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  padding: 12px 14px;
}
.footer-newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer-newsletter-form input:focus {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.09);
}
.footer-newsletter-form button {
  background: var(--teal);
  border: none;
  color: #fff;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 18px;
  cursor: pointer;
  transition: background 0.2s;
}
.footer-newsletter-form button:hover {
  background: var(--teal-dark);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
.footer-bottom a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.footer-bottom a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer-bottom-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* ── Page hero (inner pages) ── */
.page-hero {
  background: var(--charcoal);
  padding: calc(var(--nav-h) + 60px) 0 72px;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 60% 80% at 80% 50%,
    rgba(13, 110, 110, 0.12) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.page-hero .container {
  position: relative;
  z-index: 2;
}
.page-hero h1 {
  color: var(--white);
  margin-bottom: 16px;
}
.page-hero .lead {
  color: rgba(255, 255, 255, 0.55);
}

/* ── Scroll animations ── */
.fade-up {
  opacity: 1;
  transform: none;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-up.animate-ready {
  opacity: 1;
  transform: translateY(16px);
}
.fade-up.animate-ready.visible {
  transform: none;
}
.fade-up.delay-1 {
  transition-delay: 0.1s;
}
.fade-up.delay-2 {
  transition-delay: 0.2s;
}
.fade-up.delay-3 {
  transition-delay: 0.3s;
}

/* ── Utility ── */
.text-teal {
  color: var(--teal);
}
.text-gold {
  color: var(--gold);
}
.text-muted {
  color: var(--text-muted);
}
.text-white {
  color: var(--white);
}
.text-center {
  text-align: center;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mt-auto {
  margin-top: auto;
}
.gap-12 {
  gap: 12px;
}
.w-full {
  width: 100%;
}

/* ── Modal overlay ── */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay.open {
  display: flex;
}
.modal {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px;
  max-width: 520px;
  width: 100%;
  position: relative;
  box-shadow: var(--shadow-lg);
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--off-white);
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all 0.15s;
}
.modal-close:hover {
  background: var(--border);
}
.modal h3 {
  margin-bottom: 6px;
}
.modal .modal-sub {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 24px;
}
.success-msg {
  display: none;
  text-align: center;
  padding: 32px 16px;
}
.success-msg.show {
  display: block;
}
.success-icon {
  font-size: 40px;
  margin-bottom: 12px;
}
.success-msg h3 {
  color: var(--teal);
  margin-bottom: 8px;
}
.success-msg p {
  color: var(--text-muted);
  font-size: 14px;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  :root {
    --nav-h: 60px;
  }
  .nav-links,
  .nav-cta {
    display: none;
  }
  .nav-hamburger {
    display: flex;
  }
  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .checkbox-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .callout-banner {
    flex-direction: column;
    text-align: center;
  }
  .callout-banner .btn-white {
    width: 100%;
    justify-content: center;
  }
  .hero-stats {
    gap: 24px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .hero-cta {
    flex-direction: column;
  }
  .hero-cta .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .join-layout,
  .about-layout {
    grid-template-columns: 1fr !important;
  }
}

/* Login button */
.nav-login {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 9px 18px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  margin-right: 8px;
  transition: all 0.2s;
}
.nav-login:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.07);
}

/* WordPress-specific styles */
.wp-block-group {
  margin-bottom: 1rem;
}

.wp-block-image {
  margin-bottom: 1rem;
}

.wp-block-button {
  margin-bottom: 1rem;
}

/* CRITICAL: Reset WordPress default constraints that break layouts */
/* WordPress adds default max-width to containers which breaks original layouts */
.entry-content,
.site-content,
.content-area {
  max-width: none !important;
  width: 100% !important;
}

/* EC-CONTAIN-001: Only override .container / section max-width when the site's
   own CSS does NOT define them. Tailwind and Bootstrap sites intentionally set
   .container { max-width: … } — blasting it with !important breaks every section. */
section,
.section {
  max-width: none !important;
}

/* EC-ANIM-008 / EC-ANIM-009: Scroll-reveal utilities (.scroll-fade-up etc.) start at opacity:0
   and transition to visible when an IntersectionObserver adds .visible (injected in functions.php).
   Carousels inside scroll-reveal wrappers must be forced visible immediately so Embla can measure. */
.scroll-fade-up:has([aria-roledescription='carousel']),
.scroll-fade-up:has([data-wpconvert-blog-filter-bar]),
.scroll-fade-left:has([aria-roledescription='carousel']),
.scroll-fade-right:has([aria-roledescription='carousel']),
.scroll-scale-in:has([aria-roledescription='carousel']) {
  opacity: 1 !important;
  transform: none !important;
}

/* EC-SCROLL-001: Auto-scroll marquee CSS (always included - lightweight, no-op if no marquee elements) */

/* EC-SCROLL-001: Auto-scroll gallery marquee animation */
/* Replaces React requestAnimationFrame/scrollLeft with pure CSS animation */
.wpconvert-marquee-container {
  overflow: hidden !important;
}
.wpconvert-marquee-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: wpconvert-marquee 30s linear infinite;
}
@keyframes wpconvert-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Pause on hover for accessibility */
.wpconvert-marquee-container:hover .wpconvert-marquee-track {
  animation-play-state: paused;
}
/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .wpconvert-marquee-track {
    animation: none;
    overflow-x: auto;
  }
}

/* EC-ANIM-011: Frozen Framer Motion infinite float/pulse animations replaced with CSS keyframes.
   4 float variants with staggered durations and amplitudes, plus a pulse variant. */
@keyframes wpconvert-float-1 {
  0%,
  100% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(8px);
  }
}
@keyframes wpconvert-float-2 {
  0%,
  100% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes wpconvert-float-3 {
  0%,
  100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(12px);
  }
}
@keyframes wpconvert-float-4 {
  0%,
  100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes wpconvert-pulse {
  0%,
  100% {
    scale: 1;
  }
  50% {
    scale: 1.05;
  }
}
@keyframes wpconvert-float-tilt {
  0%,
  100% {
    transform: translateY(0%) rotate(0deg);
  }
  50% {
    transform: translateY(4%) rotate(-2deg);
  }
}
.wpconvert-float-1 {
  animation: wpconvert-float-1 5s ease-in-out infinite;
}
.wpconvert-float-2 {
  animation: wpconvert-float-2 6s ease-in-out infinite 0.5s;
}
.wpconvert-float-3 {
  animation: wpconvert-float-3 5.5s ease-in-out infinite 1s;
}
.wpconvert-float-4 {
  animation: wpconvert-float-4 6.5s ease-in-out infinite 1.5s;
}
.wpconvert-pulse {
  animation: wpconvert-pulse 4s ease-in-out infinite;
}
.wpconvert-float-tilt {
  animation: wpconvert-float-tilt 6s ease-in-out infinite;
}
/* EC-ANIM-011c: z-0 override for centered pulse cards whose z-10 was demoted */
.wpconvert-pulse.z-0 {
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  .wpconvert-float-1,
  .wpconvert-float-2,
  .wpconvert-float-3,
  .wpconvert-float-4,
  .wpconvert-pulse,
  .wpconvert-float-tilt {
    animation: none;
  }
}

/* WPConvert Tabs Component CSS */

/* WPConvert Tabs Component */
.wpconvert-tabs {
  max-width: 64rem;
  margin: 0 auto;
}

.wpconvert-tab-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-nav {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .wpconvert-tab-nav {
    grid-template-columns: repeat(6, 1fr);
  }
}

.wpconvert-tab-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--card));
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpconvert-tab-btn:hover {
  border-color: hsl(var(--primary) / 0.5);
  color: hsl(var(--foreground));
}

.wpconvert-tab-btn.active {
  background: hsl(var(--primary) / 0.1);
  border-color: hsl(var(--primary));
  color: hsl(var(--primary));
}

.wpconvert-tab-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.5rem;
}

.wpconvert-tab-icon svg {
  width: 100%;
  height: 100%;
}

.wpconvert-tab-label {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

.wpconvert-tab-viewport {
  position: relative;
  display: flex;
  align-items: center;
}

.wpconvert-tab-content {
  flex: 1;
  position: relative;
}

.wpconvert-tab-panel {
  display: none;
  padding: 2rem;
  border-radius: 0.75rem;
  background: linear-gradient(
    135deg,
    hsl(var(--card)) 0%,
    hsl(var(--muted) / 0.3) 100%
  );
  border: 1px solid hsl(var(--border));
  text-align: center;
  animation: wpconvert-tab-fade-in 0.3s ease;
}

.wpconvert-tab-panel.active {
  display: block;
}

@keyframes wpconvert-tab-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wpconvert-tab-icon-large {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2rem;
  padding: 1rem;
  border-radius: 1rem;
  background: hsl(var(--primary) / 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpconvert-tab-icon-large svg {
  width: 100%;
  height: 100%;
  color: hsl(var(--primary));
}

.wpconvert-tab-title {
  font-family: var(--font-display, inherit);
  font-size: 1.5rem;
  font-weight: 600;
  color: hsl(var(--foreground));
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-title {
    font-size: 1.875rem;
  }
}

.wpconvert-tab-description {
  color: hsl(var(--muted-foreground));
  line-height: 1.75;
  max-width: 42rem;
  margin: 0 auto 1.5rem;
}

.wpconvert-tab-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.wpconvert-tab-arrow:hover {
  color: hsl(var(--primary));
  border-color: hsl(var(--primary));
}

.wpconvert-tab-prev {
  left: -1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-prev {
    left: -1.5rem;
  }
}

.wpconvert-tab-next {
  right: -1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-next {
    right: -1.5rem;
  }
}

.wpconvert-tab-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.wpconvert-tab-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: hsl(var(--muted-foreground) / 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpconvert-tab-dot:hover {
  background: hsl(var(--muted-foreground) / 0.5);
}

.wpconvert-tab-dot.active {
  background: hsl(var(--primary));
  width: 2rem;
  border-radius: 0.375rem;
}

/* EC-MSTEP-001: Multi-step form wizard CSS */

/* EC-MSTEP-001: Multi-step form wizard */
.wpconvert-multistep-form {
  width: 100%;
}
.wpconvert-step-panel {
  display: none;
}
.wpconvert-step-panel.active {
  display: block;
  animation: wpconvert-step-fade-in 0.25s ease;
}
@keyframes wpconvert-step-fade-in {
  from {
    opacity: 0;
    transform: translateX(12px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.wpconvert-step-progress-fill {
  transition: width 0.4s ease-out;
}
/* Signature canvas */
canvas[data-wpc-sig-init] {
  width: 100%;
  min-height: 150px;
  border: 2px solid var(--border, #e5e7eb);
  border-radius: 1rem;
  background: #fff;
  cursor: crosshair;
  touch-action: none;
}

/* EC-CALC-001: Interactive calculator CSS */

/* EC-CALC-001: Interactive calculator */
[data-wpc-calc] input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
[data-wpc-calc] input[type='range']:focus {
  outline: none;
}
[data-wpc-calc] [data-wpc-calc-toggle].wpc-calc-toggle-active {
  opacity: 1;
}
[data-wpc-calc] [data-wpc-calc-toggle]:not(.wpc-calc-toggle-active) {
  opacity: 0.6;
}

/* CRITICAL FIX: Ensure gradient overlays respect their default hidden state */
/* NOTE: The main fix is in cleanHtmlContent() which corrects captured hover states */
/* These CSS rules are a FALLBACK to ensure overlays stay hidden if any slip through */

/* Keep gradient overlays hidden - they're decorative hover effects */
.group [class*='absolute'][class*='inset-0'][class*='bg-gradient'].opacity-0 {
  opacity: 0 !important;
}

/* Keep bottom accent bars hidden by default */
.group [class*='absolute'][class*='bottom-0'][class*='bg-gradient'].scale-x-0 {
  transform: scaleX(0) !important;
}

/* Reset WordPress default margins that break spacing */
.entry-content > *:first-child,
.site-content > *:first-child {
  margin-top: 0 !important;
}

/* EC-DARK-001: In dark-themed sites (html.dark), containers with explicit bg-white
   backgrounds need dark text. The .dark scope sets --foreground to a light color,
   making text invisible on white cards. Reset to :root-scope (light) variable values. */
.dark .bg-white,
.dark [class*='bg-white'] {
  --foreground: 222.2 84% 4.9%;
  --muted-foreground: 215.4 16.3% 46.9%;
  color: hsl(222.2 84% 4.9%);
}
.dark .bg-white .text-foreground,
.dark [class*='bg-white'] .text-foreground,
.dark .bg-white [class*='text-foreground'],
.dark [class*='bg-white'] [class*='text-foreground'] {
  color: hsl(222.2 84% 4.9%);
}

/* Navigation Menu Styling - Universal for all dropdown patterns */
/* Reset ALL menu items */
.menu-item,
li.menu-item,
li.menu-item-type-post_type,
li.menu-item-type-custom,
li.menu-item-object-page,
li.menu-item-has-children {
  position: relative;
  list-style: none !important;
  margin: 0;
}

/* CRITICAL: Top-level menu MUST be horizontal - Maximum specificity */
/* NOTE: nav ul#wpconvert-primary-ul is NOT included here to avoid conflicting with .main-nav styling */
/* EC-NAV-095: Do NOT set gap here. A fixed gap with !important (previously 0.25rem, briefly 2rem) overrides
   menus.json ulClasses / Tailwind (e.g. gap-8) and breaks diverse nav densities. Spacing comes from ulClasses. */
header ul#wpconvert-primary-ul,
#wpconvert-primary-ul,
#wpconvert-primary-ul.menu,
ul#wpconvert-primary-ul.menu,
ul.menu:not(.submenu):not(.sub-menu) {
  display: flex !important;
  flex-direction: row !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

/* CRITICAL: Preserve original .main-nav styling for static sites - MUST come AFTER generic rules */
/* MAXIMUM specificity with header prefix ensures this overrides ALL other rules */
header nav.main-nav ul#wpconvert-primary-ul,
header .main-nav ul#wpconvert-primary-ul,
nav.main-nav ul#wpconvert-primary-ul,
.main-nav #wpconvert-primary-ul,
.main-nav ul#wpconvert-primary-ul {
  /* Inherit the original .main-nav ul styles */
  display: flex !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

/* Preserve original .main-nav link styling */
header nav.main-nav ul#wpconvert-primary-ul a,
header .main-nav ul#wpconvert-primary-ul a,
nav.main-nav ul#wpconvert-primary-ul a,
.main-nav #wpconvert-primary-ul a,
.main-nav ul#wpconvert-primary-ul a {
  text-decoration: none;
  font-weight: 500;
}

/* CRITICAL: Top-level items MUST be inline - Maximum specificity for ALL WordPress classes */
/* NOTE: nav ul#wpconvert-primary-ul > li is NOT included to avoid conflicting with .main-nav */
header ul#wpconvert-primary-ul > li,
#wpconvert-primary-ul > li,
#wpconvert-primary-ul > li.menu-item,
#wpconvert-primary-ul > li.menu-item-type-post_type,
#wpconvert-primary-ul > li.menu-item-type-custom,
#wpconvert-primary-ul > li.menu-item-object-page,
#wpconvert-primary-ul > li.menu-item-object-custom,
#wpconvert-primary-ul > li.menu-item-has-children,
#wpconvert-primary-ul > li.current-menu-item,
#wpconvert-primary-ul > li.current_page_item,
#wpconvert-primary-ul > li.current-menu-ancestor,
#wpconvert-primary-ul.menu > li,
ul.menu:not(.submenu):not(.sub-menu) > li,
body #wpconvert-primary-ul > li {
  display: inline-block !important;
  position: relative !important;
  flex-shrink: 0 !important;
  list-style: none !important;
  margin: 0 !important;
  vertical-align: middle !important;
  float: none !important;
  width: auto !important;
  clear: none !important;
}

/* Top-level links maintain their button appearance */
#wpconvert-primary-ul > .menu-item > a {
  /* Keep original classes for styling */
}

/* Hide submenus by default with high z-index - CRITICAL for all sites */
.menu-item.menu-item-has-children > .submenu,
.menu-item.menu-item-has-children > .sub-menu,
.menu-item-has-children > ul,
li.menu-item-has-children > ul {
  display: none !important; /* Important to override inline-flex and other display classes */
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  background: white !important;
  min-width: 200px !important;
  max-width: 500px !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  z-index: 9999 !important; /* Higher than content */
  padding: 0.5rem 0 !important;
  list-style: none !important;
  margin: 0 !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 0.375rem !important;
}

/* Show on hover/focus - Maximum specificity to override everything */
.menu-item.menu-item-has-children:hover > .submenu,
.menu-item.menu-item-has-children:hover > .sub-menu,
.menu-item.menu-item-has-children:hover > ul,
.menu-item.menu-item-has-children:focus-within > .submenu,
.menu-item.menu-item-has-children:focus-within > .sub-menu,
.menu-item.menu-item-has-children:focus-within > ul,
li.menu-item-has-children:hover > ul,
li.menu-item-has-children:focus-within > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Force submenu items to display as block - Override ALL WordPress and utility classes */
.submenu li,
.submenu .menu-item,
.submenu .menu-item-type-post_type,
.submenu .menu-item-type-custom,
.submenu .menu-item-object-page,
.submenu .menu-item-object-custom,
.submenu .current-menu-item,
.submenu .current_page_item,
ul.sub-menu li,
ul.sub-menu .menu-item,
body .submenu li {
  display: block !important;
  width: 100% !important;
  position: relative !important;
  flex-direction: column !important;
  list-style: none !important;
  float: none !important;
  clear: both !important;
}

.submenu .menu-item a,
.submenu a,
ul.sub-menu a {
  display: block !important;
  width: 100% !important;
  padding: 0.5rem 1rem !important;
  white-space: nowrap !important;
  text-align: left !important;
}

/* Override ANY utility classes that could break submenu layout */
.submenu .menu-item.inline-flex,
.submenu .menu-item.flex,
.submenu .menu-item.grid,
.submenu li.inline-flex,
.submenu li.flex,
.submenu li.grid,
.submenu .inline-flex,
.submenu .flex,
.submenu .grid {
  display: block !important;
  flex-direction: column !important;
}

.submenu .menu-item a.inline-flex,
.submenu .menu-item a.flex,
.submenu .menu-item a.grid,
.submenu a.inline-flex,
.submenu a.flex,
.submenu a.grid {
  display: block !important;
}

/* Ensure submenu container is vertical */
.submenu,
ul.sub-menu {
  flex-direction: column !important;
  display: block !important;
}

/* FLAT NAV ACTIVE STATE - For React/Vite sites converted to wp_nav_menu() */
/* EC-NAV-010: Dynamic current page highlighting */
/* The .wpconvert-active-link class is added by WPConvert_Flat_Menu_Walker to current page links */
.wpconvert-active-link {
  /* Default active styling - will be enhanced by extracted classes if available */
  font-weight: 600;
}

/* EC-NAV-010: When active link has text-primary class, override any text-foreground from base */
/* This ensures the active item shows the highlighted color (text-primary = green/brand color) */
a.wpconvert-active-link.text-primary,
.current-menu-item > a.text-primary,
.current_page_item > a.text-primary {
  color: hsl(var(--primary)) !important;
}

/* EC-NAV-010: Ensure inactive items don't get active color */
/* Links WITHOUT wpconvert-active-link should use text-foreground */
nav a.text-foreground:not(.wpconvert-active-link):not(.text-primary) {
  color: hsl(var(--foreground)) !important;
}

/* Also style current-menu-item for flat navs */
.current-menu-item > a,
.current_page_item > a,
a.current-menu-item,
a.wpconvert-active-link {
  /* The actual active styling comes from extracted activeLinkClasses */
  /* These are fallback styles if extraction doesn't provide specific classes */
}

/* Flat nav submenu styling */
.wpconvert-flat-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  padding: 0.5rem 0;
  display: none;
  z-index: 9999;
}

.wpconvert-flat-submenu a {
  display: block;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}

/* EC-NAV-140: Large flat dropdowns flow into two columns (mega-style) without extra walker markup */
.wpconvert-flat-submenu--mega-cols-2 {
  min-width: min(640px, 92vw);
  column-count: 2;
  column-gap: 2.5rem;
  padding: 0.75rem 1.25rem !important;
}
.wpconvert-flat-submenu--mega-cols-2 > a {
  white-space: normal !important;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
/* Show flat submenu when parent <li> hovers (wp_nav_menu wraps items in li.menu-item-has-children) */
li.menu-item-has-children:hover > .wpconvert-flat-submenu,
li.menu-item-has-children:focus-within > .wpconvert-flat-submenu {
  display: block !important;
}

/* Hide Radix UI viewport containers and similar dropdown containers - Universal */
[data-radix-navigation-menu-viewport],
[class*='viewport'][data-state='open'],
[class*='popover'][data-state='open'],
.radix-navigation-menu-viewport,
nav > div[class*='absolute'][class*='top-full'] {
  display: none !important;
  visibility: hidden !important;
}

/* EC-DIALOG-001: Hide Radix Sheet/Dialog overlays and panels that survive into converted themes */
/* These are interactive React components captured in open state during snapshot */
[role='dialog'][class*='fixed'],
[data-radix-dialog-content][class*='fixed'],
div[data-state='open'][class*='fixed'][class*='inset-0'][class*='bg-black'],
div[data-state='open'][class*='fixed'][class*='inset-0'][class*='backdrop'] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Responsive design */
@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }

  .menu-item.menu-item-has-children > .submenu {
    position: static;
    box-shadow: none;
  }
}

/* CRITICAL: Ensure header and navigation are above hero/content sections */
/* Only apply relative positioning if nav is NOT sticky/fixed/absolute */
/* Exclude #wpconvert-mobile-nav — it must stay position:fixed as an overlay */
/* EC-NAV-190: Also exclude position:absolute overlay headers (Tailwind
   "absolute" utility class) — common in hero-overlay navbars (e.g.
   svg-to-site-magic-main: <header class="absolute inset-x-0 top-6 z-30 ...">).
   Without this exclusion, the !important rule below forces the absolute
   overlay header into normal flow, taking up its full height and pushing
   the hero section down by ~80px (visible as a white band above the navbar). */
header:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']),
.site-header:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ),
nav:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']):not(
    #wpconvert-mobile-nav
  ),
[role='banner']:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ),
[role='navigation']:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ):not(#wpconvert-mobile-nav) {
  position: relative !important;
  z-index: 1000 !important;
}

/* Preserve sticky/fixed positioning for navs that have it */
/* CRITICAL: Ensure sticky/fixed actually works - add explicit CSS for common patterns */
nav[class*='sticky'],
nav[class*='fixed'],
header nav[class*='sticky'],
header nav[class*='fixed'],
header[class*='sticky'],
header[class*='fixed'],
.site-header[class*='sticky'],
.site-header[class*='fixed'] {
  z-index: 1000 !important; /* Keep z-index for visibility */
}

/* Explicit sticky positioning support - ensures it works even without Tailwind CSS loaded */
/* Only apply if sticky class is present and no explicit position override */
nav.sticky,
nav[class*='sticky']:not([style*='position']),
header nav.sticky,
header nav[class*='sticky']:not([style*='position']),
header.sticky,
header[class*='sticky']:not([style*='position']) {
  position: sticky !important;
}

/* Explicit fixed positioning support - ensures it works even without Tailwind CSS loaded */
nav.fixed,
nav[class*='fixed']:not([style*='position']),
header nav.fixed,
header nav[class*='fixed']:not([style*='position']),
header.fixed,
header[class*='fixed']:not([style*='position']) {
  position: fixed !important;
}

/* Common Tailwind patterns: sticky top-0, fixed top-0 */
nav[class*='sticky'][class*='top-0'],
nav[class*='fixed'][class*='top-0'],
header nav[class*='sticky'][class*='top-0'],
header nav[class*='fixed'][class*='top-0'],
header[class*='sticky'][class*='top-0'],
header[class*='fixed'][class*='top-0'] {
  top: 0 !important;
}

/* Fixed navs typically need full width */
nav[class*='fixed'][class*='w-full'],
nav[class*='fixed'][class*='top-0'],
header nav[class*='fixed'][class*='w-full'],
header nav[class*='fixed'][class*='top-0'],
header[class*='fixed'][class*='w-full'],
header[class*='fixed'][class*='top-0'] {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

/* Ensure hero and main content respect header z-index */
section[class*='hero'],
.hero,
main,
.site-main {
  position: relative;
  z-index: 1;
}

/* Theme-specific overrides */
/* Only apply relative if not sticky/fixed */
.site-header:not([class*='sticky']):not([class*='fixed']) {
  position: relative;
}

.site-main {
  margin-top: 0;
  padding-top: 0;
  min-height: 60vh;
}

/* Remove gap between fixed navbar and first content (white band under header).
 * Use :first-of-type (not :first-child): WP templates often have a whitespace text node
 * between <div id="primary"> and <section>, so section is never :first-child and rules
 * would silently fail (EC-NAV-086 follow-up). */
.site-main > section:first-of-type,
.site-main > div:first-of-type > section:first-of-type {
  margin-top: 0;
}

/* EC-NAV-086: Fixed nav + full-viewport hero (Tailwind min-h-screen) — React/Vite SPAs
 * stack the hero at document top with fixed nav overlaid; body/main background shows through
 * any empty band under the bar. Pull the first min-h-screen hero up by the header bar height
 * (--wpconvert-header-bar-height from header.php EC-NAV-100; fallback 4rem) so background layers
 * align with the original SPA.
 * Only on front-page template (body.front-page); skip sections with explicit pt-* / mt-* utilities.
 * :first-of-type required: newline/whitespace between #primary and hero <section> breaks :first-child. */
body.front-page
  .site-main
  #primary
  > section.min-h-screen:first-of-type:not([class*='pt-']):not([class*='mt-']),
body.front-page
  .site-main
  > div:first-of-type
  > section.min-h-screen:first-of-type:not([class*='pt-']):not([class*='mt-']) {
  /* Logged out: --wp-admin--admin-bar--height is unset → 0px. Logged in: WP sets 32px / 46px (782px). */
  margin-top: calc(
    -1 * var(--wpconvert-header-bar-height, 4rem) -
      var(--wp-admin--admin-bar--height, 0px)
  );
}

/* EC-NAV-089: Admin bar is fixed at top:0; in-flow content gets html { margin-top } but fixed nav does not,
 * so the site navbar sits under #wpadminbar. Offset primary fixed nav; exclude full-screen mobile drawer. */
body.admin-bar nav.fixed.top-0:not(#wpconvert-mobile-nav),
body.admin-bar nav.fixed[class*='top-0']:not(#wpconvert-mobile-nav) {
  top: var(--wp-admin--admin-bar--height, 32px) !important;
}

/* EC-NAV-087: Merged / blog / legacy CSS often sets body { padding-top: 5rem+ } as “clearance”
 * for fixed headers. With a fixed overlay nav, that padding does NOT move the bar — it only
 * pushes <main> down while body background shows through → white/cream band (~nav height) under
 * the bar. Stay Boost ships this in bundled style.css; EC-NAV-086 margin alone cannot cancel it. */
body.front-page {
  padding-top: 0 !important;
}

.site-footer {
  margin-top: auto;
}

/* EC-TW4-001: WordPress default style overrides */

body {
  line-height: 1.6;
}
body.wp-admin {
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, sans-serif;
}
/* EC-BTN-104: :where() = 0 specificity so Tailwind text-* utilities always win over these resets.
   Plain "a:hover { color: inherit }" can outrank .text-white on links (0,2,0 vs 0,1,0) and wash out hero CTAs. */
:where(a) {
  color: inherit;
  text-decoration: none;
}
:where(a:hover) {
  color: inherit;
}
/* EC-CSS-001: Long-hand padding-left/right (NOT shorthand 'padding: 0 20px') so
 * compound selectors like .container.hero-grid (which sets padding-top: 74px)
 * keep their vertical padding. The shorthand resets ALL four sides at the same
 * specificity, which on Dabster Labs caused the hero badge to slide under the
 * fixed 74px nav. Horizontal gutter (20px each side) unchanged; vertical
 * defaults to the browser's 0 — same effective behavior for sites that do not
 * set padding-top via another selector. */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
:where(button, .btn) {
  cursor: pointer;
  border: none;
  transition: all 0.3s;
}
input,
textarea,
select {
  font-family: inherit;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}

/* Grid Layout & Sidebar Preservation - Ensures Bootstrap and other grid systems work properly */
.grid-layout-container {
  width: 100%;
  max-width: 100%;
}

/* Preserve Bootstrap row structure */
.grid-layout-container .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

/* Ensure Bootstrap columns work */
.grid-layout-container [class*='col-'] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* Bootstrap column widths - responsive */
@media (min-width: 768px) {
  .grid-layout-container .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-layout-container .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .grid-layout-container .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-layout-container .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .grid-layout-container .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-layout-container .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Mobile stacking for sidebars */
@media (max-width: 767px) {
  .grid-layout-container [class*='col-'] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Sidebar styling */
.grid-layout-container aside,
.grid-layout-container [class*='sidebar'] {
  padding: 20px;
}

/* CRITICAL: Disable popups marked by WPConvert - Universal for ALL popup libraries */
/* This targets ONLY popups we've marked, regardless of the library used */
/* Users can re-enable by overriding this CSS in Customizer → Additional CSS */
[data-wpconvert-popup-disabled='true'] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -9999 !important;
  position: absolute !important;
  left: -99999px !important;
  transform: scale(0) !important;
}

/* Also hide child elements of disabled popups (for nested structures) */
[data-wpconvert-popup-disabled='true'] * {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Disable popup overlay backgrounds (universal) */
[data-wpconvert-popup-disabled='true'].overlay,
[data-wpconvert-popup-disabled='true'][class*='overlay'],
[data-wpconvert-popup-disabled='true'][class*='backdrop'],
[data-wpconvert-popup-disabled='true'][class*='bg'] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* CRITICAL: Tailwind Font Override - ensure custom fonts take precedence over Tailwind CDN */
/* Tailwind CDN generates CSS dynamically that can override static CSS, so we use !important */
/* No custom font classes detected */

/* ── Blog Templates ─────────────────────────────────────── */

/* Prose typography for single post content */
.prose {
  line-height: 1.8;
  color: hsl(var(--foreground, 0 0% 100%));
}
.prose p {
  margin-bottom: 1.25em;
}
.prose h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 0.75em;
}
.prose h3 {
  font-size: 1.25em;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.prose a {
  color: hsl(var(--primary, 221 83% 53%));
  text-decoration: underline;
}
.prose a:hover {
  opacity: 0.8;
}
.prose blockquote {
  border-left: 3px solid hsl(var(--accent, 221 83% 53%));
  padding-left: 1em;
  margin: 1.5em 0;
  font-style: italic;
  opacity: 0.9;
}
.prose ul,
.prose ol {
  padding-left: 1.5em;
  margin-bottom: 1.25em;
}
.prose li {
  margin-bottom: 0.5em;
}
.prose img {
  border-radius: 0.5rem;
  margin: 1.5em 0;
}
.prose code {
  background: hsl(var(--muted, 0 0% 15%));
  padding: 0.2em 0.4em;
  border-radius: 0.25rem;
  font-size: 0.875em;
}
.prose pre {
  background: hsl(var(--muted, 0 0% 15%));
  padding: 1em;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin: 1.5em 0;
}
.prose pre code {
  background: none;
  padding: 0;
}

/* Pagination */
.wpconvert-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid hsl(var(--border, 0 0% 20%));
}
.wpconvert-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  transition: all 0.2s;
  border: 1px solid hsl(var(--border, 0 0% 20%));
}
.wpconvert-pagination .page-numbers.current {
  background: hsl(var(--primary, 221 83% 53%));
  color: white;
  border-color: transparent;
}
.wpconvert-pagination .page-numbers:hover:not(.current) {
  background: hsl(var(--muted, 0 0% 15%));
}

/* Card hover image zoom (matches Tailwind group-hover:scale-105) */
.group:hover .group-hover\:scale-105 {
  transform: scale(1.05);
}

/* Post navigation links on single.php */
article .flex.items-center.justify-between a {
  color: hsl(var(--primary, 221 83% 53%));
  text-decoration: none;
  font-weight: 500;
}
article .flex.items-center.justify-between a:hover {
  text-decoration: underline;
}

/* Responsive: stack grid on mobile */
@media (max-width: 768px) {
  [class*='md\:grid-cols-'] {
    grid-template-columns: 1fr !important;
  }
}
