@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Poppins", sans-serif;
}
p,
a {
  color: #4b5563;
  font-size: large;
  text-decoration: none;
}
.menu-toggle {
  border: none;
  outline: none;
}
.main {
  width: 90%;
  margin: 0 auto;
}

.hero-section {
  background: #112331;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 10rem 0 0;
}
.hero-heading {
  color: #f9fafb;
  text-align: center;
  font-size: 3.375rem;
  font-style: normal;
  font-weight: 600;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}
.hero-para {
  color: #e5e7eb;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
}

.trial-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background: #059669;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid transparent;
  width: fit-content;
}
.hero-image > img {
  display: block;
  margin-top: -200px;
}
.what-is-inspect-title {
  color: #2075cc;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.what-is-inspect-heading {
  font-size: 2.25rem;
  font-weight: 600;
  color: #181d27;
  text-align: center;
}
@media (max-width: 64rem) {
  .hero-section {
    padding-top: 5rem;
  }
  .hero-image > img {
    margin-top: -150px;
  }
  br {
    display: none;
  }
  .hero-heading {
    font-size: 3rem;
  }
}
@media (max-width: 48rem) {
  .hero-section {
    padding-top: 5rem;
  }
  .hero-image > img {
    margin-top: -100px;
  }
  .hero-heading {
    font-size: 2.5rem;
  }
  .what-is-inspect-heading {
    font-size: 2rem;
  }
   .hero-content {
    padding-inline: 1rem;
  }
}
@media (max-width: 26.563rem) {
  .hero-section {
    padding-top: 3rem;
  }
  .hero-image > img {
    margin-top: 0;
  }
 
  .hero-heading {
    font-size: 2rem;
  }
  .hero-para,
  .trial-btn {
    font-size: 1rem;
  }
  .what-is-inspect-heading {
    font-size: 1.5rem;
  }
}

/* "Works With Your Existing ALM Stack" section — brought over from the org-views page */
.org-view-title {
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 2.625rem;
  line-height: normal;
}
.model-title {
  color: #000000;
  text-align: left;
  line-height: normal;
  font-weight: 500;
  font-size: 2.25rem;
}
.ai-pow-title {
  text-align: left;
}
.existing-with-your-alm {
  background: #f9fafc
    url("/wp-content/uploads/org-views/alm-stack-background.svg") right center /
    contain no-repeat;
  padding: 2rem 0;
  margin-top: 5rem;
}
.existing-with-alm-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.alm-para {
  font-size: 1.03rem;
  font-weight: 400;
  color: #3a3d42;
}
.ai-strips-parent {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.ai-strip-content {
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  align-items: center;
  gap: 0.5rem;
  color: #5c697c;
  border-radius: 0.75rem;
  font-weight: 500;
}
.more-det-btn {
  width: fit-content;
  padding: 0.5rem 1.5rem;
  border-radius: 0.402rem;
  margin-top: 1rem;
  font-size: 1rem;
}
.ai-pow-more {
  font-weight: 500;
}
@media (max-width: 48rem) {
  .org-view-title {
    font-size: 2rem;
  }
}
@media (max-width: 26.563rem) {
  .org-view-title {
    font-size: 1.5rem;
  }
}
