.site-shell {
  --wp-blue: #287bef;
  --wp-blue-deep: #1458b8;
  --wp-gold: #e5b72e;
  --wp-gold-deep: #b9820d;
  --wp-gold-soft: #fff3c8;
}

.site-shell .nav {
  position: sticky;
}

.site-shell .nav::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, var(--wp-blue) 0 68%, var(--wp-gold) 68% 100%);
  opacity: 0.9;
}

.site-shell .logo-mark {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(145deg, #35b3f1 0%, #287bef 70%);
  box-shadow: 4px 4px 0 rgba(229, 183, 46, 0.92);
}

.site-shell .logo-word small {
  color: var(--wp-gold-deep);
  font-size: 7px;
  letter-spacing: 1.35px;
  white-space: nowrap;
}

.site-shell .desktop-nav a {
  position: relative;
}

.site-shell .desktop-nav a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -10px;
  left: 50%;
  height: 2px;
  background: var(--wp-gold);
  transition: right 160ms ease, left 160ms ease;
}

.site-shell .desktop-nav a:hover::after,
.site-shell .desktop-nav a:focus-visible::after {
  right: 0;
  left: 0;
}

.site-shell .nav-cta,
.site-shell .button:not(.secondary) {
  border: 1px solid rgba(229, 183, 46, 0.55);
  background: linear-gradient(135deg, var(--wp-blue), #1766cf);
  box-shadow: 0 8px 22px rgba(40, 123, 239, 0.2), inset 0 -2px 0 rgba(185, 130, 13, 0.42);
}

.site-shell .button.secondary {
  border-color: rgba(185, 130, 13, 0.7);
  color: #76530d;
}

.site-shell .hero {
  border-bottom: 1px solid rgba(229, 183, 46, 0.35);
  background:
    radial-gradient(circle at 12% 18%, rgba(40, 123, 239, 0.1), transparent 29%),
    radial-gradient(circle at 88% 14%, rgba(229, 183, 46, 0.12), transparent 24%);
}

.site-shell .hero::before {
  content: "";
  position: absolute;
  top: 32px;
  left: max(24px, calc((100% - 1180px) / 2));
  width: 92px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wp-blue) 0 68%, var(--wp-gold) 68%);
}

.site-shell .hero h1 strong {
  position: relative;
  color: var(--wp-blue-deep);
}

.site-shell .hero h1 strong::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: -7px;
  left: 3px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wp-blue), var(--wp-gold));
}

.site-shell .eyebrow {
  color: var(--wp-blue-deep);
}

.site-shell .section-intro > .eyebrow::before,
.site-shell .page-hero .eyebrow::before,
.site-shell .content-layout .eyebrow::before,
.site-shell .department-details .eyebrow::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 2px;
  margin: 0 9px 3px 0;
  background: var(--wp-gold);
}

.site-shell .page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(229, 183, 46, 0.28);
  background:
    linear-gradient(112deg, rgba(40, 123, 239, 0.075), transparent 42%),
    radial-gradient(circle at 91% 19%, rgba(229, 183, 46, 0.15), transparent 25%);
}

.site-shell .page-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 7%;
  width: 170px;
  height: 4px;
  background: linear-gradient(90deg, var(--wp-blue), var(--wp-gold));
}

.site-shell .presence-visual,
.site-shell .hero-card {
  border: 1px solid rgba(229, 183, 46, 0.42);
  box-shadow: 0 24px 55px rgba(15, 65, 131, 0.12), 9px 9px 0 rgba(229, 183, 46, 0.11);
}

.site-shell .pulse-dot,
.site-shell .signal-arrow {
  color: var(--wp-gold);
  background-color: var(--wp-gold);
}

.site-shell .signal-core {
  border-color: rgba(229, 183, 46, 0.75);
  box-shadow: 0 0 0 7px rgba(40, 123, 239, 0.12), 0 0 0 10px rgba(229, 183, 46, 0.16);
}

.site-shell .card,
.site-shell .service-hub-card,
.site-shell .offer-card,
.site-shell .concept,
.site-shell .side-callout,
.site-shell .form-card {
  position: relative;
  overflow: hidden;
}

.site-shell .card::before,
.site-shell .service-hub-card::before,
.site-shell .offer-card::before,
.site-shell .concept::before,
.site-shell .side-callout::before,
.site-shell .form-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--wp-blue) 0 76%, var(--wp-gold) 76%);
  opacity: 0.82;
}

.site-shell .card:hover,
.site-shell .service-hub-card:hover,
.site-shell .offer-card:hover {
  border-color: rgba(185, 130, 13, 0.42);
  box-shadow: 0 16px 38px rgba(40, 123, 239, 0.09), 0 0 0 1px rgba(229, 183, 46, 0.08);
}

.site-shell .card .number,
.site-shell .service-hub-card > span,
.site-shell .problem-grid span,
.site-shell .purchase-standards span {
  color: var(--wp-gold-deep);
}

.site-shell .dark {
  border-block: 1px solid rgba(229, 183, 46, 0.22);
}

.site-shell .dark .eyebrow,
.site-shell .final-cta .eyebrow {
  color: #f0cc64;
}

.site-shell .final-cta {
  position: relative;
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--wp-blue), var(--wp-gold)) 1;
}

.site-shell .footer {
  position: relative;
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--wp-blue) 0 72%, var(--wp-gold) 72%) 1;
}

.site-shell input:focus,
.site-shell select:focus,
.site-shell textarea:focus {
  outline: 2px solid rgba(229, 183, 46, 0.65);
  outline-offset: 2px;
  border-color: var(--wp-blue);
}

@media (max-width: 700px) {
  .site-shell .hero::before {
    top: 18px;
    left: 18px;
  }

  .site-shell .logo-mark {
    box-shadow: 3px 3px 0 rgba(229, 183, 46, 0.9);
  }

  .site-shell .page-hero::after {
    right: 0;
    width: 110px;
  }
}
.trust-line .clear-outline {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1.15px var(--gold);
  text-stroke: 1.15px var(--gold);
  font-size: 1.12em;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
}

.section-intro .clear-outline-display {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--gold);
  text-stroke-width: 2px;
  text-stroke-color: var(--gold);
  font-size: 1em;
  letter-spacing: 0.04em;
}
