/* DesignConcept10: QR256 parity theme (webbadge.theme.css aligned). */
:root {
  --wb-gold: #f1c40f;
  --wb-blue: #0070c0;
  --wb-dark: #1e1e1e;
  --wb-text: #111;
  --wb-muted: #444;
  --card-bg: #fff;
  --shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  --radius: 18px;
  --max: 1040px;
  --dc10-stroke: #e9ecef;
  --dc10-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  --site-focus-ring: rgba(241, 196, 15, 0.85);
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  line-height: 1.45;
  font-family: Arial, Helvetica, sans-serif !important;
  color: var(--wb-text) !important;
  background: var(--wb-gold) !important;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body::before {
  background: none;
  opacity: 0;
}

body::after {
  background: none;
}

.wrap,
.topbar,
main,
footer {
  position: relative;
  z-index: 1;
}

.wrap {
  max-width: 1120px !important;
  margin: 0 auto;
  padding: 20px 14px 56px;
}

.section {
  background: var(--card-bg) !important;
  border: 1px solid var(--dc10-stroke);
  box-shadow: var(--dc10-shadow) !important;
  border-radius: var(--radius);
  padding: clamp(18px, 3vw, 42px);
  margin: 16px 0;
  position: relative;
  overflow: visible;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.section:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.17) !important;
}

