@media (max-width: 768px) {
  .pp-nav-wrap {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
  }

  /* Break out of any parent overflow constraints */
  .wp-block-cover,
  .wp-block-group {
    overflow: visible !important;
  }
}
/* Hero overlay */
.wpcom-ai-hero-layered-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(255, 248, 238, 0.95) 0%,
    rgba(255, 248, 238, 0.6) 40%,
    rgba(255, 248, 238, 0.1) 75%,
    rgba(255, 248, 238, 0) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.wpcom-ai-hero-layered-bg > * {
  position: relative;
  z-index: 2;
}


/* Approach card dot animation */
.pp-approach-card::before {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #1a56b0;
  margin-bottom: 12px;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.pp-approach-card:hover::before {
  transform: scale(6.8);
  opacity: 0.6;
}


.pp-pillar-hover {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pp-pillar-hover:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  display: inline-block;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.wp-block-buttons .wp-block-button:hover .wp-block-button__link {
  transform: scale(1.10);
  filter: brightness(0.45);
}


.prtty-serve-desc { transition: background-color 0.3s ease; border-radius: 6px; padding: 8px; } .prtty-serve-desc:hover { background-color: #6691D68A; }

input.checkbox-multiple.grunion-field:checked + label::before,
input.checkbox-multiple.grunion-field:checked + span::before,
input.checkbox-multiple.grunion-field:checked {
    accent-color: #000000 !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

/* Radio - black when selected */
.contact-form .grunion-field-wrap:not(.is-style-plain) input.radio:checked {
    --jetpack--contact-form--input-background: #000000;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.contact-form .grunion-field-wrap:not(.is-style-plain) input.radio:checked::before,
.contact-form .grunion-field-wrap:not(.is-style-plain) input.radio:checked::after {
    background-color: #000000 !important;
    color: #000000 !important;
    border-color: #000000 !important;
}

/* Error message - only styles when validation fires */
.contact-form__input-error.has-error,
.contact-form__input-error[style*="opacity: 1"],
.contact-form__input-error:not([style*="opacity: 0"]) {
    --jetpack--contact-form--error-color: #ffffff;
    color: #ffffff !important;
    background-color: #cc0000 !important;
    font-weight: bold !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
}

.contact-form__input-error * {
    color: #ffffff !important;
}

.contact-form__error {
    display: none !important;
}



.contact-form-submission {
    display: flex;
    flex-direction: column;
}

.contact-form-submission::after {
    content: "Your information has been submitted. A reply can be expected within 48 hours. If you have further questions, reach out directly to info@PrttyParticular.com";
    display: block;
	  font-weight: 500;
    color: #ffffff;
    order: -1;
}

h4[id^="contact-form-success-header"] {
    display: none !important;
}