/**
 * Application Landing Page Styles v2.0
 * SafetyControlValves.com
 * Tightened layout, clear section separation, no light blue backgrounds
 */

/* ========== BASE ========== */
.alp-main {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  color: #111827;
  line-height: 1.6;
}

.alp-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.alp-section {
  padding: 3rem 0;
}

.alp-section--bordered {
  border-bottom: 1px solid #e5e7eb;
}

.alp-section-heading {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #111827;
}

/* ========== BUTTONS ========== */
.alp-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.alp-btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.alp-btn-primary {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}

.alp-btn-primary:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
}

.alp-btn-secondary {
  background: #374151;
  color: #fff;
  border-color: #374151;
}

.alp-btn-secondary:hover {
  background: #1f2937;
  border-color: #1f2937;
}

.alp-btn-outline {
  background: transparent;
  color: #2563eb;
  border-color: #2563eb;
}

.alp-btn-outline:hover {
  background: #2563eb;
  color: #fff;
}

/* ========== HERO SECTION ========== */
.alp-hero {
  background: #fff;
  padding: 2rem 0 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.alp-hero-badge {
  display: inline-block;
  background: #059669;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.625rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.alp-hero-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 3rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.alp-hero-h1 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  color: #111827;
}

.alp-hero-subhead {
  font-size: 1.125rem;
  color: #4b5563;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.alp-hero-phone {
  margin-top: 0.75rem;
  color: #6b7280;
  font-size: 0.875rem;
}

.alp-hero-phone a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
}

.alp-hero-phone a:hover {
  text-decoration: underline;
}

.alp-hero-image {
  max-width: 360px;
}

.alp-hero-image-frame {
  background: #e5e7eb;
  border: 2px solid #d1d5db;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.alp-hero-image img {
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: contain;
  display: block;
}

.alp-trust-bar {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
  flex-wrap: wrap;
}

.alp-trust-bar-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #374151;
}

.alp-trust-icon {
  width: 16px;
  height: 16px;
  color: #059669;
}

/* ========== PAIN POINTS ========== */
.alp-pain {
  background: #f9fafb;
}

.alp-pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.alp-pain-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 1rem;
  text-align: center;
}

.alp-pain-text {
  font-size: 0.9375rem;
  color: #4b5563;
  font-style: italic;
  margin: 0;
  line-height: 1.5;
}

/* ========== SOLUTION ========== */
.alp-solution {
  background: #fff;
}

.alp-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.alp-step {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f3f4f6;
  padding: 0.625rem 1rem;
  border-radius: 6px;
}

.alp-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #2563eb;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 50%;
}

.alp-step-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
}

.alp-step-arrow {
  color: #9ca3af;
  font-size: 1rem;
}

.alp-diff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.alp-diff-card {
  text-align: center;
  padding: 0.75rem;
}

.alp-diff-title {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.25rem;
}

.alp-diff-text {
  font-size: 0.8125rem;
  color: #6b7280;
  margin: 0;
}

/* ========== RECOMMENDED SERIES ========== */
.alp-series {
  background: #f9fafb;
}

.alp-series-wrapper {
  display: grid;
  gap: 1rem;
}

/* When there's 1 alternate, side-by-side layout */
.alp-series-wrapper--alt-1 {
  grid-template-columns: 1.5fr 1fr;
  align-items: start;
}

/* When there's 2 alternates, stack */
.alp-series-wrapper--alt-2 {
  grid-template-columns: 1fr;
}

/* When there's 0 alternates, just primary */
.alp-series-wrapper--alt-0 {
  grid-template-columns: 1fr;
  max-width: 600px;
  margin: 0 auto;
}

.alp-series-primary {
  display: flex;
  gap: 1.25rem;
  background: #fff;
  border: 2px solid #2563eb;
  border-radius: 8px;
  padding: 1.25rem;
}

.alp-series-image {
  flex-shrink: 0;
  width: 140px;
}

.alp-series-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.alp-series-content {
  flex: 1;
  min-width: 0;
}

.alp-series-badge {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0.1875rem 0.5rem;
  border-radius: 3px;
  margin-bottom: 0.5rem;
}

.alp-series-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.25rem;
}

.alp-series-tagline {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0.75rem;
}

