/* OTP Top Banner */
.otp-top-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #100030;
  color: #fff;
  padding: 8px 16px;
  text-align: center;
}

.otp-top-banner-text {
  font-size: 0.8rem;
  line-height: 1.4;
  margin: 0;
}

/* Offset navbar for OTP banner */
.otp-top-banner ~ .navbar-constraint {
  top: 50px;
}

@media (max-width: 767px) {
  .otp-top-banner ~ .navbar-constraint {
    top: 50px;
  }

  .otp-top-banner ~ .navbar-constraint .navbar {
    top: 50px;
  }

  .otp-intro-content {
    border-radius: 16px;
  }
}

/* Hero section offset removed — otp-intro now sits above hero and takes the clearance */

/* OTP Intro Section */
.otp-intro {
  background: #fff;
  margin-top: 120px;
  padding: 48px 16px 16px;
}

.otp-intro-content {
  background: #f8f9fa;
  border-radius: 32px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  text-align: center;
}

.otp-intro-badge-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.otp-badge-img {
  width: 160px;
  height: auto;
  display: block;
}

.otp-intro-text-col {
  border-left: none;
  padding-left: 0;
}

.otp-intro-heading {
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #100030;
  margin: 0 0 16px 0;
  line-height: 1.3;
}

.otp-intro-body {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
  margin: 0 0 12px 0;
}

.otp-intro-body:last-of-type {
  margin-bottom: 16px;
}

.otp-intro-explainer {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #888;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid #eee;
}

/* Tablet+ */
@media (min-width: 768px) {
  .otp-intro {
    padding: 56px 24px 24px;
  }

  .otp-intro-content {
    flex-direction: row;
    text-align: left;
    gap: 40px;
    align-items: center;
    padding: 48px 40px;
  }

  .otp-intro-badge-col {
    flex: 0 0 auto;
  }

  .otp-badge-img {
    width: 180px;
  }

  .otp-intro-text-col {
    flex: 1;
    border-left: 1px solid #ddd;
    padding-left: 32px;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .otp-intro {
    padding: 64px 32px 24px;
  }

  .otp-intro-content {
    padding: 56px 48px;
  }

  .otp-badge-img {
    width: 200px;
  }

  .otp-intro-heading {
    font-size: 1.75rem;
  }
}

/* Remove hero top margin for octopus page */
.section_layout13 .margin-top.margin-xxlarge {
  margin-top: 0;
}

/* Logo bar bottom spacing */
.section_logo2 {
  padding-bottom: 48px;
}

@media (min-width: 768px) {
  .section_logo2 {
    padding-bottom: 64px;
  }
}
