/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

/* Base */
body {
  font-family: "Inter", sans-serif;
  background-color: #0c1627;
  overflow-x: hidden;
  margin: 0;
  color: #ffffff;
}

.section-padding {
  padding: 70px 20px;
}

.container {
  max-width: 1250px;
  margin: 0 auto;
}

/* ----Header----- */
.site-header {
  background-color: #0e1a2b;
  position: fixed; /* 🔥 change to fixed */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header-padding {
  padding: 20px;
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.logo-main {
  font-size: 22px;
  font-weight: 700;
  color: #5db7f4;
  line-height: 1.1;
}

.logo-powered {
  font-size: 11px;
  margin-top: 4px;
  letter-spacing: 0.8px;
  opacity: 0.6;
  font-weight: 500;
}

.site-nav ul {
  list-style: none;
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
  align-items: center;
}

.site-nav a {
  color: #e5ecf3;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.site-nav a:hover {
  color: #5db7f4;
}

.btn-primary {
  background: linear-gradient(135deg, #4da3ff, #5ec8ff);
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: #ffffff;
  display: block;
}

@media (max-width: 992px) {
  .nav-toggle {
    display: flex;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #0e1a2b;
    display: none;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .site-nav ul {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }

  .site-nav.is-open {
    display: block;
  }

  .nav-cta {
    margin-top: 10px;
  }
  .section-padding {
    padding: 30px 20px;
  }
}

/* ----Header----- */

/* ----Hero-section ----- */

.pm-cta-hero {
  background:
    radial-gradient(
      800px 400px at 50% 0%,
      rgba(77, 163, 255, 0.15),
      transparent 70%
    ),
    linear-gradient(180deg, #071321 0%, #081426 100%);
  text-align: center;
  color: #ffffff;
  margin-top: 42px;
}

.pm-cta-hero__inner {
  max-width: 900px;
  margin: 0 auto;
}

.pm-cta-hero__title {
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  padding-top: 80px;
}

.pm-cta-hero__highlight {
  display: inline-block;
}

.text-gold {
  background: linear-gradient(135deg, #ffb347, #ffcc33);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-blue {
  background: linear-gradient(135deg, #4da3ff, #1cc7ec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pm-cta-hero__subtitle {
  font-size: 18px;
  opacity: 0.75;
  margin-bottom: 40px;
}

.pm-cta-hero__form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.pm-cta-hero__trust {
  font-size: 14px;
  opacity: 0.5;
  margin-top: 10px;
}

/* Remove CF7 default paragraph spacing */
.pm-cta-hero .wpcf7-form p {
  margin: 0;
}

/* Make form horizontal like original */
.pm-cta-hero .wpcf7-form {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* Email input styling */
.pm-cta-hero input[type="email"] {
  padding: 14px 18px;
  border-radius: 8px;
  border: none;
  min-width: 300px;
  font-size: 15px;
  background: #ffffff;
}

/* Submit button styling */
.pm-cta-hero input[type="submit"] {
  padding: 14px 24px;
  background: linear-gradient(135deg, #4da3ff, #5ec8ff);
  border: none;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s ease;
  margin-left: 25px;
}

.pm-cta-hero input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(77, 163, 255, 0.4);
}

/* Success message styling */
.pm-cta-hero .wpcf7-response-output {
  margin-top: 20px;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  transition: all 0.4s ease;
}

.wpcf7 form.sent .wpcf7-response-output {
  margin-top: 10px;
  border-image: linear-gradient(135deg, #4da3ff, #5ec8ff) 1;
  transition: all 0.4s ease;
}

.wpcf7 form.sent .wpcf7-response-output.hide-msg {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s ease;
}

.pm-cta-hero .wpcf7-response-output.hide-msg {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .pm-cta-hero__title {
    padding-top: 0px;
  }
  .pm-cta-hero {
    padding: 90px 20px;
  }

  .pm-cta-hero__form {
    flex-direction: column;
  }

  .pm-cta-hero__form input {
    width: 100%;
    margin: 10px 0px !important;
  }

  .pm-cta-hero__form button {
    width: 100%;
  }
}

/* ----Hero-section ----- */

/* ----Section 1.1----- */

.pm-hero {
  background-color: #0c1627;
  color: #0c1627;
  text-align: center;
}

.pm-hero__container {
  position: relative;
}

.pm-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 30px;
  background: #ffffff;
  border-radius: 999px;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 28px;
}

.pm-hero__title {
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 700;
  margin: 0 0 16px;
  color: #fff;
}

.pm-hero__subtitle {
  font-size: 40px;
  color: #6293d4;
  margin-bottom: 24px;
}

.pm-hero__divider {
  width: 30vw;
  height: 2px;
  background: #2fb7ff;
  margin: 0 auto 32px;
}

.pm-hero__keyline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 22px;
  margin-bottom: 14px;
}

.pm-hero__key {
  font-size: 26px;
}

.pm-hero__keyline strong {
  color: #6293d4;
  font-size: 38px;
  font-weight: 400;
}

.pm-hero__desc {
  font-size: 20px;
  margin-bottom: 20px;
  color: #d7e3f4;
}

.pm-hero__desc strong {
  color: #ffffff;
}

.pm-hero__text {
  font-size: 20px;
  line-height: 1.8;
  color: #a8b6c8;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .pm-hero__subtitle {
    font-size: 18px;
  }

  .pm-hero__keyline {
    font-size: 18px;
  }
}

/* ----Section 1.1----- */

/* ----Section 1.2----- */

.pm-collab {
  color: #fff;
  text-align: center;
}

.pm-collab__title {
  font-size: clamp(32px, 4vw, 46px);
  margin-bottom: 10px;
}

.pm-collab__subtitle {
  font-style: italic;
  opacity: 0.7;
  margin-bottom: 60px;
}

.pm-collab__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.pm-collab__item {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.pm-collab__icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.blue_color {
  color: #1c4ed8;
}
.orange_color {
  color: #d35400;
}
.green_color {
  color: #219653;
}
.purple_color {
  color: #9b51e0;
}
.navy_color {
  color: #2d5be3;
}
.red_color {
  color: #eb5757;
}
.teal_color {
  color: #56ccf2;
}

.blue {
  background: linear-gradient(135deg, #2f80ff, #1c4ed8);
}
.orange {
  background: linear-gradient(135deg, #f2994a, #d35400);
}
.green {
  background: linear-gradient(135deg, #6fcf97, #219653);
}
.purple {
  background: linear-gradient(135deg, #9b51e0, #6a1b9a);
}
.navy {
  background: linear-gradient(135deg, #2d5be3, #1a237e);
}
.red {
  background: linear-gradient(135deg, #eb5757, #b71c1c);
}
.teal {
  background: linear-gradient(135deg, #56ccf2, #007991);
}

.pm-collab__item h3 {
  margin: 10px 0 4px;
  font-size: 17px;
}

.pm-collab__item span {
  font-size: 13px;
  opacity: 0.7;
}

.pm-collab__item--center {
  grid-column: 2;
}

.pm-collab__footer {
  margin-top: 70px;
  opacity: 0.8;
  font-style: italic;
  font-size: 25px;
}

/* Mobile */
@media (max-width: 992px) {
  .pm-collab__grid {
    grid-template-columns: 1fr;
  }
  .pm-collab__item--center {
    grid-column: auto;
  }
}

/* ----Section 1.2----- */

/* ----Collaboration Section----- */
.pm-collab {
  background: #081426;
  color: #fff;
  text-align: center;
}

.pm-collab__title {
  font-size: clamp(32px, 4vw, 48px);
  margin-bottom: 10px;
}

.pm-collab__subtitle {
  opacity: 0.7;
  margin-bottom: 60px;
}

.pm-collab__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

.pm-collab__card {
  padding: 26px;
  border-radius: 18px;
  cursor: pointer;
  background: #132135;
  transition: 0.3s;
}

.pm-collab__card:hover {
  transform: translateY(-6px);
}

.pm-collab__card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.pm-collab__card p {
  opacity: 0.8;
  font-size: 14px;
}

/* Color accents */
.blue {
  box-shadow: 0 0 0 1px #4da3ff;
}
.purple {
  box-shadow: 0 0 0 1px #8b5cf6;
}
.green {
  box-shadow: 0 0 0 1px #22c55e;
}
.pink {
  box-shadow: 0 0 0 1px #ec4899;
}
.teal {
  box-shadow: 0 0 0 1px #14b8a6;
}
.orange {
  box-shadow: 0 0 0 1px #f97316;
}
.cyan {
  box-shadow: 0 0 0 1px #06b6d4;
}

/* Modal */
.pm-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.pm-modal.active {
  display: block;
}

.pm-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
}

.pm-modal__box {
  position: relative;
  max-width: 700px;
  margin: 20vh auto;
  background: #0c1627;
  padding: 40px;
  border-radius: 22px;
}

.pm-modal__close {
  position: absolute;
  top: 16px;
  right: 18px;
  background: none;
  border: none;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

.pm-modal h2 {
  margin-bottom: 10px;
}
.pm-modal .tagline {
  opacity: 0.8;
  margin-bottom: 20px;
}
.pm-modal ul {
  text-align: left;
}
.pm-modal ul li {
  margin-bottom: 8px;
}

.pm-modal__btn {
  display: inline-block;
  margin-top: 24px;
  padding: 14px 22px;
  background: linear-gradient(135deg, #1cc7ec, #4da3ff);
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}

/* ----Collaboration Section----- */

/* ----Section 1.3----- */

.pm-hero-alt__title {
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.1;
  margin: 0 0 20px;
  font-weight: 700;
}
.pm-hero-alt__title-light {
  display: block;
  color: #fff;
  font-size: 80px;
}
.pm-hero-alt__title-gradient {
  display: block;
  background: linear-gradient(135deg, #4da3ff, #5ec8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
}
.pm-hero-alt__subtitle {
  max-width: 820px;
  margin: 0 auto 40px;
  font-size: 22px;
  line-height: 1.7;
  color: #5f6b7a;
}
.pm-hero-alt__subtitle strong {
  max-width: 820px;
  margin: 0 auto 40px;
  font-size: 22px;
  line-height: 1.7;
  color: #30d4ed;
}

.pm-hero__cards {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 28px;
  margin-top: 100px;
  align-items: end;
}

.pm-hero__card {
  position: relative;
  height: 240px;
  border-radius: 20px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  overflow: hidden;

  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 30px 60px rgba(0, 0, 0, 0.45);
}

.pm-hero__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.pm-hero__card::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.pm-hero__card h3,
.pm-hero__card p {
  position: relative;
  z-index: 1;
}

.pm-hero__card h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 600;
}

.pm-hero__card p {
  margin: 0;
  font-size: 13px;
  opacity: 0.9;
}

.image1 {
  background-image: url("/wp-content/themes/bootscore-child/assets/img/pexel1.jpg");
}

.image2 {
  background-image: url("/wp-content/themes/bootscore-child/assets/img/pexel2.jpg");
}

.image3 {
  background-image: url("/wp-content/themes/bootscore-child/assets/img/pexel3.jpg");
}

.pm-hero__card--center {
  height: 300px;
  transform: translateY(-14px);
}

@media (min-width: 993px) {
  .pm-hero__cards {
    grid-template-columns: 1fr 1.2fr 1fr;
    align-items: stretch;
  }

  .pm-hero__card {
    height: 220px;
  }

  .pm-hero__card:nth-child(2) {
    height: 270px;
  }

  .pm-hero__card:nth-child(2) {
    transform: translateY(-10px);
  }
}

@media (max-width: 992px) {
  .pm-hero__cards {
    grid-template-columns: 1fr;
  }

  .pm-hero__card {
    height: 200px;
  }
}

/* ----Section 1.3----- */

/* ----Section 2----- */

.pm-scope {
  color: #ffffff;
}

.pm-scope__header {
  text-align: center;
  margin-bottom: 60px;
}

.pm-scope__eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.6px;
  color: #5ec8ff;
  margin-bottom: 14px;
}

.pm-scope__title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
}

.pm-scope__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 60px;
}

.pm-scope__card {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 18px;
  padding: 32px 28px;
  text-align: center;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 20px 50px rgba(0, 0, 0, 0.4);
}

.pm-scope__card--highlight {
  background: linear-gradient(
    180deg,
    rgba(77, 163, 255, 0.18),
    rgba(12, 22, 39, 0.9)
  );
}

.pm-scope__card h3 {
  font-size: 48px;
  margin: 0 0 10px;
  font-weight: 700;
  color: #5ec8ff;
}

.pm-scope__card h4 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
}

.pm-scope__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.85;
}

.pm-scope__industries {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 20px;
  padding: 40px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.pm-scope__industries-title {
  text-align: center;
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 600;
}

.pm-scope__industry-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0;
  margin: 0;
}

.pm-scope__industry-list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
}

.pm-scope__industry-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #5ec8ff;
  border-radius: 50%;
}

@media (max-width: 992px) {
  .pm-scope__stats {
    grid-template-columns: 1fr;
  }

  .pm-scope__industry-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ----Section 2----- */

/* ----Section 3----- */

.pm-approach {
  background: #0c1627;
  color: #0c1627;
}

.pm-approach__header {
  text-align: center;
  margin-bottom: 70px;
}

.pm-approach__eyebrow {
  font-size: 12px;
  letter-spacing: 1.8px;
  color: #5ec8ff;
  display: inline-block;
  margin-bottom: 16px;
}

.pm-approach__title {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
  color: #ffffff;
}

.pm-approach__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.pm-approach__card {
  background: #132135;
  backdrop-filter: blur(6px);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.pm-approach__card--highlight {
  background: #132135;
}

.pm-approach__icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(94, 200, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #5ec8ff;
}

.pm-approach__icon svg {
  width: 24px;
  height: 24px;
}

.pm-approach__step {
  font-size: 12px;
  letter-spacing: 1.4px;
  color: #5ec8ff;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.pm-approach__card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.pm-approach__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.85;
  color: #9f9a98;
}

@media (max-width: 992px) {
  .pm-approach__cards {
    grid-template-columns: 1fr;
  }
}

/* ----Section 3----- */

/* ----Section 4----- */

.pm-benefits {
  background:
    radial-gradient(
      700px 350px at 50% 0%,
      rgba(77, 163, 255, 0.12),
      transparent 70%
    ),
    #0c1627;
  color: #ffffff;
}

.pm-benefits__header {
  text-align: center;
  margin-bottom: 70px;
}

.pm-benefits__eyebrow {
  font-size: 12px;
  letter-spacing: 1.8px;
  color: #5ec8ff;
  display: inline-block;
  margin-bottom: 14px;
}

.pm-benefits__title {
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 600;
  margin: 0;
}

.pm-benefits__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.pm-benefits__card {
  background: linear-gradient(
    to top,
    rgba(12, 22, 39, 0.95),
    rgba(18, 30, 52, 0.9)
  );
  border-radius: 20px;
  padding: 28px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 30px 60px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  height: 550px;
}

.pm-benefits__card--highlight {
  box-shadow:
    inset 0 0 0 1px rgba(94, 200, 255, 0.3),
    0 40px 80px rgba(0, 0, 0, 0.6);
}

.pm-benefits__media {
  height: 270px;
  border-radius: 14px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.pm-benefits__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dark overlay like your previous gradient */
.pm-benefits__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(12, 22, 39, 0.85)
  );
}

.pm-benefits__card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 600;
}

.pm-benefits__card p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.85;
  color: #9f9a98;
}

.pm-benefits__outcome {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  line-height: 1.6;
}

.pm-benefits__outcome {
  color: #9f9a98;
}

.pm-benefits__outcome span {
  color: #5ec8ff;
  font-weight: 600;
}

@media (max-width: 992px) {
  .pm-benefits__cards {
    grid-template-columns: 1fr;
  }

  .pm-benefits__card {
    height: 500px;
  }

  .pm-benefits__media {
    height: 170px;
  }
}

/* ----Section 4----- */

/* ----Section 5----- */

.pm-careers {
  background:
    radial-gradient(
      700px 400px at 50% 0%,
      rgba(77, 163, 255, 0.18),
      transparent 70%
    ),
    #081426;
  color: #ffffff;
}

.pm-careers__header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 70px;
}

.pm-careers__title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  margin: 0 0 16px;
  color: #5ec8ff;
}

.pm-careers__subtitle {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.85;
  margin: 0;
}

.pm-careers__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.pm-careers__card {
  box-shadow:
    inset 0 0 0 1px rgba(94, 200, 255, 0.25),
    0 50px 120px rgba(0, 0, 0, 0.7);
  border-radius: 22px;
  padding: 32px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 30px 70px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
}

.pm-careers__card--highlight {
  box-shadow:
    inset 0 0 0 1px rgba(94, 200, 255, 0.25),
    0 50px 120px rgba(0, 0, 0, 0.7);
}

.pm-careers__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #ffffff;
}

.pm-careers__icon svg {
  width: 22px;
  height: 22px;
}

/* Color variants */
.pm-careers__icon--blue {
  background: linear-gradient(135deg, #4da3ff, #5ec8ff);
}

.pm-careers__icon--purple {
  background: linear-gradient(135deg, #7b6cff, #a08bff);
}

.pm-careers__icon--pink {
  background: linear-gradient(135deg, #d66efd, #ff8bdc);
}

.pm-careers__card h3 {
  font-size: 20px;
  margin: 0 0 8px;
  font-weight: 600;
}

.pm-careers__desc {
  font-size: 14px;
  opacity: 0.8;
  margin: 0 0 22px;
}

.pm-careers__roles {
  list-style: none;
  padding-left: 10px;
  margin: 0 0 24px;
}

.pm-careers__roles li {
  margin-bottom: 14px;
}

.pm-careers__roles strong {
  display: block;
  font-size: 14px;
}

.pm-careers__roles span {
  font-size: 13px;
  opacity: 0.7;
}

.pm-careers__salary {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 18px;
}

.pm-careers__salary--blue strong {
  color: #5ec8ff;
}

.pm-careers__salary--purple strong {
  color: #9b7cff;
}

.pm-careers__salary--pink strong {
  color: #ff8acb;
}

@media (max-width: 992px) {
  .pm-careers__cards {
    grid-template-columns: 1fr;
  }
}

/* ----Section 5----- */

/* ----Section 6----- */

.pm-global {
  background: #081426;
}
.pm-global__wrapper {
  background: linear-gradient(
    180deg,
    rgba(18, 36, 64, 0.95),
    rgba(10, 24, 46, 0.95)
  );
  border-radius: 22px;
  padding: 70px 50px;
  text-align: center;
  box-shadow:
    inset 0 0 0 1px rgba(94, 200, 255, 0.25),
    0 50px 120px rgba(0, 0, 0, 0.7);
}

.pm-global__title {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 600;
  margin: 0 0 14px;
  color: #ffffff;
}

.pm-global__subtitle {
  max-width: 760px;
  margin: 0 auto 20px;
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.85;
}

.pm-global__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  font-size: 15px;
  font-weight: 500;
  opacity: 0.7;
  margin-bottom: 50px;
}

.pm-global__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 50px;
}

.pm-global__stat {
  border-radius: 16px;
  padding: 26px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02)
  );
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 25px 50px rgba(0, 0, 0, 0.45);
}

.pm-global__stat--blue {
  background: linear-gradient(
    180deg,
    rgba(77, 163, 255, 0.25),
    rgba(12, 30, 55, 0.9)
  );
}

.pm-global__stat--purple {
  background: linear-gradient(
    180deg,
    rgba(130, 110, 255, 0.25),
    rgba(20, 26, 64, 0.9)
  );
}

.pm-global__stat--pink {
  background: linear-gradient(
    180deg,
    rgba(255, 138, 203, 0.28),
    rgba(-19, 18, 40, -13.1)
  );
}

.pm-global__stat--pink h3 {
  color: #ff8acb;
}

.pm-global__stat--purple h3 {
  color: #9b7cff;
}

.pm-global__stat--blue h3 {
  color: #5ec8ff;
}

.pm-global__stat h3 {
  font-size: 36px;
  margin: 0 0 6px;
  font-weight: 700;
}

.pm-global__stat p {
  margin: 0;
  font-size: 14px;
  opacity: 0.8;
}

.pm-global__stat--blue h3 {
  color: #5ec8ff;
}

.pm-global__stat--purple h3 {
  color: #9b7cff;
}

.pm-global__stat--pink h3 {
  color: #ff8acb;
}

/* CTA */
.pm-global__cta {
  margin-top: 20px;
}

.pm-global__button {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1cc7ec, #4da3ff);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.pm-global__button:hover {
  opacity: 0.95;
}

@media (max-width: 992px) {
  .pm-global__wrapper {
    padding: 50px 24px;
  }

  .pm-global__stats {
    grid-template-columns: 1fr;
  }

  .pm-global__logos {
    gap: 18px;
    font-size: 14px;
  }
}

/* ----Section 6----- */

/* ----Section 7----- */

.pm-impact {
  background: #0c1627;
  color: #ffffff;
}

.pm-impact__layout {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 60px;
  align-items: start;
}

.pm-impact__eyebrow {
  font-size: 12px;
  letter-spacing: 1.8px;
  color: #2fb7ff;
  font-weight: 600;
  margin-bottom: 14px;
  display: inline-block;
}

.pm-impact__title {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.25;
  margin-bottom: 24px;
}

.pm-impact__divider {
  width: 42px;
  height: 2px;
  background: #2fb7ff;
  margin-bottom: 24px;
}

.pm-impact__text {
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.75;
  max-width: 520px;
  margin-bottom: 40px;
}

.pm-impact__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.pm-impact__card {
  background: linear-gradient(
    180deg,
    rgba(22, 38, 64, 0.9),
    rgba(14, 26, 46, 0.9)
  );
  border-radius: 18px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pm-impact__icon {
  display: inline-block;
  font-size: 18px;
  color: #2fb7ff;
  margin-bottom: 10px;
}

.pm-impact__card h3 {
  font-size: 17px;
  margin-bottom: 8px;
}

.pm-impact__card p {
  font-size: 14px;
  opacity: 0.8;
  line-height: 1.6;
}

.pm-impact__media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.pm-impact__image-card {
  position: relative;
  width: 100%;
  max-width: 420px;
  height: 520px;
  border-radius: 22px;
  overflow: hidden;
}

.pm-impact__image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pm-impact__image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 22px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
}

.pm-impact__image-overlay strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

.pm-impact__image-overlay p {
  font-size: 13px;
  color: #2fb7ff;
}

@media (max-width: 992px) {
  .pm-impact__layout {
    grid-template-columns: 1fr;
  }

  .pm-impact__image-card {
    height: 360px;
    max-width: 100%;
  }

  .pm-impact__media {
    margin-top: 0px;
  }

  .pm-impact__cards {
    grid-template-columns: 1fr;
  }
}

/* ----Section 7----- */

/* ----Section 8----- */

.pm-enroll {
  background:
    radial-gradient(
      800px 400px at 50% 0%,
      rgba(77, 163, 255, 0.18),
      transparent 70%
    ),
    #081426;
  color: #ffffff;
}

.pm-enroll__header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 60px;
}

.pm-enroll__title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  margin-bottom: 16px;
}

.pm-enroll__subtitle {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.85;
}

.pm-enroll__card {
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(
    180deg,
    rgba(18, 36, 64, 0.95),
    rgba(10, 24, 46, 0.95)
  );
  border-radius: 22px;
  padding: 50px;
  box-shadow:
    inset 0 0 0 1px rgba(94, 200, 255, 0.25),
    0 50px 120px rgba(0, 0, 0, 0.7);
}

.pm-input--dropdown::placeholder {
  opacity: 0.6;
}

.pm-input--dropdown:focus {
  outline: none;
  border-color: #5ec8ff;
}

.pm-enroll__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.pm-enroll-headers p {
  font-size: 22px;
  margin-bottom: 30px;
}

.pm-enroll__field,
.pm-webinar__field {
  margin-bottom: 28px;
}

.pm-enroll__field label,
.pm-webinar__field label {
  display: block;
  font-size: 12px;
  letter-spacing: 1.2px;
  opacity: 0.7;
  margin-bottom: 6px;
}

.pm-enroll__field input,
.pm-enroll__field select,
.pm-enroll__field textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 12px 14px;
  color: #ffffff;
  font-size: 14px;
}

