/* =========================================================
   Agency Partnership Banner
   ========================================================= */

.agency-partnership-banner {
  padding: 56px 0 42px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 77% 42%,
      rgba(27, 70, 255, 0.24),
      transparent 25%
    ),
    radial-gradient(circle at 26% 83%, rgba(0, 92, 255, 0.13), transparent 28%),
    linear-gradient(115deg, #020a1c 0%, #03132e 51%, #020a1d 100%);
}
.agency-partnership-highlights.about-banner {
  margin-top: 20px !important;
}

.agency-partnership-primary-btn,
.agency-partnership-secondary-btn {
  text-transform: capitalize;
}

.agency-partnership-main {
  z-index: 2;
}

.agency-partnership-content {
  z-index: 5;
  max-width: 710px;
  padding: 12px 0 72px;
  min-width: 0;
}

.agency-partnership-badge {
  min-height: 48px;
  padding: 9px 18px;
  margin-bottom: 25px;
  border: 1px solid rgba(255, 100, 0, 0.72);
  border-radius: 30px;
  color: #ff6800;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.agency-partnership-badge i {
  font-size: 20px;
}

.agency-partnership-title h1 {
  max-width: 700px;
  margin: 0;
  color: #ffffff;
  font-size: 55px;
  line-height: 1.23;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.agency-partnership-title h1 span {
  display: block;
  color: #ff6800;
}

.agency-partnership-title-line {
  display: block;
  width: 53px;
  height: 4px;
  margin: 28px 0 26px;
  border-radius: 20px;
  background: #ff6800;
}

.agency-partnership-description {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
}

.agency-partnership-actions {
  margin-top: 33px;
}

.agency-partnership-primary-btn,
.agency-partnership-secondary-btn {
  min-height: 64px;
  padding: 15px 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 9px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.agency-partnership-primary-btn {
  border: 1px solid transparent;
}

.agency-partnership-primary-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.agency-partnership-secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: rgba(4, 16, 45, 0.46);
}

.agency-partnership-secondary-btn:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.agency-partnership-primary-btn i,
.agency-partnership-secondary-btn i {
  font-size: 22px;
}

.agency-partnership-visual {
  width: calc(100% + 100px);
  min-height: 640px;
  margin-left: -55px;
}

.agency-partnership-visual-glow {
  position: absolute;
  width: 670px;
  height: 670px;
  top: -82px;
  left: 2px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(48, 63, 226, 0.36) 0%,
    rgba(33, 56, 205, 0.15) 43%,
    transparent 69%
  );
  filter: blur(3px);
  pointer-events: none;
}

.agency-partnership-image-wrap {
  position: absolute;
  z-index: 3;
  width: 650px;
  max-width: 88%;
  right: -16px;
  bottom: 4px;
}

.agency-partnership-image-wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 605px;
  display: block;
  object-fit: contain;
  object-position: right bottom;
  position: relative;
  z-index: 2;
}

.agency-partnership-orbit {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.agency-partnership-orbit-one {
  z-index: 2;
  width: 520px;
  height: 520px;
  left: 38px;
  top: 128px;
  border: 1px dashed rgba(255, 104, 0, 0.9);
  border-left-color: transparent;
  border-bottom-color: rgba(255, 104, 0, 0.9);
  transform: rotate(15deg);
}

.agency-partnership-orbit-two {
  z-index: 1;
  width: 770px;
  height: 700px;
  left: -370px;
  top: 50px;
  border: 1px dashed rgba(84, 83, 255, 0.58);
  border-top-color: transparent;
  border-right-color: transparent;
  transform: rotate(-16deg);
}

.agency-partnership-security-card {
  position: absolute;
  z-index: 7;
  width: 385px;
  top: 0;
  left: -20px;
  padding: 27px 31px 25px;
  border: 1px solid rgba(42, 101, 202, 0.45);
  border-radius: 18px;
  background: linear-gradient(
    145deg,
    rgba(3, 18, 52, 0.97),
    rgba(4, 25, 69, 0.95)
  );
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.agency-partnership-security-icon {
  width: 66px;
  min-width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0f66bd;
  background: #ffffff;
  font-size: 29px;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.12);
}

.agency-partnership-security-copy {
  min-width: 0;
}

.agency-partnership-security-copy h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.agency-partnership-security-copy strong {
  display: block;
  color: #4e77ff;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
}

.agency-partnership-security-divider {
  width: 100%;
  height: 1px;
  margin: 20px 0 19px;
  background: rgba(118, 147, 204, 0.3);
}

.agency-partnership-security-card p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.5;
}

.agency-partnership-float-icon {
  position: absolute;
  z-index: 8;
  width: 68px;
  min-width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  font-size: 30px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.agency-partnership-float-team {
  left: 28px;
  top: 268px;
  color: #ff6800;
}

.agency-partnership-float-target {
  left: -10px;
  top: 405px;
  color: #115bec;
}

.agency-partnership-float-growth {
  left: 62px;
  top: 528px;
  color: #219754;
}

.agency-partnership-highlights {
  position: relative;
  z-index: 10;
  margin-top: -34px;
  padding: 30px 18px;
  border: 1px solid rgba(68, 118, 194, 0.34);
  border-radius: 20px;
  background: linear-gradient(
    115deg,
    rgba(4, 23, 57, 0.98),
    rgba(5, 29, 68, 0.93)
  );
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.agency-partnership-highlight {
  min-height: 190px;
  padding: 0 34px;
  border-right: 1px solid rgba(119, 146, 188, 0.36);
  min-width: 0;
}

.agency-partnership-highlight-last {
  border-right: 0;
}

.agency-partnership-highlight-icon {
  width: 72px;
  min-width: 72px;
  height: 72px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 31px;
  background: rgba(4, 20, 52, 0.86);
}

.agency-partnership-highlight-blue {
  color: #3187ff;
}

.agency-partnership-highlight-orange {
  color: #ff6800;
}

.agency-partnership-highlight-green {
  color: #39aa61;
}

.agency-partnership-highlight-purple {
  color: #965bff;
}

.agency-partnership-highlight-cyan {
  color: #24a8ff;
}

.agency-partnership-highlight-copy {
  min-width: 0;
}

.agency-partnership-highlight h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  overflow-wrap: break-word;
}

.agency-partnership-highlight p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.65;
  overflow-wrap: break-word;
}

/* =========================================================
   Agency Partnership Banner Responsive
   ========================================================= */

@media (max-width: 1599.98px) {
  .agency-partnership-banner {
    padding: 52px 0 38px;
  }

  .agency-partnership-content {
    max-width: 650px;
    padding-bottom: 64px;
  }

  .agency-partnership-badge {
    font-size: 15px;
  }

  .agency-partnership-title h1 {
    max-width: 630px;
    font-size: 48px;
  }

  .agency-partnership-description {
    max-width: 605px;
    font-size: 17px;
  }

  .agency-partnership-primary-btn,
  .agency-partnership-secondary-btn {
    min-height: 60px;
    padding: 14px 24px;
    font-size: 16px;
  }

  .agency-partnership-visual {
    width: calc(100% + 55px);
    min-height: 600px;
    margin-left: -35px;
  }

  .agency-partnership-image-wrap {
    width: 610px;
    right: -8px;
  }

  .agency-partnership-image-wrap img {
    max-height: 565px;
  }

  .agency-partnership-security-card {
    width: 360px;
    left: -5px;
    padding: 24px 27px;
  }

  .agency-partnership-orbit-one {
    width: 485px;
    height: 485px;
  }

  .agency-partnership-highlight {
    min-height: 178px;
    padding: 0 27px;
  }

  .agency-partnership-highlight-icon {
    width: 66px;
    min-width: 66px;
    height: 66px;
    font-size: 28px;
  }

  .agency-partnership-highlight h3 {
    font-size: 17px;
  }

  .agency-partnership-highlight p {
    font-size: 14px;
  }
}

@media (max-width: 1399.98px) {
  .agency-partnership-banner {
    padding: 46px 0 34px;
  }

  .agency-partnership-content {
    max-width: 560px;
    padding-bottom: 55px;
  }

  .agency-partnership-badge {
    min-height: 43px;
    padding: 8px 15px;
    margin-bottom: 22px;
    font-size: 14px;
  }

  .agency-partnership-badge i {
    font-size: 18px;
  }

  .agency-partnership-title h1 {
    max-width: 560px;
    font-size: 40px;
  }

  .agency-partnership-title-line {
    margin: 23px 0;
  }

  .agency-partnership-description {
    max-width: 540px;
    font-size: 15px;
  }

  .agency-partnership-actions {
    margin-top: 28px;
  }

  .agency-partnership-primary-btn,
  .agency-partnership-secondary-btn {
    min-height: 55px;
    padding: 13px 20px;
    gap: 9px;
    font-size: 14px;
  }

  .agency-partnership-primary-btn i,
  .agency-partnership-secondary-btn i {
    font-size: 19px;
  }

  .agency-partnership-visual {
    min-height: 535px;
    margin-left: -20px;
  }

  .agency-partnership-image-wrap {
    width: 535px;
  }

  .agency-partnership-image-wrap img {
    max-height: 500px;
  }

  .agency-partnership-security-card {
    width: 315px;
    left: 5px;
    padding: 20px 22px;
    border-radius: 16px;
  }

  .agency-partnership-security-icon {
    width: 55px;
    min-width: 55px;
    height: 55px;
    font-size: 24px;
  }

  .agency-partnership-security-copy h3 {
    font-size: 15px;
  }

  .agency-partnership-security-copy strong {
    font-size: 17px;
  }

  .agency-partnership-security-card p {
    font-size: 13px;
  }

  .agency-partnership-orbit-one {
    width: 430px;
    height: 430px;
    top: 116px;
  }

  .agency-partnership-orbit-two {
    width: 680px;
    height: 620px;
  }

  .agency-partnership-float-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    font-size: 25px;
  }

  .agency-partnership-float-team {
    top: 235px;
  }

  .agency-partnership-float-target {
    top: 357px;
  }

  .agency-partnership-float-growth {
    top: 463px;
  }

  .agency-partnership-highlights {
    margin-top: -20px;
    padding: 27px 12px;
  }

  .agency-partnership-highlight {
    min-height: 165px;
    padding: 0 20px;
  }

  .agency-partnership-highlight-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-bottom: 15px;
    font-size: 25px;
  }

  .agency-partnership-highlight h3 {
    font-size: 15px;
  }

  .agency-partnership-highlight p {
    font-size: 12px;
  }
}

@media (max-width: 1199.98px) {
  .agency-partnership-highlight {
    min-height: 100%;
    padding: 22px 25px;
    border-right: 0;
    border-bottom: 1px solid rgba(119, 146, 188, 0.28);
  }

  .agency-partnership-highlights
    .row
    > div:nth-last-child(-n + 1)
    .agency-partnership-highlight {
    border-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .agency-partnership-banner {
    padding-top: 42px;
  }

  .agency-partnership-content {
    max-width: 720px;
    margin: 0 auto;
    padding-bottom: 42px;
    text-align: center;
  }

  .agency-partnership-title h1,
  .agency-partnership-description {
    margin-left: auto;
    margin-right: auto;
  }

  .agency-partnership-title-line {
    margin-left: auto;
    margin-right: auto;
  }

  .agency-partnership-actions {
    justify-content: center;
  }

  .agency-partnership-visual {
    width: 100%;
    max-width: 720px;
    min-height: 570px;
    margin: 0 auto;
  }

  .agency-partnership-image-wrap {
    width: 600px;
    max-width: 88%;
    right: 0;
    left: 50%;
    transform: translateX(-42%);
  }

  .agency-partnership-security-card {
    left: 20px;
  }

  .agency-partnership-orbit-one {
    left: 90px;
  }

  .agency-partnership-float-team {
    left: 90px;
  }

  .agency-partnership-float-target {
    left: 53px;
  }

  .agency-partnership-float-growth {
    left: 117px;
  }

  .agency-partnership-highlights {
    margin-top: 12px;
  }
}

@media (max-width: 767.98px) {
  .agency-partnership-banner {
    padding: 34px 0 28px;
  }

  .agency-partnership-content {
    padding-bottom: 34px;
  }

  .agency-partnership-badge {
    min-height: 38px;
    margin-bottom: 20px;
    padding: 7px 13px;
    font-size: 12px;
  }

  .agency-partnership-badge i {
    font-size: 16px;
  }

  .agency-partnership-title h1 {
    font-size: 32px;
    line-height: 1.25;
  }

  .agency-partnership-title-line {
    width: 46px;
    height: 3px;
    margin: 20px auto;
  }

  .agency-partnership-description {
    font-size: 15px;
    line-height: 1.7;
  }

  .agency-partnership-actions {
    gap: 12px !important;
    margin-top: 25px;
  }

  .agency-partnership-primary-btn,
  .agency-partnership-secondary-btn {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 12px 16px;
    white-space: normal;
    overflow-wrap: break-word;
    font-size: 14px;
    text-transform: capitalize;
  }

  .agency-partnership-visual {
    min-height: 465px;
  }

  .agency-partnership-image-wrap {
    width: 470px;
    max-width: 92%;
    transform: translateX(-45%);
  }

  .agency-partnership-image-wrap img {
    max-height: 430px;
  }

  .agency-partnership-security-card {
    width: 280px;
    max-width: calc(100% - 30px);
    left: 15px;
    padding: 17px;
  }

  .agency-partnership-security-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    font-size: 21px;
  }

  .agency-partnership-security-copy h3 {
    font-size: 13px;
  }

  .agency-partnership-security-copy strong {
    font-size: 15px;
  }

  .agency-partnership-security-divider {
    margin: 15px 0;
  }

  .agency-partnership-security-card p {
    font-size: 12px;
  }

  .agency-partnership-orbit-one {
    width: 350px;
    height: 350px;
    left: 50px;
    top: 112px;
  }

  .agency-partnership-orbit-two {
    display: none;
  }

  .agency-partnership-float-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .agency-partnership-float-team {
    left: 62px;
    top: 216px;
  }

  .agency-partnership-float-target {
    left: 35px;
    top: 310px;
  }

  .agency-partnership-float-growth {
    left: 78px;
    top: 388px;
  }

  .agency-partnership-highlights {
    padding: 10px 18px;
    border-radius: 16px;
  }

  .agency-partnership-highlight {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    min-height: auto;
    padding: 23px 0;
  }

  .agency-partnership-highlight-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    margin-bottom: 0;
    font-size: 22px;
    flex-shrink: 0;
  }

  .agency-partnership-highlight h3 {
    margin-bottom: 7px;
    font-size: 15px;
  }

  .agency-partnership-highlight p {
    font-size: 12px;
    line-height: 1.55;
  }
}

