:root {
  --hvc-ink: #000000;
  --hvc-muted: #000000;
  --hvc-surface: #f9f9f9;
  --hvc-line: #000000;
  --hvc-brand: #000000;
  --hvc-brand-dark: color-mix(in srgb, #00aeef 35%, #000000);
  --hvc-accent: #00aeef;
  --hvc-focus: #000000;
  --hvc-white: #fff;
  --hvc-radius: 0.5rem;
  --hvc-space: clamp(1rem, 2.5vw, 2rem);
  --hvc-max: 72rem;
}

.hvc-corporate .hvc-main {
  color: var(--hvc-ink);
  line-height: 1.75;
  padding-block: clamp(2.5rem, 7vw, 6rem);
}

.hvc-corporate .hvc-main > .container {
  max-width: var(--hvc-max);
}

.hvc-page-header {
  max-width: 60rem;
  margin: 0 auto clamp(2rem, 5vw, 4rem);
}

.hvc-page-header h1 {
  margin: 0;
  color: var(--hvc-ink);
  font-size: clamp(2rem, 6vw, 4.25rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.hvc-content > * {
  max-width: 52rem;
  margin-inline: auto;
}

.hvc-content > .alignwide,
.hvc-content > .hvc-grid,
.hvc-content > .hvc-hero,
.hvc-content > .hvc-section-wide {
  max-width: var(--hvc-max);
}

.hvc-content h2 {
  margin-top: clamp(3rem, 7vw, 5.5rem);
  color: var(--hvc-ink);
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 1.3;
}

.hvc-content h3 {
  margin-top: 2rem;
  color: var(--hvc-ink);
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.hvc-content .hvc-card-heading {
  color: var(--hvc-ink);
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 1.3;
}

.hvc-lead {
  color: var(--hvc-ink);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.hvc-grid {
  display: grid;
  gap: var(--hvc-space);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
}

.hvc-card {
  height: 100%;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--hvc-line);
  border-radius: var(--hvc-radius);
  background: var(--hvc-white);
}

.hvc-card > :first-child { margin-top: 0; }
.hvc-card > :last-child { margin-bottom: 0; }
.hvc-card dt { margin-top: 1rem; font-weight: 700; }
.hvc-card dd { margin-inline-start: 0; }

.hvc-page-support .hvc-support-detail {
  margin-top: var(--hvc-space);
}

.hvc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-block: 2rem;
}

.hvc-button,
.hvc-button:visited {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.1rem;
  border: 2px solid var(--hvc-brand);
  border-radius: 0.25rem;
  background: var(--hvc-brand);
  color: var(--hvc-white);
  font-weight: 700;
  text-decoration: none;
}

.hvc-button:hover { background: var(--hvc-brand-dark); color: var(--hvc-white); }
.hvc-button--secondary,
.hvc-button--secondary:visited { background: var(--hvc-white); color: var(--hvc-brand-dark); }

.hvc-corporate a:focus-visible,
.hvc-corporate button:focus-visible,
.hvc-corporate input:focus-visible,
.hvc-corporate select:focus-visible,
.hvc-corporate textarea:focus-visible {
  outline: 3px solid var(--hvc-focus);
  outline-offset: 3px;
}

.hvc-content a:not(.hvc-button) { text-decoration: underline; text-underline-offset: 0.16em; }

.hvc-table-wrap { overflow-x: auto; }
.hvc-content table { width: 100%; border-collapse: collapse; }
.hvc-content th,
.hvc-content td { padding: 0.8rem; border: 1px solid var(--hvc-line); text-align: left; vertical-align: top; }
.hvc-content th { background: var(--hvc-surface); }

.hvc-form label { display: block; margin-top: 1.25rem; font-weight: 700; }
.hvc-form input:not([type='checkbox']),
.hvc-form select,
.hvc-form textarea { width: 100%; max-width: 44rem; min-height: 2.75rem; margin-top: 0.35rem; }
.hvc-form .wpcf7-not-valid-tip { color: #a11b13; }
.hvc-form .wpcf7-response-output { margin-inline: 0; }

@media (max-width: 47.99rem) {
  .hvc-actions { flex-direction: column; }
  .hvc-button { width: 100%; }
  .hvc-content th,
  .hvc-content td { min-width: 9rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hvc-corporate *,
  .hvc-corporate *::before,
  .hvc-corporate *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
