/* Liability.gr photographic enhancement */
.hero-panel {
  background:
    linear-gradient(
      180deg,
      rgba(10, 35, 77, 0.24) 0%,
      rgba(10, 35, 77, 0.44) 54%,
      rgba(10, 35, 77, 0.7) 100%
    ),
    url("../liability-hero-advisor.jpg") center center / cover no-repeat;
}

.hero-panel::before {
  display: none;
}

.hero-panel > .panel-orbit,
.hero-panel > .panel-kicker,
.hero-panel > h2,
.hero-panel > .quick-links,
.hero-panel > .panel-note {
  z-index: 2;
}

.hero-panel > .panel-kicker,
.hero-panel > h2,
.hero-panel > .quick-links,
.hero-panel > .panel-note {
  text-shadow: 0 2px 14px rgba(4, 22, 50, 0.88);
}

.claim-visual {
  color: #fff;
  background: var(--navy-deep);
}

.claim-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.claim-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(10, 35, 77, 0.32),
    rgba(10, 35, 77, 0.82)
  );
}

.claim-visual::after {
  z-index: 1;
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, 0.04),
    0 0 0 140px rgba(255, 255, 255, 0.025);
}

.claim-visual .shield {
  position: relative;
  z-index: 2;
  background: rgba(10, 35, 77, 0.9);
  box-shadow: 0 18px 45px rgba(6, 25, 53, 0.3);
}

.claim-visual p {
  z-index: 2;
  color: #fff;
  text-shadow: 0 3px 18px rgba(6, 25, 53, 0.55);
}

.claim-visual p strong {
  color: var(--gold);
}

/* Pale gold information band, matching medicalinsurance.gr */
.intro-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 54px clamp(30px, 10.4vw, 200px);
  border-top: 4px solid var(--gold);
  background: #fff7df;
  color: var(--navy-deep);
}

.intro-strip-copy h2 {
  margin: 0 0 8px;
  color: var(--navy-deep);
  font: 400 clamp(2rem, 3.5vw, 3rem) / 1.12 Georgia, "Times New Roman", serif;
}

.intro-strip .intro-strip-copy p {
  margin: 0;
  color: var(--navy-deep);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

.intro-actions {
  display: flex;
  flex: none;
  flex-wrap: wrap;
  gap: 12px;
}

.intro-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: 0 23px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.18s, box-shadow 0.18s;
}

.intro-whatsapp {
  background: #16a34a;
}

.intro-call {
  background: var(--red);
}

.intro-button:hover {
  transform: translateY(-2px);
}

.process-section .section-heading h2 em {
  color: var(--gold);
  font-style: normal;
}

@media (width <= 850px) {
  .hero-panel {
    background-position: center center;
  }

  .claim-photo {
    object-position: 55% center;
  }

  .intro-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
    padding: 45px 24px;
  }

  .intro-actions {
    margin-top: 8px;
  }
}

/* v49: phone numerals only — global */
.phone-digits{font-family:Georgia,"Times New Roman",serif !important;font-weight:700 !important;font-style:normal !important;font-variant-numeric:normal !important;font-feature-settings:normal !important;letter-spacing:normal !important;font-stretch:normal !important;}
