.legacy-content > p:has(> img:only-child),
.legacy-content > figure {
  width: min(100%, 860px);
  margin: 38px auto;
  padding: 14px;
  border: 1px solid rgba(23, 32, 51, 0.1);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #eef2f4 100%);
  box-shadow: 0 22px 58px rgba(38, 50, 73, 0.13);
}

.legacy-content > p:has(> img:only-child) > img,
.legacy-content > figure > img {
  width: 100%;
  max-width: none;
  height: clamp(360px, 44vw, 560px);
  max-height: none;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 17px;
  background: #101722;
  object-fit: cover;
  object-position: center 45%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38);
}

.legacy-content > p:has(> img:only-child) + h2,
.legacy-content > p:has(> img:only-child) + h3,
.legacy-content > figure + h2,
.legacy-content > figure + h3 {
  margin-top: 56px;
}

@media (max-width: 720px) {
  .legacy-content > p:has(> img:only-child),
  .legacy-content > figure {
    margin: 28px 0;
    padding: 9px;
    border-radius: 18px;
  }

  .legacy-content > p:has(> img:only-child) > img,
  .legacy-content > figure > img {
    height: clamp(260px, 68vw, 420px);
    border-radius: 12px;
  }
}

.video-proof-section {
  background: #ffffff;
}

.video-proof-heading {
  max-width: 880px;
  margin: 0 auto 42px;
  text-align: center;
}

.video-proof-heading h2 {
  margin-bottom: 18px;
}

.video-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.video-proof-card {
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.12);
  border-radius: 18px;
  background: #f8f6f1;
  box-shadow: 0 22px 58px rgba(38, 50, 73, 0.14);
}

.video-proof-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #0d1320;
}

.video-proof-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-proof-link {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}

.video-proof-link img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.48) saturate(1.08);
  transition: transform 0.35s, filter 0.35s;
}

.video-proof-link:hover img {
  transform: scale(1.035);
  filter: brightness(0.58) saturate(1.12);
}

.video-proof-play {
  position: relative;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #c5222a;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
}

.video-proof-open {
  position: absolute;
  right: 18px;
  bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #172033;
  padding: 8px 13px;
  font-size: 12px;
  font-weight: 850;
}

.video-proof-card-content {
  padding: 26px 28px 30px;
}

.video-proof-card-content h3 {
  margin-bottom: 12px;
  font-size: clamp(24px, 3vw, 31px);
}

.video-proof-card-content p {
  margin-bottom: 18px;
}