@media (max-width: 575.98px) {
  .agency-partnership-banner {
    padding-top: 28px;
  }

  .agency-partnership-title h1 {
    font-size: 30px;
  }

  .agency-partnership-description br {
    display: none;
  }

  .agency-partnership-visual {
    min-height: 405px;
  }

  .agency-partnership-image-wrap {
    width: 390px;
    max-width: 98%;
    transform: translateX(-46%);
  }

  .agency-partnership-image-wrap img {
    max-height: 365px;
  }

  .agency-partnership-security-card {
    width: 250px;
    left: 4px;
    padding: 14px;
  }

  .agency-partnership-security-card .gap-3 {
    gap: 10px !important;
  }

  .agency-partnership-security-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .agency-partnership-security-copy h3 {
    font-size: 12px;
  }

  .agency-partnership-security-copy strong {
    font-size: 13px;
  }

  .agency-partnership-security-card p {
    font-size: 11px;
  }

  .agency-partnership-orbit-one {
    width: 290px;
    height: 290px;
    left: 34px;
    top: 100px;
  }

  .agency-partnership-float-icon {
    width: 43px;
    min-width: 43px;
    height: 43px;
    font-size: 18px;
  }

  .agency-partnership-float-team {
    left: 36px;
    top: 194px;
  }

  .agency-partnership-float-target {
    left: 18px;
    top: 270px;
  }

  .agency-partnership-float-growth {
    left: 53px;
    top: 335px;
  }

  .agency-partnership-highlights {
    margin-top: 5px;
    padding: 7px 16px;
  }

  .agency-partnership-highlight {
    gap: 14px;
    padding: 20px 0;
  }

  .agency-partnership-highlight-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    font-size: 19px;
  }
}

/*  */
/* =========================================================
   Agency Challenges & Solution
   ========================================================= */

.agency-challenges-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 97, 255, 0.05),
      transparent 25%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.agency-challenges-top {
  padding-bottom: 38px;
}

.agency-challenges-content {
  max-width: 575px;
  padding: 36px 0 10px;
}

.agency-challenges-kicker {
  margin-bottom: 23px;
  color: #ff5a00;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.agency-challenges-kicker span {
  width: 31px;
  height: 2px;
  display: block;
  background: #ff5a00;
}

.agency-challenges-head h2 {
  margin: 0;
  color: #071333;
  font-size: 44px;
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.agency-challenges-heading-line {
  width: 56px;
  height: 4px;
  display: block;
  margin: 23px 0 25px;
  border-radius: 20px;
  background: #ff5a00;
}

.agency-challenges-intro {
  max-width: 555px;
  color: #536181;
  font-size: 18px;
  line-height: 1.6;
}

.agency-challenges-quote-wrap {
  margin-top: 36px;
  padding-left: 74px;
}

.agency-challenges-quote {
  position: relative;
  z-index: 2;
  min-height: 96px;
  padding: 18px 25px;
  border: 1px solid #e0e6ef;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.agency-challenges-quote-icon {
  width: 58px;
  min-width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 25px;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
}

.agency-challenges-quote p {
  min-width: 0;
  color: #071333;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
  overflow-wrap: break-word;
}

.agency-challenges-dots {
  position: absolute;
  width: 60px;
  height: 82px;
  left: 0;
  top: 12px;
  opacity: 0.45;
  background-image: radial-gradient(#5d9fff 2px, transparent 2px);
  background-size: 16px 16px;
}

.agency-challenges-list {
  padding-left: 25px;
}

.agency-challenges-card {
  position: relative;
  min-height: 94px;
  margin-bottom: 9px;
  padding: 12px 67px 12px 15px;
  gap: 20px;
  border: 1px solid #e8ecf3;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 24px rgba(24, 48, 88, 0.055);
}

.agency-challenges-card:last-child {
  margin-bottom: 0;
}

.agency-challenges-card-icon {
  width: 72px;
  min-width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 29px;
}

.agency-challenges-card-icon-orange {
  color: #ff5a00;
  border: 1px solid #ffd1ba;
  background: #fff0e8;
}

.agency-challenges-card-icon-blue {
  color: #145dea;
  border: 1px solid #c9dcff;
  background: #edf4ff;
}

.agency-challenges-card-icon-green {
  color: #15916e;
  border: 1px solid #caeadf;
  background: #eef9f4;
}

.agency-challenges-card-icon-purple {
  color: #8050d9;
  border: 1px solid #dfd2fb;
  background: #f5f0ff;
}

.agency-challenges-card-icon-yellow {
  color: #f29a16;
  border: 1px solid #f8ddb0;
  background: #fff8e9;
}

.agency-challenges-card-content {
  min-width: 0;
}

.agency-challenges-card h3 {
  margin: 0 0 5px;
  color: #071333;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
}

.agency-challenges-card p {
  max-width: 520px;
  margin: 0;
  color: #34405c;
  font-size: 15px;
  line-height: 1.45;
  overflow-wrap: break-word;
}

.agency-challenges-number {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

.agency-challenges-number-orange {
  color: #ffd3bd;
}

.agency-challenges-number-blue {
  color: #b7d0ff;
}

.agency-challenges-number-green {
  color: #bee7d7;
}

.agency-challenges-number-purple {
  color: #d5c4ff;
}

.agency-challenges-number-yellow {
  color: #f7d58b;
}

.agency-challenges-timeline {
  position: absolute;
  width: 18px;
  height: calc(100% - 34px);
  top: 17px;
  left: -13px;
}

.agency-challenges-timeline span {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  border-left: 1px dotted #c6d5e8;
  transform: translateX(-50%);
}

.agency-challenges-timeline i {
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  border-radius: 50%;
  background: #ff5a00;
  transform: translateX(-50%);
}

.agency-challenges-timeline i:nth-of-type(1) {
  top: 5%;
}

.agency-challenges-timeline i:nth-of-type(2) {
  top: 26%;
}

.agency-challenges-timeline i:nth-of-type(3) {
  top: 48%;
}

.agency-challenges-timeline i:nth-of-type(4) {
  top: 70%;
}

.agency-challenges-timeline i:nth-of-type(5) {
  top: 94%;
}

/* Solution */

.agency-solution-box {
  border: 1px solid #d7e5fa;
  border-radius: 17px;
  background:
    radial-gradient(
      circle at top right,
      rgba(30, 113, 255, 0.08),
      transparent 31%
    ),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 100%);
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.04);
}

.agency-solution-image {
  min-height: 415px;
  overflow: hidden;
}

.agency-solution-image img {
  width: 100%;
  height: 100%;
  min-height: 415px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.agency-solution-image-shape {
  position: absolute;
  width: 145px;
  height: 120%;
  top: -10%;
  right: -62px;
  z-index: 2;
  background: #f9fcff;
  border-left: 2px solid rgba(255, 90, 0, 0.75);
  border-radius: 50% 0 0 50%;
  transform: rotate(7deg);
}

.agency-solution-image::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 110px;
  height: 145px;
  top: -58px;
  right: -6px;
  background: #071d50;
  transform: rotate(28deg);
}

.agency-solution-content {
  padding: 27px 26px 15px 4px;
}

.agency-solution-heading {
  padding: 0 16px 0 0;
}

.agency-solution-main-icon {
  width: 62px;
  min-width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -3px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 25px;
  background: linear-gradient(135deg, #102c68, #020d2e);
  box-shadow: 0 10px 24px rgba(9, 36, 87, 0.18);
}

.agency-solution-heading-copy {
  min-width: 0;
}

.agency-solution-kicker {
  margin-bottom: 5px;
  color: #ff5a00;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.agency-solution-heading h2 {
  margin: 0;
  color: #071333;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.agency-solution-heading-line {
  width: 37px;
  height: 2px;
  display: block;
  margin: 9px 0 10px;
  background: #ff5a00;
}

.agency-solution-heading p {
  max-width: 800px;
  margin: 0;
  color: #536181;
  font-size: 15px;
  line-height: 1.5;
}

.agency-solution-features {
  margin-top: 23px;
}

.agency-solution-feature {
  min-height: 102px;
  padding: 0 17px;
  border-right: 1px solid #ccdbef;
}

.agency-solution-feature-last {
  border-right: 0;
}

.agency-solution-feature-icon {
  width: 58px;
  min-width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
}

.agency-solution-feature-blue {
  color: #174fd4;
  border: 1px solid #c5d9ff;
  background: #eaf2ff;
}

.agency-solution-feature-green {
  color: #108a73;
  border: 1px solid #c6eadf;
  background: #eaf8f3;
}

.agency-solution-feature-purple {
  color: #7444d4;
  border: 1px solid #ded1fa;
  background: #f1ebff;
}

.agency-solution-feature-orange {
  color: #ff6800;
  border: 1px solid #ffddbf;
  background: #fff1e3;
}

.agency-solution-feature-copy {
  min-width: 0;
}

.agency-solution-feature h3 {
  margin: 5px 0 7px;
  color: #071333;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
}

.agency-solution-feature p {
  margin: 0;
  color: #34405c;
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.agency-solution-stats {
  margin: 25px 0 0 -33px;
  padding: 20px 15px;
  border: 1px solid #dce8f8;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(17, 40, 80, 0.04);
}

.agency-solution-stat {
  min-height: 72px;
  padding: 0 18px;
  border-right: 1px solid #d3dfef;
}

.agency-solution-stat-last {
  border-right: 0;
}

.agency-solution-stat-icon {
  width: 58px;
  min-width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 23px;
}

.agency-solution-stat-orange {
  color: #ff5a00;
  border: 1px solid #ffd2bd;
  background: #fff0e8;
}

.agency-solution-stat-blue {
  color: #125fea;
  border: 1px solid #c6dbff;
  background: #edf4ff;
}

.agency-solution-stat-green {
  color: #128864;
  border: 1px solid #cce7dc;
  background: #eef8f4;
}

.agency-solution-stat-purple {
  color: #7744d3;
  border: 1px solid #dfd1fa;
  background: #f4efff;
}

.agency-solution-stat strong {
  display: block;
  margin-bottom: 4px;
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
}

.agency-solution-stat-orange-text {
  color: #ff5a00;
}

.agency-solution-stat-blue-text {
  color: #075be8;
}

.agency-solution-stat-green-text {
  color: #198b36;
}

.agency-solution-stat-purple-text {
  color: #7040c7;
}

.agency-solution-stat p {
  margin: 0;
  color: #071333;
  font-size: 12px;
  line-height: 1.45;
}

/* =========================================================
   Agency Challenges & Solution Responsive
   ========================================================= */

@media (max-width: 1599.98px) {
  .agency-challenges-content {
    max-width: 535px;
    padding-top: 30px;
  }

  .agency-challenges-kicker,
  .agency-solution-kicker {
    font-size: 15px;
  }

  .agency-challenges-head h2 {
    font-size: 38px;
  }

  .agency-challenges-intro {
    font-size: 17px;
  }

  .agency-challenges-quote p {
    font-size: 16px;
  }

  .agency-challenges-card {
    min-height: 88px;
  }

  .agency-challenges-card-icon {
    width: 66px;
    min-width: 66px;
    height: 66px;
    font-size: 26px;
  }

  .agency-challenges-card h3 {
    font-size: 18px;
  }

  .agency-challenges-card p {
    font-size: 14px;
  }

  .agency-challenges-number {
    font-size: 36px;
  }

  .agency-solution-image,
  .agency-solution-image img {
    min-height: 390px;
  }

  .agency-solution-heading h2 {
    font-size: 28px;
  }

  .agency-solution-feature h3 {
    font-size: 14px;
  }

  .agency-solution-feature p {
    font-size: 12px;
  }

  .agency-solution-stat strong {
    font-size: 24px;
  }
}

@media (max-width: 1399.98px) {
  .agency-challenges-top {
    padding-bottom: 32px;
  }

  .agency-challenges-content {
    padding-top: 20px;
  }

  .agency-challenges-kicker,
  .agency-solution-kicker {
    font-size: 14px;
  }

  .agency-challenges-head h2 {
    font-size: 32px;
  }

  .agency-challenges-intro {
    font-size: 15px;
  }

  .agency-challenges-quote-wrap {
    padding-left: 55px;
  }

  .agency-challenges-quote {
    padding: 16px 20px;
  }

  .agency-challenges-quote-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .agency-challenges-quote p {
    font-size: 15px;
  }

  .agency-challenges-card {
    min-height: 82px;
    padding: 10px 58px 10px 12px;
    gap: 15px;
  }

  .agency-challenges-card-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 23px;
  }

  .agency-challenges-card h3 {
    font-size: 17px;
  }

  .agency-challenges-card p {
    font-size: 13px;
  }

  .agency-challenges-number {
    right: 18px;
    font-size: 32px;
  }

  .agency-solution-content {
    padding-top: 23px;
  }

  .agency-solution-main-icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
    font-size: 22px;
  }

  .agency-solution-heading h2 {
    font-size: 25px;
  }

  .agency-solution-heading p {
    font-size: 14px;
  }

  .agency-solution-feature {
    padding: 0 13px;
  }

  .agency-solution-feature-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 21px;
  }

  .agency-solution-stat {
    padding: 0 13px;
  }

  .agency-solution-stat-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    font-size: 21px;
  }

  .agency-solution-stat strong {
    font-size: 22px;
  }
}

@media (max-width: 1199.98px) {
  .agency-solution-content {
    padding-right: 18px;
  }

  .agency-solution-feature {
    min-height: 115px;
    margin-bottom: 18px;
  }

  .agency-solution-features .row > div:nth-child(2) .agency-solution-feature {
    border-right: 0;
  }

  .agency-solution-stats {
    margin-top: 10px;
  }

  .agency-solution-stat {
    margin: 8px 0;
  }

  .agency-solution-stats .row > div:nth-child(2) .agency-solution-stat {
    border-right: 0;
  }
}

