/* Shared visual language from the approved homepage release v14. */
.brand-section-label {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 0;
  color: #3578b3;
  font: 500 clamp(17px, 1.35vw, 20px)/1.58 Golos, sans-serif;
  letter-spacing: .01em;
}
.brand-section-label > span {
  display: inline-grid;
  place-items: center;
  flex: none;
  width: 40px;
  height: 40px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
  letter-spacing: 0;
}
.brand-section-label p { margin: 0; }
.brand-section-label--light { color: #b8dfff; }

.brand-v4-cta,
.rev-action,
.rev-text-link,
.button,
.text-link,
.hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: auto;
  min-height: 60px;
  padding: 15px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #7fb8ff;
  color: #142c43;
  font: 500 16px/1.25 Golos, sans-serif;
  text-align: left;
  text-decoration: none;
  transition: background-color .22s ease, color .22s ease, transform .22s ease;
}
.brand-v4-cta:hover,
.rev-action:hover,
.rev-text-link:hover,
.button:hover,
.text-link:hover,
.hero-secondary:hover {
  background: #276fc3;
  color: #fff;
  transform: translateY(-2px);
}
.brand-v4-cta svg,
.rev-action svg,
.rev-text-link svg,
.button svg,
.text-link svg,
.hero-secondary svg { width: 22px; height: 22px; flex: none; }
.brand-v4-cta--outline {
  border-color: #7da8cb;
  background: transparent;
  color: #21364c;
}
.brand-v4-cta--outline:hover { border-color: #276fc3; }
.brand-v4-cta:focus-visible,
.rev-action:focus-visible,
.rev-text-link:focus-visible,
.button:focus-visible,
.text-link:focus-visible,
.hero-secondary:focus-visible {
  outline: 3px solid #247bd5;
  outline-offset: 4px;
}
.brand-v4-cta:focus:not(:focus-visible),
.rev-action:focus:not(:focus-visible),
.rev-text-link:focus:not(:focus-visible),
.button:focus:not(:focus-visible),
.text-link:focus:not(:focus-visible),
.hero-secondary:focus:not(:focus-visible) { outline: none; }

/* The homepage header and footer remain the site's global navigation. */
.rev-page-nav,
.rev-breadcrumb { display: none; }
.header-cta {
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid rgba(225,241,255,.65);
  border-radius: 999px;
}
.footer-notes {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: clamp(12px,2vw,25px);
  white-space: nowrap;
}

@media (max-width: 760px) {
  .brand-section-label > span { width: 40px; height: 40px; font-size: 12px; }
  .brand-v4-cta,
  .rev-action,
  .rev-text-link,
  .button,
  .text-link,
  .hero-secondary { min-height: 58px; font-size: 15px; }
  .footer-notes { display: flex; gap: 12px; font-size: 11px; overflow-x: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .brand-v4-cta,
  .rev-action,
  .rev-text-link,
  .button,
  .text-link,
  .hero-secondary { transition: none; }
}