.video-proof-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.video-proof-tags li {
  border: 1px solid rgba(197, 34, 42, 0.22);
  border-radius: 999px;
  background: #fbecee;
  color: #981920;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.video-proof-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

@media (max-width: 900px) {
  .video-proof-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .video-proof-heading {
    text-align: left;
  }

  .video-proof-card-content {
    padding: 22px 20px 24px;
  }

  .video-proof-actions .button {
    width: 100%;
  }
}

.trust-card img[src*="webagentur360-logo"],
.partner-logo-grid img[src*="webagentur360-logo"],
.legacy-reference-card img[src*="webagentur360-logo"] {
  width: 154px !important;
  max-width: calc(100% - 24px);
  max-height: 74px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.partner-logo-grid > a,
.legacy-reference-card > a[aria-label*="webagentur360"] {
  display: grid;
  place-items: center;
  min-height: 140px;
  padding: 20px;
  background: #ffffff;
  text-decoration: none;
}

.partner-logo-grid > a:hover img,
.legacy-reference-card > a[aria-label*="webagentur360"]:hover img {
  filter: none;
  opacity: 1;
}

.partner-logo-grid img[src*="entruempelungs-service-wien-logo"] {
  width: 82px;
  height: 82px;
  max-width: 82px;
  max-height: 82px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.partner-logo-grid img[src*="guess-logo"],
.legacy-reference-card img[src*="guess-logo"] {
  width: 86px;
  height: 86px;
  max-width: 86px;
  max-height: 86px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.footer-bottom-polished {
  gap: 22px;
  align-items: center;
}

.footer-legal-credit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  color: #4c586a;
  font-size: 14px;
  line-height: 1.55;
}

.footer-copyright {
  color: #172033;
  font-weight: 800;
}

.footer-design-credit {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.footer-design-credit::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c5222a;
  margin-right: 6px;
}

.footer-design-credit a {
  color: #981920;
  font-weight: 800;
  text-decoration-color: rgba(197, 34, 42, 0.85);
  text-underline-offset: 4px;
}

.footer-design-credit a:hover {
  color: #c5222a;
}

.footer-utility-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

.footer-utility-links a {
  color: #263249;
  font-weight: 750;
}

.footer-utility-links a:hover {
  color: #c5222a;
}

@media (max-width: 760px) {
  .footer-bottom-polished,
  .footer-legal-credit,
  .footer-utility-links {
    justify-content: center;
    text-align: center;
  }

.footer-design-credit::before {
  display: none;
  }
}

.shop-nav-link {
  color: #172033;
  font-weight: 850;
  text-decoration: none;
}

.shop-nav-link:hover {
  color: #c5222a;
}

.shop-hero {
  background:
    linear-gradient(115deg, rgba(6, 13, 23, 0.91), rgba(13, 23, 38, 0.78)),
    url("/wp-content/uploads/2024/03/Social_viprotect.jpg") center 42% / cover;
  color: #ffffff;
  padding: clamp(76px, 9vw, 132px) 0 clamp(58px, 7vw, 92px);
  overflow: hidden;
}

.shop-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(36px, 6vw, 78px);
}

.shop-hero .breadcrumbs,
.shop-hero .breadcrumbs a,
.shop-hero p {
  color: rgba(255, 255, 255, 0.84);
}

.shop-hero h1 {
  max-width: 840px;
  color: #ffffff;
  margin-bottom: 24px;
}

.shop-hero .eyebrow {
  color: #ffb8bb;
}

.shop-hero-media {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  grid-template-rows: 190px 190px;
  gap: 14px;
  min-height: 394px;
}

.shop-hero-media img {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  object-fit: cover;
  background: #ffffff;
  box-shadow: 0 26px 62px rgba(0, 0, 0, 0.34);
}

.shop-hero-media img:first-child {
  grid-row: 1 / -1;
}

.shop-products-section {
  background: #f8f6f1;
}

.shop-heading > p {
  max-width: 520px;
  color: #4c586a;
}

.shop-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.shop-product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.12);
  border-top: 5px solid #c5222a;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 22px 58px rgba(38, 50, 73, 0.12);
}

.shop-product-image {
  display: block;
  height: 350px;
  overflow: hidden;
  background: #eef2f4;
}

.shop-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  transition: transform 0.45s;
}

.shop-product-card:hover .shop-product-image img {
  transform: scale(1.035);
}

.shop-product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.shop-product-kicker {
  color: #c5222a;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
}

.shop-product-content h2 {
  margin: 12px 0 13px;
  font-size: clamp(23px, 2.6vw, 30px);
  line-height: 1.12;
}

.shop-product-content h2 a {
  color: #172033;
  text-decoration: none;
}

.shop-product-content p {
  color: #4c586a;
  margin-bottom: 24px;
  font-size: 15px;
}