.pm-enroll__field textarea {
  min-height: 90px;
  resize: none;
}

.display-flex {
  display: flex;
  gap: 24px;
  margin-bottom: 10px;
}

.pm-webinar__field {
  flex: 1;
}

.pm-dropdown {
  position: relative;
}

.pm-dropdown__trigger {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 12px 14px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.pm-dropdown__menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  background: #0f1e35;
  border-radius: 12px;
  padding: 10px;
  z-index: 20;
  max-height: 260px;
  overflow-y: auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.pm-dropdown__menu--tall {
  max-height: 320px;
}

.pm-dropdown.is-open .pm-dropdown__menu {
  display: block;
}

.pm-dropdown__menu label {
  display: flex;
  gap: 10px;
  padding: 8px 10px;
  font-size: 13px;
  border-radius: 8px;
  cursor: pointer;
}

.pm-dropdown__menu label:hover {
  background: rgba(94, 200, 255, 0.12);
}

.pm-dropdown__menu input {
  accent-color: #5ec8ff;
}

.pm-enroll__benefits {
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 13px;
  opacity: 0.8;
  margin: 30px 0;
}

.pm-enroll__button {
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1cc7ec, #4da3ff);
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.pm-enroll__note {
  text-align: center;
  font-size: 12px;
  opacity: 0.6;
  margin-top: 16px;
}
.pm-textarea--box {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  padding: 14px;
  color: #ffffff;
  font-size: 14px;
  resize: vertical;
}

.pm-textarea--box:focus {
  outline: none;
  border-color: #5ec8ff;
}

.pm-enroll__section {
  margin-bottom: 32px;
}

.pm-enroll__question {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.85;
  margin-bottom: 8px;
}

/* Checklist */
.pm-enroll__checklist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.pm-enroll__checklist label {
  display: flex;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
}

.pm-enroll__checklist input {
  accent-color: #5ec8ff;
}

/* Radio Pills */
.pm-enroll__radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 10px;
}

.pm-enroll__radio-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  cursor: pointer;
}

.pm-enroll__radio-group input {
  accent-color: #5ec8ff;
}

@media (max-width: 992px) {
  .pm-enroll__card {
    padding: 36px 24px;
  }

  .pm-enroll__grid {
    grid-template-columns: 1fr;
  }

  .display-flex {
    flex-direction: column;
  }

  .pm-enroll__benefits {
    flex-direction: column;
    gap: 10px;
  }
}

/* ----Section 8----- */
