.pricing {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #2e2e2e;
  background: #fff;
  overflow-x: hidden;
}

.btn-cta-dark .cta-arrow {
      width: 16px; height: 16px;
      border-radius: 50%;
      background: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

.btn-cta-dark .cta-arrow svg { display: block; }

.btn-cta-white {
      background: #fff;
      color: #020b0f;
      border-radius: 50px;
      padding: 12px 16px 12px 24px;
      font-size: 18px;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 24px;
      white-space: nowrap;
      text-decoration: none;
      border: none;
    }

.btn-cta-white:hover { background: #f0f0f0; color: #020b0f; }

.btn-cta-white .cta-arrow {
      width: 16px; height: 16px;
      border-radius: 50%;
      background: #020b0f;
      display: inline-flex; align-items: center; justify-content: center;
    }

.section-eyebrow {
      font-size: 16px;
      color: #666;
      text-transform: uppercase;
      line-height: 24px;
      margin-bottom: 4px;
    }

.h-40 {
      font-family: 'Roboto Flex', sans-serif;
      font-weight: 700;
      font-size: 40px;
      line-height: 1.2;
      color: #000;
      font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79,
        "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 112;
    }

@media (max-width: 991px) { .h-40 { font-size: 32px; } }

@media (max-width: 575px) { .h-40 { font-size: 26px; } }

.pricing-section {
      background: #fcfcfc;
      padding: 80px 0 120px;
      position: relative;
      overflow: hidden;
    }

@media (max-width: 1200px) { .pricing-section { padding: 80px 0; } }

.pricing-bg-circle {
   position: absolute;
  right: -70px;
  top: -74px;
  width: 292px;
  height: 292px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(77, 201, 230, 0.6), rgba(33, 12, 174, 0.6));
  pointer-events: none;
}

@media (max-width: 991px) { .pricing-bg-circle { display: none; } }

.pricing-card { 
      max-width: 714px;
      margin: 0 auto;
      position: relative;
    }
    .pricing-card-inner{
     background: #020b0f;
      border-radius: 12px;
      padding: 80px 56px;
      position: relative;
      z-index: 1;
    }
    @media (max-width: 991px) {
      .pricing-card-inner {
        padding: 40px 20px;
      }
    }
    .p-heading {
      max-width: 20rem;
      margin: auto auto 20px auto;
    }

.pricing-eyebrow {
      font-size: 16px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.75);
      text-align: center;
      margin-bottom: 8px;
    }

.pricing-price {
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 700;
    font-size: 56px;
    color: #fff;
    text-align: center;
    line-height: 120%;
    margin-bottom: 8px;
  }

.pricing-sub { font-size: 18px; color: rgba(255,255,255,0.75); text-align: center; }

.pricing-highlight {
  color: white;
      border-radius: 8px;
      background: linear-gradient(316deg, rgba(159, 204, 250, 0.40) -0.38%, rgba(9, 116, 241, 0.40) 88.88%), #FFF;
      padding: 16px 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
    }

.pricing-highlight p { margin: 0; font-size: 18px; color: rgba(0,0,0,0.9); }

.pricing-highlight .price-tag {
      font-family: 'Roboto Flex', sans-serif;
      font-weight: 700;
      font-size: 20px;
      color: #000;
      font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79,
        "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 112;
      white-space: nowrap;
    }

.pricing-inclusions {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    line-height: 24px;
    max-width: 45rem;
    margin: auto;
}
.pricing-inclusions p{
  margin-bottom: 20px;
}
.pricing-inclusions p:last-child{
  margin-bottom: 0;
}
.section-title-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.pricing-cta{
  margin-top: 20px;
}