.shop-product-actions {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.shop-product-actions .button {
  width: 100%;
}

.shop-availability-section {
  background: #ffffff;
}

.shop-availability-card {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(28px, 5vw, 70px);
  border-left: 6px solid #c5222a;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f7f9 100%);
  padding: clamp(28px, 5vw, 56px);
  box-shadow: 0 22px 58px rgba(38, 50, 73, 0.11);
}

.shop-availability-card h2 {
  font-size: clamp(33px, 4vw, 52px);
}

.shop-availability-card p {
  color: #4c586a;
}

.shop-availability-card strong {
  color: #172033;
}

.legacy-page-hero-media-catalog img,
.article-card img[alt*="Holster"],
.article-card img[alt*="Abzeichen"],
.article-card img[alt*="Berufsdetektiv"] {
  object-fit: cover;
  object-position: center 45%;
}

@media (max-width: 980px) {
  .shop-hero-grid,
  .shop-availability-card {
    grid-template-columns: 1fr;
  }

  .shop-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .shop-hero {
    padding-top: 58px;
  }

  .shop-hero-media {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 150px;
    min-height: 0;
  }

  .shop-hero-media img:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .shop-product-grid {
    grid-template-columns: 1fr;
  }

  .shop-product-image {
    height: 330px;
  }

  .shop-product-content {
    padding: 22px 20px 24px;
  }
}

.stagehands-page .legacy-page-hero {
  background:
    linear-gradient(115deg, rgba(6, 13, 23, 0.88), rgba(23, 32, 51, 0.54)),
    url("/wp-content/uploads/elementor/thumbs/Veranstaltung-Sicherheit-viprotect-wien-scaled-rfk1vxxf09x769v38go7ailma9h0e259p0hj5hgkyw.webp") center / cover;
  color: #ffffff;
}

.stagehands-page .legacy-page-hero h1,
.stagehands-page .legacy-page-hero p,
.stagehands-page .legacy-page-hero .breadcrumbs,
.stagehands-page .legacy-page-hero .breadcrumbs a {
  color: #ffffff;
}

.stagehands-page .legacy-page-hero .eyebrow {
  color: #ffb8bb;
}

.stagehands-page .legacy-page-hero-media {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 22px;
  background: #101722;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

.stagehands-page .legacy-page-hero-media img {
  object-position: center 48%;
  filter: saturate(1.06) contrast(1.04);
}

.stagehands-content > img,
.stagehands-content .stagehands-feature-image,
.stagehands-content .stagehands-photo-grid {
  width: min(100%, 900px);
  margin: 38px auto;
}

.stagehands-content > img,
.stagehands-feature-image,
.stagehands-photo-grid figure {
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.11);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 22px 58px rgba(38, 50, 73, 0.13);
}

.stagehands-content > img,
.stagehands-feature-image img,
.stagehands-photo-grid img {
  width: 100%;
  height: clamp(330px, 43vw, 540px);
  margin: 0;
  object-fit: cover;
  object-position: center 46%;
}

.stagehands-feature-image {
  padding: 12px;
}

.stagehands-feature-image img {
  border-radius: 16px;
}

.stagehands-feature-image figcaption {
  color: #4c586a;
  margin: 12px 4px 2px;
  font-size: 13px;
  font-weight: 700;
}

.stagehands-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.stagehands-photo-grid figure {
  margin: 0;
}

.stagehands-photo-grid figure:first-child {
  grid-column: 1 / -1;
}

.stagehands-photo-grid figure:first-child img {
  height: clamp(310px, 38vw, 460px);
}

.stagehands-photo-grid figure:nth-child(4) img {
  object-position: center top;
}

@media (max-width: 680px) {
  .stagehands-page .legacy-page-hero-media {
    border-radius: 16px 16px 0 0;
  }

  .stagehands-content > img,
  .stagehands-content .stagehands-feature-image,
  .stagehands-content .stagehands-photo-grid {
    margin: 28px 0;
  }

  .stagehands-photo-grid {
    grid-template-columns: 1fr;
  }

  .stagehands-photo-grid figure:first-child {
    grid-column: auto;
  }

  .stagehands-content > img,
  .stagehands-feature-image img,
  .stagehands-photo-grid img,
  .stagehands-photo-grid figure:first-child img {
    height: clamp(240px, 70vw, 360px);
  }
}

.impressum-page .page-hero {
  background:
    linear-gradient(115deg, rgba(6, 13, 23, 0.9), rgba(23, 32, 51, 0.62)),
    url("/wp-content/uploads/2024/03/Social_viprotect.jpg") center / cover;
  color: #ffffff;
}

.impressum-page .page-hero h1,
.impressum-page .page-hero .breadcrumbs,
.impressum-page .page-hero .breadcrumbs a {
  color: #ffffff;
}

.impressum-page .page-hero .eyebrow {
  color: #ffb8bb;
}

.impressum-section {
  background: linear-gradient(180deg, #f8f6f1 0%, #ffffff 100%);
}

.impressum-shell {
  max-width: 1180px;
}

.impressum-intro {
  max-width: 880px;
  margin-bottom: 36px;
}

.impressum-intro h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 5vw, 58px);
}

.impressum-intro p:last-child,
.impressum-partner-heading > p {
  color: #4c586a;
}

.impressum-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.impressum-grid-two {
  margin-top: 18px;
}

.impressum-card {
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.12);
  border-top: 5px solid #c5222a;
  border-radius: 18px;
  background: #ffffff;
  padding: clamp(24px, 4vw, 36px);
  box-shadow: 0 22px 58px rgba(38, 50, 73, 0.11);
}

.impressum-card-primary {
  background:
    linear-gradient(135deg, rgba(197, 34, 42, 0.09), rgba(255, 255, 255, 0.96)),
    #ffffff;
}

.impressum-label {
  margin: 0 0 12px;
  color: #c5222a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.impressum-card h2 {
  margin-bottom: 22px;
  font-size: clamp(28px, 3.2vw, 42px);
}

