/* ============================================================
   Reusable WebCOSS Inner-Page Hero
   Lightweight: no backdrop filters, no continuous animation.
============================================================ */
.webcoss-page-hero {
  --webcoss-hero-bg-1: #031032;
  --webcoss-hero-bg-2: #071b49;
  --webcoss-hero-bg-3: #0a2859;
  --webcoss-hero-accent: var(--primary-color, #8bc1ff);
  --webcoss-hero-accent-strong: #4a8fe8;
  position: relative;
  overflow: hidden;
  padding: 218px 0 104px;
  color: rgba(255, 255, 255, 0.78);
  background: linear-gradient(118deg, var(--webcoss-hero-bg-1) 0%, var(--webcoss-hero-bg-2) 64%, var(--webcoss-hero-bg-3) 100%);
  contain: layout paint;
}

.webcoss-page-hero--uk {
  --webcoss-hero-bg-1: #03102d;
  --webcoss-hero-bg-2: #08265a;
  --webcoss-hero-bg-3: #123f73;
  --webcoss-hero-accent: #8bc1ff;
  --webcoss-hero-accent-strong: #58a2f4;
}

.webcoss-page-hero--india {
  --webcoss-hero-bg-1: #071335;
  --webcoss-hero-bg-2: #142b5d;
  --webcoss-hero-bg-3: #31508a;
  --webcoss-hero-accent: #9dccff;
  --webcoss-hero-accent-strong: #6aaef6;
}

.webcoss-page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.webcoss-page-hero-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 48px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  font-weight: 700;
}

.webcoss-page-hero-breadcrumb a:hover,
.webcoss-page-hero-breadcrumb a:focus-visible {
  color: var(--webcoss-hero-accent);
}

.webcoss-page-hero-breadcrumb i {
  font-size: 9px;
}

.webcoss-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.95fr);
  align-items: center;
  gap: 76px;
}

.webcoss-page-hero-kicker-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-bottom: 18px;
}

.webcoss-page-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--webcoss-hero-accent);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.webcoss-page-hero-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.webcoss-page-hero-market {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.07);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
}

.webcoss-page-hero-copy h1 {
  max-width: 820px;
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(46px, 5.25vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 700;
}

.webcoss-page-hero-copy > p {
  max-width: 720px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.7;
}

.webcoss-page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.webcoss-page-hero-primary,
.webcoss-page-hero-secondary {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 14px 24px;
  border-radius: 999px;
  font-family: var(--heading-font, "Ubuntu", sans-serif);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.webcoss-page-hero-primary {
  color: #ffffff;
  background: var(--webcoss-hero-accent-strong);
}

.webcoss-page-hero-primary:hover,
.webcoss-page-hero-primary:focus-visible {
  color: #06163c;
  background: #ffffff;
  transform: translateY(-2px);
}

.webcoss-page-hero-secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.webcoss-page-hero-secondary:hover,
.webcoss-page-hero-secondary:focus-visible {
  color: #06163c;
  border-color: #ffffff;
  background: #ffffff;
}

.webcoss-page-hero-primary i {
  transition: transform 0.2s ease;
}

.webcoss-page-hero-primary:hover i {
  transform: translateX(3px);
}

.webcoss-page-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.webcoss-page-hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.webcoss-page-hero-proof i {
  color: var(--webcoss-hero-accent);
  font-size: 11px;
}

.webcoss-page-hero-visual {
  position: relative;
  min-height: 500px;
  contain: layout paint;
}

.webcoss-page-hero-image {
  height: 500px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 34px;
  background: #0b2355;
}

.webcoss-page-hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.9;
  backface-visibility: hidden;
}

.webcoss-page-hero-panel {
  position: absolute;
  left: 0;
  right: 36px;
  bottom: 34px;
  display: grid;
  gap: 5px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.webcoss-page-hero-panel span {
  color: var(--webcoss-hero-accent-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.webcoss-page-hero-panel strong {
  color: #06163c;
  font-size: 16px;
  line-height: 1.45;
}

.webcoss-page-hero-panel small {
  color: #7c8799;
  font-size: 12px;
}

@media (max-width: 1199.98px) {
  .webcoss-page-hero {
    padding-top: 190px;
  }

  .webcoss-page-hero-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .webcoss-page-hero-visual {
    width: min(760px, 100%);
  }
}

@media (max-width: 767.98px) {
  .webcoss-page-hero {
    padding: 160px 0 72px;
  }

  .webcoss-page-hero-breadcrumb {
    margin-bottom: 32px;
  }

  .webcoss-page-hero-copy h1 {
    font-size: 43px;
  }

  .webcoss-page-hero-copy > p {
    font-size: 16px;
  }

  .webcoss-page-hero-visual,
  .webcoss-page-hero-image {
    min-height: 0;
    height: 420px;
  }

  .webcoss-page-hero-panel {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
}

@media (max-width: 575.98px) {
  .webcoss-page-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .webcoss-page-hero-primary,
  .webcoss-page-hero-secondary {
    width: 100%;
  }

  .webcoss-page-hero-proof {
    display: grid;
  }

  .webcoss-page-hero-visual,
  .webcoss-page-hero-image {
    height: 350px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .webcoss-page-hero *,
  .webcoss-page-hero *::before,
  .webcoss-page-hero *::after {
    animation: none !important;
    transition: none !important;
  }
}
