* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #111;
  background: #fff;
  line-height: 1.6;
}

.site-header {
  border-bottom: 1px solid #e5e5e5;
}

/* ================================
   FORCE HEADER LINK COLOR
   ================================ */

.site-header a,
.site-header a:visited {
  color: #111;
  text-decoration: none;
}

.site-nav {
  display: flex;
  gap: 1.5rem; /* adjust: 1rem – 2rem */
}

.site-header a:hover {
  text-decoration: underline;
}

.logo {
  height: 38px;   /* adjust this number */
  width: auto;
}

@media (max-width: 640px) {
  .logo {
    height: 32px;
  }
}

.header-inner,
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-text {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #111;
  text-decoration: none;
}

.no-watermark::before {
  display: none;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("/assets/img/vti-swirl-grey.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55vmin;
  opacity: 0.06;
  pointer-events: none;
  z-index: -1;
}

.primary-nav ul,
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.25rem;
}

}

.primary-nav a,
.footer-links a,
.nav-cta a {
  text-decoration: none;
  color: #111;
  font-weight: 500;
}

.primary-nav a:hover,
.footer-links a:hover {
  text-decoration: underline;
}

.site-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.site-footer {
  border-top: 1px solid #e5e5e5;
  font-size: 0.9rem;
  color: #444;
}

/* ================================
   VTI VERIFIED™ — FORCE CENTER + SIZE
   ================================ */

/* Container */


/* Centering wrapper (beats flex parents) */
.vti-verified-badge {
  width: 100%;
  display: flex;
  justify-content: center; /* hard center */
}

/* Badge image — HARD LOCK */
.vti-verified-badge img {
  width: 96px !important;      /* smaller seal size */
  height: 96px !important;
  max-width: 96px !important;
  display: block;
  margin: 0 auto 10px auto;    /* center + spacing */
}

/* Mark text */
.vti-verified-text h2 {
  font-size: 1.15rem;      /* slightly smaller */
  margin: 0 0 4px 0;
  letter-spacing: 0.02em;
}

/* Descriptor line */
.vti-verified-text p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.4;
  margin: 0;
}
/* Center VTI Verified section inside Tailwind container */

.container > h1 {
  text-align: center;
}

/* ================================
   VTI VERIFIED™ — FINAL, CLEAN
   ================================ */

.vti-verified-specimen {
  max-width: 520px;
  margin: 32px auto;
  text-align: center;
}

.vti-verified-badge {
  display: flex;
  justify-content: center;
}

.vti-verified-badge img {
  width: 72px;
  height: 72px;
  max-width: 72px;
  display: block;
  margin: 0 auto 12px auto;
}

.vti-verified-text h2 {
  font-size: 1.15rem;
  margin: 0 0 6px 0;
  letter-spacing: 0.02em;
}

.vti-verified-text p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.4;
  margin: 0;
}

.footer-centered {
  text-align: center;
}

.footer-primary {
  font-weight: 600;
}

.footer-secondary {
  margin-top: 0.75rem;
}

.footer-note {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: #777;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.footer-nav {
  margin-top: 1rem;
  font-size: 0.85rem;
}

.footer-nav a {
  color: inherit;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: underline;
}


/* ================================
   FORCE HEADER + FOOTER LINK COLOR
   ================================ */

.site-header a,
.site-header a:visited,
.site-footer a,
.site-footer a:visited {
  color: #111;
  text-decoration: none;
}

.site-header a:hover,
.site-footer a:hover {
  text-decoration: underline;
}

.footer-primary {
  font-weight: 600;
}

.footer-secondary {
  margin-top: 0.75rem;
}

.footer-note {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: #777;
}

.footer-nav {
  margin-top: 1rem;
  font-size: 0.85rem;
}

.footer-nav a {
  color: inherit;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.site-footer {
  border-top: 1px solid #e6e6e6;
  background: #fff;
  padding: 3rem 1rem;
}

.site-footer .footer-inner {
  max-width: 900px;
  margin: 0 auto;
  display: block; /* kills inherited flex/grid */
  text-align: center;
}

.site-footer p {
  margin: 0.5rem 0;
  font-size: 0.85rem;
  color: #666;
  line-height: 1.5;
}

.site-footer {
  margin-top: 4rem;     /* creates a clean stop */
  padding-top: 3rem;
}

.site-footer .footer-primary p {
  font-weight: 600;
  color: #555;
}

.site-footer .footer-note {
  margin-top: 1.25rem;
  font-size: 0.8rem;
  color: #888;
}

.site-footer .footer-nav {
  margin-top: 1.5rem;
  letter-spacing: 0.02em;
}

.site-main a,
.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-main a:hover,
.site-footer a:hover {
  text-decoration: underline;
}

.site-nav a[aria-current="page"] {
  font-weight: 600;
  border-bottom: 2px solid currentColor;
}