.impressum-card dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.impressum-card dl > div {
  display: grid;
  grid-template-columns: minmax(0, 190px) minmax(0, 1fr);
  gap: 18px;
  padding: 15px 0;
  border-top: 1px solid rgba(23, 32, 51, 0.09);
}

.impressum-card dt {
  min-width: 0;
  color: #172033;
  font-weight: 850;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.impressum-card dd {
  min-width: 0;
  margin: 0;
  color: #4c586a;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.impressum-card a {
  color: #981920;
  font-weight: 800;
  text-decoration-color: rgba(197, 34, 42, 0.45);
  text-underline-offset: 4px;
}

.impressum-card a:hover {
  color: #c5222a;
}

.impressum-partners {
  margin-top: clamp(42px, 7vw, 76px);
}

.impressum-partner-heading {
  align-items: end;
  margin-bottom: 18px;
}

@media (max-width: 920px) {
  .impressum-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .impressum-card dl > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .impressum-card {
    border-radius: 14px;
  }
}

.utility-page-hero {
  background:
    linear-gradient(115deg, rgba(6, 13, 23, 0.9), rgba(23, 32, 51, 0.58)),
    url("/wp-content/uploads/2024/03/Social_viprotect.jpg") center / cover;
  color: #ffffff;
}

.utility-page-hero h1,
.utility-page-hero p,
.utility-page-hero .breadcrumbs,
.utility-page-hero .breadcrumbs a {
  color: #ffffff;
}

.utility-page-hero .eyebrow {
  color: #ffb8bb;
}

.utility-page-section {
  background: linear-gradient(180deg, #f8f6f1 0%, #ffffff 100%);
}

.utility-page-card {
  max-width: 880px;
  border: 1px solid rgba(23, 32, 51, 0.12);
  border-left: 6px solid #c5222a;
  border-radius: 18px;
  background: #ffffff;
  padding: clamp(28px, 5vw, 56px);
  box-shadow: 0 22px 58px rgba(38, 50, 73, 0.11);
}

.utility-page-card h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 5vw, 58px);
}

.utility-page-card p {
  color: #4c586a;
}

.utility-link-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.utility-link-grid a {
  border: 1px solid rgba(197, 34, 42, 0.22);
  border-radius: 999px;
  background: #fbecee;
  color: #981920;
  padding: 11px 15px;
  font-weight: 850;
  text-decoration: none;
}

.utility-link-grid a:hover {
  background: #c5222a;
  color: #ffffff;
}

.viprotect-video-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8f6f1 100%);
}

.viprotect-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.viprotect-video-card {
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.12);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 22px 58px rgba(38, 50, 73, 0.11);
}

.viprotect-video-frame {
  overflow: hidden;
  background: #0d1422;
  aspect-ratio: 9 / 16;
  max-height: 680px;
}

.viprotect-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.viprotect-video-card > div:last-child {
  padding: 24px 26px 28px;
}

.viprotect-video-card h3 {
  margin-bottom: 12px;
  font-size: clamp(22px, 2.4vw, 30px);
}

.viprotect-video-card p:last-child {
  margin-bottom: 0;
  color: #4c586a;
}

@media (max-width: 760px) {
  .viprotect-video-grid {
    grid-template-columns: 1fr;
  }

  .viprotect-video-frame {
    max-height: 620px;
  }
}

.viprotect-framed-photo {
  display: block;
  background: #fff;
  padding: 10px;
  border: 1px solid #17203321;
  border-radius: 18px;
  box-shadow: 0 20px 58px #2632491a;
  max-width: min(100%, 760px);
  margin: 30px auto;
}

.viprotect-framed-photo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  border-radius: 10px;
  margin: 0;
}

.viprotect-process-card {
  width: min(100%, 860px);
  margin: 42px auto;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(23, 32, 51, 0.12);
  border-left: 6px solid #c5222a;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
  box-shadow: 0 22px 58px rgba(38, 50, 73, 0.12);
}

.viprotect-process-card h2 {
  max-width: 720px;
  margin-bottom: 16px;
  font-size: clamp(28px, 4vw, 42px);
}

.viprotect-process-card p:not(.eyebrow) {
  max-width: 760px;
  color: #384353;
  font-size: 17px;
}

.viprotect-process-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.viprotect-process-card li {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(23, 32, 51, 0.1);
  border-radius: 14px;
  background: #ffffff;
}

