:root {
  --pwn-v3-bg: #070a13;
  --pwn-v3-bg-2: #0d1120;
  --pwn-v3-panel: #11182a;
  --pwn-v3-ink: #eef6ff;
  --pwn-v3-muted: #93a3ba;
  --pwn-v3-cyan: #43ddff;
  --pwn-v3-blue: #238cff;
  --pwn-v3-line: rgba(116, 198, 255, 0.16);
}

body.pwn-v3-wp-bridge {
  color: var(--pwn-v3-ink);
  background:
    radial-gradient(circle at 74% 8%, rgba(72, 72, 160, 0.20), transparent 28rem),
    radial-gradient(circle at 12% 38%, rgba(35, 140, 255, 0.08), transparent 28rem),
    var(--pwn-v3-bg) !important;
  font-family: Inter, system-ui, sans-serif;
}

body.pwn-v3-wp-bridge::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(67, 221, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(67, 221, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 78%);
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

/* Hide Salient's green header only where the bridge is active. */
body.pwn-v3-wp-bridge #header-outer,
body.pwn-v3-wp-bridge #header-space,
body.pwn-v3-wp-bridge #slide-out-widget-area,
body.pwn-v3-wp-bridge #slide-out-widget-area-bg,
body.pwn-v3-wp-bridge .nectar-mobile-only.mobile-header {
  display: none !important;
}

body.pwn-v3-wp-bridge #ajax-content-wrap {
  margin-top: 0 !important;
  transform: none !important;
}

.pwn-v3-wp-header,
.pwn-v3-wp-header * {
  box-sizing: border-box;
}

.pwn-v3-wp-header {
  position: sticky;
  z-index: 10001;
  top: 0;
  width: 100%;
  color: var(--pwn-v3-ink);
  border-bottom: 1px solid rgba(98, 182, 255, 0.12);
  background: rgba(7, 10, 19, 0.88);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

body.admin-bar .pwn-v3-wp-header {
  top: 32px;
}

.pwn-v3-wp-header__shell {
  display: flex;
  align-items: center;
  gap: 28px;
  width: min(1180px, calc(100% - 40px));
  height: 76px;
  margin: auto;
}

.pwn-v3-wp-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  color: var(--pwn-v3-ink) !important;
  font: 700 22px "Chakra Petch", sans-serif;
  letter-spacing: 0.02em;
  text-decoration: none !important;
}

.pwn-v3-wp-brand > span:last-child span {
  color: var(--pwn-v3-cyan);
}

.pwn-v3-wp-brand__mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(67, 221, 255, 0.45);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(67, 221, 255, 0.14), rgba(140, 103, 255, 0.14));
  box-shadow: inset 0 0 25px rgba(67, 221, 255, 0.08);
}

.pwn-v3-wp-nav {
  display: flex;
  gap: 4px;
  margin-left: auto;
}

