/* ── Footer v2 · dark, modern, integrated subscribe ────── */
.footerv2 {
  position: relative;
  background: var(--ink);
  color: #fff;
  padding: clamp(72px, 9vh, 110px) 0 28px;
  overflow: hidden;
  isolation: isolate;
}
.footerv2-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.footerv2-blob-a {
  width: 640px; height: 480px;
  background: radial-gradient(circle, rgba(255,95,31,0.20), transparent 70%);
  top: -180px; right: -120px;
  animation: footerBlobA 18s ease-in-out infinite alternate;
}
.footerv2-blob-b {
  width: 540px; height: 420px;
  background: radial-gradient(circle, rgba(20,151,186,0.10), transparent 70%);
  bottom: -160px; left: -120px;
  animation: footerBlobB 22s ease-in-out infinite alternate;
}
@keyframes footerBlobA { to { transform: translate(-12%, 10%); } }
@keyframes footerBlobB { to { transform: translate(10%, -8%); } }

.footerv2-inner { position: relative; z-index: 2; }

/* ── Newsletter · Apple-restrained composition ─────────
   Centered, generous vertical rhythm, thin display type,
   glass-input pill with orange submit and hairline note. */
.footerv2-nl {
  max-width: 720px;
  margin: 0 auto clamp(52px, 7vh, 88px);
  padding: clamp(8px, 2vh, 24px) 8px;
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  position: relative;
}
.footerv2-nl::before {
  /* single soft ambient glow behind the block */
  content: "";
  position: absolute; inset: -10% -20% auto -20%;
  height: 320px;
  background: radial-gradient(closest-side, rgba(255,95,31,0.14), transparent 70%);
  filter: blur(20px);
  z-index: -1; pointer-events: none;
}
.footerv2-nl-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.55); font-weight: 600;
  margin-bottom: clamp(20px, 3vh, 32px);
}
.footerv2-nl-eyedot {
  width: 6px; height: 6px; border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(255,95,31,0.55), 0 0 18px 3px rgba(255,95,31,0.55);
  animation: footerv2NlPulse 2.2s ease-in-out infinite;
}
@keyframes footerv2NlPulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(255,95,31,0.55), 0 0 18px 3px rgba(255,95,31,0.55); }
  70%     { box-shadow: 0 0 0 8px rgba(255,95,31,0), 0 0 22px 5px rgba(255,95,31,0.2); }
}
.footerv2-nl-h {
  margin: 0 0 clamp(14px, 2vh, 20px);
  font-family: var(--font-display);
  font-weight: 200;
  font-size: clamp(34px, 4.6vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #fff;
  text-wrap: balance;
  max-width: 18ch;
}
.footerv2-nl-h em {
  font-style: normal; font-weight: 300;
  background: linear-gradient(100deg, var(--accent) 0%, #FF9A5E 55%, #FFC9A6 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: footerv2NlShine 6s ease-in-out infinite alternate;
}
@keyframes footerv2NlShine { to { background-position: 100% 0; } }
.footerv2-nl-p {
  margin: 0 0 clamp(28px, 4vh, 40px);
  font: 400 15px/1.6 var(--font-body);
  color: rgba(255,255,255,0.65);
  max-width: 52ch;
  text-wrap: pretty;
}
.footerv2-nl-p b { color: #fff; font-weight: 600; }

.footerv2-nl-form {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  gap: 10px;
  align-items: center;
  width: min(100%, 520px);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 999px;
  padding: 5px 5px 5px 20px;
  transition:
    border-color 0.35s var(--ease-standard),
    background 0.35s var(--ease-standard),
    box-shadow 0.35s var(--ease-standard),
    transform 0.35s var(--ease-standard);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}
.footerv2-nl-form:hover { border-color: rgba(255,255,255,0.18); }
.footerv2-nl-form:focus-within {
  border-color: rgba(255,95,31,0.55);
  background: rgba(255,255,255,0.07);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 0 0 4px rgba(255,95,31,0.10),
    0 8px 28px -12px rgba(255,95,31,0.35);
}
.footerv2-nl-form.is-invalid { border-color: #FF7B7B; }
.footerv2-nl-ic { color: rgba(255,255,255,0.40); display: inline-flex; }
.footerv2-nl-input {
  background: transparent; border: 0; outline: none;
  color: #fff;
  font: 400 14.5px/1 var(--font-body);
  letter-spacing: -0.005em;
  padding: 14px 0;
  width: 100%;
}
.footerv2-nl-input::placeholder { color: rgba(255,255,255,0.35); }
.footerv2-nl-btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 11px 20px 11px 22px;
  background: var(--accent);
  color: #fff; border: 0; border-radius: 999px;
  font: 600 13.5px/1 var(--font-body);
  letter-spacing: -0.005em;
  cursor: pointer;
  transition:
    background 0.3s var(--ease-standard),
    transform 0.3s var(--ease-spring),
    box-shadow 0.3s var(--ease-standard);
  box-shadow: 0 6px 18px -6px rgba(255,95,31,0.55), inset 0 1px 0 rgba(255,255,255,0.18);
}
.footerv2-nl-btn svg { transition: transform 0.3s var(--ease-standard); }
.footerv2-nl-btn:hover { transform: translateY(-1px); box-shadow: 0 12px 26px -8px rgba(255,95,31,0.6), inset 0 1px 0 rgba(255,255,255,0.22); }
.footerv2-nl-btn:hover svg { transform: translateX(2px); }
.footerv2-nl-btn:disabled { cursor: default; transform: none; }
.footerv2-nl-form.is-sent .footerv2-nl-btn {
  background: var(--hrb-green-50, #1FA64D);
  box-shadow: 0 6px 18px -6px rgba(15,133,41,0.55), inset 0 1px 0 rgba(255,255,255,0.18);
}
.footerv2-nl-form.is-sent .footerv2-nl-input { color: rgba(255,255,255,0.55); }

.footerv2-nl-note {
  margin: clamp(14px, 2vh, 20px) 0 0;
  font-size: 11px; letter-spacing: 0.06em;
  color: rgba(255,255,255,0.35);
}
.footerv2-nl-note a {
  color: rgba(255,255,255,0.6); text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.14);
  padding-bottom: 1px;
  transition: color 0.25s var(--ease-standard), border-color 0.25s var(--ease-standard);
}
.footerv2-nl-note a:hover { color: #fff; border-color: rgba(255,255,255,0.35); }

@media (max-width: 520px) {
  .footerv2-nl-form {
    grid-template-columns: 1fr;
    gap: 8px;
    border-radius: 20px;
    padding: 16px;
  }
  .footerv2-nl-ic { display: none; }
  .footerv2-nl-input { padding: 4px 4px; text-align: center; }
  .footerv2-nl-btn { justify-content: center; padding: 13px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .footerv2-nl-eyedot, .footerv2-nl-h em { animation: none !important; }
}

/* ─────────────────────────────────────────────────────────
   Newsletter CTA · detached Apple-style island
   ─────────────────────────────────────────────────────────
   Own section on the page's light surface, contains a dark
   rounded card that "floats" clearly above the footer. */
.nlcta {
  background: var(--paper, #fff);
  padding: clamp(64px, 10vh, 128px) var(--gutter, 24px) clamp(48px, 7vh, 96px);
  position: relative;
}
.nlcta-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 1180px;
  margin: 0 auto;
  border-radius: clamp(24px, 3vw, 40px);
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(255,95,31,0.10), transparent 55%),
    linear-gradient(180deg, #062148 0%, var(--ink, #001738) 100%);
  padding: clamp(45px, 7vh, 90px) clamp(24px, 5vw, 88px);
  box-shadow:
    0 32px 80px -32px rgba(0, 23, 56, 0.35),
    0 2px 0 0 rgba(255, 255, 255, 0.04) inset;
}
.nlcta-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
  animation: nlctaFloat 22s ease-in-out infinite alternate;
}
.nlcta-blob-a {
  width: 520px; height: 380px;
  background: radial-gradient(circle, rgba(255,95,31,0.30), transparent 70%);
  top: -140px; left: 12%;
}
.nlcta-blob-b {
  width: 460px; height: 340px;
  background: radial-gradient(circle, rgba(20,151,186,0.16), transparent 70%);
  bottom: -160px; right: 8%;
  animation-delay: -8s;
}
@keyframes nlctaFloat {
  0%   { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(30px, -20px, 0); }
}

.nlcta-inner {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.nlcta-eyebrow {
  display: none;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.62);
  margin-bottom: clamp(20px, 3vh, 32px);
}
.nlcta-eyebrow .nlcta-eyedot { flex: none; }
.nlcta-eyedot {
  width: 6px; height: 6px; border-radius: 999px;
  background: var(--accent, #FF5F1F);
  box-shadow: 0 0 0 0 rgba(255,95,31,0.6);
  animation: nlctaEyePulse 2.2s ease-out infinite;
}
@keyframes nlctaEyePulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(255,95,31,0.5), 0 0 12px 2px rgba(255,95,31,0.35); }
  70%     { box-shadow: 0 0 0 8px rgba(255,95,31,0), 0 0 22px 5px rgba(255,95,31,0.2); }
}

.nlcta-h {
  margin: 0 0 clamp(14px, 2vh, 20px);
  font-family: var(--font-display, "Source Sans 3", sans-serif);
  font-weight: 200;
  font-size: clamp(40px, 6.4vw, 84px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: #fff;
  text-wrap: balance;
}
.nlcta-h em {
  font-style: normal; font-weight: 300;
  background: linear-gradient(100deg, var(--accent, #FF5F1F) 0%, #FF9A5E 55%, #FFC9A6 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  background-size: 200% 100%;
  animation: nlctaShine 6s var(--ease-standard, ease) infinite alternate;
}
@keyframes nlctaShine { to { background-position: 100% 0; } }

.nlcta-p {
  margin: 0 auto clamp(32px, 4.5vh, 44px);
  font: 400 17px/1.55 var(--font-body, "Source Sans 3", sans-serif);
  color: rgba(255,255,255,0.72);
  max-width: none;
  text-wrap: balance;
}
.nlcta-p b { color: #fff; font-weight: 600; }

/* Inner-page CTA: keep heading + copy from spanning the full card width */
.inner-nlcta-inner .nlcta-h { font-size: clamp(40px, 5vw, 64px); line-height: 1.06; max-width: 24ch; margin-inline: auto; }
.inner-nlcta-inner .nlcta-p { max-width: 54ch; margin-inline: auto; }
.inner-nlcta-inner .nlcta-ctas { margin-bottom: 0; }

.nlcta-ctas {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 0 0 clamp(48px, 7vh, 72px);
}
/* Dark-surface override for tertiary button inside the CTA card */
.nlcta .btn-tertiary,
.nlcta .btn-tertiary > * { color: #fff !important; -webkit-text-fill-color: #fff !important; }
.nlcta .btn-tertiary { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.16); }
.nlcta .btn-tertiary:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.28); }
.nlcta .btn-tertiary svg { color: #fff !important; }
.nlcta-micro {
  margin: 0 0 clamp(36px, 5vh, 56px);
  font-size: 11px; letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
}

.nlcta-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 560px;
  margin: clamp(28px, 4vh, 40px) auto clamp(18px, 2.6vh, 24px);
  text-align: center;
}
.nlcta-divider::before,
.nlcta-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.18) 50%, rgba(255,255,255,0) 100%);
}
.nlcta-divider-label {
  display: inline-block;
  flex: none;
  background: transparent;
  color: rgba(255,255,255,0.42);
  font: 400 12px/1 var(--font-body, "Source Sans 3", sans-serif);
  letter-spacing: 0.02em;
}

.nlcta-form {
  max-width: 560px;
  margin: 0 auto;
}
/* Real Contact Form 7 form #456 ("Newsletter HRBlizz" — a plain
   [email*]/[submit] template, see final-cta.php's docblock) reskinned in
   place into the design's pill field + button, same "leave CF7's own
   .wpcf7-* classes in place and restyle them" approach as contact.css/
   learn-support.css. The form's own _form template wraps the fields in
   a <div class="hrblizz-form-subscription"> — that div, not form.wpcf7-
   form itself, is the actual flex row; the wrap span is unwrapped via
   display:contents so the email input and submit button become its
   direct flex children. */
.nlcta-form .hrblizz-form-subscription {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.nlcta-form .wpcf7-form-control-wrap:not([class*="honeypot"]) { display: contents; }
.nlcta-form .wpcf7-form-control-wrap[class*="honeypot"] { display: none; }
.nlcta-form input.wpcf7-email {
  flex: 1 1 auto;
  min-width: 0;
  height: 52px;
  padding: 0 20px 0 48px;
  background-color: rgba(255,255,255,0.06);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-opacity='0.45' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2.5'%3E%3C/rect%3E%3Cpath d='m3 7 9 6 9-6'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 20px center;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  outline: none;
  box-sizing: border-box;
  color: #fff;
  font: 400 15px/1 var(--font-body, "Source Sans 3", sans-serif);
  letter-spacing: -0.005em;
  transition:
    border-color 0.25s var(--ease-standard, ease),
    background-color 0.25s var(--ease-standard, ease),
    box-shadow 0.25s var(--ease-standard, ease);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}
.nlcta-form input.wpcf7-email:hover { border-color: rgba(255,255,255,0.20); }
.nlcta-form input.wpcf7-email:focus {
  border-color: rgba(255,95,31,0.55);
  background-color: rgba(255,255,255,0.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 0 0 4px rgba(255,95,31,0.12),
    0 12px 32px -14px rgba(255,95,31,0.4);
}
.nlcta-form.is-invalid input.wpcf7-email { border-color: #FF7B7B; }
.nlcta-form input.wpcf7-email::placeholder { color: rgba(255,255,255,0.40); }
/* Kill browser autofill's opaque yellow/white background on the pill input */
.nlcta-form input.wpcf7-email:-webkit-autofill,
.nlcta-form input.wpcf7-email:-webkit-autofill:hover,
.nlcta-form input.wpcf7-email:-webkit-autofill:focus,
.nlcta-form input.wpcf7-email:-webkit-autofill:active {
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  transition: background-color 9999s ease-in-out 0s;
  background-clip: text !important;
}
.nlcta-form .wpcf7-submit {
  flex: none; height: 52px; padding: 0 26px;
  background: #EEF1F6;
  color: var(--hrb-fg-primary, #001738);
  border: 0;
  border-radius: 999px;
  font: 600 14.5px/1 var(--font-body, "Source Sans 3", sans-serif);
  letter-spacing: -0.002em;
  cursor: pointer;
  transition: transform 0.2s var(--ease-standard, ease), box-shadow 0.25s var(--ease-standard, ease), background 0.2s var(--ease-standard, ease);
  box-shadow: 0 8px 20px -6px rgba(0,23,56,0.35), inset 0 1px 0 rgba(255,255,255,0.5);
}
.nlcta-form .wpcf7-submit:hover { transform: translateY(-1px); box-shadow: 0 14px 30px -8px rgba(0,23,56,0.45), inset 0 1px 0 rgba(255,255,255,0.5); }
.nlcta-form .wpcf7-submit:active { transform: translateY(0) scale(0.98); }
.nlcta-form .wpcf7-submit:disabled { cursor: default; transform: none; }
.nlcta-form.is-sending .wpcf7-submit { background: var(--accent, #FF5F1F); opacity: 0.9; }
.nlcta-form.is-sent .wpcf7-submit {
  background: var(--hrb-green-50, #1FA64D);
  box-shadow: 0 6px 18px -6px rgba(15,133,41,0.55), inset 0 1px 0 rgba(255,255,255,0.18);
}
.nlcta-form.is-sent input.wpcf7-email { color: rgba(255,255,255,0.55); }
/* CF7's own loading spinner + response banner are dropped in favour of the
   button's own label/colour swap (javascript/home-v2.js), same call as
   contact.css's docblock for form #523. */
.nlcta-form .wpcf7-spinner { display: none; }
.nlcta-form .wpcf7-response-output { display: none; }
.nlcta-form .wpcf7-not-valid-tip { flex: 1 0 100%; order: 3; margin: 0; font-size: 12.5px; color: #FF7B7B; }

.nlcta-note {
  margin: clamp(18px, 2.4vh, 24px) 0 0;
  font-size: 11px; letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.40);
}
.nlcta-note a {
  color: rgba(255,255,255,0.68); text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  padding-bottom: 1px;
  transition: color 0.25s var(--ease-standard, ease), border-color 0.25s var(--ease-standard, ease);
}
.nlcta-note a:hover { color: #fff; border-color: rgba(255,255,255,0.45); }

@media (max-width: 900px) {
  .nlcta { padding: clamp(48px, 8vh, 96px) 16px clamp(40px, 6vh, 72px); }
  .nlcta-inner { max-width: 720px; }
  .nlcta-p { font-size: 16px; }
}
/* Tablet / iPad (portrait & landscape, 561–1366px): trim the CTA card's top/bottom
   padding so the card isn't overly tall and its content sits vertically centered */
@media (min-width: 561px) and (max-width: 1366px) {
  .nlcta-card { padding-top: clamp(40px, 6vh, 60px); padding-bottom: clamp(40px, 6vh, 60px); }
}

@media (max-width: 640px) {
  .nlcta { padding: 56px 12px 40px; }
  .nlcta-card { padding: 52px 20px; border-radius: 24px; }
  .nlcta-h { font-size: clamp(34px, 9vw, 44px); line-height: 1.05; }
  .nlcta-p { font-size: 15px; line-height: 1.5; }
  .nlcta-ctas { flex-direction: column; align-items: stretch; width: 100%; max-width: 320px; margin: 0 auto clamp(40px, 6vh, 56px); }
  .nlcta-ctas .btn { justify-content: center; width: 100%; }
  .nlcta-form { max-width: 340px; }
  .nlcta-form .hrblizz-form-subscription { flex-direction: column; gap: 10px; }
  .nlcta-form input.wpcf7-email { width: 100%; padding: 14px 16px 14px 44px; background-position: 16px center; }
  .nlcta-form .wpcf7-submit { justify-content: center; width: 100%; }
  .nlcta-blob-a, .nlcta-blob-b { opacity: 0.4; }
}

@media (max-width: 420px) {
  .nlcta { padding: 44px 10px 32px; }
  .nlcta-card { padding: 44px 16px; }
  .nlcta-h { font-size: 30px; }
  .nlcta-note { font-size: 10px; letter-spacing: 0.04em; }
}

@media (min-width: 1400px) {
  .nlcta-card { max-width: 1240px; }
}

@media (prefers-reduced-motion: reduce) {
  .nlcta-blob, .nlcta-eyedot, .nlcta-h em { animation: none !important; }
}

/* Footer now sits distinctly below, on the page's own dark ink surface */

.footerv2-rule { height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent); margin: 8px 0 clamp(40px, 6vh, 64px); }

/* ── Brand + columns ───────────────────────────────────── */
.footerv2-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 3.5vw, 64px);
  padding-bottom: clamp(40px, 6vh, 64px);
}
.footerv2-brand-col { max-width: 320px; padding-right: clamp(24px, 3vw, 56px); }
.footerv2-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-bottom: 22px;
}
.footerv2-logo-img {
  height: 44px;
  width: auto;
  display: block;
}
.footerv2-tag { font: 600 16px/1.45 var(--font-display); color: #fff; letter-spacing: -0.01em; margin: 0 0 8px; }
.footerv2-meta { margin: 0; font: 400 16px/1.6 var(--font-body); color: rgba(255,255,255,0.72); text-wrap: pretty; }

.footerv2-soc {
  display: flex;
  gap: 8px;
  margin-top: 22px;
}
.footerv2-soc a {
  width: 38px; height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.65);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s var(--ease-standard), border-color 0.3s var(--ease-standard), color 0.3s var(--ease-standard), transform 0.3s var(--ease-spring);
}
.footerv2-soc a:hover { background: var(--accent); border-color: var(--accent); color: #fff; transform: translateY(-2px); }

.footerv2-h {
  font: 700 11px/1 var(--font-mono);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin: 0 0 18px;
}
.footerv2-subh {
  font: 700 16px/1.3 var(--font-display);
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.005em;
}
.footerv2-subh-spaced { margin-top: 22px; }
.footerv2-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.footerv2-col ul a {
  font: 400 16px/1.5 var(--font-body);
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  position: relative;
  transition: color 0.3s var(--ease-standard), padding-left 0.4s var(--ease-emphasized);
}
.footerv2-col ul a:hover { color: var(--accent); padding-left: 6px; }
.footerv2-login {
  color: var(--accent) !important;
  font-weight: 600 !important;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}

.footerv2-login-inline {
  color: var(--accent) !important;
  font-weight: 600 !important;
}
.footerv2-login-inline span {
  display: inline-block;
  transition: transform 0.3s var(--ease-emphasized);
}
.footerv2-login-inline:hover span { transform: translateX(3px); }

/* ── Legal row ─────────────────────────────────────────── */
.footerv2-legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
  flex-wrap: wrap;
  gap: 14px;
}
.footerv2-copy { font-size: 14px; color: rgba(255,255,255,0.45); letter-spacing: 0.04em; }
.footerv2-legal-links {
  display: inline-flex;
  align-items: center;
  margin-right: 172px;
  gap: 22px;
  font-size: 12px;
}
.footerv2-legal-links a { color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.3s var(--ease-standard); }
.footerv2-legal-links a:hover { color: var(--accent); }
.footerv2-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  padding-left: 22px;
  border-left: 1px solid rgba(255,255,255,0.10);
  letter-spacing: 0.04em;
}
.footerv2-status i {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--hrb-green-50, #1FA64D);
  box-shadow: 0 0 0 0 rgba(31,166,77,0.5);
  animation: footerPulse 2s ease-out infinite;
}
@keyframes footerPulse {
  0% { box-shadow: 0 0 0 0 rgba(31,166,77,0.5); }
  100% { box-shadow: 0 0 0 10px rgba(31,166,77,0); }
}

/* .footerv2-links-desktop wraps the Product/Solutions/Resources/Company
   columns unchanged; display:contents lets them keep acting as direct
   .footerv2-grid children at ≥981px, so desktop layout is untouched. */
.footerv2-links-desktop { display: contents; }
/* .footerv2-links-mobile duplicates the same links into two independent
   vertical-flow columns (see template-parts/home/footer.php docblock for
   why): each column stacks only its own sections, so "HR Blizz" (4 links)
   and "Core HR" (6 links) never share a row and can't force each other's
   height — eliminating the gap a shared grid/flex row would otherwise
   leave under the shorter column. Hidden at desktop widths. */
.footerv2-links-mobile { display: none; }

@media (max-width: 980px) {
  .footerv2-sub { grid-template-columns: 1fr; }
  .footerv2-grid { grid-template-columns: 1fr; }
  .footerv2-links-desktop { display: none; }
  .footerv2-links-mobile {
    display: flex;
    gap: clamp(24px, 5vw, 56px);
  }
  .footerv2-colgroup {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 720px) {
  .footerv2-form { grid-template-columns: 20px 1fr; padding: 12px 16px; border-radius: 18px; }
  .footerv2-btn { grid-column: span 2; justify-content: center; }
  .footerv2-legal { flex-direction: column; align-items: flex-start; }
  .footerv2-status { padding-left: 0; border-left: 0; }
  .footerv2-inner { padding-bottom: 88px; }
}
@media (max-width: 420px) {
  .footerv2-inner { padding-bottom: 88px; }
}

.grecaptcha-badge { display: none!important;}