@media (max-width: 991.98px) {
  .agency-challenges-content {
    max-width: 100%;
    padding-top: 0;
  }

  .agency-challenges-intro {
    max-width: 700px;
  }

  .agency-challenges-quote-wrap {
    max-width: 650px;
    margin-top: 30px;
  }

  .agency-challenges-list {
    padding-left: 0;
  }

  .agency-challenges-timeline {
    display: none;
  }

  .agency-solution-image {
    min-height: 340px;
  }

  .agency-solution-image img {
    min-height: 340px;
    max-height: 340px;
    object-position: center 35%;
  }

  .agency-solution-image-shape,
  .agency-solution-image::after {
    display: none;
  }

  .agency-solution-content {
    padding: 28px 25px 24px;
  }

  .agency-solution-heading {
    padding-right: 0;
  }

  .agency-solution-stats {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .agency-challenges-kicker {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .agency-challenges-kicker span {
    width: 34px;
  }

  .agency-challenges-head h2 {
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .agency-challenges-heading-line {
    width: 45px;
    height: 3px;
    margin: 18px 0;
  }

  .agency-challenges-intro {
    font-size: 16px;
    line-height: 1.6;
  }

  .agency-challenges-quote-wrap {
    padding-left: 0;
  }

  .agency-challenges-dots {
    display: none;
  }

  .agency-challenges-quote {
    min-height: auto;
    padding: 17px;
  }

  .agency-challenges-quote-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .agency-challenges-quote p {
    font-size: 14px;
  }

  .agency-challenges-card {
    align-items: flex-start !important;
    min-height: auto;
    padding: 16px 52px 16px 15px;
  }

  .agency-challenges-card-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    font-size: 21px;
  }

  .agency-challenges-card h3 {
    font-size: 16px;
  }

  .agency-challenges-card p {
    font-size: 14px;
  }

  .agency-challenges-number {
    top: 18px;
    right: 14px;
    transform: none;
    font-size: 25px;
  }

  .agency-solution-image,
  .agency-solution-image img {
    min-height: 275px;
    max-height: 275px;
  }

  .agency-solution-content {
    padding: 24px 18px 20px;
  }

  .agency-solution-heading {
    gap: 12px !important;
  }

  .agency-solution-main-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    font-size: 19px;
  }

  .agency-solution-kicker {
    font-size: 12px;
  }

  .agency-solution-heading h2 {
    font-size: 22px;
  }

  .agency-solution-heading p {
    font-size: 14px;
  }

  .agency-solution-feature {
    min-height: auto;
    padding: 18px 0;
    margin: 0;
    border-right: 0;
    border-bottom: 1px solid #d5e1ef;
  }

  .agency-solution-features .row > div:last-child .agency-solution-feature {
    border-bottom: 0;
  }

  .agency-solution-feature h3 {
    font-size: 16px;
  }

  .agency-solution-feature p {
    font-size: 14px;
  }

  .agency-solution-stats {
    margin-top: 18px;
    padding: 10px 15px;
  }

  .agency-solution-stat {
    min-height: auto;
    padding: 15px 10px;
  }

  .agency-solution-stat strong {
    font-size: 22px;
  }

  .agency-solution-stat p {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .agency-challenges-section {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .agency-challenges-quote {
    align-items: flex-start !important;
  }

  .agency-challenges-quote p br {
    display: none;
  }

  .agency-challenges-card {
    gap: 12px;
    padding-right: 42px;
  }

  .agency-challenges-card-icon {
    width: 46px;
    min-width: 46px;
    height: 46px;
    font-size: 18px;
  }

  .agency-challenges-card h3 {
    font-size: 15px;
  }

  .agency-challenges-card p {
    font-size: 13px;
  }

  .agency-challenges-number {
    right: 10px;
    font-size: 20px;
  }

  .agency-solution-image,
  .agency-solution-image img {
    min-height: 220px;
    max-height: 220px;
  }

  .agency-solution-heading {
    flex-direction: column;
  }

  .agency-solution-feature-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    font-size: 19px;
  }

  .agency-solution-stat {
    border-right: 0;
    border-bottom: 1px solid #d9e4f1;
  }

  .agency-solution-stats .row > div:last-child .agency-solution-stat {
    border-bottom: 0;
  }

  .agency-solution-stat-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    font-size: 19px;
  }
}
/* =========================================================
   Partnership Services
   ========================================================= */

.partnership-services-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(13, 110, 253, 0.035), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}

.partnership-services-head {
  max-width: 900px;
  margin: 0 auto 30px;
}

.partnership-services-kicker {
  margin-bottom: 10px;
  color: #ff5a00;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.partnership-services-kicker span {
  width: 35px;
  height: 2px;
  display: block;
  background: #ff5a00;
}

.partnership-services-head h2 {
  margin: 0 0 9px;
  color: #071333;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.partnership-services-head p {
  max-width: 760px;
  color: #536181;
  font-size: 18px;
  line-height: 1.5;
}

.partnership-services-layout {
  align-items: stretch;
}

.partnership-services-intro-card,
.partnership-service-card {
  border: 1px solid #dfe8f4;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(17, 40, 80, 0.035);
}

.partnership-services-intro-card {
  min-height: 622px;
  padding: 35px 31px 0;
}

.partnership-services-intro-content {
  z-index: 3;
}

.partnership-services-intro-content h3 {
  margin: 0;
  color: #071333;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.partnership-services-intro-content h3 span {
  display: block;
  margin-top: 2px;
  color: #ff5a00;
}

.partnership-services-intro-line {
  width: 50px;
  height: 3px;
  display: block;
  margin: 22px 0 22px;
  border-radius: 20px;
  background: #ff5a00;
}

.partnership-services-intro-content p {
  max-width: 295px;
  margin: 0;
  color: #536181;
  font-size: 16px;
  line-height: 1.55;
}

.partnership-services-illustration {
  position: absolute;
  width: calc(100% - 28px);
  max-width: 350px;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
}

.partnership-services-illustration img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 305px;
  display: block;
  object-fit: contain;
}

.partnership-service-card {
  min-height: 299px;
  padding: 27px 27px 23px;
  display: flex;
  flex-direction: column;
}

.partnership-service-card::after {
  content: "";
  position: absolute;
  width: 95px;
  height: 95px;
  right: -43px;
  bottom: -43px;
  border-radius: 50%;
  background: var(--service-soft);
}

.partnership-service-icon {
  width: 72px;
  min-width: 72px;
  height: 72px;
  margin-bottom: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--service-border);
  border-radius: 50%;
  color: var(--service-color);
  background: var(--service-icon-bg);
  font-size: 30px;
}