.pwn-v3-wp-nav a {
  padding: 10px 12px;
  border-radius: 9px;
  color: #a8b4c8 !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.pwn-v3-wp-nav a:hover,
.pwn-v3-wp-nav a:focus-visible,
.pwn-v3-wp-nav a.active {
  color: #fff !important;
  background: rgba(67, 221, 255, 0.08);
}

.pwn-v3-wp-x-link {
  flex: 0 0 auto;
  padding: 10px 12px;
  border: 1px solid rgba(67, 221, 255, 0.2);
  border-radius: 9px;
  color: var(--pwn-v3-cyan) !important;
  font: 600 13px "Chakra Petch", sans-serif;
  text-decoration: none !important;
}

.pwn-v3-wp-menu-button {
  display: none;
}

/* Carry the v3 palette into the WordPress content and replace green accents. */
body.pwn-v3-wp-bridge #ajax-content-wrap,
body.pwn-v3-wp-bridge .container-wrap,
body.pwn-v3-wp-bridge .main-content,
body.pwn-v3-wp-bridge .page-header-no-bg,
body.pwn-v3-wp-bridge .blog-recent[data-style],
body.pwn-v3-wp-bridge .post-area,
body.pwn-v3-wp-bridge .post-content,
body.pwn-v3-wp-bridge .content-inner,
body.pwn-v3-wp-bridge .main-content > .row {
  background-color: var(--pwn-v3-bg) !important;
}

body.pwn-v3-wp-bridge #page-header-wrap,
body.pwn-v3-wp-bridge #page-header-bg,
body.pwn-v3-wp-bridge #page-header-bg .container,
body.pwn-v3-wp-bridge .page-header-no-bg {
  color: var(--pwn-v3-ink) !important;
  background-color: var(--pwn-v3-bg-2) !important;
  background-image:
    radial-gradient(circle at 72% 18%, rgba(67, 221, 255, 0.13), transparent 34rem),
    linear-gradient(145deg, #11182a, #070a13) !important;
}

body.pwn-v3-wp-bridge #page-header-bg::after {
  background: linear-gradient(to bottom, transparent, rgba(7, 10, 19, 0.22)) !important;
}

body.pwn-v3-wp-bridge h1,
body.pwn-v3-wp-bridge h2,
body.pwn-v3-wp-bridge h3,
body.pwn-v3-wp-bridge h4,
body.pwn-v3-wp-bridge h5,
body.pwn-v3-wp-bridge h6 {
  color: var(--pwn-v3-ink) !important;
  font-family: "Chakra Petch", Inter, sans-serif;
}

body.pwn-v3-wp-bridge p,
body.pwn-v3-wp-bridge li,
body.pwn-v3-wp-bridge .excerpt,
body.pwn-v3-wp-bridge .post-content,
body.pwn-v3-wp-bridge .post-content p,
body.pwn-v3-wp-bridge .post-content li,
body.pwn-v3-wp-bridge .wpb_text_column,
body.pwn-v3-wp-bridge .wpb_text_column p,
body.pwn-v3-wp-bridge label {
  color: #b8c3d4 !important;
}

body.pwn-v3-wp-bridge a,
body.pwn-v3-wp-bridge .accent-color,
body.pwn-v3-wp-bridge .nectar-accent-text-color,
body.pwn-v3-wp-bridge .meta-category a,
body.pwn-v3-wp-bridge .post-meta a {
  color: var(--pwn-v3-cyan) !important;
}

body.pwn-v3-wp-bridge .post-header h1,
body.pwn-v3-wp-bridge .post-header h2,
body.pwn-v3-wp-bridge .post-header h3,
body.pwn-v3-wp-bridge .post-header h1 a,
body.pwn-v3-wp-bridge .post-header h2 a,
body.pwn-v3-wp-bridge .post-header h3 a,
body.pwn-v3-wp-bridge .article-content-wrap h1,
body.pwn-v3-wp-bridge .article-content-wrap h2,
body.pwn-v3-wp-bridge .article-content-wrap h3,
body.pwn-v3-wp-bridge .article-content-wrap h1 a,
body.pwn-v3-wp-bridge .article-content-wrap h2 a,
body.pwn-v3-wp-bridge .article-content-wrap h3 a,
body.pwn-v3-wp-bridge .blog-recent h3 a,
body.pwn-v3-wp-bridge #page-header-bg h1,
body.pwn-v3-wp-bridge #page-header-bg .subheader,
body.pwn-v3-wp-bridge .section-title h1 {
  color: var(--pwn-v3-ink) !important;
  opacity: 1 !important;
}

body.pwn-v3-wp-bridge .post-meta,
body.pwn-v3-wp-bridge .post-meta span,
body.pwn-v3-wp-bridge .post-header .meta,
body.pwn-v3-wp-bridge .post-header .meta-author,
body.pwn-v3-wp-bridge .post-header .meta-date,
body.pwn-v3-wp-bridge .post-header .meta-comment-count,
body.pwn-v3-wp-bridge .article-content-wrap .post-meta,
body.pwn-v3-wp-bridge .article-content-wrap .excerpt {
  color: var(--pwn-v3-muted) !important;
  opacity: 1 !important;
}

body.pwn-v3-wp-bridge .nectar-bg-accent-color,
body.pwn-v3-wp-bridge .wp-block-button__link,
body.pwn-v3-wp-bridge .nectar-button,
body.pwn-v3-wp-bridge input[type="submit"],
body.pwn-v3-wp-bridge button[type="submit"] {
  border-color: transparent !important;
  color: #03111d !important;
  background: linear-gradient(135deg, var(--pwn-v3-blue), var(--pwn-v3-cyan)) !important;
  box-shadow: 0 12px 32px rgba(35, 140, 255, 0.24) !important;
}

body.pwn-v3-wp-bridge input:not([type="submit"]),
body.pwn-v3-wp-bridge textarea,
body.pwn-v3-wp-bridge select {
  border-color: rgba(67, 221, 255, 0.22) !important;
  color: var(--pwn-v3-ink) !important;
  background: var(--pwn-v3-bg-2) !important;
}

body.pwn-v3-wp-bridge input::placeholder,
body.pwn-v3-wp-bridge textarea::placeholder {
  color: var(--pwn-v3-muted) !important;
}

body.pwn-v3-wp-bridge article,
body.pwn-v3-wp-bridge .article-content-wrap,
body.pwn-v3-wp-bridge .comments-section,
body.pwn-v3-wp-bridge .comment-wrap,
body.pwn-v3-wp-bridge .wpcf7-form,
body.pwn-v3-wp-bridge .wp-block-group.has-background {
  border-color: var(--pwn-v3-line) !important;
}

body.pwn-v3-wp-bridge article,
body.pwn-v3-wp-bridge .article-content-wrap,
body.pwn-v3-wp-bridge .comments-section,
body.pwn-v3-wp-bridge .comment-wrap,
body.pwn-v3-wp-bridge .wpcf7-form {
  color: var(--pwn-v3-ink) !important;
  background: rgba(17, 24, 42, 0.88) !important;
}

body.pwn-v3-wp-bridge .article-content-wrap {
  border: 1px solid var(--pwn-v3-line) !important;
}

body.pwn-v3-wp-bridge .meta-category a,
body.pwn-v3-wp-bridge .grav-wrap a,
body.pwn-v3-wp-bridge .post-featured-img .meta-category a {
  color: #03111d !important;
  background: var(--pwn-v3-cyan) !important;
}

/* Contact page: replace WPForms' light preset with a focused v3 console panel. */
body.pwn-v3-wp-contact div.wpforms-container-full,
body.pwn-v3-wp-contact .wpforms-container {
  --wpforms-field-background-color: #080d16;
  --wpforms-field-border-color: rgba(67, 221, 255, 0.28);
  --wpforms-field-text-color: #eef6ff;
  --wpforms-label-color: #eef6ff;
  --wpforms-label-sublabel-color: #93a3ba;
  --wpforms-label-error-color: #ff8a78;
  --wpforms-button-background-color: #43ddff;
  --wpforms-button-text-color: #03111d;
  width: min(100%, 1040px) !important;
  margin: 12px auto 72px !important;
  padding: clamp(24px, 4vw, 48px) !important;
  border: 1px solid rgba(67, 221, 255, 0.24) !important;
  border-radius: 24px !important;
  color: var(--pwn-v3-ink) !important;
  background:
    radial-gradient(circle at 92% 0%, rgba(67, 221, 255, 0.10), transparent 24rem),
    linear-gradient(145deg, rgba(17, 24, 42, 0.98), rgba(7, 11, 19, 0.98)) !important;
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 255, 255, 0.025) !important;
}