.viprotect-process-card strong,
.viprotect-process-card span {
  display: block;
}

.viprotect-process-card strong {
  color: #172033;
  margin-bottom: 7px;
  font-size: 16px;
}

.viprotect-process-card span {
  color: #5b6472;
  font-size: 14px;
  line-height: 1.5;
}

.legacy-content .inline-actions .button:not(.button-secondary),
.legacy-content .button:not(.button-secondary) {
  color: #ffffff;
}

.legacy-content .inline-actions .button:not(.button-secondary):visited,
.legacy-content .button:not(.button-secondary):visited {
  color: #ffffff;
}

.hero-slider {
  overflow: hidden;
}

.hero-slider .hero-slide {
  opacity: 0;
  animation: viprotectHeroSlider 12s infinite;
}

.hero-slider picture.hero-slide {
  display: block;
  position: absolute;
  inset: 0;
}

.hero-slider .hero-slide-one {
  opacity: 1;
}

.hero-slider .hero-slide-two {
  object-position: center center;
  animation-delay: 6s;
}

.hero .hero-inner {
  padding-bottom: clamp(50px, 6vw, 62px);
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(44px, 6.1vw, 78px);
  line-height: 1.01;
}

@keyframes viprotectHeroSlider {
  0%,
  42% {
    opacity: 1;
  }

  50%,
  92% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: 660px;
  }

  .hero .hero-inner {
    padding-top: 92px;
    padding-bottom: 36px;
  }

  .hero h1 {
    font-size: clamp(38px, 10.8vw, 50px);
    line-height: 1.02;
  }

  .hero-slider .hero-slide-two {
    object-position: 62% center;
  }

  .viprotect-process-card {
    margin: 30px 0;
    padding: 24px 18px;
    border-left-width: 4px;
    border-radius: 16px;
  }

  .viprotect-process-card h2 {
    font-size: 28px;
  }

  .viprotect-process-card p:not(.eyebrow) {
    font-size: 15.5px;
  }

  .viprotect-process-card ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .viprotect-process-card li {
    min-height: 0;
    padding: 15px;
  }

  .quality-trust-facts {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .quality-trust-facts li {
    border-right: 0;
    border-bottom: 1px solid #1720331a;
    justify-content: center;
    justify-items: center;
    text-align: center;
    gap: 5px;
    min-height: 72px;
    padding: 14px 18px;
    display: grid;
  }

  .quality-trust-facts li:last-child {
    border-bottom: 0;
  }

  .quality-trust-facts strong {
    font-size: 13px;
    line-height: 1.25;
  }

  .quality-trust-facts span {
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slider .hero-slide {
    animation: none;
  }

  .hero-slider .hero-slide-one {
    opacity: 1;
  }

  .hero-slider .hero-slide-two {
    opacity: 0;
  }
}

/* Global headline refinement: calmer H1 scale across landing, service, blog and utility pages. */
.hero h1 {
  max-width: 800px;
  font-size: clamp(42px, 5.5vw, 72px);
  line-height: 1.03;
}

.page-hero h1,
.legacy-page-hero h1,
.utility-page-hero h1 {
  max-width: 900px;
  font-size: clamp(38px, 4.8vw, 62px);
  line-height: 1.05;
}

.legacy-page-hero h1.is-long,
.page-hero h1.is-long,
.utility-page-hero h1.is-long {
  font-size: clamp(34px, 4.1vw, 52px);
  line-height: 1.06;
}

.legacy-page-hero h1.is-very-long,
.page-hero h1.is-very-long,
.utility-page-hero h1.is-very-long {
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.08;
}

.legacy-content h1 {
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
}

@media (max-width: 680px) {
  .hero h1 {
    font-size: clamp(34px, 9.5vw, 44px);
    line-height: 1.04;
  }

  .page-hero h1,
  .legacy-page-hero h1,
  .utility-page-hero h1 {
    font-size: clamp(30px, 8.6vw, 38px);
    line-height: 1.08;
  }

  .legacy-page-hero h1.is-long,
  .page-hero h1.is-long,
  .utility-page-hero h1.is-long {
    font-size: clamp(28px, 7.8vw, 34px);
  }

  .legacy-page-hero h1.is-very-long,
  .page-hero h1.is-very-long,
  .utility-page-hero h1.is-very-long {
    font-size: clamp(26px, 7vw, 31px);
  }
}
