  body {
     font-family: "DM Sans", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
      
    }

    /* NAVBAR */
    .navbar {
      padding: 18px 0;
      transition: 0.3s;
    }
header {
    background: #050a2c;
}
    .navbar.scrolled {
      background: rgba(5, 10, 44, 0.9);
      backdrop-filter: blur(10px);
    }

    .navbar-brand img {
      height: 32px;
    }

    /* MENU */
    .nav-link {
      color: #fff !important;
      margin: 0 16px;
      font-size: 14px;
      font-weight: 500;
      padding: 5px 0 !important;
      position: relative;
    }

    .nav-link:hover {
      color: #fff !important;
    }

    .nav-link.active {
     color: #ff2828 !important;
    }

    .nav-link.active::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background: #ff2828;
      left: 0;
      bottom: -6px;
    }

    /* DROPDOWN FIX */
    .dropdown-menu {
      background: #0a0f3c;
      border: none;
      border-radius: 6px;
      padding: 8px 0;
      margin-top: 10px;

      display: none;
      opacity: 0;
      transform: translateY(10px);
      transition: all 0.25s ease;
    }

    .dropdown.show .dropdown-menu {
      display: block;
      opacity: 1;
      transform: translateY(0);
    }

    .dropdown-item {
      color: #fff;
      font-size: 14px;
      padding: 8px 20px;
    }

    .dropdown-item:hover {
      color: #ff2828;
      background: transparent;
    }

    /* Toggle Icon */
    .navbar-toggler {
      border: none;
    }

    .navbar-toggler-icon {
      background-image: none;
      width: 24px;
      height: 2px;
      background: white;
      position: relative;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
      content: "";
      position: absolute;
      width: 24px;
      height: 2px;
      background: white;
      left: 0;
    }

    .navbar-toggler-icon::before {
      top: -6px;
    }

    .navbar-toggler-icon::after {
      top: 6px;
    }

    /* RIGHT TEXT */
    .nav-right-text {
      font-size: 14px;
          color: #fff;
    }

    /* HERO */
    
.hero {
    padding: 130px 0;
    background: #050a2c;
}
    .hero h1 {
      font-size: 64px;
      font-weight: 800;
      line-height: 1.1;
      letter-spacing: -1.5px;
      color: #fff;
    }

    .hero h1 span {
      color: #ff2828;
    }

   .hero p {
    margin-top: 30px;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
}

    
   .hero .btn-primary-custom {
      background: #ff2828;
      border: 1px solid #fff;
      padding: 12px 34px;
      margin-top: 25px;
      font-size: 18px;
	  color:#fff;
	  border-radius:0;
    }

    .hero .btn-primary-custom:hover {
      background: #261F1F;
	   border: 1px solid #261F1F;
    }

    .link-secondary {
      display: inline-block;
      margin-top: 12px;
      color: #fff;
    }

    .link-secondary:hover {
      color: #fff;
    }
	.expert-cta {
    text-align: center;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
    /* RESPONSIVE */
    @media (max-width: 768px) {
      .hero h1 {
        font-size: 38px;
      }
    }
	
	/* SECTION BACKGROUND */
.outcomes {
    padding: 120px 0;
    text-align: center;
    background-image: url("/assets/images/background-img.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Title */
.section-title {
  font-size: 36px;
  font-weight: 700;
  color:#fff;
}

/* Red line */
.section-line {
    width: min(420px, 70vw);
    height: 5px;
    margin: 14px auto 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 40, 0, 1) 0%, rgba(255, 40, 0, .90) 45%, rgba(255, 40, 0, .55) 72%, rgba(255, 40, 0, 0) 100%);
    box-shadow: 0 0 0 1px rgba(255, 40, 0, .22), 0 10px 24px rgba(255, 40, 0, .14);
}

/* Subtitle */
.section-subtitle {
  color: #Fff;
  margin-top: 10px;
}

/* CARD */
section.outcomes .custom-card {
    background: rgba(255,255,255,0.05);
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #ffffff24;
    border-radius: 18px !important;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .22);
}
section.outcomes .custom-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg,
      rgba(255,40,0,.92) 0%,
      rgba(255,40,0,.55) 52%,
      rgba(255,40,0,.18) 78%,
      rgba(255,40,0,0) 100%);
    pointer-events: none;
    z-index: 1;
}

/* HEADER */
.custom-card .card-header {
  background: transparent;
  border: none;
  padding: 20px;
}

/* BUTTON */
.custom-card .btn-link {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ICON */
.custom-card .icon {
  font-size: 18px;
  color: #aab0ff;
}

/* BODY */
.custom-card .card-body {
  text-align: left;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  padding: 0 20px 20px;
}


.deliver-design:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    width: min(820px, 96vw);
    height: 170px;
    background: radial-gradient(circle at 50% 40%, rgba(255, 255, 255, .10), rgba(255, 255, 255, 0) 62%);
    pointer-events: none;
    filter: blur(0.25px);
}
.deliver-design {
    position: relative;
}
section.outcomes .custom-card .piv-acc-ico {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    flex: 0 0 auto;
}
section.outcomes .custom-card .piv-acc-ico svg {
    width: 26px;
    height: 26px;
    display: block;
}
section.outcomes .custom-card .piv-acc-ico svg [stroke]:not([stroke="none"]) {
    stroke: currentColor !important;
}
section.outcomes .custom-card button>span:nth-child(2) {
    width: 96%;
    padding-right: 20px;
    padding-left: 20px;
}
section.outcomes .custom-card .piv-acc-pct {
    font-weight: 800;
    color: #ff2800;
}
section.outcomes .custom-card .piv-acc-impact-label {
    font-weight: 700;
   
}