body.pwn-v3-wp-contact .pwn-v3-contact-intro {
  position: relative;
  margin: 0 0 34px;
  padding: 0 0 28px;
  border-bottom: 1px solid var(--pwn-v3-line);
}

body.pwn-v3-wp-contact .pwn-v3-contact-intro::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 110px;
  height: 1px;
  content: "";
  background: var(--pwn-v3-cyan);
  box-shadow: 0 0 14px rgba(67, 221, 255, 0.65);
}

body.pwn-v3-wp-contact .pwn-v3-contact-intro__eyebrow {
  color: var(--pwn-v3-cyan);
  font: 700 11px "Chakra Petch", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.pwn-v3-wp-contact .pwn-v3-contact-intro h1 {
  margin: 8px 0 10px !important;
  color: var(--pwn-v3-ink) !important;
  font-size: clamp(30px, 4vw, 48px) !important;
  line-height: 1.05 !important;
}

body.pwn-v3-wp-contact .pwn-v3-contact-intro p {
  max-width: 680px;
  margin: 0 !important;
  color: var(--pwn-v3-muted) !important;
  font-size: 15px;
  line-height: 1.65;
}

html body.pwn-v3-wp-contact div.wpforms-container-full form.wpforms-form,
html body.pwn-v3-wp-contact div.wpforms-container-full form[id^="wpforms-form-"],
html body.pwn-v3-wp-contact .wpforms-container form.wpforms-form,
body.pwn-v3-wp-contact div.wpforms-container-full .wpforms-field-container,
body.pwn-v3-wp-contact div.wpforms-container-full .wpforms-page,
body.pwn-v3-wp-contact div.wpforms-container-full .wpforms-submit-container,
body.pwn-v3-wp-contact .wpforms-container .wpforms-field-container,
body.pwn-v3-wp-contact .wpforms-container .wpforms-page,
body.pwn-v3-wp-contact .wpforms-container .wpforms-submit-container {
  --wpforms-container-background-color: transparent;
  --wpforms-container-background-image: none;
  --wpforms-container-border-style: none;
  --wpforms-container-border-width: 0px;
  --wpforms-container-padding: 0px;
  margin-right: 0 !important;
  margin-left: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

html body.pwn-v3-wp-contact div.wpforms-container-full form.wpforms-form,
html body.pwn-v3-wp-contact div.wpforms-container-full form[id^="wpforms-form-"],
html body.pwn-v3-wp-contact .wpforms-container form.wpforms-form {
  padding: 4px 0 0 !important;
}

body.pwn-v3-wp-contact div.wpforms-container-full .wpforms-form .wpforms-field,
body.pwn-v3-wp-contact .wpforms-container .wpforms-field {
  padding: 0 0 22px !important;
}

body.pwn-v3-wp-contact div.wpforms-container-full .wpforms-form .wpforms-field-label,
body.pwn-v3-wp-contact div.wpforms-container-full .wpforms-field-label,
body.pwn-v3-wp-contact .wpforms-container .wpforms-field-label {
  margin: 0 0 9px !important;
  color: var(--pwn-v3-ink) !important;
  font: 700 14px "Chakra Petch", sans-serif !important;
  letter-spacing: 0.025em;
}

body.pwn-v3-wp-contact div.wpforms-container-full .wpforms-required-label,
body.pwn-v3-wp-contact .wpforms-container .wpforms-required-label {
  color: #ff8a78 !important;
}

body.pwn-v3-wp-contact div.wpforms-container-full .wpforms-field-sublabel,
body.pwn-v3-wp-contact div.wpforms-container-full .wpforms-field-description,
body.pwn-v3-wp-contact .wpforms-container .wpforms-field-sublabel,
body.pwn-v3-wp-contact .wpforms-container .wpforms-field-description {
  margin-top: 7px !important;
  color: var(--pwn-v3-muted) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  opacity: 1 !important;
}

body.pwn-v3-wp-contact div.wpforms-container-full input[type="text"],
body.pwn-v3-wp-contact div.wpforms-container-full input[type="email"],
body.pwn-v3-wp-contact div.wpforms-container-full input[type="tel"],
body.pwn-v3-wp-contact div.wpforms-container-full input[type="url"],
body.pwn-v3-wp-contact div.wpforms-container-full input[type="number"],
body.pwn-v3-wp-contact div.wpforms-container-full select,
body.pwn-v3-wp-contact .wpforms-container input[type="text"],
body.pwn-v3-wp-contact .wpforms-container input[type="email"],
body.pwn-v3-wp-contact .wpforms-container input[type="tel"],
body.pwn-v3-wp-contact .wpforms-container input[type="url"],
body.pwn-v3-wp-contact .wpforms-container input[type="number"],
body.pwn-v3-wp-contact .wpforms-container select {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 15px !important;
  border: 1px solid rgba(67, 221, 255, 0.28) !important;
  border-radius: 9px !important;
  color: var(--pwn-v3-ink) !important;
  -webkit-text-fill-color: var(--pwn-v3-ink) !important;
  background: #080d16 !important;
  box-shadow: inset 0 0 20px rgba(67, 221, 255, 0.025) !important;
  font-size: 15px !important;
}

body.pwn-v3-wp-contact div.wpforms-container-full textarea,
body.pwn-v3-wp-contact .wpforms-container textarea {
  width: 100% !important;
  height: 190px !important;
  min-height: 190px !important;
  padding: 14px 15px !important;
  border: 1px solid rgba(67, 221, 255, 0.28) !important;
  border-radius: 9px !important;
  color: var(--pwn-v3-ink) !important;
  -webkit-text-fill-color: var(--pwn-v3-ink) !important;
  background: #080d16 !important;
  box-shadow: inset 0 0 24px rgba(67, 221, 255, 0.025) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  resize: vertical;
}

body.pwn-v3-wp-contact div.wpforms-container-full input:focus,
body.pwn-v3-wp-contact div.wpforms-container-full textarea:focus,
body.pwn-v3-wp-contact div.wpforms-container-full select:focus,
body.pwn-v3-wp-contact .wpforms-container input:focus,
body.pwn-v3-wp-contact .wpforms-container textarea:focus,
body.pwn-v3-wp-contact .wpforms-container select:focus {
  border-color: var(--pwn-v3-cyan) !important;
  outline: 2px solid transparent !important;
  box-shadow: 0 0 0 3px rgba(67, 221, 255, 0.12), 0 0 24px rgba(67, 221, 255, 0.08) !important;
}

body.pwn-v3-wp-contact div.wpforms-container-full em.wpforms-error,
body.pwn-v3-wp-contact div.wpforms-container-full label.wpforms-error,
body.pwn-v3-wp-contact .wpforms-container em.wpforms-error,
body.pwn-v3-wp-contact .wpforms-container label.wpforms-error {
  color: #ff8a78 !important;
}

body.pwn-v3-wp-contact div.wpforms-container-full input.wpforms-error,
body.pwn-v3-wp-contact div.wpforms-container-full textarea.wpforms-error,
body.pwn-v3-wp-contact .wpforms-container input.wpforms-error,
body.pwn-v3-wp-contact .wpforms-container textarea.wpforms-error {
  border-color: #ff8a78 !important;
}

body.pwn-v3-wp-contact div.wpforms-container-full .wpforms-submit-container,
body.pwn-v3-wp-contact .wpforms-container .wpforms-submit-container {
  padding-top: 4px !important;
}

body.pwn-v3-wp-contact div.wpforms-container-full button[type="submit"].wpforms-submit,
body.pwn-v3-wp-contact .wpforms-container button[type="submit"].wpforms-submit {
  width: auto !important;
  min-width: 150px !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: #03111d !important;
  background: linear-gradient(135deg, var(--pwn-v3-blue), var(--pwn-v3-cyan)) !important;
  box-shadow: 0 12px 32px rgba(35, 140, 255, 0.24) !important;
  font: 700 13px "Chakra Petch", sans-serif !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.pwn-v3-wp-contact div.wpforms-container-full button[type="submit"].wpforms-submit:hover,
body.pwn-v3-wp-contact div.wpforms-container-full button[type="submit"].wpforms-submit:focus-visible,
body.pwn-v3-wp-contact .wpforms-container button[type="submit"].wpforms-submit:hover,
body.pwn-v3-wp-contact .wpforms-container button[type="submit"].wpforms-submit:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 38px rgba(35, 140, 255, 0.34) !important;
}

body.pwn-v3-wp-contact .wpforms-confirmation-container-full {
  border: 1px solid rgba(97, 255, 180, 0.35) !important;
  border-radius: 14px !important;
  color: #caffdf !important;
  background: rgba(97, 255, 180, 0.08) !important;
}

/* Contact page: remove the standalone legacy Media/WPBakery logo block. */
body.pwn-v3-wp-contact img[src*="green-pwnhacker-logo"],
body.pwn-v3-wp-contact img[srcset*="green-pwnhacker-logo"],
body.pwn-v3-wp-contact img[data-src*="green-pwnhacker-logo"],
body.pwn-v3-wp-contact img[data-srcset*="green-pwnhacker-logo"],
body.pwn-v3-wp-contact img[data-nectar-img-src*="green-pwnhacker-logo"],
body.pwn-v3-wp-contact img[data-nectar-img-srcset*="green-pwnhacker-logo"],
body.pwn-v3-wp-contact [style*="green-pwnhacker-logo"] {
  display: none !important;
}

@supports selector(.wpb_single_image:has(img)) {
  body.pwn-v3-wp-contact .wpb_single_image:has(img[src*="green-pwnhacker-logo"]),
  body.pwn-v3-wp-contact .wpb_single_image:has(img[srcset*="green-pwnhacker-logo"]),
  body.pwn-v3-wp-contact .wpb_single_image:has(img[data-src*="green-pwnhacker-logo"]),
  body.pwn-v3-wp-contact .wpb_single_image:has(img[data-nectar-img-src*="green-pwnhacker-logo"]),
  body.pwn-v3-wp-contact .img-with-aniamtion-wrap:has(img[src*="green-pwnhacker-logo"]),
  body.pwn-v3-wp-contact .img-with-animation-wrap:has(img[src*="green-pwnhacker-logo"]) {
    display: none !important;
  }
}

/* Contact page: responsive v3 sign-off rendered by WordPress. */
body.pwn-v3-wp-contact .pwn-v3-contact-signoff {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  overflow: hidden;
  width: min(100%, 1040px);
  min-height: 190px;
  margin: 34px auto 76px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(67, 221, 255, 0.24);
  border-radius: 24px;
  color: var(--pwn-v3-ink);
  background:
    radial-gradient(circle at 88% 16%, rgba(67, 221, 255, 0.14), transparent 22rem),
    linear-gradient(145deg, rgba(17, 24, 42, 0.98), rgba(7, 11, 19, 0.98));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
}

body.pwn-v3-wp-contact .pwn-v3-contact-signoff::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(67, 221, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(67, 221, 255, 0.055) 1px, transparent 1px);
  background-size: 38px 38px;
  -webkit-mask-image: linear-gradient(90deg, black, transparent 75%);
  mask-image: linear-gradient(90deg, black, transparent 75%);
}

body.pwn-v3-wp-contact .pwn-v3-contact-signoff__mark {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(67, 221, 255, 0.42);
  border-radius: 22px;
  color: var(--pwn-v3-cyan);
  background: linear-gradient(145deg, rgba(67, 221, 255, 0.12), rgba(140, 103, 255, 0.12));
  box-shadow: inset 0 0 34px rgba(67, 221, 255, 0.07), 0 0 34px rgba(67, 221, 255, 0.06);
  font-size: 38px;
}

body.pwn-v3-wp-contact .pwn-v3-contact-signoff__brand {
  display: inline-block;
  color: var(--pwn-v3-ink) !important;
  font: 700 clamp(34px, 5vw, 58px) / 0.95 "Chakra Petch", sans-serif;
  letter-spacing: -0.035em;
  text-decoration: none !important;
}

body.pwn-v3-wp-contact .pwn-v3-contact-signoff__brand span {
  color: var(--pwn-v3-cyan);
}

body.pwn-v3-wp-contact .pwn-v3-contact-signoff__tagline {
  margin: 12px 0 0 !important;
  color: var(--pwn-v3-muted) !important;
  font: 600 12px "Chakra Petch", sans-serif;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.pwn-v3-wp-contact .pwn-v3-contact-signoff__tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 16px;
}

body.pwn-v3-wp-contact .pwn-v3-contact-signoff__tags span {
  padding: 6px 8px;
  border: 1px solid rgba(67, 221, 255, 0.14);
  border-radius: 7px;
  color: #9fb0c5;
  background: rgba(67, 221, 255, 0.045);
  font: 700 9px "Chakra Petch", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.pwn-v3-wp-contact .pwn-v3-contact-signoff__status {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 180px;
  padding-left: 26px;
  border-left: 1px solid var(--pwn-v3-line);
  color: #73879e;
  font: 700 9px/1.7 "Chakra Petch", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.pwn-v3-wp-contact .pwn-v3-contact-signoff__status b {
  color: #61ffb4;
  font-size: 10px;
}

body.pwn-v3-wp-contact .pwn-v3-contact-signoff__status b::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: #61ffb4;
  box-shadow: 0 0 11px #61ffb4;
  content: "";
}

body.pwn-v3-wp-bridge #footer-outer,
body.pwn-v3-wp-bridge #footer-widgets,
body.pwn-v3-wp-bridge #copyright {
  border-color: var(--pwn-v3-line) !important;
  background-color: #05070d !important;
}

/* WordPress Blog/Contact: use the compact v3 footer instead of Salient's. */
body.pwn-v3-wp-bridge #footer-outer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--pwn-v3-line) !important;
  color: var(--pwn-v3-muted) !important;
  background:
    radial-gradient(circle at 50% -90px, rgba(67, 221, 255, 0.11), transparent 300px),
    #05070d !important;
}