.section--pattern {
  background-blend-mode: soft-light;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.center {
  text-align: center;
}

.skip-link {
  position: absolute;
  top: -50px;
  left: 12px;
  background: #000;
  color: #fff;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none;
  z-index: 9999;
}

.skip-link:focus {
  top: 12px;
}

h1,
h2,
h3,
.footer-tagline,
.btn {
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: none;
}

h1 {
  color: var(--wb-text);
  text-wrap: balance;
  font-size: clamp(26px, 3vw, 44px);
  letter-spacing: -0.02em;
  -webkit-text-stroke: 0.5px currentColor;
  text-shadow: none;
}

h2,
h3 {
  color: var(--wb-text);
}

.hero img.logo {
  filter: none;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  background: transparent;
  border: 0;
  border-radius: 10px;
  padding: 14px;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-media,
.shot,
.shots .shot img,
.awards img,
.footer-logos img,
iframe {
  border-radius: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  border: 2px solid #07386f !important;
  color: #ffffff !important;
  background: linear-gradient(140deg, #083f86, #0b58b6) !important;
  box-shadow: 0 10px 22px rgba(8, 63, 134, 0.32);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  transition: transform 140ms ease, box-shadow 180ms ease, filter 180ms ease, background 180ms ease, color 180ms ease !important;
}

.cta-row {
  text-align: center;
  margin-top: 18px;
}

.cta-row .btn {
  font-size: clamp(18px, 1.65vw, 22px);
  line-height: 1.25;
  font-weight: 800;
  padding: 14px 20px;
  color: #ffffff !important;
  white-space: normal;
  text-wrap: balance;
  max-width: min(920px, 100%);
}

.cta-row .btn:hover,
.cta-row .btn:active {
  color: #ffffff !important;
}

.iframe-wrap {
  display: grid;
  place-items: center;
  overflow: hidden;
}

iframe {
  width: min(920px, 100%);
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: none;
}

.btn:hover,
.btn:active {
  color: #ffffff !important;
  background: linear-gradient(140deg, #c81e2a, #a90f1d) !important;
  border-color: #8f0b17 !important;
  box-shadow: 0 12px 24px rgba(200, 30, 42, 0.32);
  transform: translateY(-2px);
}

.topbar .btn {
  min-width: 0;
  flex: 1 1 0;
  color: #ffffff !important;
  background: linear-gradient(135deg, #0a4ea3, #0d5ec4) !important;
  border-color: #0552a6 !important;
  box-shadow: 0 8px 16px rgba(10, 78, 163, 0.24);
  padding: 12px 14px;
  font-size: clamp(14px, 1.5vw, 18px);
}

.topbar .btn.btn--qr {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 196, 15, 0.3)) !important;
  color: #0a4ea3 !important;
  border-color: #0a4ea3 !important;
  border-style: dashed !important;
  box-shadow: 0 8px 16px rgba(9, 62, 130, 0.18);
  text-shadow: none;
}

.topbar .btn.btn--qr256 {
  background: linear-gradient(135deg, #f5c400, #f0ca4b) !important;
  color: #1a1400 !important;
  border-color: #d2aa12 !important;
  text-shadow: none;
  box-shadow: 0 8px 16px rgba(196, 152, 18, 0.28);
}

.topbar .btn:nth-child(3) {
  background: #110022 !important;
  border: 5px solid rgb(80, 188, 201) !important;
  color: #f7d35c !important;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
}

.topbar .btn:nth-child(3):hover,
.topbar .btn:nth-child(3):active,
.topbar .btn:nth-child(3):focus-visible {
  background: linear-gradient(135deg, #c81e2a, #9f1720) !important;
  border-color: rgb(80, 188, 201) !important;
  color: #ffffff !important;
}

.topbar .btn:hover,
.topbar .btn:active {
  color: #ffffff !important;
}

.topbar .btn.btn--qr:hover,
.topbar .btn.btn--qr:active {
  color: #0a4ea3 !important;
}

.topbar .btn.btn--qr256:hover,
.topbar .btn.btn--qr256:active {
  color: #ffffff !important;
  background: linear-gradient(135deg, #0a4ea3, #0d5ec4) !important;
  border-color: #0552a6 !important;
}

.topbar .btn.btn--qr256:active {
  color: #ffffff !important;
}

.badge-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000 !important;
  border: 1px solid #000;
  color: #fff !important;
  box-shadow: none;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}

a:link,
a:visited {
  color: var(--wb-blue) !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

a:hover,
a:active {
  color: var(--wb-gold) !important;
}

footer.section {
  background: var(--wb-dark) !important;
  border: 0;
  color: #fff;
  text-align: center;
  box-shadow: none !important;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: var(--wb-gold);
}

.footer-tagline {
  margin: 0 0 8px;
  color: var(--wb-gold) !important;
  font-style: italic;
  font-size: clamp(22px, 2.2vw, 36px);
  font-weight: 900;
  text-shadow: none;
}

.content-panel {
  border: 1px solid #e9ecef;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.09);
  padding: 24px;
  border-radius: 14px;
}

.heading-tight-xl,
.heading-tight-md,
.copy-emphasis {
  color: #111;
}

.footer-meta {
  margin: 0 0 10px;
  font-size: clamp(14px, 1.4vw, 18px);
}

.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 16px 0 8px;
}

.footer-logos img {
  height: 130px;
  width: auto;
}

.fineprint {
  font-size: 12px;
  opacity: 0.9;
  margin-top: 14px;
}

/* ReDesign3 utility classes replacing repeated inline styles. */
.util-mt-8 {
  margin-top: 8px;
}

.util-mt-14 {
  margin-top: 14px;
}

.util-mt-18 {
  margin-top: 18px;
}

.util-mt-26 {
  margin-top: 26px;
}

.util-mt-28 {
  margin-top: 28px;
}

.title-clamp-xl {
  font-size: clamp(22px, 2.3vw, 38px);
}

.title-clamp-lg {
  font-size: clamp(20px, 2.2vw, 36px);
}

.highlight-note {
  font-size: 22px;
  font-weight: 900;
  margin-top: 14px;
}

.img-framed {
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.img-max-h-150 {
  max-height: 150px;
}

.img-w-450 {
  width: min(450px, 100%);
}

.img-w-560 {
  width: min(560px, 88%);
}

.img-w-720 {
  width: min(720px, 90%);
}

.img-w-731 {
  width: min(731px, 100%);
}

.img-w-800 {
  width: min(800px, 100%);
}

.img-w-820 {
  width: min(820px, 90%);
}

.img-w-920 {
  width: min(920px, 100%);
}

.social-block-primary {
  margin: 18px 0;
}

.social-block-secondary {
  margin: 10px 0 18px;
}

footer iframe {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent;
}

.privacy-title {
  margin-bottom: 6px;
  color: #ffffff !important;
}

.privacy-copy {
  max-width: 80ch;
  margin: 0 auto;
}

.heading-tight-xl {
  margin-top: 0;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.heading-tight-md {
  font-size: 22px;
  font-weight: 800;
  margin-top: 18px;
  margin-bottom: 8px;
}

.copy-lg {
  font-size: 18px;
  color: var(--wb-muted);
  line-height: 1.55;
}

.copy-list {
  font-size: 18px;
  color: var(--wb-muted);
  line-height: 1.55;
  padding-left: 22px;
  margin-top: 12px;
}

.copy-list li + li {
  margin-top: 12px;
}

.copy-emphasis {
  font-weight: 700;
}

/* Shared reveal motion for large content blocks. */
.rd1-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.rd1-reveal.is-visible .badge-status {
  animation: badge-pulse 1.8s ease-out 1;
}

.topbar .btn.btn--qr256 .badge-status {
  animation: none !important;
}

.topbar .btn:nth-child(3) .badge-status {
  animation: badge-pulse-ring 1.8s ease-out infinite;
}

@keyframes badge-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(245, 196, 0, 0.45), 0 0 0 0 rgba(245, 196, 0, 0.18);
  }
  100% {
    transform: scale(1.14);
    box-shadow: 0 0 0 14px rgba(245, 196, 0, 0), 0 0 18px 4px rgba(245, 196, 0, 0.18);
  }
}

@keyframes badge-pulse-ring {
  0% {
    box-shadow: 0 0 0 0 rgba(245, 196, 0, 0.35);
  }
  100% {
    box-shadow: 0 0 0 14px rgba(245, 196, 0, 0);
  }
}

.rd1-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Improve keyboard focus visibility consistently across pages. */
:focus-visible {
  outline: 3px solid var(--site-focus-ring);
  outline-offset: 2px;
}

.awards a.award-lightup img {
  transition: filter 220ms ease, transform 220ms ease;
}

.awards a.award-lightup:hover img,
.awards a.award-lightup:focus-visible img {
  filter: brightness(1.14) drop-shadow(0 0 12px rgba(255, 208, 0, 0.9)) drop-shadow(0 0 24px rgba(255, 208, 0, 0.55));
  transform: translateY(-2px) scale(1.02);
}

@media (max-width: 760px) {
  .topbar {
    flex-wrap: wrap;
  }

  .topbar .btn {
    flex: 1 1 100%;
  }

  .section {
    border-radius: 16px !important;
  }

  .btn {
    min-height: 48px;
  }

  .footer-logos img {
    height: 110px;
  }
}

/* Respect user motion preferences for shared animations. */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}