.alp-series-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 0.75rem 0;
  font-size: 0.8125rem;
}

.alp-series-specs li {
  padding: 0.125rem 0;
  padding-left: 1rem;
  position: relative;
  color: #4b5563;
}

.alp-series-specs li::before {
  content: "â€¢";
  position: absolute;
  left: 0;
  color: #2563eb;
  font-weight: 700;
}

.alp-series-best-for {
  font-size: 0.8125rem;
  color: #059669;
  margin-bottom: 1rem;
}

/* Alternates - single item */
.alp-series-alternates--count-1 {
  display: block;
}

.alp-series-alternates--count-1 .alp-series-alt-card {
  display: flex;
  gap: 1rem;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem;
}

.alp-series-alternates--count-1 .alp-series-alt-image {
  flex-shrink: 0;
  width: 80px;
}

.alp-series-alternates--count-1 .alp-series-alt-image img {
  width: 100%;
  height: auto;
}

.alp-series-alternates--count-1 .alp-series-alt-content {
  flex: 1;
}

.alp-series-alternates--count-1 .alp-series-alt-title {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.alp-series-alternates--count-1 .alp-series-alt-best {
  font-size: 0.8125rem;
  margin-bottom: 0.75rem;
}

/* Alternates - two items */
.alp-series-alternates--count-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.alp-series-alt-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.25rem;
  text-align: center;
  position: relative;
}

.alp-series-alt-badge {
  display: inline-block;
  background: #6b7280;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0.1875rem 0.5rem;
  border-radius: 3px;
  margin-bottom: 0.75rem;
}

.alp-series-alt-image {
  margin-bottom: 0.75rem;
}

.alp-series-alt-image img {
  width: 100px;
  height: auto;
}

.alp-series-alt-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.375rem;
}

.alp-series-alt-best {
  font-size: 0.8125rem;
  color: #6b7280;
  margin-bottom: 0.75rem;
}

.alp-series-finder-link {
  text-align: center;
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 1rem;
  margin-bottom: 0;
}

.alp-series-finder-link a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
}

.alp-series-finder-link a:hover {
  text-decoration: underline;
}

/* ========== REQUIREMENTS ========== */
.alp-requirements {
  background: #fff;
}

.alp-req-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2.5rem;
  align-items: start;
}

.alp-req-intro {
  font-size: 1rem;
  color: #374151;
  line-height: 1.7;
}

.alp-req-intro p {
  margin: 0 0 1rem 0;
}

.alp-req-intro p:last-child {
  margin-bottom: 0;
}

.alp-req-specs {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
}

.alp-req-specs-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #111827;
}

.alp-req-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.alp-req-table tr:not(:last-child) {
  border-bottom: 1px solid #e5e7eb;
}

.alp-req-label,
.alp-req-value {
  padding: 0.625rem 0;
}

.alp-req-label {
  color: #6b7280;
  padding-right: 1rem;
}

.alp-req-value {
  text-align: right;
  color: #111827;
  font-weight: 600;
}

.alp-req-disclaimer {
  text-align: center;
  font-size: 0.75rem;
  color: #9ca3af;
  font-style: italic;
  margin-top: 1rem;
  margin-bottom: 0;
}

/* ========== SELECTION GUIDE ========== */
.alp-guide {
  background: #f9fafb;
}

.alp-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.alp-guide-option {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 1rem;
}

.alp-guide-label {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.625rem;
}

.alp-guide-criteria {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.8125rem;
}

.alp-guide-criteria li {
  padding: 0.25rem 0;
  padding-left: 1.25rem;
  position: relative;
  color: #374151;
}

.alp-guide-criteria li::before {
  content: "âœ“";
  position: absolute;
  left: 0;
  color: #059669;
  font-weight: 700;
  font-size: 0.75rem;
}

.alp-guide-tip {
  background: #fef3c7;
  border: 1px solid #f59e0b;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  font-size: 0.8125rem;
  color: #92400e;
}

/* ========== MID-PAGE CTA ========== */
.alp-mid-cta {
  background: #fff;
  padding: 2rem 0;
}

.alp-mid-cta-box {
  background: #1f2937;
  border-radius: 8px;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.alp-mid-cta-content {
  flex: 1;
}

.alp-mid-cta-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.25rem 0;
}

