.c4y-scfg {
  --c4y-scfg-sticky-top: 104px;
  padding: 4rem 0;
}

.c4y-scfg__box {
  background-color: rgb(241, 245, 249);
  background-image: linear-gradient(to bottom right, rgba(241, 245, 249, 0.5), rgb(241, 245, 249));
  border-radius: 1.5rem;
  padding: 2rem;
}

.c4y-scfg__head {
  text-align: center;
  margin-bottom: 2.5rem;
}

.c4y-scfg__badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  border-radius: 9999px;
  background: rgba(104, 200, 81, 0.1);
  color: rgb(104, 200, 81);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 1rem;
}

.c4y-scfg__badge svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.c4y-scfg__title {
  margin: 0 0 1rem !important;
  padding: 0 !important;
  color: rgb(20, 31, 56) !important;
  font-size: 30px !important;
  line-height: 36px !important;
  font-weight: 700 !important;
}

.c4y-scfg__subtitle {
  margin: 0 auto !important;
  max-width: 42rem;
  color: rgb(107, 114, 128) !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}

.c4y-scfg__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
}

.c4y-scfg__left {
  display: grid;
  gap: 2rem;
}

.c4y-scfg__two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.c4y-scfg__group {
  display: grid;
  gap: .75rem;
}

.c4y-scfg__group-head {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: rgb(20, 31, 56);
}

.c4y-scfg__group-head h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  color: rgb(20, 31, 56) !important;
}

.c4y-scfg__group-head svg {
  width: 20px;
  height: 20px;
  color: rgb(104, 200, 81);
  flex-shrink: 0;
}

.c4y-scfg__options {
  display: grid;
  gap: .625rem;
}

.c4y-scfg__opt {
  position: relative;
  width: 100%;
  display: block;
  text-align: left;
  border: 2px solid rgb(228, 231, 236);
  border-radius: .75rem;
  background: #ffffff;
  color: rgb(20, 31, 56);
  padding: 1rem 1.125rem;
  min-height: 3.75rem;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
  box-shadow: none;
  transform: scale(1);
  transform-origin: center center;
}

[data-scfg-group="bandwidth"] .c4y-scfg__opt,
[data-scfg-group="ip"] .c4y-scfg__opt {
  padding: 0 .95rem;
  min-height: 3.125rem;
  height: 3.125rem;
  border-radius: .7rem;
  display: flex;
  align-items: center;
}

[data-scfg-group="bandwidth"] .c4y-scfg__opt-row,
[data-scfg-group="ip"] .c4y-scfg__opt-row {
  width: 100%;
  gap: .75rem;
}

[data-scfg-group="bandwidth"] .c4y-scfg__opt-label,
[data-scfg-group="ip"] .c4y-scfg__opt-label {
  font-size: 16px !important;
  line-height: 20px !important;
  white-space: nowrap;
}

[data-scfg-group="bandwidth"] .c4y-scfg__opt-price,
[data-scfg-group="ip"] .c4y-scfg__opt-price {
  font-size: 14px !important;
  line-height: 20px !important;
  white-space: nowrap;
}

[data-scfg-group="bandwidth"] .c4y-scfg__check,
[data-scfg-group="ip"] .c4y-scfg__check {
  width: 20px;
  height: 20px;
}

.c4y-scfg .c4y-scfg__opt,
.c4y-scfg .c4y-scfg__opt:visited {
  background: #ffffff !important;
  color: rgb(20, 31, 56) !important;
  box-shadow: none !important;
}

.c4y-scfg__opt:hover {
  border-color: rgba(104, 200, 81, 0.5);
  background: #ffffff;
  color: rgb(20, 31, 56);
  box-shadow: 0 12px 24px -18px rgba(20, 31, 56, 0.35);
}

.c4y-scfg__opt.is-active {
  border-color: rgb(104, 200, 81);
  background: rgb(228, 237, 228);
  color: rgb(20, 31, 56);
}

.c4y-scfg .c4y-scfg__opt:hover,
.c4y-scfg .c4y-scfg__opt:focus,
.c4y-scfg .c4y-scfg__opt:active {
  background: #ffffff !important;
  color: rgb(20, 31, 56) !important;
}

.c4y-scfg .c4y-scfg__opt.is-active,
.c4y-scfg .c4y-scfg__opt.is-active:hover,
.c4y-scfg .c4y-scfg__opt.is-active:focus,
.c4y-scfg .c4y-scfg__opt.is-active:active {
  border-color: rgb(104, 200, 81) !important;
  background: rgb(228, 237, 228) !important;
  color: rgb(20, 31, 56) !important;
}

@media (hover: hover) and (pointer: fine) {
  .c4y-scfg .c4y-scfg__opt:hover {
    transform: scale(1.01);
    box-shadow: 0 12px 26px -18px rgba(20, 31, 56, 0.45);
  }

  .c4y-scfg .c4y-scfg__opt:active {
    transform: scale(0.99);
  }
}