.partnership-service-copy {
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.partnership-service-copy h3 {
  margin: 0;
  color: #071333;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.02em;
  overflow-wrap: break-word;
}

.partnership-service-line {
  width: 34px;
  height: 2px;
  display: block;
  margin: 13px 0 15px;
  background: var(--service-color);
}

.partnership-service-copy p {
  max-width: 245px;
  margin: 0 0 18px;
  color: #34405c;
  font-size: 16px;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.partnership-service-link {
  position: relative;
  z-index: 3;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 9px;
  color: #ff5a00;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}

.partnership-service-link i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.partnership-service-link:hover {
  color: #e94f00;
}

.partnership-service-link:hover i {
  transform: translateX(3px);
}

.partnership-service-number {
  position: absolute;
  z-index: 2;
  right: 17px;
  bottom: 15px;
  color: var(--service-color);
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.partnership-service-orange {
  --service-color: #ff5a00;
  --service-border: #ffd2bc;
  --service-icon-bg: #fff0e8;
  --service-soft: #fff0e8;
}

.partnership-service-purple {
  --service-color: #702bd2;
  --service-border: #decff8;
  --service-icon-bg: #f2eaff;
  --service-soft: #eee2ff;
}

.partnership-service-green {
  --service-color: #11773a;
  --service-border: #c8e6d4;
  --service-icon-bg: #eaf7ef;
  --service-soft: #dff4e7;
}

.partnership-service-blue {
  --service-color: #175ee7;
  --service-border: #cbdcff;
  --service-icon-bg: #edf4ff;
  --service-soft: #e5efff;
}

.partnership-service-gold {
  --service-color: #e67c00;
  --service-border: #f4d9b5;
  --service-icon-bg: #fff5e8;
  --service-soft: #fff0d9;
}

.partnership-service-pink {
  --service-color: #e72555;
  --service-border: #f8cddd;
  --service-icon-bg: #fff0f5;
  --service-soft: #ffe3ed;
}

/* Partnership Promise */

.partnership-services-promise {
  margin-top: 20px;
  padding: 15px 18px;
  border: 1px solid #d7e5fa;
  border-radius: 14px;
  background:
    radial-gradient(
      circle at top right,
      rgba(41, 112, 255, 0.06),
      transparent 35%
    ),
    linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
  box-shadow: 0 10px 28px rgba(17, 40, 80, 0.035);
}

.partnership-promise-main {
  min-height: 93px;
  padding: 0 21px 0 8px;
}

.partnership-promise-main-icon {
  width: 84px;
  min-width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #3b82f6;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #0d2b6f 0%, #030f35 100%);
  box-shadow:
    inset 0 0 0 7px #ffffff,
    0 8px 22px rgba(10, 43, 105, 0.12);
  font-size: 30px;
}

.partnership-promise-main-copy {
  min-width: 0;
}

.partnership-promise-main h3 {
  margin: 0 0 5px;
  color: #071333;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

.partnership-promise-main p {
  color: #536181;
  font-size: 15px;
  line-height: 1.45;
}

.partnership-promise-item {
  min-height: 77px;
  padding: 0 18px;
  border-left: 1px solid #d5e1f0;
}

.partnership-promise-icon {
  width: 56px;
  min-width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 23px;
}

.partnership-promise-blue {
  color: #135de2;
  border: 1px solid #cadcff;
  background: #edf4ff;
}

.partnership-promise-orange {
  color: #dd5700;
  border: 1px solid #f3d3b9;
  background: #fff1e7;
}

.partnership-promise-green {
  color: #147738;
  border: 1px solid #cde4d5;
  background: #edf7f0;
}

.partnership-promise-purple {
  color: #6429bb;
  border: 1px solid #ded1f5;
  background: #f2ecff;
}

.partnership-promise-item p {
  min-width: 0;
  color: #071333;
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: break-word;
}

.partnership-promise-item strong,
.partnership-promise-item span {
  display: block;
}

.partnership-promise-item strong {
  font-weight: 700;
}

/* =========================================================
   Partnership Services Responsive
   ========================================================= */

@media (max-width: 1599.98px) {
  .partnership-services-head {
    margin-bottom: 28px;
  }

  .partnership-services-kicker {
    font-size: 15px;
  }

  .partnership-services-head h2 {
    font-size: 38px;
  }

  .partnership-services-head p {
    font-size: 17px;
  }

  .partnership-services-intro-card {
    min-height: 585px;
    padding: 31px 27px 0;
  }

  .partnership-services-intro-content h3 {
    font-size: 27px;
  }

  .partnership-services-intro-content p {
    font-size: 15px;
  }

  .partnership-services-illustration {
    max-width: 325px;
  }

  .partnership-service-card {
    min-height: 280px;
    padding: 24px 24px 21px;
  }

  .partnership-service-icon {
    width: 66px;
    min-width: 66px;
    height: 66px;
    margin-bottom: 17px;
    font-size: 27px;
  }

  .partnership-service-copy h3 {
    font-size: 20px;
  }

  .partnership-service-copy p {
    font-size: 15px;
  }

  .partnership-service-link {
    font-size: 15px;
  }

  .partnership-promise-main h3 {
    font-size: 20px;
  }

  .partnership-promise-main p {
    font-size: 14px;
  }
}

@media (max-width: 1399.98px) {
  .partnership-services-kicker {
    font-size: 14px;
  }

  .partnership-services-head h2 {
    font-size: 32px;
  }

  .partnership-services-head p {
    max-width: 700px;
    font-size: 15px;
  }

  .partnership-services-intro-card {
    min-height: 555px;
    padding: 27px 24px 0;
  }

  .partnership-services-intro-content h3 {
    font-size: 24px;
  }

  .partnership-services-intro-content p {
    font-size: 14px;
  }

  .partnership-services-illustration {
    max-width: 295px;
  }

  .partnership-service-card {
    min-height: 265px;
    padding: 22px 21px 19px;
  }

  .partnership-service-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .partnership-service-copy h3 {
    font-size: 17px;
  }

  .partnership-service-copy p {
    font-size: 14px;
  }

  .partnership-service-link {
    font-size: 14px;
  }

  .partnership-promise-main-icon {
    width: 72px;
    min-width: 72px;
    height: 72px;
    font-size: 26px;
  }

  .partnership-promise-main h3 {
    font-size: 18px;
  }

  .partnership-promise-item {
    padding: 0 13px;
  }

  .partnership-promise-icon {
    width: 49px;
    min-width: 49px;
    height: 49px;
    font-size: 20px;
  }

  .partnership-promise-item p {
    font-size: 12px;
  }
}

@media (max-width: 1199.98px) {
  .partnership-services-intro-card {
    min-height: 560px;
  }

  .partnership-service-card {
    min-height: 270px;
  }

  .partnership-services-promise {
    padding: 17px;
  }

  .partnership-promise-main {
    padding-bottom: 16px;
  }

  .partnership-promise-items {
    border-top: 1px solid #d9e4f1;
  }

  .partnership-promise-item {
    margin-top: 15px;
    border-left: 0;
    border-right: 1px solid #d5e1f0;
  }

  .partnership-promise-item-last {
    border-right: 0;
  }
}

@media (max-width: 991.98px) {
  .partnership-services-intro-card {
    min-height: 540px;
  }

  .partnership-services-intro-content {
    max-width: 410px;
  }

  .partnership-services-intro-content p {
    max-width: 385px;
  }

  .partnership-services-illustration {
    max-width: 360px;
    left: auto;
    right: 22px;
    transform: none;
  }

  .partnership-service-card {
    min-height: 280px;
  }
}

@media (max-width: 767.98px) {
  .partnership-services-head {
    margin-bottom: 23px;
  }

  .partnership-services-kicker {
    gap: 10px !important;
    font-size: 12px;
  }

  .partnership-services-kicker span {
    width: 28px;
  }

  .partnership-services-head h2 {
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .partnership-services-head p {
    font-size: 16px;
    line-height: 1.55;
  }

  .partnership-services-intro-card {
    min-height: 520px;
  }

  .partnership-services-intro-content h3 {
    font-size: 22px;
  }

  .partnership-services-intro-content p {
    font-size: 14px;
  }

  .partnership-services-illustration {
    max-width: 330px;
    right: 50%;
    transform: translateX(50%);
  }

  .partnership-service-card {
    min-height: auto;
    padding: 22px;
  }

  .partnership-service-icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
    font-size: 22px;
  }

  .partnership-service-copy h3 {
    font-size: 18px;
  }

  .partnership-service-copy p {
    max-width: none;
    font-size: 14px;
  }

  .partnership-service-link {
    font-size: 14px;
  }

  .partnership-services-promise {
    padding: 16px;
  }

  .partnership-promise-main {
    min-height: auto;
    padding: 0 0 17px;
  }

  .partnership-promise-main-icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    font-size: 23px;
  }

  .partnership-promise-main h3 {
    font-size: 18px;
  }

  .partnership-promise-main p {
    font-size: 14px;
  }

  .partnership-promise-item {
    min-height: 76px;
    margin: 0;
    padding: 15px 10px;
    border-right: 0;
    border-bottom: 1px solid #d5e1f0;
  }

  .partnership-promise-items > div:last-child .partnership-promise-item {
    border-bottom: 0;
  }

  .partnership-promise-item p {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  .partnership-services-section {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .partnership-services-kicker {
    gap: 8px !important;
  }

  .partnership-services-kicker span {
    width: 20px;
  }

  .partnership-services-intro-card {
    min-height: 470px;
    padding: 23px 20px 0;
  }

  .partnership-services-intro-content h3 {
    font-size: 20px;
  }

  .partnership-services-intro-line {
    margin: 17px 0;
  }

  .partnership-services-illustration {
    width: calc(100% - 34px);
    max-width: 290px;
    bottom: 10px;
  }

  .partnership-service-card {
    padding: 20px;
  }

  .partnership-service-card::after {
    width: 80px;
    height: 80px;
    right: -38px;
    bottom: -38px;
  }

  .partnership-service-number {
    right: 13px;
    bottom: 12px;
    font-size: 18px;
  }

  .partnership-promise-main {
    align-items: flex-start !important;
  }

  .partnership-promise-main-icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
    font-size: 20px;
  }

  .partnership-promise-main h3 {
    font-size: 17px;
  }

  .partnership-promise-icon {
    width: 46px;
    min-width: 46px;
    height: 46px;
    font-size: 18px;
  }
}

/* =========================================================
   Partnership Process
   ========================================================= */

.partnership-process-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(13, 110, 253, 0.04), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}

.partnership-process-head {
  max-width: 1080px;
  margin: 0 auto 28px;
}

.partnership-process-kicker {
  margin-bottom: 14px;
  color: #ff5a00;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.partnership-process-kicker span {
  width: 35px;
  height: 2px;
  display: block;
  background: #ff5a00;
}

.partnership-process-head h2 {
  margin: 0 0 12px;
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.partnership-process-head p {
  max-width: 720px;
  color: #536181;
  font-size: 18px;
  line-height: 1.55;
}

.partnership-process-track {
  padding: 28px 20px 42px;
}

.partnership-process-track::before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 1px;
  left: 5%;
  right: 5%;
  top: 195px;
  background: #bbc9dc;
}

.partnership-process-step {
  z-index: 2;
  min-width: 0;
}

.partnership-process-step:not(:last-child)::after {
  content: "\f061";
  position: absolute;
  top: 103px;
  right: -23px;
  z-index: 5;
  color: #596d95;
  font-family: "Font Awesome 6 Free";
  font-size: 17px;
  font-weight: 900;
}

.partnership-process-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 111px;
  right: -5px;
  width: 78px;
  border-top: 2px dashed #7688af;
  transform: translateX(100%);
}

.partnership-process-big-number {
  position: absolute;
  top: -33px;
  left: 18px;
  z-index: 0;
  color: rgba(255, 90, 0, 0.09);
  font-size: 62px;
  line-height: 1;
  font-weight: 800;
}

.partnership-process-purple .partnership-process-big-number {
  color: rgba(112, 43, 210, 0.09);
}

.partnership-process-green .partnership-process-big-number {
  color: rgba(17, 135, 78, 0.09);
}

.partnership-process-blue .partnership-process-big-number {
  color: rgba(23, 94, 231, 0.08);
}

.partnership-process-icon {
  position: relative;
  z-index: 3;
  width: 116px;
  min-width: 116px;
  height: 116px;
  margin: 0 auto 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(20, 43, 78, 0.1);
  font-size: 47px;
}

.partnership-process-orange .partnership-process-icon {
  color: #ff5a00;
}

.partnership-process-purple .partnership-process-icon {
  color: #702bd2;
}

.partnership-process-green .partnership-process-icon {
  color: #11874e;
}

.partnership-process-blue .partnership-process-icon {
  color: #1764e8;
}

.partnership-process-dot {
  position: absolute;
  z-index: 4;
  width: 18px;
  height: 18px;
  top: 158px;
  left: 50%;
  border: 5px solid currentColor;
  border-radius: 50%;
  background: #ffffff;
  transform: translateX(-50%);
}

.partnership-process-orange .partnership-process-dot {
  color: #ff5a00;
}

.partnership-process-purple .partnership-process-dot {
  color: #702bd2;
}

.partnership-process-green .partnership-process-dot {
  color: #13884c;
}

.partnership-process-blue .partnership-process-dot {
  color: #1764e8;
}

.partnership-process-label {
  position: relative;
  z-index: 3;
  max-width: 190px;
  margin: 0 auto 15px;
  padding: 8px 20px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}

.partnership-process-orange .partnership-process-label {
  background: linear-gradient(135deg, #ff7600, #ff4d00);
}

.partnership-process-purple .partnership-process-label {
  background: linear-gradient(135deg, #8436e8, #6421c6);
}

.partnership-process-green .partnership-process-label {
  background: linear-gradient(135deg, #10a360, #04753f);
}

.partnership-process-blue .partnership-process-label {
  background: linear-gradient(135deg, #2482ff, #075be8);
}

.partnership-process-step h3 {
  margin: 0;
  color: #071333;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

.partnership-process-small-line {
  width: 39px;
  height: 2px;
  display: block;
  margin: 14px auto;
  background: currentColor;
}

.partnership-process-orange .partnership-process-small-line {
  color: #ff5a00;
}

.partnership-process-purple .partnership-process-small-line {
  color: #702bd2;
}

.partnership-process-green .partnership-process-small-line {
  color: #13884c;
}

.partnership-process-blue .partnership-process-small-line {
  color: #1764e8;
}

.partnership-process-step p {
  max-width: 225px;
  margin: 0 auto;
  color: #34405c;
  font-size: 15px;
  line-height: 1.55;
  overflow-wrap: break-word;
}

/* Trust Panel */

.partnership-process-trust {
  border: 1px solid #d9e6f8;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(17, 40, 80, 0.045);
}

.partnership-process-image {
  min-height: 315px;
  overflow: hidden;
}

.partnership-process-image img {
  width: 100%;
  height: 100%;
  min-height: 315px;
  display: block;
  object-fit: cover;
}

.partnership-process-image-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  min-width: 320px;
  padding: 17px 22px;
  border-radius: 10px;
  color: #ffffff;
  background: linear-gradient(
    135deg,
    rgba(2, 20, 60, 0.98),
    rgba(4, 39, 95, 0.98)
  );
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}

.partnership-process-image-card-icon {
  width: 66px;
  min-width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff5a00;
  border-radius: 50%;
  color: #ff5a00;
  font-size: 29px;
}

.partnership-process-image-card strong,
.partnership-process-image-card span {
  display: block;
}

.partnership-process-image-card strong {
  font-size: 19px;
  line-height: 1.3;
}

.partnership-process-image-card span {
  margin-top: 5px;
  color: #ff6800;
  font-size: 18px;
  font-weight: 700;
}

.partnership-process-trust-content {
  padding: 20px 20px 17px 35px;
}

.partnership-process-trust-head {
  min-width: 0;
}

.partnership-process-trust-icon {
  width: 82px;
  min-width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #0b2d72, #020d32);
  font-size: 34px;
}

.partnership-process-trust-head h3 {
  margin: 0 0 5px;
  color: #071333;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
}

.partnership-process-trust-head p {
  color: #536181;
  font-size: 16px;
  line-height: 1.5;
}

.partnership-process-trust-divider {
  margin: 20px 0 15px;
  border-top: 1px dashed #bfcee2;
}

.partnership-process-benefit {
  min-height: 115px;
  padding: 10px 18px;
  border-right: 1px solid #d5e1f0;
}

.partnership-process-benefit-last {
  border-right: 0;
}

.partnership-process-benefit-icon {
  width: 56px;
  min-width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
}

.partnership-process-benefit-orange {
  color: #ff5a00;
  border: 1px solid #ffd2bb;
  background: #fff0e8;
}

.partnership-process-benefit-purple {
  color: #6d2dcc;
  border: 1px solid #ded0fa;
  background: #f2ebff;
}

.partnership-process-benefit-green {
  color: #128452;
  border: 1px solid #c9e8d8;
  background: #eef8f3;
}

.partnership-process-benefit h4 {
  margin: 4px 0 7px;
  color: #071333;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
}

.partnership-process-benefit p {
  margin: 0;
  color: #34405c;
  font-size: 13px;
  line-height: 1.55;
}

/* =========================================================
   Partnership Process Responsive
   ========================================================= */

@media (max-width: 1599.98px) {
  .partnership-process-kicker {
    font-size: 15px;
  }

  .partnership-process-head h2 {
    font-size: 38px;
  }

  .partnership-process-head p {
    font-size: 17px;
  }

  .partnership-process-icon {
    width: 105px;
    min-width: 105px;
    height: 105px;
    font-size: 42px;
  }

  .partnership-process-track::before {
    top: 145px;
  }

  .partnership-process-dot {
    top: 108px;
  }

  .partnership-process-step h3 {
    font-size: 17px;
  }

  .partnership-process-step p {
    font-size: 15px;
  }

  .partnership-process-trust-head h3 {
    font-size: 22px;
  }

  .partnership-process-trust-head p {
    font-size: 15px;
  }
}

@media (max-width: 1399.98px) {
  .partnership-process-kicker {
    font-size: 14px;
  }

  .partnership-process-head h2 {
    font-size: 32px;
  }

  .partnership-process-head p {
    font-size: 15px;
  }

  .partnership-process-track {
    padding-left: 8px;
    padding-right: 8px;
  }

  .partnership-process-icon {
    width: 94px;
    min-width: 94px;
    height: 94px;
    font-size: 37px;
  }

  .partnership-process-track::before {
    top: 145px;
  }

  .partnership-process-dot {
    top: 137px;
  }

  .partnership-process-step:not(:last-child)::before {
    width: 55px;
    top: 100px;
  }

  .partnership-process-step:not(:last-child)::after {
    top: 92px;
  }

  .partnership-process-label {
    max-width: 165px;
    font-size: 17px;
  }

  .partnership-process-step h3 {
    font-size: 16px;
  }

  .partnership-process-step p {
    font-size: 14px;
  }

  .partnership-process-big-number {
    font-size: 52px;
  }

  .partnership-process-image-card {
    min-width: 280px;
  }

  .partnership-process-trust-content {
    padding-left: 25px;
  }

  .partnership-process-benefit {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991.98px) {
  .partnership-process-track::before,
  .partnership-process-step::before,
  .partnership-process-step::after,
  .partnership-process-dot {
    display: none;
  }

  .partnership-process-track {
    padding-top: 22px;
  }

  .partnership-process-step {
    padding: 22px 18px;
    border: 1px solid #dfe8f4;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(17, 40, 80, 0.05);
  }

  .partnership-process-big-number {
    top: 12px;
  }

  .partnership-process-image {
    min-height: 340px;
  }

  .partnership-process-image img {
    min-height: 340px;
    max-height: 340px;
  }

  .partnership-process-trust-content {
    padding: 25px;
  }

  .partnership-process-benefit {
    border-right: 0;
    border-bottom: 1px solid #d9e3ef;
  }
}

@media (max-width: 767.98px) {
  .partnership-process-kicker {
    font-size: 12px;
    gap: 9px !important;
  }

  .partnership-process-kicker span {
    width: 28px;
  }

  .partnership-process-head h2 {
    font-size: 22px;
  }

  .partnership-process-head p {
    font-size: 16px;
  }

  .partnership-process-track {
    padding-left: 0;
    padding-right: 0;
  }

  .partnership-process-step h3 {
    font-size: 18px;
  }

  .partnership-process-step p {
    font-size: 14px;
  }

  .partnership-process-image-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    min-width: 0;
  }

  .partnership-process-trust-head {
    align-items: flex-start !important;
  }

  .partnership-process-trust-icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
    font-size: 25px;
  }

  .partnership-process-trust-head h3 {
    font-size: 18px;
  }

  .partnership-process-trust-head p {
    font-size: 14px;
  }

  .partnership-process-benefit h4 {
    font-size: 14px;
  }

  .partnership-process-benefit p {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .partnership-process-section {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .partnership-process-kicker span {
    width: 20px;
  }

  .partnership-process-image,
  .partnership-process-image img {
    min-height: 285px;
    max-height: 285px;
  }

  .partnership-process-image-card {
    padding: 13px 15px;
  }

  .partnership-process-image-card-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .partnership-process-image-card strong {
    font-size: 15px;
  }

  .partnership-process-image-card span {
    font-size: 14px;
  }

  .partnership-process-trust-content {
    padding: 20px 16px;
  }

  .partnership-process-trust-head {
    flex-direction: column;
    gap: 12px !important;
  }

  .partnership-process-benefit {
    padding: 16px 0;
  }
}
/* =========================================================
   Engagement Models
   ========================================================= */

.engagement-models-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(13, 110, 253, 0.045), transparent 29%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}

.engagement-models-head {
  max-width: 980px;
  margin-bottom: 30px;
}

.engagement-models-kicker {
  margin-bottom: 12px;
  color: #ff5a00;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.engagement-models-kicker span {
  width: 35px;
  height: 2px;
  display: block;
  background: #ffa074;
}

.engagement-models-head h2 {
  margin: 0 0 10px;
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.engagement-models-head > p {
  max-width: 790px;
  color: #536181;
  font-size: 18px;
  line-height: 1.5;
}

.engagement-models-grid {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}

.engagement-models-intro-col {
  width: 320px;
}

.engagement-models-intro-card,
.engagement-model-card {
  border: 1px solid #dce6f3;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(17, 40, 80, 0.035);
}

.engagement-models-intro-card {
  min-height: 590px;
  padding: 28px 27px 108px;
}

.engagement-models-intro-copy {
  z-index: 3;
}

.engagement-models-intro-copy h3 {
  margin: 0;
  color: #071333;
  font-size: 28px;
  line-height: 1.23;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.engagement-models-intro-copy h3 span {
  display: block;
  color: #ff5a00;
}

.engagement-models-intro-line {
  width: 38px;
  height: 2px;
  display: block;
  margin: 20px 0 19px;
  background: #ff5a00;
}

.engagement-models-intro-copy p {
  max-width: 255px;
  color: #34405c;
  font-size: 15px;
  line-height: 1.6;
}

.engagement-models-illustration {
  position: absolute;
  width: calc(100% - 26px);
  left: 50%;
  bottom: 54px;
  transform: translateX(-50%);
}

.engagement-models-illustration img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 285px;
  display: block;
  object-fit: contain;
}

.engagement-models-nda {
  position: absolute;
  z-index: 5;
  left: 22px;
  right: 22px;
  bottom: 14px;
  min-height: 70px;
  padding: 11px 16px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #08275f 0%, #03143d 100%);
  box-shadow: 0 10px 24px rgba(6, 29, 72, 0.16);
}

.engagement-models-nda-icon {
  color: #ffae46;
  font-size: 25px;
}

.engagement-models-nda p {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.45;
}

/* Engagement Model Card */

.engagement-model-card {
  --model-color: #075be8;
  --model-soft: #edf4ff;
  --model-border: #cadcff;
  --model-number: #09234e;

  min-width: 0;
  min-height: 590px;
  padding: 42px 13px 0;
  display: flex;
  flex-direction: column;
}

.engagement-model-blue {
  --model-color: #075be8;
  --model-soft: #edf4ff;
  --model-border: #cadcff;
  --model-number: #09234e;
}

.engagement-model-orange {
  --model-color: #ff5700;
  --model-soft: #fff1e9;
  --model-border: #f4d3c1;
  --model-number: #ef5409;
}

.engagement-model-purple {
  --model-color: #702bd2;
  --model-soft: #f3edff;
  --model-border: #ddd0f7;
  --model-number: #6b2ac4;
}

.engagement-model-green {
  --model-color: #087b47;
  --model-soft: #edf8f2;
  --model-border: #cce7d9;
  --model-number: #087848;
}

.engagement-model-number {
  position: absolute;
  top: 5px;
  right: 18px;
  min-width: 39px;
  padding: 7px 8px;
  border-radius: 4px;
  color: #ffffff;
  background: var(--model-number);
  box-shadow: 0 5px 13px rgba(4, 22, 57, 0.14);
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
}

.engagement-model-icon {
  width: 94px;
  min-width: 94px;
  height: 94px;
  margin: 0 auto 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--model-border);
  border-radius: 50%;
  color: var(--model-color);
  background: var(--model-soft);
  font-size: 39px;
}

.engagement-model-card h3 {
  min-height: 52px;
  margin: 0;
  color: #071333;
  text-align: center;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.015em;
  overflow-wrap: break-word;
}

.engagement-model-title-line {
  width: 37px;
  height: 2px;
  display: block;
  margin: 9px auto 22px;
  background: var(--model-color);
}

.engagement-model-summary {
  min-height: 82px;
  margin: 0;
  color: #34405c;
  text-align: center;
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.engagement-model-features {
  margin-top: 12px;
  padding: 18px 0 16px;
  border-top: 1px solid #dce5ef;
}

.engagement-model-features p {
  min-width: 0;
  margin: 0 0 13px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #071333;
  font-size: 13px;
  line-height: 1.35;
}

.engagement-model-features p:last-child {
  margin-bottom: 0;
}

.engagement-model-features i {
  margin-top: 2px;
  flex-shrink: 0;
  color: var(--model-color);
  font-size: 14px;
}

.engagement-model-features span {
  min-width: 0;
  overflow-wrap: break-word;
}

.engagement-model-best {
  min-height: 103px;
  margin: auto -13px 0;
  padding: 17px 13px;
  background: var(--model-soft);
}

.engagement-model-best-icon {
  width: 31px;
  min-width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--model-color);
  background: rgba(255, 255, 255, 0.68);
  font-size: 18px;
}

.engagement-model-best p {
  min-width: 0;
  color: #071333;
  font-size: 12px;
  line-height: 1.5;
}

.engagement-model-best strong,
.engagement-model-best span {
  display: block;
}

.engagement-model-best strong {
  margin-bottom: 1px;
  color: var(--model-color);
  font-weight: 700;
}

/* Bottom Partnership Strip */

.engagement-models-bottom {
  margin-top: 28px;
  border: 1px solid #153d7c;
  border-radius: 14px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at top right,
      rgba(0, 91, 255, 0.23),
      transparent 27%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(0, 91, 255, 0.14),
      transparent 25%
    ),
    linear-gradient(135deg, #020b25 0%, #061d49 50%, #020b25 100%);
  box-shadow: 0 16px 34px rgba(3, 17, 47, 0.12);
}

.engagement-models-bottom-main {
  min-height: 185px;
  padding: 19px 27px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.engagement-models-trophy {
  width: 125px;
  min-width: 125px;
}

.engagement-models-trophy img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 140px;
  display: block;
  object-fit: contain;
}

.engagement-models-bottom-copy {
  min-width: 0;
}

.engagement-models-bottom-copy h3 {
  margin: 0 0 11px;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.35;
  font-weight: 800;
}

.engagement-models-bottom-copy h3 span {
  display: block;
  color: #ff6800;
}

.engagement-models-bottom-copy p {
  color: rgba(255, 255, 255, 0.87);
  font-size: 14px;
  line-height: 1.55;
}

.engagement-bottom-feature {
  min-height: 145px;
  margin: 20px 0;
  padding: 0 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.engagement-bottom-icon {
  width: 58px;
  min-width: 58px;
  height: 58px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 23px;
}

.engagement-bottom-blue {
  color: #3788ff;
}

.engagement-bottom-orange {
  color: #ff6800;
}

.engagement-bottom-purple {
  color: #9a5dff;
}

.engagement-bottom-green {
  color: #28a35a;
}

.engagement-bottom-feature h4 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.engagement-bottom-feature p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.5;
}

.engagement-bottom-action {
  min-height: 185px;
  padding: 22px 25px;
}

.engagement-bottom-action-line {
  width: 33px;
  height: 2px;
  display: block;
  margin-bottom: 15px;
  background: #ff6800;
}

.engagement-bottom-action p {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
}

.engagement-bottom-btn {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 12px 17px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 7px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.engagement-bottom-btn:hover {
  color: #ffffff;
}

/* =========================================================
   Engagement Models Responsive
   ========================================================= */

@media (max-width: 1599.98px) {
  .engagement-models-head {
    margin-bottom: 27px;
  }

  .engagement-models-kicker {
    font-size: 15px;
  }

  .engagement-models-head h2 {
    font-size: 38px;
  }

  .engagement-models-head > p {
    font-size: 17px;
  }

  .engagement-models-intro-col {
    width: 292px;
  }

  .engagement-models-intro-card,
  .engagement-model-card {
    min-height: 555px;
  }

  .engagement-models-intro-card {
    padding: 25px 23px 102px;
  }

  .engagement-models-intro-copy h3 {
    font-size: 25px;
  }

  .engagement-models-intro-copy p {
    font-size: 15px;
  }

  .engagement-models-illustration {
    max-width: 270px;
  }

  .engagement-model-card {
    padding-top: 38px;
  }

  .engagement-model-icon {
    width: 82px;
    min-width: 82px;
    height: 82px;
    margin-bottom: 18px;
    font-size: 33px;
  }

  .engagement-model-card h3 {
    font-size: 17px;
  }

  .engagement-model-summary {
    font-size: 13px;
  }

  .engagement-model-features p {
    font-size: 12px;
  }

  .engagement-models-bottom-copy h3 {
    font-size: 21px;
  }
}

@media (max-width: 1399.98px) {
  .engagement-models-kicker {
    font-size: 14px;
  }

  .engagement-models-head h2 {
    font-size: 32px;
  }

  .engagement-models-head > p {
    font-size: 15px;
  }

  .engagement-models-intro-col {
    width: 270px;
  }

  .engagement-models-grid {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
  }

  .engagement-models-intro-card,
  .engagement-model-card {
    min-height: 525px;
  }

  .engagement-models-intro-card {
    padding: 22px 20px 98px;
  }

  .engagement-models-intro-copy h3 {
    font-size: 22px;
  }

  .engagement-models-intro-copy p {
    font-size: 14px;
  }

  .engagement-models-nda {
    left: 14px;
    right: 14px;
  }

  .engagement-models-nda p {
    font-size: 12px;
  }

  .engagement-model-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .engagement-model-number {
    right: 12px;
    font-size: 14px;
  }

  .engagement-model-icon {
    width: 72px;
    min-width: 72px;
    height: 72px;
    font-size: 29px;
  }

  .engagement-model-card h3 {
    min-height: 47px;
    font-size: 16px;
  }

  .engagement-model-summary {
    min-height: 74px;
    font-size: 12px;
  }

  .engagement-model-features {
    padding-top: 15px;
  }

  .engagement-model-features p {
    gap: 6px;
    margin-bottom: 11px;
    font-size: 11px;
  }

  .engagement-model-best {
    min-height: 96px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 14px 10px;
  }

  .engagement-model-best p {
    font-size: 11px;
  }

  .engagement-models-trophy {
    width: 100px;
    min-width: 100px;
  }

  .engagement-models-bottom-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .engagement-models-bottom-copy h3 {
    font-size: 19px;
  }

  .engagement-bottom-feature {
    padding-left: 9px;
    padding-right: 9px;
  }

  .engagement-bottom-feature h4 {
    font-size: 12px;
  }

  .engagement-bottom-feature p {
    font-size: 11px;
  }
}

@media (max-width: 991.98px) {
  .engagement-models-intro-col {
    width: 100%;
  }

  .engagement-models-intro-card {
    min-height: 500px;
  }

  .engagement-models-intro-copy {
    max-width: 430px;
  }

  .engagement-models-intro-copy p {
    max-width: 420px;
  }

  .engagement-models-illustration {
    width: 360px;
    max-width: 46%;
    left: auto;
    right: 25px;
    bottom: 75px;
    transform: none;
  }

  .engagement-models-nda {
    max-width: 420px;
  }

  .engagement-model-card {
    min-height: 500px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .engagement-model-card h3 {
    min-height: auto;
    font-size: 18px;
  }

  .engagement-model-summary {
    min-height: 62px;
    font-size: 14px;
  }

  .engagement-model-features p {
    font-size: 14px;
  }

  .engagement-model-best {
    margin-left: -18px;
    margin-right: -18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .engagement-model-best p {
    font-size: 13px;
  }

  .engagement-models-bottom-main {
    min-height: auto;
    padding: 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .engagement-bottom-feature {
    margin: 0;
    padding: 22px 12px;
  }

  .engagement-bottom-action {
    min-height: auto;
    padding: 23px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .engagement-bottom-btn {
    max-width: 230px;
  }
}

@media (max-width: 767.98px) {
  .engagement-models-head {
    margin-bottom: 22px;
  }

  .engagement-models-kicker {
    gap: 9px !important;
    font-size: 12px;
  }

  .engagement-models-kicker span {
    width: 28px;
  }

  .engagement-models-head h2 {
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .engagement-models-head > p {
    font-size: 16px;
  }

  .engagement-models-intro-card {
    min-height: 490px;
  }

  .engagement-models-intro-copy h3 {
    font-size: 22px;
  }

  .engagement-models-illustration {
    width: 310px;
    max-width: 56%;
  }

  .engagement-model-card {
    min-height: auto;
    padding: 28px 20px 0;
  }

  .engagement-model-icon {
    width: 72px;
    min-width: 72px;
    height: 72px;
    font-size: 29px;
  }

  .engagement-model-card h3 {
    font-size: 18px;
  }

  .engagement-model-summary {
    min-height: auto;
    font-size: 14px;
  }

  .engagement-model-features p {
    font-size: 14px;
  }

  .engagement-model-best {
    min-height: auto;
    margin-left: -20px;
    margin-right: -20px;
    padding: 17px 20px;
  }

  .engagement-models-bottom-main {
    align-items: flex-start !important;
  }

  .engagement-models-bottom-copy h3 {
    font-size: 18px;
  }

  .engagement-models-bottom-copy p {
    font-size: 14px;
  }

  .engagement-bottom-feature h4 {
    font-size: 13px;
  }

  .engagement-bottom-feature p {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .engagement-models-section {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .engagement-models-kicker span {
    width: 20px;
  }

  .engagement-models-intro-card {
    min-height: 520px;
    padding: 22px 18px 100px;
  }

  .engagement-models-intro-copy h3 {
    font-size: 20px;
  }

  .engagement-models-intro-copy p {
    font-size: 14px;
  }

  .engagement-models-illustration {
    width: calc(100% - 30px);
    max-width: 300px;
    right: 50%;
    bottom: 74px;
    transform: translateX(50%);
  }

  .engagement-models-nda {
    left: 12px;
    right: 12px;
    max-width: none;
    bottom: 12px;
    padding: 10px 13px;
  }

  .engagement-models-nda-icon {
    font-size: 21px;
  }

  .engagement-model-number {
    top: 8px;
    right: 12px;
  }

  .engagement-models-bottom-main {
    flex-direction: column;
    gap: 14px !important;
  }

  .engagement-models-trophy {
    width: 90px;
    min-width: 90px;
  }

  .engagement-bottom-feature {
    min-height: 170px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .engagement-bottom-action {
    padding: 21px 18px;
  }

  .engagement-bottom-action p br {
    display: none;
  }

  .engagement-bottom-btn {
    width: 100%;
    max-width: none;
    white-space: normal;
  }
}
/* =========================================================
   Hapus Partnership Advantage
   ========================================================= */

.hapus-partnership-advantage-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(13, 110, 253, 0.035), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}

.hapus-partnership-advantage-head {
  max-width: 900px;
  margin-bottom: 30px;
}

.hapus-partnership-advantage-kicker {
  margin-bottom: 11px;
  color: #ff5a00;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.hapus-partnership-advantage-kicker span {
  width: 35px;
  height: 2px;
  display: block;
  background: #ff5a00;
}

.hapus-partnership-advantage-head h2 {
  margin: 0 0 9px;
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.hapus-partnership-advantage-head > p {
  max-width: 680px;
  color: #536181;
  font-size: 18px;
  line-height: 1.5;
}

.hapus-partnership-advantage-layout {
  align-items: stretch;
}

/* Main Feature Card */

.hapus-partnership-main-card {
  min-height: 580px;
  border-radius: 16px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at top right,
      rgba(22, 86, 222, 0.24),
      transparent 28%
    ),
    linear-gradient(155deg, #06163f 0%, #020d2d 60%, #061949 100%);
  box-shadow: 0 16px 36px rgba(3, 19, 52, 0.11);
}

.hapus-partnership-main-card::before {
  content: "";
  position: absolute;
  width: 115px;
  height: 115px;
  top: 0;
  right: 0;
  opacity: 0.32;
  background: repeating-linear-gradient(
    135deg,
    rgba(31, 112, 255, 0.65) 0,
    rgba(31, 112, 255, 0.65) 1px,
    transparent 1px,
    transparent 8px
  );
}

.hapus-partnership-main-copy {
  z-index: 5;
  padding: 42px 38px 0;
}

.hapus-partnership-main-copy h3 {
  margin: 0;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.hapus-partnership-main-copy h3 span {
  display: block;
  color: #ff5a00;
}

.hapus-partnership-main-line {
  width: 38px;
  height: 3px;
  display: block;
  margin: 20px 0 17px;
  border-radius: 20px;
  background: #ff5a00;
}

.hapus-partnership-main-copy p {
  max-width: 290px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.6;
}

.hapus-partnership-main-image {
  position: absolute;
  width: 100%;
  height: 58%;
  left: 0;
  right: 0;
  bottom: 0;
}

.hapus-partnership-main-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.hapus-partnership-main-overlay {
  position: absolute;
  inset: 35% 0 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    #061335 0%,
    rgba(6, 19, 53, 0.82) 15%,
    rgba(4, 17, 46, 0.08) 45%,
    rgba(3, 13, 38, 0.56) 100%
  );
  pointer-events: none;
}

.hapus-partnership-safe-card {
  position: absolute;
  z-index: 6;
  left: 36px;
  right: 36px;
  bottom: 23px;
  min-height: 73px;
  padding: 14px 17px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 11px;
  background: rgba(3, 17, 48, 0.82);
  backdrop-filter: blur(8px);
}

.hapus-partnership-safe-icon {
  width: 47px;
  min-width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff5a00;
  font-size: 27px;
}

.hapus-partnership-safe-card p {
  min-width: 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.45;
}

.hapus-partnership-safe-card strong,
.hapus-partnership-safe-card span {
  display: block;
}

/* Benefit Cards */

.hapus-partnership-benefit-card {
  min-height: 274px;
  padding: 22px 25px;
  border: 1px solid #dfe7f1;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 28px rgba(17, 40, 80, 0.04);
}

.hapus-partnership-benefit-icon {
  width: 96px;
  min-width: 96px;
  height: 96px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 38px;
}

.hapus-partnership-benefit-orange {
  color: #f45a00;
  border: 1px solid #f6dbc9;
  background: #fff2e9;
}

.hapus-partnership-benefit-navy {
  color: #122c6d;
  border: 1px solid #dce1ec;
  background: #f1f3f8;
}

.hapus-partnership-benefit-green {
  color: #117749;
  border: 1px solid #d4e8df;
  background: #edf7f3;
}

.hapus-partnership-benefit-purple {
  color: #702bd2;
  border: 1px solid #e2d7fa;
  background: #f5efff;
}

.hapus-partnership-benefit-blue {
  color: #1764e8;
  border: 1px solid #d4e2fc;
  background: #eef4ff;
}

.hapus-partnership-benefit-card h3 {
  min-width: 0;
  margin: 0;
  color: #071333;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.015em;
  overflow-wrap: break-word;
}

.hapus-partnership-benefit-line {
  width: 33px;
  height: 2px;
  display: block;
  margin: 13px auto 15px;
  background: #ff5a00;
}

.hapus-partnership-benefit-card p {
  max-width: 270px;
  margin: 0 auto;
  color: #34405c;
  font-size: 15px;
  line-height: 1.55;
  overflow-wrap: break-word;
}

/* Trust & Stats */

.hapus-partnership-stats {
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #d5e4f8;
  border-radius: 15px;
  background:
    radial-gradient(
      circle at right top,
      rgba(26, 105, 255, 0.05),
      transparent 32%
    ),
    linear-gradient(135deg, #fbfdff 0%, #ffffff 100%);
  box-shadow: 0 10px 28px rgba(17, 40, 80, 0.035);
}

.hapus-partnership-trusted {
  min-height: 170px;
  margin: 23px;
  padding: 24px 30px;
  overflow: hidden;
  border: 1px solid #e4eaf3;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(17, 40, 80, 0.035);
}

.hapus-partnership-trusted h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 24px;
  color: #071333;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.hapus-partnership-trusted h3 span {
  display: block;
}

.hapus-partnership-stars {
  position: relative;
  z-index: 2;
  color: #ff5a00;
  font-size: 17px;
}

.hapus-partnership-trusted-map {
  position: absolute;
  top: 23px;
  right: 20px;
  color: #e5edf9;
  font-size: 105px;
  line-height: 1;
}

.hapus-partnership-stat {
  min-height: 170px;
  padding: 25px 16px;
  border-left: 1px solid #dce5f1;
}

.hapus-partnership-stat-icon {
  width: 68px;
  min-width: 68px;
  height: 68px;
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 28px;
}

.hapus-partnership-stat-navy {
  background: linear-gradient(135deg, #092a6a, #020d31);
}

.hapus-partnership-stat-orange {
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
}

.hapus-partnership-stat-green {
  background: linear-gradient(135deg, #179650, #08743b);
}

.hapus-partnership-stat-purple {
  background: linear-gradient(135deg, #823bea, #5f22c7);
}

.hapus-partnership-stat strong {
  display: block;
  margin-bottom: 6px;
  color: #071333;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.hapus-partnership-stat-orange-text {
  color: #ff5a00 !important;
}

.hapus-partnership-stat-green-text {
  color: #168942 !important;
}

.hapus-partnership-stat-purple-text {
  color: #6927c8 !important;
}

.hapus-partnership-stat p {
  color: #071333;
  font-size: 12px;
  line-height: 1.45;
}

/* =========================================================
   Hapus Partnership Advantage Responsive
   ========================================================= */

@media (max-width: 1599.98px) {
  .hapus-partnership-advantage-head {
    margin-bottom: 27px;
  }

  .hapus-partnership-advantage-kicker {
    font-size: 15px;
  }

  .hapus-partnership-advantage-head h2 {
    font-size: 38px;
  }

  .hapus-partnership-advantage-head > p {
    font-size: 17px;
  }

  .hapus-partnership-main-card {
    min-height: 550px;
  }

  .hapus-partnership-main-copy {
    padding: 36px 32px 0;
  }

  .hapus-partnership-main-copy h3 {
    font-size: 27px;
  }

  .hapus-partnership-main-copy p {
    font-size: 15px;
  }

  .hapus-partnership-safe-card {
    left: 29px;
    right: 29px;
  }

  .hapus-partnership-benefit-card {
    min-height: 258px;
    padding: 20px 22px;
  }

  .hapus-partnership-benefit-icon {
    width: 84px;
    min-width: 84px;
    height: 84px;
    margin-bottom: 17px;
    font-size: 34px;
  }

  .hapus-partnership-benefit-card h3 {
    font-size: 17px;
  }

  .hapus-partnership-benefit-card p {
    font-size: 15px;
  }

  .hapus-partnership-stat strong {
    font-size: 31px;
  }
}

@media (max-width: 1399.98px) {
  .hapus-partnership-advantage-kicker {
    font-size: 14px;
  }

  .hapus-partnership-advantage-head h2 {
    font-size: 32px;
  }

  .hapus-partnership-advantage-head > p {
    font-size: 15px;
  }

  .hapus-partnership-advantage-layout {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
  }

  .hapus-partnership-main-card {
    min-height: 515px;
  }

  .hapus-partnership-main-copy {
    padding: 31px 27px 0;
  }

  .hapus-partnership-main-copy h3 {
    font-size: 24px;
  }

  .hapus-partnership-main-copy p {
    max-width: 260px;
    font-size: 14px;
  }

  .hapus-partnership-safe-card {
    left: 22px;
    right: 22px;
    bottom: 19px;
  }

  .hapus-partnership-benefit-card {
    min-height: 240px;
    padding: 18px;
  }

  .hapus-partnership-benefit-icon {
    width: 72px;
    min-width: 72px;
    height: 72px;
    margin-bottom: 14px;
    font-size: 29px;
  }

  .hapus-partnership-benefit-card h3 {
    font-size: 17px;
  }

  .hapus-partnership-benefit-card p {
    font-size: 14px;
  }

  .hapus-partnership-trusted {
    margin: 18px;
    padding: 21px 24px;
  }

  .hapus-partnership-stat {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hapus-partnership-stat-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .hapus-partnership-stat strong {
    font-size: 28px;
  }

  .hapus-partnership-stat p {
    font-size: 11px;
  }
}

@media (max-width: 991.98px) {
  .hapus-partnership-main-card {
    min-height: 570px;
  }

  .hapus-partnership-main-copy {
    max-width: 480px;
  }

  .hapus-partnership-main-image {
    height: 60%;
  }

  .hapus-partnership-main-image img {
    object-position: center 25%;
  }

  .hapus-partnership-safe-card {
    max-width: 370px;
  }

  .hapus-partnership-benefit-card {
    min-height: 250px;
  }

  .hapus-partnership-trusted {
    min-height: 150px;
  }

  .hapus-partnership-stat {
    border-top: 1px solid #dce5f1;
  }
}

@media (max-width: 767.98px) {
  .hapus-partnership-advantage-head {
    margin-bottom: 22px;
  }

  .hapus-partnership-advantage-kicker {
    gap: 9px !important;
    font-size: 12px;
  }

  .hapus-partnership-advantage-kicker span {
    width: 28px;
  }

  .hapus-partnership-advantage-head h2 {
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .hapus-partnership-advantage-head > p {
    font-size: 16px;
  }

  .hapus-partnership-main-card {
    min-height: 520px;
  }

  .hapus-partnership-main-copy {
    padding: 26px 23px 0;
  }

  .hapus-partnership-main-copy h3 {
    font-size: 22px;
  }

  .hapus-partnership-main-copy p {
    font-size: 14px;
  }

  .hapus-partnership-safe-card {
    max-width: none;
    left: 18px;
    right: 18px;
  }

  .hapus-partnership-benefit-card {
    min-height: auto;
    padding: 24px 20px;
  }

  .hapus-partnership-benefit-icon {
    width: 68px;
    min-width: 68px;
    height: 68px;
    font-size: 27px;
  }

  .hapus-partnership-benefit-card h3 {
    font-size: 18px;
  }

  .hapus-partnership-benefit-card p {
    max-width: 420px;
    font-size: 14px;
  }

  .hapus-partnership-trusted h3 {
    font-size: 18px;
  }

  .hapus-partnership-stat {
    min-height: 155px;
  }

  .hapus-partnership-stat strong {
    font-size: 26px;
  }

  .hapus-partnership-stat p {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .hapus-partnership-advantage-section {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .hapus-partnership-advantage-kicker span {
    width: 20px;
  }

  .hapus-partnership-main-card {
    min-height: 500px;
  }

  .hapus-partnership-main-copy {
    padding: 23px 20px 0;
  }

  .hapus-partnership-main-copy h3 {
    font-size: 20px;
  }

  .hapus-partnership-main-image {
    height: 57%;
  }

  .hapus-partnership-safe-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 11px 13px;
  }

  .hapus-partnership-safe-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    font-size: 23px;
  }

  .hapus-partnership-safe-card p {
    font-size: 12px;
  }

  .hapus-partnership-benefit-card {
    padding: 22px 17px;
  }

  .hapus-partnership-benefit-icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
    font-size: 24px;
  }

  .hapus-partnership-benefit-card h3 {
    font-size: 16px;
  }

  .hapus-partnership-trusted {
    margin: 14px;
    padding: 20px;
  }

  .hapus-partnership-trusted-map {
    right: 8px;
    font-size: 85px;
  }

  .hapus-partnership-stat {
    min-height: 145px;
    padding: 20px 8px;
  }

  .hapus-partnership-stat-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    font-size: 21px;
  }

  .hapus-partnership-stat strong {
    font-size: 24px;
  }

  .hapus-partnership-stat p {
    font-size: 11px;
  }
}
/* =========================================================
   Agency Partnership FAQ
   ========================================================= */

.agency-partnership-faq-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(13, 110, 253, 0.035), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}

.agency-partnership-faq-head {
  max-width: 900px;
  margin-bottom: 28px;
}

.agency-partnership-faq-kicker {
  margin-bottom: 10px;
  color: #ff5a00;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.agency-partnership-faq-kicker span {
  width: 30px;
  height: 2px;
  display: block;
  background: #ff5a00;
}

.agency-partnership-faq-head h2 {
  margin: 0 0 8px;
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.agency-partnership-faq-head > p {
  color: #536181;
  font-size: 18px;
  line-height: 1.5;
}

.agency-partnership-faq-layout {
  align-items: stretch;
}

/* FAQ Accordion */

.agency-partnership-faq-accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
}

.agency-partnership-faq-accordion .accordion-item {
  margin-bottom: 8px;
  overflow: hidden;
  border: 1px solid #dfe6ef;
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 5px 14px rgba(17, 40, 80, 0.035);
}

.agency-partnership-faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.agency-partnership-faq-accordion .accordion-button {
  min-height: 52px;
  padding: 7px 20px;
  gap: 20px;
  color: #071333;
  background: #ffffff;
  box-shadow: none;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
}

.agency-partnership-faq-accordion .accordion-button:not(.collapsed) {
  color: #071333;
  background: #ffffff;
  box-shadow: none;
}

.agency-partnership-faq-accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.agency-partnership-faq-accordion .accordion-button::after {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-left: auto;
  flex-shrink: 0;
  background-image: none;
  content: "+";
  color: #071333;
  font-size: 25px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  transform: none;
}

.agency-partnership-faq-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  color: #ff5a00;
  transform: none;
}

.agency-partnership-faq-question {
  min-width: 0;
  overflow-wrap: break-word;
}

.agency-partnership-faq-icon {
  width: 42px;
  min-width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 19px;
}

.agency-partnership-faq-icon-orange {
  color: #ff5a00;
  border: 1px solid #ffdece;
  background: #fff2eb;
}

.agency-partnership-faq-icon-purple {
  color: #6d31d3;
  border: 1px solid #e2d7fb;
  background: #f5f0ff;
}

.agency-partnership-faq-icon-green {
  color: #168459;
  border: 1px solid #d4eadf;
  background: #eff8f4;
}

.agency-partnership-faq-icon-blue {
  color: #1764e8;
  border: 1px solid #d3e2fd;
  background: #eef4ff;
}

.agency-partnership-faq-accordion .accordion-body {
  padding: 8px 66px 18px 88px;
  color: #34405c;
  background: linear-gradient(
    90deg,
    rgba(255, 90, 0, 0.04),
    rgba(255, 255, 255, 0)
  );
  font-size: 18px;
  line-height: 1.55;
}

/* FAQ Support Card */

.agency-partnership-faq-support {
  min-height: 100%;
  padding: 35px 32px 25px;
  border: 1px solid #d5e2f6;
  border-radius: 14px;
  background:
    radial-gradient(
      circle at 83% 47%,
      rgba(112, 43, 210, 0.055),
      transparent 27%
    ),
    linear-gradient(135deg, #fbfdff 0%, #ffffff 100%);
  box-shadow: 0 10px 26px rgba(17, 40, 80, 0.035);
}

.agency-partnership-faq-support::before {
  content: "?";
  position: absolute;
  z-index: 0;
  top: 70px;
  right: 60px;
  color: rgba(105, 74, 209, 0.13);
  font-size: 175px;
  line-height: 1;
  font-weight: 800;
}

.agency-partnership-faq-support-content {
  z-index: 3;
  max-width: 390px;
}

.agency-partnership-faq-support-icon {
  width: 82px;
  min-width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ff6800;
  background: linear-gradient(135deg, #082967, #02143e);
  font-size: 34px;
  box-shadow: 0 10px 26px rgba(2, 20, 62, 0.15);
}

.agency-partnership-faq-support-copy {
  min-width: 0;
}

.agency-partnership-faq-support-copy h3 {
  margin: 8px 0 0;
  color: #071333;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.agency-partnership-faq-support-copy h3 span {
  display: block;
  color: #ff5a00;
}

.agency-partnership-faq-support-line {
  width: 45px;
  height: 2px;
  display: block;
  margin-top: 15px;
  background: #ff5a00;
}

.agency-partnership-faq-support-description {
  max-width: 340px;
  margin: 28px 0 24px;
  color: #34405c;
  font-size: 16px;
  line-height: 1.55;
}

.agency-partnership-faq-support-list {
  position: relative;
  z-index: 4;
}

.agency-partnership-faq-support-item {
  margin-bottom: 11px;
  color: #071333;
  font-size: 14px;
  line-height: 1.4;
}

.agency-partnership-faq-support-item:last-child {
  margin-bottom: 0;
}

.agency-partnership-support-item-icon {
  width: 46px;
  min-width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 19px;
}

.agency-partnership-support-orange {
  color: #ff5a00;
  border: 1px solid #ffddcb;
  background: #fff2eb;
}

.agency-partnership-support-purple {
  color: #6d31d3;
  border: 1px solid #e1d6fa;
  background: #f5f0ff;
}

.agency-partnership-support-green {
  color: #158358;
  border: 1px solid #d2e9df;
  background: #eef8f4;
}

.agency-partnership-support-blue {
  color: #1764e8;
  border: 1px solid #d1e1fc;
  background: #edf4ff;
}

.agency-partnership-faq-illustration {
  position: absolute;
  z-index: 2;
  width: 48%;
  max-width: 340px;
  right: 15px;
  bottom: 16px;
}

.agency-partnership-faq-illustration img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 315px;
  display: block;
  object-fit: contain;
}

/* FAQ Inner CTA */

.agency-partnership-faq-cta {
  margin-top: 22px;
  padding: 26px 36px;
  border: 1px solid #153c78;
  border-radius: 13px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at top right,
      rgba(0, 91, 255, 0.22),
      transparent 28%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(0, 91, 255, 0.15),
      transparent 27%
    ),
    linear-gradient(135deg, #020b25 0%, #061d49 50%, #020b25 100%);
  box-shadow: 0 15px 34px rgba(3, 17, 47, 0.12);
}

.agency-partnership-faq-cta::before {
  content: "";
  position: absolute;
  width: 270px;
  height: 270px;
  right: -75px;
  bottom: -120px;
  opacity: 0.35;
  background-image: radial-gradient(
    rgba(24, 104, 255, 0.9) 2px,
    transparent 2px
  );
  background-size: 16px 16px;
}

.agency-partnership-faq-cta-copy {
  position: relative;
  z-index: 2;
  max-width: 440px;
}

.agency-partnership-faq-cta-kicker {
  margin-bottom: 14px;
  color: #ff6800;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.agency-partnership-faq-cta-kicker span {
  width: 20px;
  height: 2px;
  display: block;
  background: #ff6800;
}

.agency-partnership-faq-cta-copy h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.agency-partnership-faq-cta-copy h3 span {
  color: #ff6800;
}

.agency-partnership-faq-cta-copy > p {
  max-width: 410px;
  color: rgba(255, 255, 255, 0.87);
  font-size: 18px;
  line-height: 1.55;
}

.agency-partnership-faq-cta-options {
  position: relative;
  z-index: 2;
  gap: 0;
}

.agency-partnership-faq-cta-card {
  position: relative;
  width: calc(50% - 30px);
  min-width: 0;
  min-height: 190px;
  padding: 40px 26px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  background: rgba(3, 21, 59, 0.54);
}

.agency-partnership-faq-cta-call {
  border: 1px solid #1687ff;
}

.agency-partnership-faq-cta-trial {
  border: 1px solid #ff6800;
}

.agency-partnership-faq-cta-card-icon {
  position: absolute;
  width: 58px;
  min-width: 58px;
  height: 58px;
  top: -29px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  transform: translateX(-50%);
  font-size: 24px;
}

.agency-partnership-faq-cta-icon-blue {
  background: linear-gradient(135deg, #1687ff, #075be8);
}

.agency-partnership-faq-cta-icon-orange {
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
}

.agency-partnership-faq-cta-card h4 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
}

.agency-partnership-faq-cta-card p {
  max-width: 245px;
  margin: 0 auto 18px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.5;
}

.agency-partnership-faq-call-btn,
.agency-partnership-faq-trial-btn {
  width: 100%;
  max-width: 225px;
  min-width: 0;
  min-height: 46px;
  margin-top: auto;
  padding: 11px 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.agency-partnership-faq-call-btn {
  border: 1px solid #1687ff;
  color: #4a9cff;
  background: transparent;
}

.agency-partnership-faq-call-btn:hover {
  color: #ffffff;
  background: #075be8;
}

.agency-partnership-faq-trial-btn:hover {
  color: #ffffff;
}

.agency-partnership-faq-or {
  position: relative;
  width: 60px;
  min-width: 60px;
}

.agency-partnership-faq-or::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  top: 10%;
  left: 50%;
  background: rgba(255, 255, 255, 0.15);
}

.agency-partnership-faq-or span {
  position: relative;
  z-index: 2;
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #071333;
  background: #ffffff;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.14);
  font-size: 13px;
  font-weight: 800;
}

/* =========================================================
   Agency Partnership FAQ Responsive
   ========================================================= */

@media (max-width: 1599.98px) {
  .agency-partnership-faq-head {
    margin-bottom: 26px;
  }

  .agency-partnership-faq-kicker {
    font-size: 15px;
  }

  .agency-partnership-faq-head h2 {
    font-size: 38px;
  }

  .agency-partnership-faq-head > p {
    font-size: 17px;
  }

  .agency-partnership-faq-accordion .accordion-button {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 19px;
  }

  .agency-partnership-faq-accordion .accordion-body {
    padding-left: 82px;
    font-size: 17px;
  }

  .agency-partnership-faq-support {
    padding: 31px 28px 23px;
  }

  .agency-partnership-faq-support-copy h3 {
    font-size: 24px;
  }

  .agency-partnership-faq-support-icon {
    width: 74px;
    min-width: 74px;
    height: 74px;
    font-size: 30px;
  }

  .agency-partnership-faq-illustration {
    max-width: 310px;
  }

  .agency-partnership-faq-cta {
    padding: 25px 30px;
  }

  .agency-partnership-faq-cta-copy h3 {
    font-size: 24px;
  }

  .agency-partnership-faq-cta-copy > p {
    font-size: 17px;
  }

  .agency-partnership-faq-call-btn,
  .agency-partnership-faq-trial-btn {
    font-size: 15px;
  }
}

@media (max-width: 1399.98px) {
  .agency-partnership-faq-kicker {
    font-size: 14px;
  }

  .agency-partnership-faq-head h2 {
    font-size: 32px;
  }

  .agency-partnership-faq-head > p {
    font-size: 15px;
  }

  .agency-partnership-faq-layout {
    --bs-gutter-x: 18px;
  }

  .agency-partnership-faq-accordion .accordion-button {
    min-height: 50px;
    gap: 15px;
    padding: 6px 15px;
    font-size: 17px;
  }

  .agency-partnership-faq-icon {
    width: 38px;
    min-width: 38px;
    height: 38px;
    font-size: 17px;
  }

  .agency-partnership-faq-accordion .accordion-body {
    padding: 8px 55px 16px 68px;
    font-size: 15px;
  }

  .agency-partnership-faq-support {
    padding: 27px 23px 21px;
  }

  .agency-partnership-faq-support-icon {
    width: 65px;
    min-width: 65px;
    height: 65px;
    font-size: 27px;
  }

  .agency-partnership-faq-support-copy h3 {
    font-size: 22px;
  }

  .agency-partnership-faq-support-description {
    max-width: 305px;
    margin-top: 22px;
    font-size: 14px;
  }

  .agency-partnership-faq-support-item {
    font-size: 13px;
  }

  .agency-partnership-support-item-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    font-size: 17px;
  }

  .agency-partnership-faq-illustration {
    width: 46%;
    max-width: 275px;
  }

  .agency-partnership-faq-cta {
    padding: 24px;
  }

  .agency-partnership-faq-cta-kicker {
    font-size: 14px;
  }

  .agency-partnership-faq-cta-copy h3 {
    font-size: 22px;
  }

  .agency-partnership-faq-cta-copy > p {
    font-size: 15px;
  }

  .agency-partnership-faq-cta-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .agency-partnership-faq-cta-card h4 {
    font-size: 16px;
  }

  .agency-partnership-faq-cta-card p {
    font-size: 13px;
  }

  .agency-partnership-faq-call-btn,
  .agency-partnership-faq-trial-btn {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .agency-partnership-faq-support {
    min-height: 500px;
  }

  .agency-partnership-faq-support-content {
    max-width: 440px;
  }

  .agency-partnership-faq-illustration {
    width: 42%;
    max-width: 320px;
  }

  .agency-partnership-faq-cta-copy {
    max-width: 650px;
    margin-bottom: 30px;
  }

  .agency-partnership-faq-cta-options {
    padding-top: 25px;
  }
}

@media (max-width: 767.98px) {
  .agency-partnership-faq-head {
    margin-bottom: 22px;
  }

  .agency-partnership-faq-kicker {
    gap: 9px !important;
    font-size: 12px;
  }

  .agency-partnership-faq-kicker span {
    width: 25px;
  }

  .agency-partnership-faq-head h2 {
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .agency-partnership-faq-head > p {
    font-size: 16px;
  }

  .agency-partnership-faq-accordion .accordion-button {
    min-height: 58px;
    gap: 12px;
    padding: 9px 13px;
    font-size: 16px;
  }

  .agency-partnership-faq-accordion .accordion-button::after {
    font-size: 22px;
  }

  .agency-partnership-faq-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 17px;
  }

  .agency-partnership-faq-accordion .accordion-body {
    padding: 10px 15px 17px 65px;
    font-size: 14px;
  }

  .agency-partnership-faq-support {
    min-height: 540px;
    padding: 23px 18px;
  }

  .agency-partnership-faq-support-head {
    gap: 12px !important;
  }

  .agency-partnership-faq-support-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    font-size: 23px;
  }

  .agency-partnership-faq-support-copy h3 {
    font-size: 20px;
  }

  .agency-partnership-faq-support-description {
    max-width: 100%;
    font-size: 14px;
  }

  .agency-partnership-faq-support-list {
    max-width: 280px;
  }

  .agency-partnership-faq-illustration {
    width: 52%;
    right: 5px;
  }

  .agency-partnership-faq-cta {
    padding: 23px 18px;
  }

  .agency-partnership-faq-cta-kicker {
    font-size: 12px;
  }

  .agency-partnership-faq-cta-copy h3 {
    font-size: 18px;
  }

  .agency-partnership-faq-cta-copy > p {
    font-size: 14px;
  }

  .agency-partnership-faq-cta-options {
    flex-direction: column;
    gap: 48px;
  }

  .agency-partnership-faq-cta-card {
    width: 100%;
    min-height: 195px;
  }

  .agency-partnership-faq-or {
    width: 100%;
    min-width: 0;
    height: 1px;
  }

  .agency-partnership-faq-or::before {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
  }

  .agency-partnership-faq-or span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .agency-partnership-faq-call-btn,
  .agency-partnership-faq-trial-btn {
    width: 100%;
    max-width: 260px;
    white-space: normal;
    overflow-wrap: break-word;
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .agency-partnership-faq-section {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .agency-partnership-faq-kicker span {
    width: 20px;
  }

  .agency-partnership-faq-accordion .accordion-button {
    align-items: flex-start;
    gap: 10px;
    padding: 9px 11px;
  }

  .agency-partnership-faq-icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
    font-size: 15px;
  }

  .agency-partnership-faq-accordion .accordion-body {
    padding: 9px 12px 16px 57px;
  }

  .agency-partnership-faq-support {
    min-height: 560px;
  }

  .agency-partnership-faq-support-head {
    flex-direction: column;
  }

  .agency-partnership-faq-support-description {
    margin-top: 18px;
  }

  .agency-partnership-faq-support-item {
    font-size: 13px;
  }

  .agency-partnership-faq-illustration {
    width: 70%;
    max-width: 260px;
    right: 50%;
    bottom: 6px;
    transform: translateX(50%);
  }

  .agency-partnership-faq-cta-copy h3 br {
    display: none;
  }

  .agency-partnership-faq-cta-card {
    padding: 39px 15px 18px;
  }

  .agency-partnership-faq-cta-card-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    top: -27px;
    font-size: 22px;
  }
}

/* =========================================================
   Agency Growth Partnership
   ========================================================= */

.agency-growth-partnership-box {
  padding: 54px 48px 0;
  border: 1px solid #153a72;
  border-radius: 17px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 73% 30%,
      rgba(14, 83, 209, 0.22),
      transparent 28%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(0, 74, 190, 0.14),
      transparent 29%
    ),
    linear-gradient(135deg, #020b25 0%, #061d49 52%, #020b25 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.agency-growth-partnership-box::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  top: -150px;
  right: -55px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff8b32 0%, #ff5100 75%);
  opacity: 0.98;
}

.agency-growth-partnership-box::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 520px;
  height: 225px;
  right: -100px;
  bottom: 190px;
  opacity: 0.28;
  background: repeating-linear-gradient(
    165deg,
    transparent 0,
    transparent 10px,
    rgba(34, 111, 255, 0.7) 11px,
    transparent 12px
  );
  transform: rotate(-8deg);
  pointer-events: none;
}

.agency-growth-partnership-main {
  z-index: 3;
  padding-bottom: 55px;
}

.agency-growth-partnership-content {
  z-index: 5;
  max-width: 690px;
  min-width: 0;
}

.agency-growth-partnership-kicker {
  margin-bottom: 27px;
  color: #ff6800;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.agency-growth-partnership-kicker span {
  width: 35px;
  height: 2px;
  display: block;
  background: #ff6800;
}

.agency-growth-partnership-content h2 {
  max-width: 670px;
  margin: 0;
  color: #ffffff;
  font-size: 44px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.agency-growth-partnership-content h2 span {
  color: #ff5a00;
}

.agency-growth-partnership-heading-line {
  width: 75px;
  height: 3px;
  display: block;
  margin: 30px 0 27px;
  border-radius: 20px;
  background: #ff6800;
}

.agency-growth-partnership-description {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.65;
}

.agency-growth-partnership-actions {
  margin-top: 34px;
}

.agency-growth-partnership-primary-btn,
.agency-growth-partnership-secondary-btn {
  min-width: 0;
  min-height: 58px;
  padding: 14px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 9px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.agency-growth-partnership-primary-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.agency-growth-partnership-secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(3, 18, 50, 0.38);
}

.agency-growth-partnership-secondary-btn:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.agency-growth-partnership-secondary-btn i {
  font-size: 19px;
}

.agency-growth-partnership-trust {
  margin-top: 46px;
}

.agency-growth-partnership-avatars {
  padding-right: 11px;
}

.agency-growth-partnership-avatars img {
  width: 45px;
  min-width: 45px;
  height: 45px;
  margin-left: -10px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  object-fit: cover;
}

.agency-growth-partnership-avatars img:first-child {
  margin-left: 0;
}

.agency-growth-partnership-avatars > span {
  width: 55px;
  min-width: 55px;
  height: 55px;
  margin-left: -9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #ff8250, #ff4d00);
  font-size: 16px;
  font-weight: 800;
}

.agency-growth-partnership-trust-copy {
  min-width: 0;
}

.agency-growth-partnership-trust-copy strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4;
}

.agency-growth-partnership-trust-copy p {
  color: rgba(255, 255, 255, 0.77);
  font-size: 15px;
  line-height: 1.45;
}

/* Right Visual */

.agency-growth-partnership-visual {
  min-height: 600px;
}

.agency-growth-partnership-photo {
  width: 570px;
  max-width: 92%;
  aspect-ratio: 1 / 1;
  margin-left: auto;
  margin-right: 55px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 25px 55px rgba(0, 0, 0, 0.22);
}

.agency-growth-partnership-photo::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 116%;
  height: 116%;
  top: -15%;
  right: -18%;
  border-radius: 50%;
  border: 55px solid #ff8a36;
  opacity: 0.95;
}

.agency-growth-partnership-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.agency-growth-partnership-badge {
  position: absolute;
  z-index: 7;
  width: 148px;
  height: 180px;
  top: 48px;
  right: 5px;
  padding: 28px 16px;
  border: 1px dashed #ff9866;
  border-radius: 50% 50% 48% 48%;
  color: #ffffff;
  background:
    radial-gradient(circle at top, rgba(255, 91, 0, 0.14), transparent 40%),
    linear-gradient(160deg, #121329, #03133d);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.agency-growth-partnership-badge-icon {
  margin-bottom: 13px;
  color: #ff6800;
  font-size: 38px;
}

.agency-growth-partnership-badge span {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.agency-growth-partnership-quote {
  position: absolute;
  z-index: 8;
  width: 330px;
  right: -3px;
  bottom: 6px;
  padding: 27px 30px 24px;
  border-radius: 13px;
  color: #071333;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.agency-growth-partnership-quote-mark {
  margin-bottom: 8px;
  color: #ff6800;
  font-size: 31px;
}

.agency-growth-partnership-quote > p {
  margin: 0;
  color: #26345d;
  font-size: 15px;
  line-height: 1.65;
}

.agency-growth-partnership-quote > p strong {
  color: #071333;
  font-weight: 800;
}

.agency-growth-partnership-quote-line {
  width: 42px;
  height: 2px;
  display: block;
  margin: 16px 0;
  background: #ff6800;
}

.agency-growth-partnership-author-icon {
  width: 37px;
  min-width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff6800;
  border-radius: 50%;
  color: #ff6800;
  font-size: 15px;
}

.agency-growth-partnership-quote-author > span {
  color: #071333;
  font-size: 12px;
  font-weight: 700;
}

/* Bottom Features */

.agency-growth-partnership-features {
  position: relative;
  z-index: 4;
  padding: 34px 0 31px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.agency-growth-partnership-feature {
  min-height: 102px;
  padding: 0 23px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.agency-growth-partnership-feature-last {
  border-right: 0;
}

.agency-growth-partnership-feature-icon {
  width: 51px;
  min-width: 51px;
  display: flex;
  justify-content: center;
  color: #ff6800;
  font-size: 42px;
}

.agency-growth-partnership-feature-copy {
  min-width: 0;
}

.agency-growth-partnership-feature h3 {
  margin: 3px 0 10px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
  overflow-wrap: break-word;
}

.agency-growth-partnership-feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.55;
  overflow-wrap: break-word;
}

/* =========================================================
   Agency Growth Partnership Responsive
   ========================================================= */

@media (max-width: 1599.98px) {
  .agency-growth-partnership-box {
    padding: 48px 40px 0;
  }

  .agency-growth-partnership-main {
    padding-bottom: 48px;
  }

  .agency-growth-partnership-kicker {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .agency-growth-partnership-content h2 {
    font-size: 38px;
  }

  .agency-growth-partnership-heading-line {
    margin: 26px 0 24px;
  }

  .agency-growth-partnership-description {
    font-size: 17px;
  }

  .agency-growth-partnership-primary-btn,
  .agency-growth-partnership-secondary-btn {
    min-height: 54px;
    padding: 13px 24px;
    font-size: 15px;
  }

  .agency-growth-partnership-trust {
    margin-top: 39px;
  }

  .agency-growth-partnership-visual {
    min-height: 540px;
  }

  .agency-growth-partnership-photo {
    width: 510px;
    margin-right: 50px;
  }

  .agency-growth-partnership-badge {
    width: 137px;
    height: 166px;
    padding-top: 25px;
  }

  .agency-growth-partnership-badge-icon {
    font-size: 34px;
  }

  .agency-growth-partnership-quote {
    width: 305px;
    padding: 24px 26px 21px;
  }

  .agency-growth-partnership-feature {
    padding: 0 18px;
  }

  .agency-growth-partnership-feature-icon {
    font-size: 37px;
  }

  .agency-growth-partnership-feature h3 {
    font-size: 16px;
  }

  .agency-growth-partnership-feature p {
    font-size: 15px;
  }
}

@media (max-width: 1399.98px) {
  .agency-growth-partnership-box {
    padding: 42px 31px 0;
  }

  .agency-growth-partnership-kicker {
    font-size: 14px;
  }

  .agency-growth-partnership-content h2 {
    font-size: 32px;
  }

  .agency-growth-partnership-description {
    max-width: 530px;
    font-size: 15px;
  }

  .agency-growth-partnership-actions {
    margin-top: 28px;
  }

  .agency-growth-partnership-primary-btn,
  .agency-growth-partnership-secondary-btn {
    min-height: 50px;
    padding: 12px 19px;
    gap: 14px;
    font-size: 14px;
  }

  .agency-growth-partnership-trust {
    margin-top: 33px;
  }

  .agency-growth-partnership-avatars img {
    width: 39px;
    min-width: 39px;
    height: 39px;
  }

  .agency-growth-partnership-avatars > span {
    width: 49px;
    min-width: 49px;
    height: 49px;
    font-size: 14px;
  }

  .agency-growth-partnership-trust-copy strong,
  .agency-growth-partnership-trust-copy p {
    font-size: 13px;
  }

  .agency-growth-partnership-visual {
    min-height: 485px;
  }

  .agency-growth-partnership-photo {
    width: 450px;
    margin-right: 42px;
  }

  .agency-growth-partnership-photo::before {
    border-width: 44px;
  }

  .agency-growth-partnership-badge {
    width: 120px;
    height: 148px;
    top: 36px;
    padding: 21px 12px;
  }

  .agency-growth-partnership-badge-icon {
    margin-bottom: 9px;
    font-size: 29px;
  }

  .agency-growth-partnership-badge span {
    font-size: 12px;
  }

  .agency-growth-partnership-quote {
    width: 270px;
    padding: 20px 22px 18px;
  }

  .agency-growth-partnership-quote-mark {
    font-size: 27px;
  }

  .agency-growth-partnership-quote > p {
    font-size: 13px;
  }

  .agency-growth-partnership-feature {
    padding: 0 13px;
    gap: 11px !important;
  }

  .agency-growth-partnership-feature-icon {
    width: 43px;
    min-width: 43px;
    font-size: 32px;
  }

  .agency-growth-partnership-feature h3 {
    font-size: 15px;
  }

  .agency-growth-partnership-feature p {
    font-size: 13px;
  }
}

@media (max-width: 991.98px) {
  .agency-growth-partnership-box {
    padding: 40px 28px 0;
  }

  .agency-growth-partnership-content {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }

  .agency-growth-partnership-kicker,
  .agency-growth-partnership-actions,
  .agency-growth-partnership-trust {
    justify-content: center;
  }

  .agency-growth-partnership-heading-line {
    margin-left: auto;
    margin-right: auto;
  }

  .agency-growth-partnership-description {
    margin-left: auto;
    margin-right: auto;
  }

  .agency-growth-partnership-visual {
    max-width: 650px;
    min-height: 600px;
    margin: 10px auto 0;
  }

  .agency-growth-partnership-photo {
    width: 500px;
    margin: 0 auto;
  }

  .agency-growth-partnership-badge {
    right: 20px;
  }

  .agency-growth-partnership-quote {
    right: 20px;
    bottom: 0;
  }

  .agency-growth-partnership-feature {
    min-height: 115px;
    padding: 20px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .agency-growth-partnership-features
    .row
    > div:nth-last-child(1)
    .agency-growth-partnership-feature {
    border-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .agency-growth-partnership-box {
    padding: 32px 20px 0;
    border-radius: 14px;
  }

  .agency-growth-partnership-kicker {
    gap: 9px !important;
    font-size: 12px;
  }

  .agency-growth-partnership-kicker span {
    width: 27px;
  }

  .agency-growth-partnership-content h2 {
    font-size: 22px;
    line-height: 1.28;
    letter-spacing: -0.02em;
  }

  .agency-growth-partnership-heading-line {
    width: 52px;
    margin: 20px auto;
  }

  .agency-growth-partnership-description {
    font-size: 16px;
    line-height: 1.6;
  }

  .agency-growth-partnership-actions {
    gap: 12px !important;
  }

  .agency-growth-partnership-primary-btn,
  .agency-growth-partnership-secondary-btn {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 12px 16px;
    white-space: normal;
    overflow-wrap: break-word;
    font-size: 14px;
  }

  .agency-growth-partnership-trust {
    flex-direction: column;
    text-align: center;
    gap: 12px !important;
  }

  .agency-growth-partnership-visual {
    min-height: auto;
    padding-bottom: 0;
  }

  .agency-growth-partnership-photo {
    width: 420px;
    max-width: 90%;
  }

  .agency-growth-partnership-photo::before {
    border-width: 35px;
  }

  .agency-growth-partnership-badge {
    width: 105px;
    height: 128px;
    top: 18px;
    right: 8px;
    padding: 17px 9px;
  }

  .agency-growth-partnership-badge-icon {
    font-size: 25px;
  }

  .agency-growth-partnership-badge span {
    font-size: 11px;
  }

  .agency-growth-partnership-quote {
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
    margin-top: 18px;
    padding: 20px;
    text-align: left;
  }

  .agency-growth-partnership-quote > p {
    font-size: 14px;
  }

  .agency-growth-partnership-features {
    margin-top: 30px;
    padding: 10px 0;
  }

  .agency-growth-partnership-feature {
    min-height: auto;
    padding: 21px 4px;
  }

  .agency-growth-partnership-feature-icon {
    width: 48px;
    min-width: 48px;
    font-size: 32px;
  }

  .agency-growth-partnership-feature h3 {
    font-size: 16px;
  }

  .agency-growth-partnership-feature p {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .agency-growth-partnership-section {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .agency-growth-partnership-box {
    padding: 27px 16px 0;
  }

  .agency-growth-partnership-kicker span {
    width: 20px;
  }

  .agency-growth-partnership-trust {
    margin-top: 28px;
  }

  .agency-growth-partnership-avatars img {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }

  .agency-growth-partnership-avatars > span {
    width: 44px;
    min-width: 44px;
    height: 44px;
    font-size: 12px;
  }

  .agency-growth-partnership-photo {
    width: 330px;
    max-width: 94%;
  }

  .agency-growth-partnership-badge {
    width: 90px;
    height: 110px;
    top: 10px;
    right: 0;
    padding: 14px 7px;
  }

  .agency-growth-partnership-badge-icon {
    margin-bottom: 6px;
    font-size: 21px;
  }

  .agency-growth-partnership-badge span {
    font-size: 10px;
  }

  .agency-growth-partnership-quote {
    padding: 18px 16px;
  }

  .agency-growth-partnership-feature {
    gap: 12px !important;
  }

  .agency-growth-partnership-feature p br {
    display: none;
  }
}
