.page-hero.page-hero-image {
  min-height: 310px;
  display: flex;
  align-items: center;
  position: relative;
  background-image: linear-gradient(90deg, rgba(30, 3, 56, .98) 0%, rgba(30, 3, 56, .88) 38%, rgba(30, 3, 56, .2) 72%), var(--page-hero-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-hero.page-hero-image h1,
.page-hero.page-hero-image p {
  color: #fff;
  max-width: min(620px, 58%);
  text-shadow: 0 2px 16px rgba(0, 0, 0, .35);
}
.page-hero.page-hero-image .text-gradient {
  background: linear-gradient(135deg, #fff 0%, #c4b5fd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-hero.page-hero-image .breadcrumb li,
.page-hero.page-hero-image .breadcrumb a { color: rgba(255, 255, 255, .86); }
.page-hero-about { --page-hero-image: url('../images/hero-about.jpg'); }
.page-hero-features { --page-hero-image: url('../images/hero-features.jpg'); }
.page-hero-safety { --page-hero-image: url('../images/hero-safety.jpg'); }
.page-hero-download { --page-hero-image: url('../images/hero-download.jpg'); }
.page-hero-faq { --page-hero-image: url('../images/hero-faq.jpg'); }
.page-hero-contact { --page-hero-image: url('../images/hero-contact.jpg'); }
.page-hero-comparison { --page-hero-image: url('../images/hero-comparison.jpg'); }
.page-hero-blog { --page-hero-image: url('../images/hero-blog.jpg'); }
.page-hero-legal { --page-hero-image: url('../images/hero-legal.jpg'); }
@media (max-width: 767px) {
  .page-hero.page-hero-image {
    min-height: 330px;
    background-image: linear-gradient(90deg, rgba(30, 3, 56, .96), rgba(30, 3, 56, .72)), var(--page-hero-image);
    background-position: 65% center;
  }
  .page-hero.page-hero-image h1,
  .page-hero.page-hero-image p { max-width: 100%; }
}

.story-visual .story-image { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.story-visual:has(.story-image)::before { display: none; }
.about-values-section { position: relative; background-image: linear-gradient(rgba(30,3,56,.78),rgba(30,3,56,.82)),url('../images/about-values-bg.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; }
.about-values-section .section-title,.about-values-section .section-subtitle { color: #fff; }
.about-values-section .text-gradient { background: linear-gradient(135deg,#fff 0%,#c4b5fd 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.about-values-section .value-card { background: rgba(255,255,255,.94); border-color: rgba(255,255,255,.5); box-shadow: 0 14px 34px rgba(15,6,30,.24); }
@media (max-width: 767px) { .about-values-section { background-attachment: scroll; } }

.safety-feature-card .safety-card-tile { width: 100%; height: 132px; object-fit: cover; object-position: center; border-radius: 12px; margin-bottom: 1.25rem; box-shadow: 0 8px 22px rgba(30,3,56,.14); transition: transform var(--transition); }
.safety-feature-card:hover .safety-card-tile { transform: scale(1.015); }
@media (max-width: 480px) { .safety-feature-card .safety-card-tile { height: 145px; } }