.c4y-scfg__opt-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.c4y-scfg__opt-label {
  margin: 0 !important;
  color: rgb(20, 31, 56) !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
}

.c4y-scfg__opt-specs {
  margin: 0 !important;
  color: rgb(107, 114, 128) !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
}

.c4y-scfg__opt-right {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  flex-shrink: 0;
}

.c4y-scfg__opt-price {
  color: rgb(104, 200, 81);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.c4y-scfg__check {
  width: 22px;
  height: 22px;
  border-radius: 9999px;
  border: 2px solid rgb(107, 114, 128);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color .2s ease, background-color .2s ease;
}

.c4y-scfg__check svg {
  width: 13px;
  height: 13px;
  opacity: 0;
  color: #fff;
  transition: opacity .2s ease;
}

.c4y-scfg__opt.is-active .c4y-scfg__check {
  border-color: rgb(104, 200, 81);
  background: rgb(104, 200, 81);
}

.c4y-scfg__opt.is-active .c4y-scfg__check svg {
  opacity: 1;
}

.c4y-scfg__summary-wrap {
  align-self: start;
  min-width: 0;
}

.c4y-scfg__summary-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: var(--c4y-scfg-sticky-top);
  height: fit-content;
}

.c4y-scfg__summary {
  background: rgb(41, 54, 101);
  border-radius: 1rem;
  padding: 1.5rem;
  color: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.c4y-scfg__summary-title {
  margin: 0 0 1rem !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
}

.c4y-scfg__summary-list {
  display: grid;
  gap: .75rem;
  margin-bottom: 1.5rem;
  font-size: 14px;
  line-height: 20px;
}

.c4y-scfg__summary-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.c4y-scfg__summary-label {
  color: rgba(255, 255, 255, 0.7);
}

.c4y-scfg__summary-value {
  color: #fff;
  text-align: right;
}

.c4y-scfg__price {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
  margin-bottom: 1.5rem;
}

.c4y-scfg__price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.c4y-scfg__price-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 20px;
}

.c4y-scfg__price-value {
  text-align: right;
  color: #fff;
}

.c4y-scfg__price-value strong {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}

.c4y-scfg__price-value span {
  font-size: 18px;
  line-height: 28px;
  margin-left: .25rem;
}

.c4y-scfg__price-suffix {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 20px;
}

.c4y-scfg__cta,
.c4y-scfg__cta:link,
.c4y-scfg__cta:visited {
  width: 100%;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .5rem;
  min-height: 50px;
  border-radius: .5rem;
  background: rgb(104, 200, 81) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  padding: 0 1rem !important;
  transition: background-color .2s ease;
}

.c4y-scfg__cta:hover {
  background: rgba(104, 200, 81, 0.9) !important;
}

.c4y-scfg__cta svg {
  width: 16px;
  height: 16px;
}

.c4y-scfg__note {
  margin: 1rem 0 0 !important;
  text-align: center;
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 400 !important;
}

.c4y-scfg__reveal-up,
.c4y-scfg__reveal-right {
  opacity: 0;
  will-change: opacity, transform;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.c4y-scfg__reveal-up {
  transform: translate3d(0, 20px, 0);
}

.c4y-scfg__reveal-right {
  transform: translate3d(20px, 0, 0);
}

.c4y-scfg--visible .c4y-scfg__reveal-up,
.c4y-scfg--visible .c4y-scfg__reveal-right {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .c4y-scfg__box {
    padding: 3rem;
  }

  .c4y-scfg__title {
    font-size: 36px !important;
    line-height: 40px !important;
  }

  .c4y-scfg__two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .c4y-scfg,
  .c4y-scfg__box,
  .c4y-scfg__layout,
  .c4y-scfg__summary-wrap {
    overflow: visible !important;
  }

  .c4y-scfg__layout {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 2rem;
  }

  .c4y-scfg.c4y-scfg--pin .c4y-scfg__summary-wrap {
    position: relative;
  }

  .c4y-scfg.c4y-scfg--pin .c4y-scfg__summary-sticky {
    position: relative;
    top: auto;
    height: auto;
  }

  .c4y-scfg.c4y-scfg--pin .c4y-scfg__summary-sticky.is-fixed {
    position: fixed;
    z-index: 20;
  }

  .c4y-scfg.c4y-scfg--pin .c4y-scfg__summary-sticky.is-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .c4y-scfg {
    padding: 3rem 0;
  }

  .c4y-scfg__box {
    padding: 1.25rem;
    border-radius: 1.25rem;
  }

  .c4y-scfg__summary-sticky {
    position: static;
    top: auto;
  }

  .c4y-scfg__title {
    font-size: 30px !important;
    line-height: 36px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .c4y-scfg__reveal-up,
  .c4y-scfg__reveal-right {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