.alp-mid-cta-text {
  font-size: 0.9375rem;
  color: #d1d5db;
  margin: 0;
}

.alp-mid-cta-buttons {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}

.alp-mid-cta-box .alp-btn-outline {
  color: #fff;
  border-color: #fff;
}

.alp-mid-cta-box .alp-btn-outline:hover {
  background: #fff;
  color: #1f2937;
}

/* ========== ENGINEERING & CERTIFICATIONS ========== */
.alp-engineering {
  background: #f9fafb;
}

.alp-eng-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

/* When only one child (no cert logos uploaded), make it full width */
.alp-eng-grid > *:only-child {
  grid-column: 1 / -1;
  max-width: 700px;
  margin: 0 auto;
}

.alp-cert-block {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
}

.alp-cert-title,
.alp-proof-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1rem;
}

.alp-cert-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.alp-cert-logo {
  height: 56px;
  width: auto;
  object-fit: contain;
}

.alp-cert-desc {
  font-size: 0.9375rem;
  color: #6b7280;
  margin: 0;
}

.alp-proof-block {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
}

.alp-proof-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.alp-proof-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.alp-proof-icon {
  width: 22px;
  height: 22px;
  color: #059669;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.alp-proof-item-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.25rem;
}

.alp-proof-item-text {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}

/* ========== FAQ ========== */
.alp-faq {
  background: #fff;
}

.alp-faq-list {
  max-width: 700px;
  margin: 0 auto;
}

.alp-faq-item {
  border-bottom: 1px solid #e5e7eb;
}

.alp-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.875rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #111827;
}

.alp-faq-question:hover {
  color: #2563eb;
}

.alp-faq-icon {
  width: 20px;
  height: 20px;
  color: #9ca3af;
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-left: 0.75rem;
}

.alp-faq-open .alp-faq-icon {
  transform: rotate(180deg);
}

.alp-faq-answer {
  display: none;
  padding-bottom: 0.875rem;
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.6;
}

.alp-faq-answer p {
  margin: 0 0 0.5rem 0;
}

.alp-faq-answer p:last-child {
  margin-bottom: 0;
}

.alp-faq-open .alp-faq-answer {
  display: block;
}

/* ========== TRUST ========== */
.alp-trust {
  background: #f9fafb;
}

.alp-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.alp-trust-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 1rem;
  text-align: center;
}

.alp-trust-card-image {
  width: 60px;
  height: auto;
  margin-bottom: 0.5rem;
}

.alp-trust-stat {
  font-size: 1.5rem;
  font-weight: 800;
  color: #2563eb;
  line-height: 1;
}

.alp-trust-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin-top: 0.125rem;
}

.alp-trust-desc {
  font-size: 0.75rem;
  color: #6b7280;
  margin-top: 0.375rem;
  margin-bottom: 0;
}

.alp-testimonial {
  max-width: 600px;
  margin: 1rem auto 0;
  text-align: center;
  padding: 1rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}

.alp-testimonial-quote {
  font-size: 0.9375rem;
  font-style: italic;
  color: #374151;
  margin: 0 0 0.5rem 0;
  line-height: 1.5;
}

.alp-testimonial-cite {
  font-size: 0.8125rem;
  color: #6b7280;
  font-style: normal;
}

/* ========== FINAL CTA ========== */
.alp-final-cta {
  background: #fff;
  padding: 2rem 0 2.5rem;
}

.alp-final-cta-box {
  background: #1f2937;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
}

.alp-final-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