body.pwn-v3-wp-bridge #footer-outer::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(67, 221, 255, 0.72), transparent);
  content: "";
}

body.pwn-v3-wp-bridge #footer-outer #call-to-action,
body.pwn-v3-wp-bridge #footer-outer #footer-widgets,
body.pwn-v3-wp-bridge #footer-outer #copyright {
  display: none !important;
}

/* Salient may also render a separately managed Global Section before or after
   #footer-outer. The v3 footer replaces every legacy footer location. */
body.pwn-v3-wp-bridge .nectar-global-section.nectar_hook_global_section_footer,
body.pwn-v3-wp-bridge .nectar-global-section.nectar_hook_global_section_parallax_footer,
body.pwn-v3-wp-bridge .nectar-global-section.nectar_hook_global_section_after_footer,
body.pwn-v3-wp-bridge .nectar-global-section.before-footer {
  display: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Some Salient configurations detach the copyright row from #footer-outer.
   Hide it globally on bridge routes, plus any row identified by its content. */
body.pwn-v3-wp-bridge #copyright,
body.pwn-v3-wp-bridge .pwn-v3-legacy-footer-removed {
  display: none !important;
  min-height: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.pwn-v3-wp-blog #ajax-content-wrap,
body.pwn-v3-wp-blog .container-wrap,
body.pwn-v3-wp-blog #pagination,
body.pwn-v3-wp-blog .pagination,
body.pwn-v3-wp-blog .blog_next_prev_buttons,
body.pwn-v3-wp-blog .bottom_controls {
  background-color: var(--pwn-v3-bg) !important;
}

body.pwn-v3-wp-bridge .pwn-v3-wp-footer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  width: min(calc(100% - 48px), 1180px);
  min-height: 86px;
  margin: 0 auto;
  padding: 24px 0;
  color: #71849b;
  font: 700 10px/1.6 "Chakra Petch", sans-serif;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.pwn-v3-wp-bridge .pwn-v3-wp-footer__nav {
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

body.pwn-v3-wp-bridge .pwn-v3-wp-footer a {
  color: #8fa4bc !important;
  text-decoration: none !important;
  transition: color 150ms ease, text-shadow 150ms ease;
}

body.pwn-v3-wp-bridge .pwn-v3-wp-footer a:hover,
body.pwn-v3-wp-bridge .pwn-v3-wp-footer a:focus-visible {
  color: var(--pwn-v3-cyan) !important;
  text-shadow: 0 0 14px rgba(67, 221, 255, 0.42);
}

body.pwn-v3-wp-bridge .pwn-v3-wp-footer__doctrine {
  color: var(--pwn-v3-cyan);
  text-align: right;
}

@media (max-width: 1120px) {
  .pwn-v3-wp-x-link {
    display: none;
  }

  .pwn-v3-wp-header__shell {
    width: min(calc(100% - 26px), 1180px);
    gap: 12px;
  }

  .pwn-v3-wp-menu-button {
    display: block;
    margin-left: auto;
    padding: 8px 10px;
    border: 1px solid var(--pwn-v3-line);
    border-radius: 8px;
    color: #d8e8f7;
    background: #101727;
    font: 700 11px "Chakra Petch", sans-serif;
  }

  .pwn-v3-wp-nav {
    position: absolute;
    top: 69px;
    right: 13px;
    left: 13px;
    display: none;
    flex-direction: column;
    margin-left: 0;
    padding: 12px;
    border: 1px solid var(--pwn-v3-line);
    border-radius: 14px;
    background: #0b1020;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.45);
  }

  .pwn-v3-wp-nav.is-open {
    display: flex;
  }
}

@media (max-width: 782px) {
  body.admin-bar .pwn-v3-wp-header {
    top: 46px;
  }
}

@media (max-width: 600px) {
  body.pwn-v3-wp-bridge .pwn-v3-wp-footer {
    grid-template-columns: 1fr;
    gap: 14px;
    width: min(calc(100% - 32px), 1180px);
    padding: 28px 0;
    text-align: center;
  }

  body.pwn-v3-wp-bridge .pwn-v3-wp-footer__doctrine {
    text-align: center;
  }

  body.pwn-v3-wp-contact div.wpforms-container-full,
  body.pwn-v3-wp-contact .wpforms-container {
    padding: 22px 18px !important;
    border-radius: 18px !important;
  }

  body.pwn-v3-wp-contact .pwn-v3-contact-intro {
    margin-bottom: 26px;
    padding-bottom: 22px;
  }

  body.pwn-v3-wp-contact .pwn-v3-contact-signoff {
    grid-template-columns: 1fr;
    gap: 20px;
    border-radius: 18px;
  }

  body.pwn-v3-wp-contact .pwn-v3-contact-signoff__mark {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    font-size: 30px;
  }

  body.pwn-v3-wp-contact .pwn-v3-contact-signoff__status {
    min-width: 0;
    padding: 18px 0 0;
    border-top: 1px solid var(--pwn-v3-line);
    border-left: 0;
  }
}