.alp-final-body {
  font-size: 1rem;
  color: #d1d5db;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

.alp-final-buttons {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.alp-final-cta-box .alp-btn-outline {
  color: #fff;
  border-color: #fff;
}

.alp-final-cta-box .alp-btn-outline:hover {
  background: #fff;
  color: #1f2937;
}

.alp-final-finder {
  font-size: 0.875rem;
  color: #9ca3af;
  margin: 0;
}

.alp-final-finder a {
  color: #60a5fa;
  text-decoration: none;
}

.alp-final-finder a:hover {
  text-decoration: underline;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 800px) {
  .alp-hero-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .alp-hero-image {
    max-width: 240px;
    margin: 0 auto;
    order: -1;
  }

  .alp-hero-h1 {
    font-size: 1.75rem;
    text-align: center;
  }

  .alp-hero-subhead {
    text-align: center;
  }

  .alp-hero-content {
    text-align: center;
  }

  .alp-pain-grid,
  .alp-diff-grid,
  .alp-trust-grid {
    grid-template-columns: 1fr;
  }

  .alp-series-wrapper--alt-1 {
    grid-template-columns: 1fr;
  }

  .alp-series-primary {
    flex-direction: column;
    text-align: center;
  }

  .alp-series-image {
    width: 120px;
    margin: 0 auto;
  }

  .alp-series-specs {
    text-align: left;
    display: inline-block;
  }

  .alp-series-alternates--count-1 .alp-series-alt-card {
    flex-direction: column;
    text-align: center;
  }

  .alp-series-alternates--count-2 {
    grid-template-columns: 1fr;
  }

  .alp-req-grid {
    grid-template-columns: 1fr;
  }

  .alp-req-specs {
    order: -1;
  }

  .alp-guide-grid {
    grid-template-columns: 1fr;
  }

  .alp-mid-cta-box {
    flex-direction: column;
    text-align: center;
  }

  .alp-mid-cta-buttons {
    flex-direction: column;
    width: 100%;
  }

  .alp-mid-cta-buttons .alp-btn {
    width: 100%;
    text-align: center;
  }

  .alp-eng-grid {
    grid-template-columns: 1fr;
  }

  .alp-steps {
    flex-direction: column;
  }

  .alp-step-arrow {
    transform: rotate(90deg);
  }
}

@media (max-width: 500px) {
  .alp-section {
    padding: 1.75rem 0;
  }

  .alp-section-heading {
    font-size: 1.25rem;
  }

  .alp-hero-h1 {
    font-size: 1.5rem;
  }

  .alp-trust-bar {
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }

  .alp-final-cta-box {
    padding: 1.5rem 1.25rem;
  }

  .alp-final-heading {
    font-size: 1.25rem;
  }

  .alp-final-buttons {
    flex-direction: column;
  }

  .alp-final-buttons .alp-btn {
    width: 100%;
    text-align: center;
  }
}
/* ==========================================================================
   HERO BACKGROUND IMAGE
   ========================================================================== */

/* Hero with background image */
.alp-hero--has-bg {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Dark overlay for text readability */
.alp-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

/* Keep content above overlay */
.alp-hero--has-bg .alp-container {
  position: relative;
  z-index: 2;
}

/* White text treatment when background present */
.alp-hero--has-bg .alp-hero-h1 {
  color: #ffffff !important;
}

.alp-hero--has-bg .alp-hero-subhead {
  color: rgba(255, 255, 255, 0.9) !important;
}

.alp-hero--has-bg .alp-hero-phone {
  color: rgba(255, 255, 255, 0.85) !important;
}

.alp-hero--has-bg .alp-hero-phone a {
  color: #ffffff !important;
}

.alp-hero--has-bg .alp-hero-badge {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.3);
}

/* Trust bar adjustments for dark background */
.alp-hero--has-bg .alp-trust-bar {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.alp-hero--has-bg .alp-trust-bar-item {
  color: rgba(255, 255, 255, 0.9) !important;
}

.alp-hero--has-bg .alp-trust-icon {
  color: #22c55e;
}

/* Product image frame adjustment */
.alp-hero--has-bg .alp-hero-image-frame {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

/* ==========================================================================
   MOBILE: Hide background image
   ========================================================================== */
@media (max-width: 768px) {
  .alp-hero--has-bg {
    background-image: none !important;
  }
  
  .alp-hero-overlay {
    display: none;
  }
  
  .alp-hero--has-bg .alp-hero-h1,
  .alp-hero--has-bg .alp-hero-subhead,
  .alp-hero--has-bg .alp-hero-phone,
  .alp-hero--has-bg .alp-hero-phone a,
  .alp-hero--has-bg .alp-hero-badge,
  .alp-hero--has-bg .alp-trust-bar-item {
    color: inherit !important;
  }
  
  .alp-hero--has-bg .alp-hero-badge,
  .alp-hero--has-bg .alp-trust-bar {
    background: inherit;
    border-color: inherit;
  }
  
  .alp-hero--has-bg .alp-hero-image-frame {
    background: inherit;
    box-shadow: inherit;
  }
}