/* CloudPoint brand — navy text, IONOS sky CTAs, dark card active */
:root {
  --ionos-blue-800: #003D8F;
  --ionos-blue-700: #0B2A5B;
  --ionos-sky-300: #003D8F;
  --ionos-sky-200: #0B2A5B;
  --ionos-badge: #C4B5FD;
  --ionos-violet: #7C3AED;
  --ionos-surface: #F5F7FA;
  --ionos-hero-navy: #0B1F3A;
  --cp-card-tone: #ffffff;
  --cp-card-tone-active: #0b1f3a;
  /* aliases kept for any residual references */
  --cp-orange: var(--ionos-sky-300);
  --cp-magenta: var(--ionos-blue-800);
  --cp-plum: var(--ionos-blue-700);
  --cp-hero-dark: var(--ionos-hero-navy);
  --cp-logo-h: 34px;
  --cp-logo-max-w: 160px;
  /* Fat cards (dedicated/compute reseller) — shared width & gap */
  --cp-card-width-scale: 0.75;
  --cp-card-max: 266px;
  --cp-card-height: auto;
  --cp-card-slim-max: 266px;
  --cp-card-gap: 16px;
  /* Service feature cards only (.services .service-wrap) — 10% under ~296px fill */
  --cp-service-card-max: 266px;
  --cp-service-card-gap: 12px;
}

/* Cloud Point logo — responsive fit across header / mobile / footer */
.box-container .logo-menu,
.box-container .logo-footer,
.menu-wrap .logo-menu,
.menu-wrap.fixed .logo-menu,
.fullrock .logo-menu,
.fullrock .svg.logo-menu {
  width: auto !important;
  height: var(--cp-logo-h) !important;
  max-width: var(--cp-logo-max-w) !important;
  max-height: var(--cp-logo-h) !important;
  object-fit: contain;
  object-position: left center;
  display: inline-block;
  vertical-align: middle;
}
.menu-wrap .col-2 a {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}
.menu-wrap.fixed {
  --cp-logo-h: 30px;
  --cp-logo-max-w: 145px;
}
.box-container .footer .logo-footer {
  --cp-logo-h: 34px;
  --cp-logo-max-w: 150px;
  margin-bottom: 12px;
  display: block !important;
}
@media (max-width: 991px) {
  :root {
    --cp-logo-h: 32px;
    --cp-logo-max-w: 140px;
  }
  .menu-wrap.fixed {
    --cp-logo-h: 30px;
    --cp-logo-max-w: 130px;
  }
}
@media (max-width: 575px) {
  :root {
    --cp-logo-h: 28px;
    --cp-logo-max-w: 128px;
  }
}

/* Hide Antler watermark graphic if any leftover markup remains */
.box-container .footer .logo-bg,
.box-container img.logo-bg {
  display: none !important;
}

/* Footer brand column — match menu column typography */
.box-container .footer .footer-menu.contact .menu-item,
.box-container .footer .footer-menu .menu-item:not(a) {
  color: #aaaaaa;
}
.box-container .footer .footer-bottom .copyright {
  padding: 18px 0 8px;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}

/* Hard override for pink utility classes → sky/blue */
[data-color="pink"] .c-pink,
.c-pink {
  color: var(--ionos-sky-300) !important;
}
[data-color="pink"] .bg-pink,
.bg-pink {
  background-color: var(--ionos-sky-300) !important;
}
[data-color="pink"] .btn-default-pink-fill,
.btn-default-pink-fill {
  background-color: var(--ionos-sky-300) !important;
  border-color: var(--ionos-sky-300) !important;
  color: #fff !important;
}
[data-color="pink"] .btn-default-pink-fill:hover,
.btn-default-pink-fill:hover {
  background-color: var(--ionos-sky-200) !important;
  border-color: var(--ionos-sky-200) !important;
}
[data-color="pink"] .btn-default-pink,
.btn-default-pink {
  color: var(--ionos-sky-300) !important;
  border-color: var(--ionos-sky-300) !important;
}
[data-color="pink"] .golink {
  color: var(--ionos-sky-300) !important;
}
[data-color="pink"] svg #svg-ico {
  fill: var(--ionos-sky-300);
}
[data-color="pink"] svg #svg-concept {
  stroke: var(--ionos-sky-300);
}

/* Primary CTA — solid brand blue + soft glow (reverted to IONOS dark blue style) */
.btn-default-yellow-fill,
.btn.btn-default-yellow-fill {
  background: #003D8F !important;
  background-color: #003D8F !important;
  border: 1px solid #003D8F !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  box-shadow:
    0 4px 14px rgba(0, 61, 143, 0.32),
    0 0 0 3px rgba(0, 61, 143, 0.1) !important;
  text-shadow: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease !important;
}
.btn-default-yellow-fill:hover,
.btn.btn-default-yellow-fill:hover {
  background: #0b2a5b !important;
  background-color: #0b2a5b !important;
  border-color: #0b2a5b !important;
  color: #fff !important;
  filter: none;
  box-shadow:
    0 8px 22px rgba(0, 61, 143, 0.4),
    0 0 0 4px rgba(0, 61, 143, 0.14) !important;
  transform: translateY(-2px) !important;
}
.btn-default-yellow-fill:active,
.btn.btn-default-yellow-fill:active {
  transform: translateY(0) !important;
  filter: none;
  box-shadow:
    0 3px 10px rgba(0, 61, 143, 0.28),
    0 0 0 2px rgba(0, 61, 143, 0.1) !important;
}

/* Dedicated Hero & Sub-page Primary CTA — Amber with Pill Radius */
.btn-hero-primary {
  background: #FBBF24 !important;
  background-color: #FBBF24 !important;
  border: 1px solid #FBBF24 !important;
  color: #0b1f3a !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 20px rgba(251, 191, 36, 0.32) !important;
  text-shadow: none !important;
  transition:
    transform 0.22s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease !important;
}
.btn-hero-primary:hover {
  background: #f59e0b !important;
  background-color: #f59e0b !important;
  border-color: #f59e0b !important;
  color: #0b1f3a !important;
  box-shadow: 0 6px 25px rgba(251, 191, 36, 0.45) !important;
  transform: translateY(-2px) !important;
}
.btn-hero-primary:active {
  transform: translateY(0) !important;
  box-shadow: 0 3px 10px rgba(251, 191, 36, 0.28) !important;
}
.btn-default-yellow {
  color: var(--ionos-blue-700) !important;
  border-color: var(--ionos-sky-300) !important;
}

/* Purple accents → blue */
.bg-purple {
  background-color: var(--ionos-blue-800) !important;
}

/* Light page chrome */
body,
.box-container {
  background-color: #fff;
}
.bg-colorstyle {
  background-color: #fff !important;
}

/* ---- Hero Flickity fade: kill 1↔2 flicker ---- */
.main-container.slider .silder-container {
  background: linear-gradient(135deg, #091c34 0%, #00367d 100%) !important;
}
.header-main-slider .carousel-cell {
  margin-right: 0 !important;
  transform: translateZ(0);                  /* force GPU compositing layer */
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;               /* prevent GPU repaint flicker */
  -webkit-backface-visibility: hidden;
}
/*
  Theme applies position:absolute; z-index:-1; inset:0 on .total-grad-pink-blue-intense.
  On carousel cells that puts the whole slide behind the page and flashes on fade.
  Keep the gradient fill, restore stacking for the hero only.
*/
.header-main-slider .carousel-cell.total-grad-pink-blue-intense {
  z-index: 0 !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  background: linear-gradient(135deg, #091c34 0%, #00367d 100%) !important;
}
.header-main-slider.flickity-enabled.is-fade .flickity-slider > .carousel-cell {
  left: 0 !important;
  will-change: opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.header-main-slider.flickity-enabled.is-fade .flickity-slider > .carousel-cell.is-selected {
  z-index: 2 !important;
}

/* ---- Hero text colour & typography overrides (keep from update) ---- */
.main-container.slider .slider-content h1 {
  font-size: 1.75rem !important;
  line-height: 1.22 !important;
  letter-spacing: -0.01em !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}
.main-container.slider .slider-content .animatype {
  display: inline-block;
  color: #38BDF8 !important;
}
.main-container.slider .slider-content .subheading {
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
  color: rgba(255, 255, 255, 0.88) !important;
}
.main-container.slider .slider-content .subheading b,
.main-container.slider .slider-content .subheading .c-pink {
  color: #38BDF8 !important;
  font-weight: 700 !important;
}



/* Theme gradient utilities → navy / blue */
.total-grad,
.total-grad-inverse,
.total-grad-pink-blue-intense,
.total-grad-grey-blue-intense {
  background: linear-gradient(240deg, var(--ionos-hero-navy) 40%, var(--ionos-blue-800) 100%) !important;
}

/*
  Placeholder topbanner JPGs in the ThemeForest zip are solid gray.
  Use Antler path/pattern style + CloudPoint sky accents instead.
*/
.top-header > .lazyload {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.top-header > .container,
.top-header > .wrapper {
  position: relative;
  z-index: 1;
}
.top-header .fullbgimage {
  display: none !important;
}

/* Shared hero — photo banner on overlay pages, gradient fallback elsewhere */
.box-container .top-header.overlay,
.box-container .top-header.overlay-video,
.box-container .top-header:has(.img-defaultbanner),
.box-container .top-header:not(.sec-bg6):not(.total-grad-inverse) {
  background-color: #091c34;
  background-image:
    linear-gradient(
      135deg,
      rgba(9, 28, 52, 0.96) 0%,
      rgba(0, 54, 125, 0.82) 100%
    ),
    url("../patterns/hero-banner.svg"),
    url("../patterns/exapath-w.svg");
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: cover, cover, 900px auto;
  background-position: center, center, center;
  padding-top: 130px !important;
  padding-bottom: 56px !important;
  min-height: 420px;
  box-sizing: border-box;
  display: block;
}
.box-container .top-header.overlay {
  position: relative;
  overflow: hidden;
}
.box-container .top-header.overlay:has(.img-defaultbanner) {
  background-image: none !important;
  background-color: transparent !important;
}
.box-container .top-header.overlay .img-defaultbanner {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.box-container .top-header.overlay > .lazyload {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.box-container .top-header.overlay > .lazyload .img-defaultbanner {
  z-index: -1;
}
.box-container .top-header.overlay:has(.img-defaultbanner):before {
  background-color: rgba(0, 0, 0, 0.58) !important;
  z-index: 0;
}
.box-container .top-header.overlay:has(.img-defaultbanner) > .container {
  position: relative;
  z-index: 2;
}
.box-container .top-header.overlay:before,
.box-container .top-header.overlay-video:before {
  background-color: rgba(8, 18, 36, 0.28);
}

/* Empty video cover shouldn't stretch heroes unevenly — allow VPS overlay-video */
.box-container .top-header:not(.overlay-video) .banner-video {
  display: none !important;
}

/* Video hero — full-bleed edge-to-edge from top of banner */
.box-container .top-header.overlay-video {
  position: relative;
  overflow: hidden;
  background-image: none !important;
  background-color: #050d1a !important;
}
.box-container .top-header.overlay-video:before {
  z-index: 1;
  background-color: rgba(5, 13, 26, 0.55);
}
.box-container .top-header.overlay-video > .banner-video {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none;
}
.box-container .top-header.overlay-video .cover-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box-container .top-header.overlay-video .cover-video {
  display: block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.box-container .top-header.overlay-video > .container {
  position: relative;
  z-index: 2;
}

/* Checklist heroes (compute/hosting/etc) were much taller — compact to 2 cols */
.box-container .top-header .included {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 28px;
  row-gap: 2px;
  max-width: 560px;
  margin: 18px auto 0;
  text-align: left;
}
.box-container .top-header .included > .mb-3,
.box-container .top-header .included > .h4,
.box-container .top-header .included > h4 {
  grid-column: 1 / -1;
  text-align: center;
  margin-bottom: 10px !important;
  font-size: 1.05rem;
}
.box-container .top-header .included ul {
  margin: 0;
  padding: 0;
}
.box-container .top-header .included ul li {
  font-size: 14px;
  line-height: 1.55;
}

/*
  Antler pulls pricing/filters up into the hero (sec-uping -475px / sec-up -50px).
  Keep cards & filters BELOW the hero — no overlap with headings.
*/
.box-container .sec-uping {
  margin-top: 0 !important;
  padding-top: 56px !important;
  position: relative;
  z-index: 1;
}
.box-container .sec-up {
  margin-top: 0 !important;
}
.box-container .cd-main-content.sec-up {
  margin-top: 0 !important;
  margin-bottom: 80px;
}
.box-container .sec-up-slider {
  margin-top: 0 !important;
  padding-top: 48px !important;
}
/* Product pricing that sat under overlay cards — consistent gap below hero */
.box-container .pricing.special.sec-normal {
  padding-top: 56px !important;
}

/* Side "Features" arrow only made sense with overlapping cards */
.box-container a.godown.gocontent {
  display: none !important;
}

@media (max-width: 991px) {
  .box-container .top-header.overlay,
  .box-container .top-header.overlay-video,
  .box-container .top-header:has(.img-defaultbanner),
  .box-container .top-header:not(.sec-bg6):not(.total-grad-inverse) {
    padding-top: 110px !important;
    padding-bottom: 48px !important;
    min-height: 300px;
  }
  .box-container .top-header .included {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-top: 14px;
  }
  .box-container .sec-uping,
  .box-container .pricing.special.sec-normal {
    padding-top: 40px !important;
  }
}

/* =========================================================
   IONOS-style pricing cards
   ========================================================= */
.pricing.special {
  background-color: transparent !important;
}

.pricing.special .wrapper.cp-ionos-card,
.pricing.special .wrapper,
.pricing .wrapper {
  position: relative;
  background: #fff !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 28px rgba(11, 42, 91, 0.08) !important;
  border: 1px solid rgba(11, 42, 91, 0.06);
  overflow: visible !important;
  padding: 0 !important;
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  margin-top: 22px !important;
  margin-bottom: 22px;
  margin-left: auto !important;
  margin-right: auto !important;
  height: auto;
  min-height: 345px !important;
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--cp-card-max);
}

.pricing.special .wrapper .top-content,
.pricing.special .wrapper .top-content.bg-seccolorstyle,
.pricing .wrapper .top-content,
.pricing .wrapper .top-content.bg-seccolorstyle {
  background: transparent !important;
  border-radius: 14px 14px 0 0 !important;
  padding: 18px 14px 4px !important;
  box-shadow: none !important;
}

.pricing.special .wrapper .top-content .lazyload,
.pricing .wrapper .top-content .lazyload {
  display: none !important;
}

.pricing.special .wrapper .top-content .price-content,
.pricing .wrapper .top-content .price-content {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.pricing.special .wrapper .title,
.pricing .wrapper .title {
  color: var(--ionos-blue-700) !important;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 3px;
  line-height: 1.25;
}

.pricing.special .wrapper .fromer,
.pricing.special .wrapper .fromer.seccolor,
.pricing .wrapper .fromer,
.pricing .wrapper .fromer.seccolor {
  color: #5a6b7d !important;
  font-size: 0.78rem;
  margin-bottom: 6px;
  line-height: 1.35;
}

.pricing.special .wrapper .price,
.pricing.special .wrapper .price.mergecolor,
.pricing .wrapper .price,
.pricing .wrapper .price.mergecolor {
  color: var(--ionos-blue-700) !important;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 4px 0 10px;
}
.pricing.special .wrapper .price sup,
.pricing .wrapper .price sup {
  font-size: 0.65em;
  top: -0.4em;
}
.pricing.special .wrapper .price .period,
.pricing .wrapper .price .period {
  font-size: 0.55em;
  font-weight: 500;
  color: #5a6b7d;
}

/* Soft lilac “Bestseller / recommended” tab above card */
.pricing.special .wrapper .plans.badge.feat,
.pricing.special .plans.badge.feat,
.pricing .wrapper .plans.badge.feat {
  position: absolute !important;
  top: -14px !important;
  left: 20px !important;
  right: auto !important;
  background: var(--ionos-badge) !important;
  color: var(--ionos-blue-700) !important;
  border-radius: 8px 8px 0 0 !important;
  padding: 6px 14px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  box-shadow: none !important;
  z-index: 2;
}

/* Specs as clean bullet rows */
.pricing.special .wrapper .list-info,
.pricing.special .wrapper ul.list-info.bg-purple,
.pricing .wrapper .list-info,
.pricing .wrapper ul.list-info.bg-purple {
  background: transparent !important;
  list-style: none;
  margin: 0;
  padding: 0 14px 9px !important;
  border-radius: 0 0 14px 14px !important;
  flex: 1 1 auto;
}
.pricing.special .wrapper .list-info li,
.pricing .wrapper .list-info li {
  display: flex !important;
  align-items: center;
  gap: 9px;
  padding: 7px 0 !important;
  border: 0 !important;
  color: var(--ionos-blue-700) !important;
  font-size: 0.8rem;
  line-height: 1.35;
}
.pricing.special .wrapper .list-info li i,
.pricing .wrapper .list-info li i {
  color: var(--ionos-sky-300) !important;
  font-size: 1.05rem !important;
  line-height: 1;
  margin-top: 0;
  flex-shrink: 0;
  width: 1.05rem;
  text-align: center;
}
.pricing.special .wrapper .list-info li div,
.pricing .wrapper .list-info li div {
  color: inherit !important;
}
.pricing.special .wrapper .list-info li span,
.pricing .wrapper .list-info li span {
  color: #5a6b7d !important;
  font-weight: 500;
}

/* Full-width dark blue CTA at bottom of card */
.pricing.special .wrapper .top-content .btn-default-yellow-fill,
.pricing.special .wrapper > .btn-default-yellow-fill,
.pricing.special .wrapper .btn-default-yellow-fill,
.pricing .wrapper > .btn-default-yellow-fill,
.pricing .wrapper .btn-default-yellow-fill {
  display: block !important;
  width: calc(100% - 28px);
  max-width: 100%;
  text-align: center;
  margin: auto 14px 15px !important;
  margin-top: auto !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  background: #003D8F !important;
  background-color: #003D8F !important;
  border: 1px solid #003D8F !important;
  color: #fff !important;
  box-sizing: border-box;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 14px rgba(0, 61, 143, 0.32) !important;
  transition: all 0.22s ease !important;
}
.pricing.special .wrapper .top-content .btn-default-yellow-fill:hover,
.pricing.special .wrapper > .btn-default-yellow-fill:hover,
.pricing.special .wrapper .btn-default-yellow-fill:hover,
.pricing .wrapper > .btn-default-yellow-fill:hover,
.pricing .wrapper .btn-default-yellow-fill:hover {
  background: #0b2a5b !important;
  background-color: #0b2a5b !important;
  border-color: #0b2a5b !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 22px rgba(0, 61, 143, 0.45) !important;
}
.pricing.special .wrapper .top-content .btn-default-yellow-fill,
.pricing .wrapper .top-content .btn-default-yellow-fill {
  /* if a CTA is still nested in header, stretch full width there */
  width: 100%;
  margin: 8px 0 12px !important;
}

/* Featured card (is-featured / Bestseller badge) — filled blue-800 */
.pricing.special .wrapper.cp-ionos-card.is-featured,
.pricing.special .wrapper:has(> .plans.badge.feat.is-bestseller),
.pricing.special .wrapper:has(> .plans.badge.feat:is([data-bestseller])) {
  background: var(--cp-card-tone-active) !important;
  border-color: var(--cp-card-tone-active);
  box-shadow: 0 12px 32px rgba(11, 31, 58, 0.32) !important;
}
.pricing.special .wrapper.cp-ionos-card.is-featured .title,
.pricing.special .wrapper.cp-ionos-card.is-featured .price,
.pricing.special .wrapper.cp-ionos-card.is-featured .fromer,
.pricing.special .wrapper.cp-ionos-card.is-featured .list-info li,
.pricing.special .wrapper.cp-ionos-card.is-featured .title a {
  color: #fff !important;
}
.pricing.special .wrapper.cp-ionos-card.is-featured .price .period,
.pricing.special .wrapper.cp-ionos-card.is-featured .fromer,
.pricing.special .wrapper.cp-ionos-card.is-featured .list-info li span {
  color: rgba(255, 255, 255, 0.78) !important;
}
.pricing.special .wrapper.cp-ionos-card.is-featured .mergecolor,
.pricing.special .wrapper.cp-ionos-card.is-featured .coin,
.pricing.special .wrapper.cp-ionos-card.is-featured .value,
.pricing.special .wrapper.cp-ionos-card.is-featured small {
  color: #fff !important;
}
.pricing.special .wrapper.cp-ionos-card.is-featured .list-info li i {
  color: var(--ionos-sky-200) !important;
}
.pricing.special .wrapper.cp-ionos-card.is-featured .btn-default-yellow-fill,
.pricing .wrapper.is-featured .btn-default-yellow-fill,
.pricing.special .wrapper.is-featured .top-content .btn-default-yellow-fill {
  background: #003D8F !important;
  background-color: #003D8F !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 16px rgba(0, 61, 143, 0.5) !important;
}
.pricing.special .wrapper.cp-ionos-card.is-featured .btn-default-yellow-fill:hover,
.pricing .wrapper.is-featured .btn-default-yellow-fill:hover,
.pricing.special .wrapper.is-featured .top-content .btn-default-yellow-fill:hover {
  background: #0b2a5b !important;
  background-color: #0b2a5b !important;
  border-color: #fff !important;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(0, 61, 143, 0.6) !important;
  transform: translateY(-2px);
}

/* Hover → blue-800 fill (non-featured) */
.pricing.special .wrapper:not(.is-featured):hover {
  background: var(--cp-card-tone-active) !important;
  border-color: var(--cp-card-tone-active);
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(11, 31, 58, 0.32) !important;
}
.pricing.special .wrapper:not(.is-featured):hover .title,
.pricing.special .wrapper:not(.is-featured):hover .price,
.pricing.special .wrapper:not(.is-featured):hover .fromer,
.pricing.special .wrapper:not(.is-featured):hover .list-info li,
.pricing.special .wrapper:not(.is-featured):hover .title a {
  color: #fff !important;
}
.pricing.special .wrapper:not(.is-featured):hover .price .period,
.pricing.special .wrapper:not(.is-featured):hover .fromer,
.pricing.special .wrapper:not(.is-featured):hover .list-info li span {
  color: rgba(255, 255, 255, 0.78) !important;
}
.pricing.special .wrapper:not(.is-featured):hover .mergecolor,
.pricing.special .wrapper:not(.is-featured):hover .coin,
.pricing.special .wrapper:not(.is-featured):hover .value,
.pricing.special .wrapper:not(.is-featured):hover small {
  color: #fff !important;
}
.pricing.special .wrapper:not(.is-featured):hover .list-info li i {
  color: var(--ionos-sky-200) !important;
}

/* Header / nav accents */
.menu-wrap .btn-default-yellow-fill,
.menu-wrap .btn-default-pink-fill {
  border-radius: 999px !important;
}

/* =========================================================
   Fix news badge, orange hovers, GDPR yellow, footer EN
   ========================================================= */
.infonews .badge,
.infonews .badge.bg-purple,
.infonews .badge.bg-sky,
.badge.bg-sky,
[data-color="pink"] .infonews .badge.bg-purple,
[data-color="pink"] .bg-purple,
[data-color="blue"] .bg-purple,
.bg-purple {
  background-color: var(--ionos-badge) !important;
  color: var(--ionos-blue-700) !important;
}
/* Soft lilac for pricing / service "feat" badges */
.pricing.special .plans.badge.feat.bg-purple,
.pricing.special .plans.badge.feat,
.plans.badge.feat,
.plans.badge.feat.bg-purple {
  background-color: var(--ionos-badge) !important;
  color: var(--ionos-blue-700) !important;
}

/* Kill orange (#f36c00) link hovers from pink theme */
.golink,
.golink:hover,
.golink:focus,
[data-color="pink"] .golink,
[data-color="pink"] .golink:hover,
[data-color="blue"] .golink,
[data-color="blue"] .golink:hover,
.top-header .golink:hover {
  color: var(--ionos-sky-300) !important;
}
.golink:hover {
  color: var(--ionos-hero-navy) !important;
}

/* Nav / megamenu hovers → active navy */
.nav-menu .main-menu a:hover,
.nav-menu .main-menu a:active,
.nav-menu .main-menu a:focus,
.nav-menu .main-menu > .menu-item a:hover,
.nav-menu .main-menu .menu-item .menu-large .menu-item a:hover,
.nav-menu .main-menu .menu-item .menu-large .service-list .service .media-body a:hover,
.megamenu-list .service-list .service .media-body a:hover,
.footer .footer-menu .menu-item a:hover,
.footer .contact a:hover,
[data-color="pink"] .nav-menu .main-menu > .menu-item > .sub-menu > .menu-item a:hover,
[data-color="pink"] .nav-menu .main-menu .menu-item .menu-large .service-list .service .media-body a:hover {
  color: var(--ionos-hero-navy) !important;
}
[data-color="pink"] .c-pink,
[data-color="pink"] .c-purple,
[data-color="blue"] .c-purple {
  color: var(--ionos-sky-300) !important;
}

/* GDPR Accept cookies — was #fed800 yellow */
.gdprcookie-buttons button,
.gdprcookie-buttons button:first-child,
div.gdprcookie .gdprcookie-buttons button {
  background-color: var(--ionos-sky-300) !important;
  color: #fff !important;
  border: none !important;
}
.gdprcookie-buttons button:hover,
div.gdprcookie .gdprcookie-buttons button:hover {
  background-color: var(--ionos-sky-200) !important;
  color: #fff !important;
}
.gdprcookie a {
  color: var(--ionos-sky-300) !important;
}
[data-color="pink"] .gdprcookie-types ul li input:checked ~ label,
[data-color="blue"] .gdprcookie-types ul li input:checked ~ label {
  background-color: var(--ionos-sky-300) !important;
  border-color: var(--ionos-sky-300) !important;
}

/* Hide leftover language EN toggle if any markup remains */
#drop-lng,
.btn-lang-footer {
  display: none !important;
}

/* Footer social icons — kill orange/yellow */
.footer .soc-icons i,
.footer .soc-icons a i,
[data-color="pink"] .footer .soc-icons i,
[data-color="blue"] .footer .soc-icons i,
[data-color="green"] .footer .soc-icons i,
[data-color="black"] .footer .soc-icons i {
  color: var(--ionos-sky-300) !important;
}
.footer .soc-icons a:hover,
.footer .soc-icons a:hover i,
.footer .soc-icons i:hover {
  color: var(--ionos-blue-800) !important;
}
.soc-icons-apply span,
[data-color="pink"] .soc-icons-apply span,
[data-color="blue"] .soc-icons-apply span {
  color: var(--ionos-sky-300) !important;
}

/* Blue theme palette remap → IONOS tokens (settings-init now uses color:blue) */
[data-color="blue"] .c-pink,
[data-color="blue"] .golink {
  color: var(--ionos-sky-300) !important;
}
[data-color="blue"] .btn-default-pink-fill,
[data-color="blue"] .bg-pink {
  background-color: var(--ionos-sky-300) !important;
  border-color: var(--ionos-sky-300) !important;
}

/* =========================================================
   Purge leftover Antler yellow / pink / plum
   ========================================================= */
.sec-bg4,
[data-background="light"] .box-container .sec-bg4,
[data-background="dark"] .box-container .sec-bg4,
[data-background="origin"] .box-container .sec-bg4,
[data-background="modern"] .box-container .sec-bg4 {
  background: linear-gradient(135deg, #091c34 0%, #00367d 100%) !important;
  background-color: #091c34 !important;
  background-image: linear-gradient(135deg, #091c34 0%, #00367d 100%) !important;
}
.bg-yellow,
.bg-purple {
  background-color: var(--ionos-sky-300) !important;
}
.plans.badge.feat.bg-purple,
.plans.badge.feat.bg-pink {
  background-color: var(--ionos-badge) !important;
  color: var(--ionos-blue-700) !important;
}
.c-yellow,
.c-yellow-dark,
.c-purple,
.c-pink {
  color: var(--ionos-sky-300) !important;
}
.golink,
a.golink {
  color: var(--ionos-sky-300) !important;
}

/* Theme yellow buttons already remapped; reinforce specificity */
.btn-default-yellow,
.btn-default-yellow:hover {
  color: var(--ionos-blue-700) !important;
  border-color: var(--ionos-sky-300) !important;
}

/* Inline SVG accents (hardcoded #ee5586 / yellow in demo markup) */
svg #svg-ico,
svg [id="svg-ico"],
path#svg-ico {
  fill: var(--ionos-sky-300) !important;
}
svg #svg-concept,
svg [id="svg-concept"],
path#svg-concept {
  stroke: var(--ionos-sky-300) !important;
}
/* Ranking / concept stroke classes from casestudy SVG */
.ranking1,
.ranking3,
svg .ranking1,
svg .ranking3 {
  stroke: var(--ionos-sky-300) !important;
}
/* Balancing diagram purple labels */
.balancing .c-purple,
.h-services .c-purple {
  color: var(--ionos-blue-800) !important;
}

/* Gradient utilities that still carried plum/pink names */
.sec-grad-yellow-to-grey-left,
.sec-grad-yellow-to-grey-right,
.sec-grad-grey-to-yellow-left,
.sec-grad-grey-to-yellow-right,
.sec-grad-yellow-to-grey,
.sec-grad-grey-to-grey {
  background: linear-gradient(90deg, var(--ionos-hero-navy) 0%, var(--ionos-blue-800) 70%, #d9dde4 100%) !important;
}
.sec-grad-grey-to-grey {
  background: linear-gradient(180deg, #1a2a40 0%, #0B1F3A 100%) !important;
}

/* Homepage Bangladesh / map section — same navy band as Why Choose */
.services.maping.cp-map-section,
[data-background="light"] .box-container .services.maping.cp-map-section,
[data-background="light"] .box-container .services.maping.sec-normal.sec-grad-grey-to-grey {
  background: var(--ionos-hero-navy) !important;
  background-image: none !important;
  padding-top: 48px !important;
  padding-bottom: 80px !important;
  margin-top: 0 !important;
}
.services.maping.cp-map-section .section-heading,
.services.maping.cp-map-section .section-subheading {
  color: #fff !important;
}
.services.maping.cp-map-section .cp-map-points h4 {
  color: #fff !important;
  font-size: 1.15rem;
  margin-bottom: 8px;
}
.services.maping.cp-map-section .cp-map-points p,
.services.maping.cp-map-section .text-white-50 {
  color: rgba(255, 255, 255, 0.78) !important;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.services.maping.cp-map-section .datacenters,
.maping .datacenters.dhaka,
[data-color="blue"] .maping .datacenters,
[data-color="pink"] .maping .datacenters {
  background-color: var(--ionos-sky-300) !important;
  box-shadow: 0 0 0 6px rgba(11, 42, 91, 0.25);
  animation: blink 1.2s infinite;
}
.maping .datacenters.dhaka {
  top: 50%;
  left: 72%;
}
.services.maping.cp-map-section img.svg,
.services.maping.cp-map-section .lazyload svg {
  max-width: 100%;
  height: auto;
  opacity: 0.92;
}

/* Flickity / spinner leftovers */
.spinner .double-bounce1,
.spinner .double-bounce2 {
  background-color: var(--ionos-sky-300) !important;
}
.cd-top {
  background: var(--ionos-sky-300) !important;
}
.flickity-page-dots .dot.is-selected {
  background: var(--ionos-sky-300) !important;
}

/* Division wave path if still yellow via theme — exact match to 180deg dark navy start */
.division-ontop {
  display: block !important;
  margin-bottom: -1px !important;
  position: relative !important;
  z-index: 2 !important;
}
.division-ontop path {
  fill: #071527 !important;
}
/* Wave between Why Choose and map — continuous deep navy */
.services.sec-bg4.exapath + .division .division-ontop path,
.services.sec-bg4.exapath ~ .division .division-ontop path,
.cp-map-section .division-ontop path {
  fill: #071527 !important;
}

/* Global dark background gradient (#091c34 to #00367d) sitewide */
.sec-bg4,
[data-background="light"] .box-container .sec-bg4,
[data-background="dark"] .box-container .sec-bg4 {
  background: linear-gradient(135deg, #091c34 0%, #00367d 100%) !important;
  background-color: #091c34 !important;
  background-image: linear-gradient(135deg, #091c34 0%, #00367d 100%) !important;
}
/* ==========================================================================
   Homepage Unified Seamless Band: Why Choose Cloud Point + Bangladesh Map
   Single uniform continuous 180deg gradient matching hero & footer
   ========================================================================== */
.cp-unified-why-bd-wrapper {
  position: relative !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, #071527 0%, #091c34 45%, #002d6b 100%) !important;
  z-index: 1;
}

/* Ambient glow accents matching hero and footer */
.cp-unified-why-bd-wrapper::before {
  content: '';
  position: absolute;
  top: 6%;
  right: -5%;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.12) 0%, rgba(11, 31, 58, 0) 70%);
  pointer-events: none;
  z-index: 0;
  filter: blur(50px);
}

.cp-unified-why-bd-wrapper::after {
  content: '';
  position: absolute;
  bottom: 8%;
  left: -6%;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(0, 61, 143, 0.22) 0%, rgba(11, 31, 58, 0) 70%);
  pointer-events: none;
  z-index: 0;
  filter: blur(50px);
}

/* Make both inner sections transparent so wrapper's single gradient flows seamlessly */
.cp-unified-why-bd-wrapper .services.sec-bg4.exapath,
[data-background="light"] .box-container .cp-unified-why-bd-wrapper .services.sec-bg4.exapath,
[data-background="dark"] .box-container .cp-unified-why-bd-wrapper .services.sec-bg4.exapath,
.cp-unified-why-bd-wrapper .services.maping.cp-map-section,
[data-background="light"] .box-container .cp-unified-why-bd-wrapper .services.maping.cp-map-section,
[data-background="dark"] .box-container .cp-unified-why-bd-wrapper .services.maping.cp-map-section {
  position: relative !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
  z-index: 1;
}

.cp-unified-why-bd-wrapper .services.sec-bg4.exapath {
  padding-top: 80px !important;
  padding-bottom: 45px !important;
  margin-bottom: 0 !important;
}

.cp-unified-why-bd-wrapper .services.maping.cp-map-section {
  padding-top: 45px !important;
  padding-bottom: 80px !important;
  margin-top: 0 !important;
}

/* Subtle glowing divider between Why Choose and Bangladesh map */
.cp-unified-why-bd-wrapper .cp-unified-divider {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}

.cp-unified-why-bd-wrapper .cp-unified-divider hr {
  border: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0) 0%, rgba(56, 189, 248, 0.22) 50%, rgba(56, 189, 248, 0) 100%) !important;
  margin: 0 auto !important;
  max-width: 1140px !important;
  opacity: 1 !important;
}

.services.sec-bg4.exapath,
[data-background="light"] .box-container .services.sec-bg4.exapath,
[data-background="light"] .box-container .exapath.sec-bg4,
[data-background="light"] .box-container .sec-bg4.exapath,
[data-background="dark"] .box-container .services.sec-bg4.exapath,
.services.maping.cp-map-section,
[data-background="light"] .box-container .services.maping.cp-map-section,
[data-background="dark"] .box-container .services.maping.cp-map-section {
  position: relative !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #091c34 0%, #00367d 100%) !important;
  background-color: #091c34 !important;
  background-image: linear-gradient(135deg, #091c34 0%, #00367d 100%) !important;
  box-shadow: none !important;
  border: 0 !important;
  margin-bottom: 0 !important;
}
/* Shared vertical rhythm so the two halves feel symmetrical */
[data-background="light"] .box-container .services.sec-bg4.exapath,
[data-background="dark"] .box-container .services.sec-bg4.exapath,
.services.sec-bg4.exapath {
  padding: 80px 0 56px !important;
}
[data-background="light"] .box-container .services.maping.cp-map-section,
[data-background="dark"] .box-container .services.maping.cp-map-section,
.services.maping.cp-map-section {
  padding: 56px 0 80px !important;
}
/* Kill leftover pattern layers / Antler exapath tiles */
.services.sec-bg4.exapath > .cp-pattern-layer,
.cp-pattern-layer,
.services.sec-bg4.exapath::before,
.services.sec-bg4.exapath::after,
.services.maping.cp-map-section::before,
.services.maping.cp-map-section::after {
  display: none !important;
  background: none !important;
  background-image: none !important;
  opacity: 0 !important;
  content: none !important;
}
.services.sec-bg4.exapath > .container,
.services.sec-bg4.exapath > .container-fluid,
.services.sec-bg4 > .container,
.services.sec-bg4 > .container-fluid,
.services.maping.cp-map-section > .container {
  position: relative;
  z-index: 1;
}
/* Why Choose navy bands — white headings site-wide (homepage + product pages) */
.services.sec-bg4 .section-heading,
.services.sec-bg4 .section-heading.mergecolor,
.services.sec-bg4.exapath .section-heading,
.services.sec-bg4.exapath .section-heading.mergecolor,
.services.maping.cp-map-section .section-heading,
[data-background="light"] .box-container .services.sec-bg4 .section-heading,
[data-background="light"] .box-container .services.sec-bg4.exapath .section-heading {
  color: #fff !important;
}
.services.sec-bg4 .section-subheading,
.services.sec-bg4 .section-subheading.mergecolor,
.services.sec-bg4 .section-subheading.seccolor,
.services.sec-bg4.exapath .section-subheading,
.services.maping.cp-map-section .section-subheading,
[data-background="light"] .box-container .services.sec-bg4 .section-subheading,
[data-background="light"] .box-container .services.sec-bg4.exapath .section-subheading {
  color: rgba(255, 255, 255, 0.78) !important;
}
.services.sec-bg4 .service-section,
.services.sec-bg4.exapath .service-section {
  background: #fff !important;
}

/* =========================================================
   Global accent system: sky primary, navy dark, violet accent
   ========================================================= */
.plans.badge.feat,
.plans.badge.feat.bg-purple,
.plans.badge.feat.bg-pink,
.pricing .plans.badge,
.service-section .badge.bg-purple,
.service-section .badge,
.cp-ionos-card .badge,
span.badge.feat {
  background-color: var(--ionos-badge) !important;
  color: var(--ionos-blue-700) !important;
}
.btn-default-grad-purple-fill,
[data-color="pink"] .btn-default-grad-purple-fill,
[data-color="blue"] .btn-default-grad-purple-fill,
[data-color="green"] .btn-default-grad-purple-fill {
  background: var(--ionos-sky-300) !important;
  background-image: none !important;
  border-color: var(--ionos-sky-300) !important;
  color: #fff !important;
}
.btn-default-grad-purple-fill:hover,
[data-color="pink"] .btn-default-grad-purple-fill:hover,
[data-color="blue"] .btn-default-grad-purple-fill:hover,
[data-color="green"] .btn-default-grad-purple-fill:hover {
  background: var(--ionos-sky-200) !important;
  background-image: none !important;
  border-color: var(--ionos-sky-200) !important;
  color: #fff !important;
}
/* Force pink/green/black theme cookies to same IONOS look */
[data-color="pink"] .c-pink,
[data-color="green"] .c-pink,
[data-color="black"] .c-pink,
[data-color="pink"] .golink,
[data-color="green"] .golink,
[data-color="black"] .golink {
  color: var(--ionos-sky-300) !important;
}
[data-color="pink"] .btn-default-pink-fill,
[data-color="green"] .btn-default-pink-fill,
[data-color="black"] .btn-default-pink-fill,
[data-color="pink"] .bg-pink,
[data-color="green"] .bg-pink,
[data-color="black"] .bg-pink {
  background-color: var(--ionos-sky-300) !important;
  border-color: var(--ionos-sky-300) !important;
  color: #fff !important;
}
[data-color="pink"] .sec-bg5,
[data-color="green"] .sec-bg5,
[data-color="black"] .sec-bg5,
[data-color="blue"] .sec-bg5 {
  background-color: var(--ionos-blue-800) !important;
}
.bg-yellow,
.btn-default-yellow-fill,
.btn.btn-default-yellow-fill {
  background-color: var(--ionos-sky-300) !important;
}
.c-purple {
  color: var(--ionos-violet) !important;
}
.included i,
.domain-prices li,
[data-color="pink"] .included i,
[data-color="blue"] .included i,
[data-color="pink"] .domain-prices li,
[data-color="blue"] .domain-prices li {
  color: var(--ionos-sky-300) !important;
}
.page-item.active .page-link,
[data-color="pink"] .page-item.active .page-link,
[data-color="blue"] .page-item.active .page-link {
  background-color: var(--ionos-sky-300) !important;
  border-color: var(--ionos-sky-300) !important;
  color: #fff !important;
}
.bigline,
.smallline,
[data-color="pink"] .bigline,
[data-color="blue"] .bigline {
  background-color: var(--ionos-sky-300) !important;
}
.countdown .wrapper .clock div:first-child,
[data-color="pink"] .countdown .wrapper .clock div:first-child,
[data-color="blue"] .countdown .wrapper .clock div:first-child {
  background-color: var(--ionos-sky-300) !important;
  color: #fff !important;
}
.maping .datacenters,
[data-color="pink"] .maping .datacenters,
[data-color="blue"] .maping .datacenters {
  background-color: var(--ionos-sky-300) !important;
}

/* =========================================================
   Homepage / VPS — compute fat-card style, keep 5 across
   ========================================================= */
.pricing.special.cp-home-prices {
  padding: 28px 0 8px !important;
  margin-top: -40px;
  position: relative;
  z-index: 3;
  background-color: transparent !important;
}
.pricing.special.cp-home-prices .row,
.pricing.special.cp-vps-prices .row {
  --bs-gutter-x: 0.6rem;
  column-gap: 0;
  flex-wrap: wrap;
}
/* Keep 5 cards on one row from lg up (not only xl) */
@media (min-width: 992px) {
  .pricing.special.cp-home-prices .row.row-cols-xl-5 > .col,
  .pricing.special.cp-vps-prices .row.row-cols-xl-5 > .col,
  .pricing.special.cp-home-prices .row > .col,
  .pricing.special.cp-vps-prices .row > .col {
    flex: 0 0 20% !important;
    max-width: 20% !important;
    width: 20% !important;
  }
}
.pricing.special.cp-home-prices .row > .col,
.pricing.special.cp-vps-prices .row > .col {
  display: flex;
  flex-direction: column;
  padding-bottom: 12px;
}
.pricing.special.cp-home-prices .wrapper,
.pricing.special.cp-home-prices .wrapper.cp-slim,
.pricing.special.cp-home-prices .wrapper.cp-slim.noshadow,
.pricing.special.cp-home-prices .wrapper.cp-ionos-card,
.pricing.special.cp-vps-prices .wrapper,
.pricing.special.cp-vps-prices .wrapper.cp-slim,
.pricing.special.cp-vps-prices .wrapper.cp-slim.noshadow,
.pricing.special.cp-vps-prices .wrapper.cp-ionos-card,
[data-background="light"] .box-container .pricing.special.cp-home-prices .wrapper.noshadow,
[data-background="light"] .box-container .pricing.special.cp-vps-prices .wrapper.noshadow {
  padding: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin-top: 28px !important;
  margin-bottom: 24px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  width: 100% !important;
  border-radius: 14px !important;
  overflow: visible !important; /* let Bestseller badge sit above the card */
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  background: #fff !important;
  border: 1px solid rgba(11, 42, 91, 0.14) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 4px 10px rgba(11, 42, 91, 0.08),
    0 14px 36px rgba(11, 42, 91, 0.16) !important;
}
.pricing.special.cp-home-prices .wrapper.cp-slim .top-content,
.pricing.special.cp-home-prices .wrapper.cp-slim .top-content.bg-seccolorstyle,
.pricing.special.cp-vps-prices .wrapper.cp-slim .top-content,
.pricing.special.cp-vps-prices .wrapper.cp-slim .top-content.bg-seccolorstyle {
  background: transparent !important;
  border-radius: 14px 14px 0 0 !important;
  padding: 20px 14px 18px !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  flex: 0 0 auto;
  overflow: hidden;
}
.pricing.special.cp-home-prices .wrapper.cp-slim .top-content .svg,
.pricing.special.cp-vps-prices .wrapper.cp-slim .top-content .svg {
  display: block !important;
  height: 32px;
  width: 32px;
  object-fit: contain;
  margin-bottom: 10px !important;
}
.pricing.special.cp-home-prices .wrapper.cp-slim .title,
.pricing.special.cp-vps-prices .wrapper.cp-slim .title {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: var(--ionos-blue-700) !important;
  margin-bottom: 4px !important;
  line-height: 1.25 !important;
}
.pricing.special.cp-home-prices .wrapper.cp-slim .fromer,
.pricing.special.cp-vps-prices .wrapper.cp-slim .fromer {
  display: block !important;
  font-size: 0.72rem !important;
  line-height: 1.3 !important;
  margin-bottom: 6px !important;
  color: rgba(11, 42, 91, 0.72) !important;
}
.pricing.special.cp-home-prices .wrapper.cp-slim .price,
.pricing.special.cp-home-prices .wrapper.cp-slim .price.mergecolor,
.pricing.special.cp-vps-prices .wrapper.cp-slim .price,
.pricing.special.cp-vps-prices .wrapper.cp-slim .price.mergecolor {
  font-size: 1.15rem !important;
  margin: 4px 0 12px !important;
  color: var(--ionos-blue-700) !important;
  font-weight: 700 !important;
}
.pricing.special.cp-home-prices .wrapper.cp-slim .top-content .btn-default-yellow-fill,
.pricing.special.cp-vps-prices .wrapper.cp-slim .top-content .btn-default-yellow-fill {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px 10px !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  border-radius: 999px !important;
  background: #003D8F !important;
  background-color: #003D8F !important;
  border: 1px solid #003D8F !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(0, 61, 143, 0.32) !important;
  transition: all 0.22s ease !important;
}
.pricing.special.cp-home-prices .wrapper.cp-slim .top-content .btn-default-yellow-fill:hover,
.pricing.special.cp-vps-prices .wrapper.cp-slim .top-content .btn-default-yellow-fill:hover {
  background: #0b2a5b !important;
  background-color: #0b2a5b !important;
  border-color: #0b2a5b !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 61, 143, 0.45) !important;
}
.pricing.special.cp-home-prices .wrapper.cp-slim ul.list-info,
.pricing.special.cp-home-prices .wrapper.cp-slim ul.list-info.bg-purple,
.pricing.special.cp-vps-prices .wrapper.cp-slim ul.list-info,
.pricing.special.cp-vps-prices .wrapper.cp-slim ul.list-info.bg-purple {
  background: transparent !important;
  padding: 4px 14px 18px !important;
  margin: 0 !important;
  border-radius: 0 0 14px 14px !important;
  flex: 1 1 auto;
  list-style: none;
  overflow: hidden;
}
.pricing.special.cp-home-prices .wrapper.cp-slim .list-info li,
.pricing.special.cp-vps-prices .wrapper.cp-slim .list-info li {
  display: flex !important;
  align-items: flex-start;
  gap: 8px;
  padding: 7px 0 !important;
  border: 0 !important;
  font-size: 0.72rem !important;
  font-weight: 600;
  color: var(--ionos-blue-700) !important;
  line-height: 1.3;
}
.pricing.special.cp-home-prices .wrapper.cp-slim .list-info li i,
.pricing.special.cp-vps-prices .wrapper.cp-slim .list-info li i {
  color: var(--ionos-sky-300) !important;
  font-size: 0.95rem !important;
  width: 0.95rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.pricing.special.cp-home-prices .wrapper.cp-slim .list-info li div,
.pricing.special.cp-vps-prices .wrapper.cp-slim .list-info li div {
  color: inherit !important;
}
.pricing.special.cp-home-prices .wrapper.cp-slim .list-info li span,
.pricing.special.cp-vps-prices .wrapper.cp-slim .list-info li span {
  color: var(--ionos-blue-700) !important;
  font-weight: 700;
  font-size: 0.78rem;
}
.pricing.special.cp-home-prices .wrapper.cp-slim .plans.badge.feat,
.pricing.special.cp-vps-prices .wrapper.cp-slim .plans.badge.feat {
  background-color: var(--ionos-badge) !important;
  color: var(--ionos-blue-700) !important;
  left: 12px !important;
  top: -14px !important;
  font-size: 10px !important;
  padding: 4px 10px !important;
  z-index: 5 !important;
}
/* Active / featured / hover: dark navy card */
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured:hover,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured:hover,
[data-background="light"] .box-container .pricing.special.cp-home-prices .wrapper.noshadow:hover,
[data-background="light"] .box-container .pricing.special.cp-vps-prices .wrapper.noshadow:hover,
[data-background="light"] .box-container .pricing.special.cp-home-prices .wrapper.cp-slim:hover,
[data-background="light"] .box-container .pricing.special.cp-vps-prices .wrapper.cp-slim:hover,
[data-background="light"] .box-container .pricing.special.cp-home-prices .wrapper.cp-slim.is-featured,
[data-background="light"] .box-container .pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured {
  background: var(--cp-card-tone-active) !important;
  border-color: var(--cp-card-tone-active) !important;
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(11, 31, 58, 0.32) !important;
}
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .top-content,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured .top-content,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .top-content,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .top-content.bg-seccolorstyle,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .top-content.bg-seccolorstyle,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured ul.list-info.bg-purple,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured ul.list-info.bg-purple,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover ul.list-info.bg-purple,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover ul.list-info.bg-purple {
  background: transparent !important;
  background-color: transparent !important;
}
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .title,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .mergecolor,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .value,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .coin,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .period,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured small,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .list-info li,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .list-info li span,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .list-info li div,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured .title,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured .mergecolor,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured .value,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured .coin,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured .period,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured small,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured .list-info li,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured .list-info li span,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured .list-info li div,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .title,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .mergecolor,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .value,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .coin,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .period,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover small,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .list-info li,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .list-info li span,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .list-info li div,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .title,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .mergecolor,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .value,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .coin,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .period,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover small,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .list-info li,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .list-info li span,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .list-info li div {
  color: #fff !important;
}
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .fromer,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured .fromer,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .fromer,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .fromer {
  color: rgba(255, 255, 255, 0.82) !important;
}
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .list-info li i,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured .list-info li i,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .list-info li i,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .list-info li i {
  color: var(--ionos-sky-300) !important;
}
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .top-content .btn-default-yellow-fill,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured .top-content .btn-default-yellow-fill {
  background: #003D8F !important;
  background-color: #003D8F !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 16px rgba(0, 61, 143, 0.5) !important;
}
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .top-content .btn-default-yellow-fill:hover,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured .top-content .btn-default-yellow-fill:hover,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .top-content .btn-default-yellow-fill:hover,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .top-content .btn-default-yellow-fill:hover {
  background: #0b2a5b !important;
  background-color: #0b2a5b !important;
  border-color: #fff !important;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(0, 61, 143, 0.6) !important;
  transform: translateY(-2px);
}
@media (max-width: 1199px) {
  .pricing.special.cp-home-prices {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .pricing.special.cp-home-prices .row > .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* VPS page strip positioning */
.pricing.special.cp-vps-prices {
  margin-top: -36px !important;
  padding-top: 0 !important;
  padding-bottom: 36px !important;
  position: relative;
  z-index: 3;
  overflow: visible;
  background-color: transparent !important;
}
.pricing.special.cp-vps-prices .container > .row:first-of-type {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Custom VPS — Antler overlay + live banner photo, branded chrome */
#custom.sec-normal.overlay {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #0b1f3a;
}
#custom > .img-defaultbanner {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  object-fit: cover;
  z-index: 0 !important;
  opacity: 1 !important;
  pointer-events: none;
}
#custom.sec-normal.overlay:before {
  z-index: 1;
  /* Match Antler live .overlay:before */
  background-color: rgba(0, 0, 0, 0.6);
}
#custom > .container {
  position: relative;
  z-index: 2;
  padding-left: max(16px, calc(var(--bs-gutter-x, 1.5rem) * 0.5));
  padding-right: max(16px, calc(var(--bs-gutter-x, 1.5rem) * 0.5));
}
#custom .wpc-vps-info {
  margin-top: 8px;
  padding-bottom: 12px;
}
#custom .cp-vps-config-row {
  margin-left: 0;
  margin-right: 0;
}
#custom .wpc-vps-info .title,
#custom .content-price.price-container {
  border-radius: var(--cp-radius-card, 16px) !important;
  border: 1px solid rgba(11, 42, 91, 0.06) !important;
  box-shadow: var(--cp-shadow, 0 8px 28px rgba(11, 42, 91, 0.08)) !important;
  background: #fff !important;
}
#custom .h-plans-info,
#custom .content-price.price-container {
  height: 100%;
}
#custom .content-price.price-container {
  padding: 28px 22px !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}
#custom .price-content .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 6px;
  font-size: 2.35rem !important;
  line-height: 1.15 !important;
  word-break: normal;
}
#custom .cp-price-period {
  flex: 0 0 100%;
  font-size: 0.85rem;
  font-weight: 600;
  opacity: 0.75;
  margin-top: 2px;
}
#custom .price-content .infos {
  font-size: 0.9rem;
  line-height: 1.45;
  padding-bottom: 12px !important;
}
#custom #price-val,
#custom #priceon-val {
  display: none !important;
}
#custom:not(.cp-annual) #price-val {
  display: inline !important;
}
#custom.cp-annual #priceon-val {
  display: inline !important;
}
#custom .price .symbol.coin {
  color: var(--ionos-sky-300) !important;
  margin-right: 4px;
}
#custom .run-switch {
  margin-top: 0 !important;
  margin-bottom: 8px;
}
#custom .run-switch .switch.on,
#custom .run-switch .switch {
  cursor: pointer;
}
#custom .content-price .btn-default-yellow-fill {
  background: #003D8F !important;
  background-color: #003D8F !important;
  border-color: #003D8F !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 14px rgba(0, 61, 143, 0.32) !important;
  width: 100%;
  margin-top: auto;
  transition: all 0.2s ease-in-out !important;
}
#custom .content-price .btn-default-yellow-fill:hover {
  background: #0b2a5b !important;
  background-color: #0b2a5b !important;
  border-color: #0b2a5b !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(0, 61, 143, 0.45) !important;
  transform: translateY(-2px);
}

/* Preset pills — replaces the redundant Antler range slider */
#custom .cp-vps-presets {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 28px 0 8px;
}
#custom .cp-vps-preset {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 10px 18px;
  border-radius: 999px !important;
  cursor: pointer;
  transition: background-color 0.25s var(--cp-ease), border-color 0.25s var(--cp-ease), transform 0.25s var(--cp-ease);
}
#custom .cp-vps-preset:hover {
  background: rgba(11, 42, 91, 0.25);
  border-color: var(--ionos-sky-300);
  transform: translateY(-1px);
}
#custom .cp-vps-preset.is-active {
  background: var(--ionos-sky-300);
  border-color: var(--ionos-sky-300);
  color: #fff;
}

/* Spec cards — equal height; steppers under the value */
#custom .cp-vps-spec-row > [class*="col-"] {
  display: flex;
}
#custom .wpc-vps-info .title {
  overflow: visible;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-top: 0 !important;
  box-sizing: border-box;
}
#custom .wpc-vps-info .title > i {
  opacity: 0.16;
  pointer-events: none;
}
#custom .wpc-vps-info .title .info {
  position: relative;
  z-index: 1;
  padding-right: 8px;
  box-sizing: border-box;
  width: 100%;
  display: block;
  white-space: normal;
  word-break: normal;
  line-height: 1.25;
  font-size: 24px;
}
#custom .cp-vps-stepper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
  min-height: 44px;
  position: relative;
  z-index: 2;
}
/* Bandwidth / Setup have no steppers — reserve the same footer space */
#custom .wpc-vps-info .title:not(:has(.cp-vps-stepper))::after {
  content: "";
  display: block;
  margin-top: auto;
  padding-top: 12px;
  min-height: 44px;
}
#custom .cp-vps-step {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 999px !important;
  border: 1px solid rgba(11, 42, 91, 0.4);
  background: #fff;
  color: var(--ionos-sky-300);
  font-size: 18px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.25s var(--cp-ease), color 0.25s var(--cp-ease), transform 0.25s var(--cp-ease);
}
#custom .cp-vps-step:hover {
  background: var(--ionos-sky-300);
  color: #fff;
  transform: translateY(-1px);
}
#custom .cp-vps-step:active {
  transform: translateY(0);
}
@media (max-width: 575px) {
  #custom .wpc-vps-info .title .info {
    font-size: 20px;
  }
}

/* Features illustrations stay visible */
#features.history-section .svg {
  max-width: 100%;
  height: auto;
}

/* =========================================================
   Global IONOS shapes + smooth motion
   ========================================================= */
:root {
  --cp-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --cp-duration: 0.45s;
  --cp-radius-card: 16px;
  --cp-radius-btn: 999px;
  --cp-shadow: 0 8px 28px rgba(11, 42, 91, 0.08);
  --cp-shadow-hover: 0 16px 40px rgba(11, 42, 91, 0.14);
}

/* Smooth default transitions sitewide for interactive surfaces */
a,
button,
.btn,
.service-section,
.pricing .wrapper,
.team .wrapper,
.blog .wrap-blog,
.accordion .panel,
.card,
.casestudy .wrapper,
.features .wrapper,
.help .service-section,
input,
textarea,
select,
.nav-menu a,
.cd-top,
.flickity-page-dots .dot {
  transition-property: color, background-color, border-color, box-shadow, transform, opacity, fill, stroke;
  transition-duration: var(--cp-duration);
  transition-timing-function: var(--cp-ease);
}

/* ---- Buttons: Standardized Primary Amber 8px & Secondary Pill ---- */
[data-radius="sixradius"] .box-container .btn,
[data-radius="sixradius"] .box-container a.btn,
[data-radius="sixradius"] .box-container .btn-default-pink-fill,
[data-radius="sixradius"] .box-container .btn-default-yellow,
[data-radius="sixradius"] .box-container .btn-default-pink,
[data-radius="sixradius"] .box-container .btn-default-grad-purple-fill,
[data-radius="threeradius"] .box-container .btn,
[data-radius="threeradius"] .box-container a.btn,
[data-radius="threeradius"] .box-container .btn-default-pink-fill,
[data-radius="defaultradius"] .box-container .btn,
[data-radius="defaultradius"] .box-container a.btn,
[data-radius="defaultradius"] .box-container .btn-default-pink-fill,
.box-container .btn,
.box-container a.btn,
.box-container .btn.btn-default-pink-fill,
.box-container .btn-default-pink-fill,
.box-container .btn-default-yellow,
.box-container .btn-default-pink,
.box-container .btn-default-grad-purple-fill,
.box-container .service-section .btn,
.box-container .pricing .btn,
.box-container .menu-wrap .btn,
.box-container .gdprcookie-buttons button {
  border-radius: 999px !important;
  border-top-left-radius: 999px !important;
  border-top-right-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
  border-bottom-right-radius: 999px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  transform: translateZ(0);
  will-change: transform, background-color, box-shadow;
}

/* Global Primary Action Buttons (IONOS dark blue style, 999px pill radius) */
.box-container .btn-default-yellow-fill,
.box-container .btn.btn-default-yellow-fill,
.box-container a.btn.btn-default-yellow-fill,
[data-radius="sixradius"] .box-container .btn-default-yellow-fill,
[data-radius="threeradius"] .box-container .btn-default-yellow-fill,
[data-radius="defaultradius"] .box-container .btn-default-yellow-fill {
  border-radius: 999px !important;
  border-top-left-radius: 999px !important;
  border-top-right-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
  border-bottom-right-radius: 999px !important;
  font-weight: 700 !important;
  background: #003D8F !important;
  background-color: #003D8F !important;
  border: 1px solid #003D8F !important;
  border-color: #003D8F !important;
  color: #fff !important;
  padding: 11px 26px !important;
  box-shadow: 0 4px 14px rgba(0, 61, 143, 0.32) !important;
  transition: all 0.2s ease-in-out !important;
}

.box-container .btn-default-yellow-fill:hover,
.box-container .btn.btn-default-yellow-fill:hover,
.box-container a.btn.btn-default-yellow-fill:hover,
.box-container .btn-default-yellow-fill:focus,
[data-radius="sixradius"] .box-container .btn-default-yellow-fill:hover,
[data-radius="threeradius"] .box-container .btn-default-yellow-fill:hover,
[data-radius="defaultradius"] .box-container .btn-default-yellow-fill:hover {
  background: #0b2a5b !important;
  background-color: #0b2a5b !important;
  border-color: #0b2a5b !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(0, 61, 143, 0.45) !important;
  transform: translateY(-2px);
}

.box-container .btn-default-yellow-fill:active,
.box-container .btn.btn-default-yellow-fill:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(0, 61, 143, 0.25) !important;
}

/* Secondary Buttons (Sky Blue / Pink fill) */
.box-container .btn-default-pink-fill,
.box-container .btn.btn-default-pink-fill,
[data-radius="sixradius"] .box-container .btn-default-pink-fill,
[data-radius="defaultradius"] .box-container .btn-default-pink-fill {
  background-color: var(--ionos-sky-300) !important;
  border: 1px solid var(--ionos-sky-300) !important;
  color: #fff !important;
  padding: 11px 26px !important;
}
.box-container .btn-default-pink-fill:hover,
.box-container .btn.btn-default-pink-fill:hover,
.box-container .btn-default-pink-fill:focus {
  background-color: var(--ionos-sky-200) !important;
  border-color: var(--ionos-sky-200) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(11, 42, 91, 0.28) !important;
  transform: translateY(-2px);
}
.box-container .btn-default-pink-fill:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(11, 42, 91, 0.2) !important;
}
.box-container .btn-default-yellow,
.box-container .btn-default-pink {
  background: transparent !important;
  color: var(--ionos-blue-700) !important;
  border: 1.5px solid var(--ionos-sky-300) !important;
  padding: 10px 24px !important;
}
.box-container .btn-default-yellow:hover,
.box-container .btn-default-pink:hover {
  background-color: rgba(11, 42, 91, 0.08) !important;
  color: var(--ionos-blue-800) !important;
  border-color: var(--ionos-sky-200) !important;
  transform: translateY(-2px);
}

/* Cards: IONOS 16px — override sixradius 6px longhands */
[data-radius="sixradius"] .box-container .service-section,
[data-radius="sixradius"] .box-container .pricing .wrapper,
[data-radius="sixradius"] .box-container .help .help-container,
[data-radius="sixradius"] .box-container .team .team-info,
[data-radius="sixradius"] .box-container .blog .wrap-blog .wrapper,
[data-radius="sixradius"] .box-container .card,
[data-radius="threeradius"] .box-container .service-section,
[data-radius="threeradius"] .box-container .pricing .wrapper,
[data-radius="defaultradius"] .box-container .service-section,
[data-radius="defaultradius"] .box-container .pricing .wrapper,
.box-container .services .service-wrap .service-section,
.box-container .service-section,
.box-container .pricing .wrapper,
.box-container .pricing.special .wrapper {
  border-radius: 16px !important;
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}

/* ---- Cards: IONOS soft rectangle (real cards only — not #custom shells) ---- */
.services .service-wrap .service-section,
.services .service-section,
.service-section.bg-colorstyle,
.pricing .wrapper,
.pricing.special .wrapper,
.team .wrapper,
.team .team-info,
.blog .wrap-blog,
.blog .sidebar .posts,
.features .wrapper,
.casestudy .wrapper,
.help .service-section,
.help .help-container,
.accordion .panel,
.tabs .tabs-content,
.domain-prices,
.configurator .wrapper,
.wpc-vps-info .title,
.wpc-vps-info .content-price,
.slick #slider .plan-container,
#features.history-section.feat01 {
  background: #fff !important;
  border-radius: var(--cp-radius-card) !important;
  border: 1px solid rgba(11, 42, 91, 0.06) !important;
  box-shadow: var(--cp-shadow) !important;
  overflow: visible !important;
  transform: translateZ(0);
  will-change: transform, box-shadow;
}
/* Features panel: outer section is the card; inner sec-main stays flat */
#features.history-section.feat01 .sec-main {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  transform: none !important;
}
/* Configurator shells must stay transparent — never one giant card */
.wpc-vps-info,
#custom .wpc-vps-info {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
  will-change: auto;
}
.services .service-wrap .service-section:hover,
.services .service-section:hover,
.pricing .wrapper:hover,
.pricing.special .wrapper:not(.is-featured):hover,
.team .wrapper:hover,
.team .team-info:hover,
.blog .wrap-blog:hover,
.features .wrapper:hover,
.casestudy .wrapper:hover,
.help .service-section:hover,
.help .help-container:hover {
  box-shadow: var(--cp-shadow-hover) !important;
  transform: translateY(-6px);
  border-color: rgba(11, 42, 91, 0.18) !important;
}

/* Featured pricing cards keep navy fill, still soft radius + smooth lift */
.pricing.special .wrapper.cp-ionos-card.is-featured,
.pricing.special .wrapper.is-featured {
  border-radius: var(--cp-radius-card) !important;
  transition: background-color var(--cp-duration) var(--cp-ease),
    box-shadow var(--cp-duration) var(--cp-ease),
    transform var(--cp-duration) var(--cp-ease) !important;
}
.pricing.special .wrapper.cp-ionos-card.is-featured:hover,
.pricing.special .wrapper.is-featured:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(0, 61, 143, 0.28) !important;
}

/* Product feature card grids (compute/wordpress/etc. sec-bg2) — ~266px centered.
   Explicitly excludes Why Choose (.sec-bg4/.exapath), map (.maping), help. */
.services.sec-bg2:not(.help):not(.maping) .service-wrap > .row {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: var(--cp-service-card-gap);
  row-gap: 20px;
  --bs-gutter-x: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.services.sec-bg2:not(.help):not(.maping) .service-wrap > .row > .col-md-4,
.services.sec-bg2:not(.help):not(.maping) .service-wrap > .row > [class*="col-md-4"] {
  display: flex !important;
  flex-direction: column;
  flex: 0 0 var(--cp-service-card-max) !important;
  width: var(--cp-service-card-max) !important;
  max-width: var(--cp-service-card-max) !important;
  flex-basis: var(--cp-service-card-max) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.services.sec-bg2:not(.help):not(.maping) .service-wrap > .row > .col-md-4 > .service-section,
.services.sec-bg2:not(.help):not(.maping) .service-wrap > .row > [class*="col-md-4"] > .service-section {
  flex: 1 1 auto;
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
}
.services.sec-bg2:not(.help):not(.maping) .service-wrap .service-section {
  padding: 40px 26px 30px !important;
  margin-top: 28px;
  min-height: 400px;
  box-sizing: border-box;
  max-width: var(--cp-service-card-max);
}
/* Heading row stays full width inside sec-bg2 feature grids */
.services.sec-bg2:not(.help):not(.maping) .service-wrap > .row > .col-sm-12.text-center,
.services.sec-bg2:not(.help):not(.maping) .service-wrap > .row > .col-sm-12:not([class*="col-md-"]) {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}
/* Why Choose / map / help — normal Bootstrap columns (no 266px squeeze) */
.services.sec-bg4.exapath .service-wrap > .row,
.services.maping .service-wrap > .row,
.services.help .service-wrap > .row {
  column-gap: normal;
  row-gap: normal;
  justify-content: flex-start;
  --bs-gutter-x: 1.5rem;
  margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
}
.services.sec-bg4.exapath .service-wrap > .row > [class*="col-"],
.services.maping .service-wrap > .row > [class*="col-"],
.services.help .service-wrap > .row > [class*="col-"] {
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
}
@media (min-width: 768px) {
  .services.sec-bg4.exapath .service-wrap > .row > .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    max-width: 33.33333333%;
  }
  .services.sec-bg4.exapath .service-wrap > .row > .col-sm-12:not(.col-md-4),
  .services.maping .service-wrap > .row > .col-sm-12,
  .services.maping .service-wrap > .row > .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .services.maping .cp-map-points > .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    max-width: 33.33333333%;
  }
}
.services.sec-bg4.exapath .service-wrap .service-section {
  min-height: 480px;
  padding: 52px 34px 40px !important;
  gap: 6px;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
  flex-direction: column;
}
.services.sec-bg2:not(.help):not(.maping) .service-wrap .service-section .lazyload,
.services.sec-bg2:not(.help):not(.maping) .service-wrap .service-section > .svg,
.services.sec-bg2:not(.help):not(.maping) .service-wrap .service-section > svg {
  margin-bottom: 12px;
}
.services.sec-bg2:not(.help):not(.maping) .service-wrap .service-section .title {
  color: var(--ionos-blue-700) !important;
  transition: color var(--cp-duration) var(--cp-ease);
  margin-bottom: 12px !important;
}
.services.sec-bg2:not(.help):not(.maping) .service-wrap .service-section .subtitle {
  color: #5a6b7d !important;
  line-height: 1.65;
  flex: 1 1 auto;
  margin-bottom: 28px !important;
}
.services.sec-bg2:not(.help):not(.maping) .service-wrap .service-section > .btn,
.services.sec-bg2:not(.help):not(.maping) .service-wrap .service-section > a.btn {
  margin-top: auto !important;
  margin-bottom: 0 !important;
}
.services .service-wrap .service-section .plans.badge.feat {
  border-radius: 8px !important;
  top: -12px;
}
@media (max-width: 767px) {
  .services.sec-bg2:not(.help):not(.maping) .service-wrap > .row > .col-md-4,
  .services.sec-bg2:not(.help):not(.maping) .service-wrap > .row > [class*="col-md-4"] {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .services.sec-bg2:not(.help):not(.maping) .service-wrap .service-section,
  .services.sec-bg4.exapath .service-wrap .service-section {
    min-height: 0;
    max-width: none;
  }
}

/* Soften AOS / hover snaps */
[data-aos] {
  transition-timing-function: var(--cp-ease) !important;
}
.golink {
  transition: color 0.35s var(--cp-ease), opacity 0.35s var(--cp-ease) !important;
}
.menu-wrap,
.menu-wrap.fixed {
  transition: background-color 0.4s var(--cp-ease), box-shadow 0.4s var(--cp-ease), padding 0.4s var(--cp-ease) !important;
}
.cd-top {
  border-radius: 999px !important;
  transition: opacity 0.4s var(--cp-ease), transform 0.4s var(--cp-ease), background-color 0.4s var(--cp-ease) !important;
}
.cd-top:hover {
  transform: translateY(-3px);
  background-color: var(--ionos-blue-800) !important;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* =========================================================
   Global card layout — equal height, taller, CTA at bottom
   Applies to pricing + service/help/team/features everywhere
   ========================================================= */

/* Pricing rows: stretch columns so all plan cards match height */
.pricing > .container > .row,
.pricing.special > .container > .row,
.pricing .row.row-cols-2,
.pricing .row.row-cols-md-3,
.pricing .row.row-cols-xl-5 {
  align-items: stretch !important;
}
.pricing > .container > .row > [class*="col"],
.pricing.special > .container > .row > [class*="col"],
.pricing .row > .col,
.pricing.special .row > .col {
  display: flex !important;
  flex-direction: column;
}
.pricing > .container > .row > [class*="col"] > .wrapper,
.pricing.special > .container > .row > [class*="col"] > .wrapper,
.pricing .row > .col > .wrapper,
.pricing.special .row > .col > .wrapper {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
}

/* All pricing cards: taller default (not only homepage strip) */
.pricing .wrapper,
.pricing.special .wrapper,
.pricing.special .wrapper.cp-ionos-card,
.pricing.special .wrapper.price-container,
.mixcontainer .pricing .wrapper {
  min-height: 345px !important;
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box;
}
.pricing .wrapper .list-info,
.pricing.special .wrapper .list-info {
  flex: 1 1 auto;
}
.pricing .wrapper .list-info li i,
.pricing.special .wrapper .list-info li i {
  font-size: 1.05rem !important;
  width: 1.05rem;
  line-height: 1;
}
.pricing .wrapper > .btn,
.pricing .wrapper > a.btn,
.pricing.special .wrapper > .btn,
.pricing.special .wrapper > a.btn {
  margin-top: auto !important;
}

/* MixItUp grids (dedicated etc.): do NOT override .mix layout — library uses
   justify + inline-block widths. Only style card shells inside .mix. */
.mixcontainer .pricing .mix > .wrapper {
  width: 100%;
  height: 100%;
}

/* Help / contact cards — auto height to fit content (overrides theme fixed 145px + absolute fill) */
.services.help.sec-bg2,
.services.help.bg-colorstyle,
section.services.help {
  padding-top: 28px !important;
  padding-bottom: 48px !important;
}
.services.help.pt-4 {
  padding-top: 28px !important;
}
.services.help.pb-80 {
  padding-bottom: 48px !important;
}
.help > .container > .row,
.help .row {
  align-items: stretch;
}
.help > .container > .row > [class*="col"],
.help .row > [class*="col"] {
  display: flex;
  flex-direction: column;
}
.help .help-container,
.help .service-section {
  flex: 1 1 auto;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  display: block;
  padding: 0 !important;
  box-sizing: border-box;
  margin-top: 16px;
  overflow: visible;
}
/* Absolute fill was collapsing auto-height parents — size to content instead */
.help .help-container .help-item,
.services.help .help-container .help-item {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  display: flex !important;
  align-items: center !important; /* icon + text on one vertical center */
  justify-content: flex-start;
  gap: 0;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  padding: 24px 22px !important;
  overflow: visible !important;
  font-size: inherit !important;
  box-sizing: border-box;
}
/* Divider between icon and text — centered to row, not overlapping icon */
.help .help-container .help-item:before,
.services.help .help-container .help-item:before {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  left: 88px !important; /* after fixed icon column */
  width: 1px !important;
  height: 48px !important;
  transform: translateY(-50%);
  background: rgba(94, 104, 108, 0.45) !important;
}
.help .help-container .help-item .img,
.services.help .help-container .help-item .img {
  position: relative !important;
  width: 64px !important;
  max-width: 64px !important;
  height: 64px !important;
  min-height: 64px !important;
  flex: 0 0 64px !important;
  align-self: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
}
.help .help-container .help-item .img .lazyload,
.services.help .help-container .help-item .img .lazyload {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.help .help-container .help-item .ico,
.help .help-container .help-item .img .svg.ico,
.help .help-container .help-item .img svg,
.services.help .help-container .help-item .ico {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: 48px !important;
  height: 48px !important;
  display: block !important;
  margin: 0 auto !important;
}
.help .help-container .help-item .inform,
.services.help .help-container .help-item .inform {
  width: auto !important;
  flex: 1 1 auto !important;
  min-width: 0;
  padding: 0 8px 0 28px !important; /* room after divider */
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  text-align: left !important;
  vertical-align: middle;
}
.help .help-container .help-item .inform .title,
.services.help .help-container .help-item .inform .title {
  margin: 0 0 4px !important;
  line-height: 1.3 !important;
}
.help .help-container .help-item .inform .description,
.services.help .help-container .help-item .inform .description {
  margin: 0 !important;
  line-height: 1.45 !important;
}
.help .help-container .description,
.help .help-container p,
.help .service-section .subtitle,
.help .service-section p {
  flex: 0 1 auto;
}
.help .help-container > .btn,
.help .help-container > a.btn,
.help .service-section > .btn,
.help .service-section > a.btn {
  margin-top: auto !important;
}

/* Team cards */
.team > .container > .row,
.team .row {
  align-items: stretch;
}
.team > .container > .row > [class*="col"],
.team .row > [class*="col"] {
  display: flex;
  flex-direction: column;
}
.team .team-info,
.team .wrapper {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  padding: 28px 24px !important;
  box-sizing: border-box;
  margin-top: 24px;
}

/* Features / casestudy / blog cards */
.features > .container > .row,
.casestudy > .container > .row,
.blog > .container > .row {
  align-items: stretch;
}
.features > .container > .row > [class*="col"],
.casestudy > .container > .row > [class*="col"],
.blog > .container > .row > [class*="col"] {
  display: flex;
  flex-direction: column;
}
.features .wrapper,
.casestudy .wrapper,
.blog .wrap-blog {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-top: 24px;
  padding: 28px 24px !important;
}
.features .wrapper > .btn,
.features .wrapper > a.btn,
.casestudy .wrapper > .btn,
.casestudy .wrapper > a.btn,
.blog .wrap-blog > .btn,
.blog .wrap-blog > a.btn {
  margin-top: auto !important;
}

/* Generic service-section anywhere (not only homepage Why Choose) */
.service-section.bg-colorstyle,
.service-section.bg-seccolorstyle {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.service-section.bg-colorstyle .subtitle,
.service-section.bg-seccolorstyle .subtitle,
.service-section.bg-colorstyle > p,
.service-section.bg-seccolorstyle > p {
  flex: 1 1 auto;
}
.service-section.bg-colorstyle > .btn,
.service-section.bg-colorstyle > a.btn,
.service-section.bg-seccolorstyle > .btn,
.service-section.bg-seccolorstyle > a.btn {
  margin-top: auto !important;
}

/* Spec cards inside #custom stay content-sized (already styled) */
#custom .wpc-vps-info .title,
#custom .content-price.price-container {
  min-height: 0 !important;
}

@media (max-width: 767px) {
  .pricing .wrapper,
  .pricing.special .wrapper,
  .pricing.special .wrapper.cp-ionos-card,
  .pricing.special .wrapper.price-container,
  .help .help-container,
  .help .service-section,
  .team .team-info,
  .team .wrapper,
  .features .wrapper,
  .casestudy .wrapper,
  .blog .wrap-blog,
  .service-section.bg-colorstyle,
  .service-section.bg-seccolorstyle {
    min-height: 0 !important;
  }
}

/* =========================================================
   Dedicated / product plan filters + slim card parity
   ========================================================= */
.cp-plan-filters {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 8px 0 4px;
}
.cp-plan-filter {
  border: 1px solid rgba(11, 42, 91, 0.12);
  background: #fff;
  color: var(--ionos-blue-700, #0B1F3A);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.cp-plan-filter:hover,
.cp-plan-filter.is-active {
  background: var(--ionos-sky-300, #003D8F);
  border-color: var(--ionos-sky-300, #003D8F);
  color: #fff;
}

/* Match homepage slim card width when MixItUp is still present somewhere */
.mixcontainer .pricing .mix {
  width: calc(25% - 1rem) !important;
  max-width: 195px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5rem 1rem !important;
}
.mixcontainer .pricing .mix > .wrapper.cp-ionos-card,
.mixcontainer .pricing .mix > .wrapper.cp-slim {
  width: 100%;
  max-width: var(--cp-card-slim-max);
  margin-left: auto;
  margin-right: auto;
}
.mixcontainer .pricing .gap {
  display: none !important;
}
.cd-fail-message {
  display: none !important;
}

/* Kill leftover Antler filter “big box” if any page still has it empty */
.cd-main-content.sec-up:has(.cd-filter):not(:has(.mixcontainer)) .sec-main {
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
}

/* =========================================================
   Compute page — pricing cards (shared overlay hero)
   ========================================================= */
body.cp-compute-page .cp-compute-prices .run-switch {
  margin: 0 auto 16px;
  justify-content: center;
}

/* Features link — left side, vertically between banner cards and “More compute plans” */
body.cp-compute-page .cp-compute-more {
  position: relative;
}
body.cp-compute-page .box-container a.godown.gocontent.cp-compute-features {
  display: inline-table !important;
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  top: auto !important;
  bottom: calc(100% + 28px) !important;
  margin: 0 !important;
  transform: none !important;
  z-index: 4;
  -webkit-animation: moverdown 1s infinite alternate;
  animation: moverdown 1s infinite alternate;
}
body.cp-compute-page .box-container a.godown.gocontent.cp-compute-features span {
  position: absolute !important;
  letter-spacing: 1px;
  top: -10px !important;
  left: 0 !important;
  font-size: 16px;
  font-weight: 700;
  color: var(--ionos-sky-300) !important;
  -webkit-transform: rotate(-90deg) !important;
  -moz-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  -o-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
}
body.cp-compute-page .box-container a.godown.gocontent.cp-compute-features .svg {
  height: 48px;
  width: auto;
  display: block;
}

/* Antler sec-uping — cards overlap hero on the right */
body.cp-compute-page .box-container .pricing.special.cp-compute-prices.sec-uping {
  margin-top: -475px !important;
  padding-top: 0 !important;
  padding-bottom: 80px !important;
  position: relative;
  z-index: 1;
  background-color: transparent !important;
}
body.cp-compute-page .cp-reseller-cards {
  position: relative;
  z-index: 3;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: var(--cp-card-gap);
  row-gap: 20px;
  --bs-gutter-x: 0;
}
/* Compute plans sit below the hero, same as Cloud VPS */
body.cp-compute-page .cp-compute-prices > .container > .cp-reseller-cards {
  padding-top: 0;
  justify-content: center !important;
  margin-left: auto;
  margin-right: auto;
}
body.cp-compute-page .cp-reseller-cards > [class*="col-"] {
  flex: 0 0 auto;
  width: var(--cp-card-max);
  max-width: var(--cp-card-max);
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Reseller fat cards — bypass IONOS slim overrides */
body.cp-compute-page .cp-reseller-cards .wrapper.price-container {
  background: #fff !important;
  border-radius: 14px !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 4px 10px rgba(11, 42, 91, 0.08),
    0 14px 36px rgba(11, 42, 91, 0.16) !important;
  min-height: 390px !important;
  height: 100% !important;
  max-width: var(--cp-card-max);
  width: 100%;
  margin-top: 38px !important;
  margin-bottom: 18px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: visible;
  position: relative;
  border: 1px solid rgba(11, 42, 91, 0.14) !important;
}
body.cp-compute-page .cp-reseller-cards .wrapper ul.list-info.bg-purple {
  background-color: transparent !important;
  padding: 22px 28px 28px !important;
  margin: 0;
  border-radius: 0 0 14px 14px;
  flex: 1 1 auto;
}
body.cp-compute-page .cp-reseller-cards .wrapper .list-info li {
  padding: 8px 0 !important;
  font-size: 12px !important;
  font-weight: 600;
  color: #fff !important;
}
body.cp-compute-page .cp-reseller-cards .wrapper .list-info li span {
  font-size: 13px !important;
  color: #fff !important;
  font-weight: 700;
}
body.cp-compute-page .cp-reseller-cards .wrapper .list-info li i {
  color: #fff !important;
  float: left;
  padding: 4px 0;
}
body.cp-compute-page .cp-reseller-cards .wrapper .top-content.bg-seccolorstyle.topradius {
  background-color: transparent !important;
  border-radius: 14px 14px 0 0 !important;
  padding: 24px 28px 12px !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  flex: 0 0 auto;
}
body.cp-compute-page .cp-reseller-cards .wrapper .top-content .svg {
  display: block !important;
  height: 36px;
  width: 36px;
}
body.cp-compute-page .cp-reseller-cards .wrapper .title {
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: var(--ionos-sky-300) !important;
  margin-bottom: 4px;
}
body.cp-compute-page .cp-reseller-cards .wrapper .fromer {
  font-size: 0.78rem !important;
  line-height: 1.35 !important;
  margin-bottom: 8px !important;
  color: #5a6b7d !important;
}
body.cp-compute-page .cp-reseller-cards .wrapper .price {
  font-size: 1.3rem !important;
  margin: 6px 0 12px !important;
  color: var(--ionos-blue-700) !important;
}
body.cp-compute-page .cp-reseller-cards .wrapper .top-content .btn-default-yellow-fill {
  display: inline-block !important;
  width: 100%;
  margin: 0 !important;
  border-radius: 999px !important;
  background: #003D8F !important;
  background-color: #003D8F !important;
  border: 1px solid #003D8F !important;
  border-color: #003D8F !important;
  color: #fff !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 14px rgba(0, 61, 143, 0.32) !important;
  transition: all 0.2s ease-in-out !important;
}
body.cp-compute-page .cp-reseller-cards .plans.badge.feat.bg-purple {
  background-color: var(--ionos-sky-300) !important;
  color: #fff !important;
  top: -14px !important;
  z-index: 5 !important;
}

/* Reseller cards — navy hover with readable white text/icons */
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover {
  background: var(--ionos-blue-800) !important;
  border-color: var(--ionos-blue-800) !important;
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 61, 143, 0.28) !important;
}
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .top-content.bg-seccolorstyle.topradius {
  background-color: var(--ionos-blue-800) !important;
}
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .title {
  color: #fff !important;
}
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .fromer,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .fromer.seccolor {
  color: rgba(255, 255, 255, 0.78) !important;
}
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .price,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .price.mergecolor,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .mergecolor,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .value,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .coin,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover small,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .period {
  color: #fff !important;
}
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover ul.list-info.bg-purple {
  background-color: var(--ionos-hero-navy) !important;
}
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .list-info li,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .list-info li div,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .list-info li span {
  color: #fff !important;
}
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .list-info li i {
  color: var(--ionos-sky-200) !important;
}
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .top-content .btn-default-yellow-fill {
  background: #f59e0b !important;
  background-color: #f59e0b !important;
  border-color: #f59e0b !important;
  color: #0b1f3a !important;
  box-shadow: 0 6px 20px rgba(251, 191, 36, 0.45) !important;
  transform: translateY(-2px);
}

body.cp-compute-page .cp-compute-more {
  margin-top: 48px;
  padding-top: 0;
  background-color: transparent;
  position: relative;
  z-index: 1;
  clear: both;
}
body.cp-compute-page .cp-compute-more .cp-reseller-cards {
  padding-top: 0;
  justify-content: center;
}
body.cp-compute-page .cp-compute-more .cp-reseller-cards .wrapper.price-container {
  margin-top: 0 !important;
}

@media (max-width: 991px) {
  body.cp-compute-page .box-container .pricing.special.cp-compute-prices.sec-uping {
    margin-top: 0 !important;
    padding-top: 40px !important;
  }
  body.cp-compute-page .box-container a.godown.gocontent,
  body.cp-compute-page .box-container a.godown.gocontent.cp-compute-features {
    display: none !important;
  }
  body.cp-compute-page .cp-reseller-cards .wrapper.price-container {
    margin-top: 24px !important;
  }
  body.cp-compute-page .cp-compute-more {
    margin-top: 24px;
  }
}

/* =========================================================
   Dedicated page — Antler filter bar + fat MixItUp cards
   ========================================================= */
body.cp-dedicated-page .box-container .cd-main-content.cp-dedicated-filters.sec-up {
  margin: -50px 0 40px !important;
  position: relative;
  z-index: 3;
}
body.cp-dedicated-page .cp-dedicated-filters .cd-filter form {
  margin: 0;
}
body.cp-dedicated-page .cp-dedicated-filters .sec-main {
  border-radius: 15px !important;
  box-shadow: 0 8px 28px rgba(11, 42, 91, 0.1) !important;
  background-color: #fff !important;
}
body.cp-dedicated-page .cp-dedicated-filters .cd-filter-block h4,
body.cp-dedicated-page .cp-dedicated-filters .cd-filter-block .mergecolor.fw-bolder,
body.cp-dedicated-page .cp-dedicated-filters .cd-filter-block .h6 {
  color: var(--ionos-blue-700) !important;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 12px;
}
body.cp-dedicated-page .cp-dedicated-filters .cd-filter-block input[type="radio"]:checked + label::before,
body.cp-dedicated-page .cp-dedicated-filters .cd-filter-block input[type="checkbox"]:checked + label::before {
  border-color: var(--ionos-sky-300) !important;
  background-color: var(--ionos-sky-300) !important;
}
body.cp-dedicated-page .cp-dedicated-filters .cd-filter-block input.range-slider-input {
  accent-color: var(--ionos-sky-300);
}
body.cp-dedicated-page .cp-dedicated-filters .cd-select select {
  border-color: rgba(11, 42, 91, 0.15);
  border-radius: 8px;
}

body.cp-dedicated-page .cp-dedicated-grid {
  padding-top: 48px;
  padding-bottom: 48px;
  background: transparent !important;
}
body.cp-dedicated-page .cp-dedicated-grid > .container > .row.mb-5,
body.cp-dedicated-page .cp-dedicated-grid > .container > .row.mb-5 > [class*="col-"] {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.cp-dedicated-page .cp-dedicated-grid .section-heading,
body.cp-dedicated-page .cp-dedicated-grid .section-heading.mergecolor {
  color: #0B2A5B !important;
  text-align: center;
  margin-bottom: 12px;
}
body.cp-dedicated-page .cp-dedicated-grid .section-subheading,
body.cp-dedicated-page .cp-dedicated-grid .section-subheading.mergecolor {
  color: rgba(11, 42, 91, 0.72) !important;
  text-align: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
body.cp-dedicated-page .cp-dedicated-grid > .container > .pricing.special > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  column-gap: var(--cp-card-gap);
  row-gap: 20px;
  --bs-gutter-x: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* Mobile / tablet: 2×3 */
body.cp-dedicated-page .cp-dedicated-grid .cp-dedicated-card-col {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  flex: 0 0 calc((100% - var(--cp-card-gap)) / 2);
  width: calc((100% - var(--cp-card-gap)) / 2);
  max-width: calc((100% - var(--cp-card-gap)) / 2);
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.cp-dedicated-page .cp-dedicated-grid .cp-dedicated-card-col > .wrapper.price-container {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
}
/* Desktop: 5 in one row */
@media (min-width: 992px) {
  body.cp-dedicated-page .cp-dedicated-grid > .container {
    max-width: 1420px;
  }
  body.cp-dedicated-page .cp-dedicated-grid .pricing.special > .row.g-4 {
    flex-wrap: nowrap !important;
  }
  body.cp-dedicated-page .cp-dedicated-grid .cp-dedicated-card-col {
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }
  body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container {
  background: #fff !important;
  border-radius: 14px !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 4px 10px rgba(11, 42, 91, 0.08),
    0 14px 36px rgba(11, 42, 91, 0.16) !important;
  min-height: 390px !important;
  height: 100% !important;
  max-width: none;
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: visible;
  position: relative;
  border: 1px solid rgba(11, 42, 91, 0.14) !important;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper .top-content.bg-seccolorstyle.topradius {
  background-color: transparent !important;
  border-radius: 14px 14px 0 0 !important;
  padding: 24px 28px 12px !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  flex: 0 0 auto;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper ul.list-info.bg-purple {
  background-color: transparent !important;
  padding: 14px 28px 22px !important;
  margin: 0;
  border-radius: 0 0 14px 14px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper .list-info li {
  padding: 8px 0 !important;
  font-size: 12px !important;
  font-weight: 600;
  color: var(--ionos-blue-700) !important;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper .list-info li span {
  font-size: 13px !important;
  color: var(--ionos-blue-700) !important;
  font-weight: 700;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper .list-info li i {
  color: #1f74e8 !important;
  float: none;
  padding: 0;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper .top-content .svg {
  display: block !important;
  height: 36px;
  width: 36px;
  object-fit: contain;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper .title {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: var(--ionos-sky-300) !important;
  margin-bottom: 4px;
  line-height: 1.3;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper .fromer {
  font-size: 0.78rem !important;
  line-height: 1.35 !important;
  margin-bottom: 8px !important;
  color: #5a6b7d !important;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper .price {
  font-size: 1.3rem !important;
  margin: 6px 0 12px !important;
  color: var(--ionos-blue-700) !important;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper .top-content .btn-default-yellow-fill {
  display: block !important;
  width: 100%;
  margin: 12px 0 0 !important;
  padding: 11px 26px !important;
  border-radius: 999px !important;
  background: #003D8F !important;
  background-color: #003D8F !important;
  border: 1px solid #003D8F !important;
  border-color: #003D8F !important;
  color: #fff !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 14px rgba(0, 61, 143, 0.32) !important;
  transition: all 0.2s ease-in-out !important;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper .top-content .btn-default-yellow-fill:hover {
  background: #0b2a5b !important;
  background-color: #0b2a5b !important;
  border-color: #0b2a5b !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(0, 61, 143, 0.45) !important;
  transform: translateY(-2px);
}
body.cp-dedicated-page .cp-dedicated-grid .plans.badge.feat.bg-purple,
body.cp-dedicated-page .cp-dedicated-grid .plans.badge.feat.bg-grey {
  background-color: var(--ionos-sky-300) !important;
  color: #fff !important;
  text-transform: lowercase;
  top: -14px !important;
  z-index: 5 !important;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover {
  background: var(--ionos-blue-800) !important;
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 61, 143, 0.28) !important;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .top-content.bg-seccolorstyle.topradius {
  background-color: var(--ionos-blue-800) !important;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .title,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .mergecolor,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .value,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .coin,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover small,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .period {
  color: #fff !important;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .fromer {
  color: rgba(255, 255, 255, 0.78) !important;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover ul.list-info.bg-purple {
  background-color: var(--ionos-hero-navy) !important;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .list-info li,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .list-info li div,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .list-info li span {
  color: #fff !important;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .list-info li i {
  color: var(--ionos-sky-200) !important;
}
body.cp-dedicated-page .cd-fail-message {
  display: block !important;
  text-align: center;
  padding: 40px 20px;
  color: var(--ionos-blue-700);
  font-weight: 600;
}

@media (max-width: 991px) {
  body.cp-dedicated-page .box-container .cd-main-content.cp-dedicated-filters.sec-up {
    margin-top: 0 !important;
  }
}

/* Dedicated #custom enterprise price (Contact / Sales on two lines) */
body.cp-dedicated-page #custom.cp-enterprise .price .symbol.coin,
body.cp-dedicated-page #custom.cp-enterprise .cp-price-period,
body.cp-dedicated-page #custom.cp-enterprise .run-switch {
  display: none !important;
}
body.cp-dedicated-page #custom.cp-enterprise #price-val,
body.cp-dedicated-page #custom.cp-enterprise #priceon-val {
  display: inline !important;
}
body.cp-dedicated-page #custom.cp-enterprise .price {
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
}

/* =========================================================
   Pricing page — Standardized two-part fat cards & grids
   ========================================================= */
body.cp-pricing-page section,
body.cp-pricing-page .pricing.special,
body.cp-pricing-page .best-plans.pricing,
body.cp-pricing-page .slick.sec-normal {
  background: transparent !important;
}

/* Reset hero header wrapper so it matches /hosting */
body.cp-pricing-page .top-header .wrapper {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: auto !important;
  height: auto !important;
  display: block !important;
  overflow: visible !important;
  transition: none !important;
  max-width: 100% !important;
  width: 100% !important;
}

body.cp-pricing-page .top-header .wrapper:hover {
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.cp-pricing-page .top-header .heading {
  color: #fff !important;
  text-align: center !important;
}

body.cp-pricing-page .top-header .subheading {
  color: #fff !important;
  text-align: center !important;
}

/* =========================================================
   PRICING PAGE CATEGORY JUMP NAV
   ========================================================= */
.cp-pricing-nav-wrap {
  position: sticky;
  top: 60px;
  z-index: 99;
  background: rgba(11, 31, 58, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(56, 189, 248, 0.25);
  padding: 12px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.cp-pricing-nav-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cp-pricing-nav-pills .nav-link {
  color: #e2e8f0 !important;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.cp-pricing-nav-pills .nav-link:hover,
.cp-pricing-nav-pills .nav-link.active {
  background: #FBBF24 !important;
  color: #0b1f3a !important;
  border-color: #FBBF24 !important;
  box-shadow: 0 4px 14px rgba(251, 191, 36, 0.35);
  font-weight: 700;
}





/* =========================================================
   Product pages — shared fat two-tone price cards
   (Private Cloud + Managed Cloud + remaining products)
   ========================================================= */
.pricing.special.cp-product-prices,
.pricing.special.cp-hosting-prices,
body.cp-hosting-page .cp-hosting-prices {
  background-color: transparent !important;
  position: relative;
  z-index: 3;
}
.cp-product-cards,
.cp-hosting-cards,
body.cp-hosting-page .cp-hosting-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: var(--cp-card-gap);
  row-gap: 20px;
  --bs-gutter-x: 0;
}
.cp-product-cards > [class*="col-"],
.cp-hosting-cards > [class*="col-"],
body.cp-hosting-page .cp-hosting-cards > [class*="col-"] {
  flex: 0 0 auto;
  width: var(--cp-card-max);
  max-width: var(--cp-card-max);
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cp-product-cards .wrapper.price-container,
.cp-hosting-cards .wrapper.price-container,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container,
body.cp-pricing-page .cp-product-cards .wrapper.price-container {
  background: #fff !important;
  border-radius: 14px !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 4px 10px rgba(11, 42, 91, 0.08),
    0 14px 36px rgba(11, 42, 91, 0.16) !important;
  min-height: auto !important;
  height: auto !important;
  max-width: var(--cp-card-max);
  width: 100%;
  margin-top: 28px !important;
  margin-bottom: 18px !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: visible !important;
  position: relative;
  border: 1px solid rgba(11, 42, 91, 0.14) !important;
}
.cp-product-cards .wrapper .top-content.bg-seccolorstyle.topradius,
.cp-hosting-cards .wrapper .top-content.bg-seccolorstyle.topradius,
body.cp-hosting-page .cp-hosting-cards .wrapper .top-content.bg-seccolorstyle.topradius,
body.cp-pricing-page .cp-product-cards .wrapper .top-content {
  background-color: transparent !important;
  border-radius: 14px 14px 0 0 !important;
  padding: 24px 20px 12px !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  flex: 0 0 auto;
  overflow: visible !important;
  height: auto !important;
}
.cp-product-cards .wrapper .top-content .svg,
.cp-hosting-cards .wrapper .top-content .svg,
body.cp-hosting-page .cp-hosting-cards .wrapper .top-content .svg {
  display: block !important;
  height: 36px;
  width: 36px;
  object-fit: contain;
  margin-bottom: 10px !important;
}
.cp-product-cards .wrapper .title,
.cp-hosting-cards .wrapper .title,
body.cp-hosting-page .cp-hosting-cards .wrapper .title {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: var(--ionos-sky-300) !important;
  margin-bottom: 4px;
}
.cp-product-cards .wrapper .fromer,
.cp-hosting-cards .wrapper .fromer,
body.cp-hosting-page .cp-hosting-cards .wrapper .fromer {
  display: block !important;
  font-size: 0.8rem !important;
  color: #5a6b7d !important;
  margin-bottom: 8px !important;
}
.cp-product-cards .wrapper .price,
.cp-product-cards .wrapper .mergecolor,
.cp-hosting-cards .wrapper .price,
.cp-hosting-cards .wrapper .mergecolor,
body.cp-hosting-page .cp-hosting-cards .wrapper .price,
body.cp-hosting-page .cp-hosting-cards .wrapper .mergecolor {
  color: var(--ionos-blue-700) !important;
  font-weight: 700;
}
.cp-product-cards .wrapper .top-content .btn-default-yellow-fill,
.cp-hosting-cards .wrapper .top-content .btn-default-yellow-fill,
body.cp-hosting-page .cp-hosting-cards .wrapper .top-content .btn-default-yellow-fill {
  display: block !important;
  width: 100% !important;
  margin: 12px 0 0 !important;
  border-radius: 999px !important;
  background: #003D8F !important;
  background-color: #003D8F !important;
  border: 1px solid #003D8F !important;
  border-color: #003D8F !important;
  color: #fff !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 14px rgba(0, 61, 143, 0.32) !important;
  transition: all 0.2s ease-in-out !important;
}
.cp-product-cards .wrapper .top-content .btn-default-yellow-fill:hover,
.cp-hosting-cards .wrapper .top-content .btn-default-yellow-fill:hover,
body.cp-hosting-page .cp-hosting-cards .wrapper .top-content .btn-default-yellow-fill:hover {
  background: #0b2a5b !important;
  background-color: #0b2a5b !important;
  border-color: #0b2a5b !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(0, 61, 143, 0.45) !important;
  transform: translateY(-2px);
}
.cp-product-cards .wrapper ul.list-info.bg-purple,
.cp-hosting-cards .wrapper ul.list-info.bg-purple,
body.cp-hosting-page .cp-hosting-cards .wrapper ul.list-info.bg-purple {
  background-color: transparent !important;
  padding: 14px 28px 22px !important;
  margin: 0;
  border-radius: 0 0 14px 14px;
  flex: 1 1 auto;
  overflow: hidden;
}
.cp-product-cards .wrapper .list-info li,
.cp-hosting-cards .wrapper .list-info li,
body.cp-hosting-page .cp-hosting-cards .wrapper .list-info li {
  padding: 8px 0 !important;
  font-size: 12px !important;
  font-weight: 600;
  color: #fff !important;
}
.cp-product-cards .wrapper .list-info li span,
.cp-hosting-cards .wrapper .list-info li span,
body.cp-hosting-page .cp-hosting-cards .wrapper .list-info li span {
  font-size: 13px !important;
  color: #fff !important;
  font-weight: 700;
}
.cp-product-cards .wrapper .list-info li i,
.cp-hosting-cards .wrapper .list-info li i,
body.cp-hosting-page .cp-hosting-cards .wrapper .list-info li i {
  color: #fff !important;
}
.cp-product-cards .plans.badge.feat,
.cp-hosting-cards .plans.badge.feat,
body.cp-hosting-page .cp-hosting-cards .plans.badge.feat {
  background-color: var(--ionos-sky-300) !important;
  color: #fff !important;
  top: -14px !important;
  z-index: 5 !important;
}
.cp-product-cards .wrapper.price-container:hover,
.cp-hosting-cards .wrapper.price-container:hover,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 61, 143, 0.22) !important;
}
.cp-product-cards .wrapper.price-container:hover .top-content.bg-seccolorstyle,
.cp-hosting-cards .wrapper.price-container:hover .top-content.bg-seccolorstyle,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container:hover .top-content.bg-seccolorstyle {
  background-color: var(--ionos-blue-800) !important;
}
.cp-product-cards .wrapper.price-container:hover .title,
.cp-product-cards .wrapper.price-container:hover .mergecolor,
.cp-product-cards .wrapper.price-container:hover .value,
.cp-product-cards .wrapper.price-container:hover .coin,
.cp-product-cards .wrapper.price-container:hover .period,
.cp-product-cards .wrapper.price-container:hover small,
.cp-hosting-cards .wrapper.price-container:hover .title,
.cp-hosting-cards .wrapper.price-container:hover .mergecolor,
.cp-hosting-cards .wrapper.price-container:hover .value,
.cp-hosting-cards .wrapper.price-container:hover .coin,
.cp-hosting-cards .wrapper.price-container:hover .period,
.cp-hosting-cards .wrapper.price-container:hover small,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container:hover .title,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container:hover .mergecolor,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container:hover .value,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container:hover .coin,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container:hover .period,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container:hover small {
  color: #fff !important;
}
.cp-product-cards .wrapper.price-container:hover .fromer,
.cp-hosting-cards .wrapper.price-container:hover .fromer,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container:hover .fromer {
  color: rgba(255, 255, 255, 0.78) !important;
}
.cp-product-cards .wrapper.price-container:hover ul.list-info.bg-purple,
.cp-hosting-cards .wrapper.price-container:hover ul.list-info.bg-purple,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container:hover ul.list-info.bg-purple {
  background-color: var(--ionos-hero-navy) !important;
}

/* =========================================================
   Contact Page (/contact)
   ========================================================= */
body.cp-contact-page .service-section.bg-colorstyle {
  background: #fff !important;
  border-radius: 14px !important;
  border: 1px solid rgba(11, 42, 91, 0.08) !important;
  box-shadow: 0 8px 24px rgba(11, 42, 91, 0.08) !important;
  padding: 36px 28px 32px !important;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body.cp-contact-page .service-section.bg-colorstyle:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 61, 143, 0.16) !important;
}

body.cp-contact-page .service-section .cp-contact-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef3f9;
  border-radius: 50%;
  color: var(--ionos-blue-700);
  font-size: 24px;
}

body.cp-contact-page .service-section .title {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: var(--ionos-blue-800) !important;
  margin-bottom: 12px !important;
}

body.cp-contact-page .service-section .subtitle {
  font-size: 0.92rem !important;
  line-height: 1.6 !important;
  color: #5a6b7d !important;
  margin-bottom: 24px !important;
  flex-grow: 1;
}

body.cp-contact-page .cp-map-wrapper {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(11, 42, 91, 0.08);
  box-shadow: 0 10px 30px rgba(11, 42, 91, 0.12);
}

body.cp-contact-page #ticket .form-contact {
  background: #fff !important;
  border-radius: 14px !important;
  padding: 40px 36px !important;
  border: 1px solid rgba(11, 42, 91, 0.08) !important;
  box-shadow: 0 10px 32px rgba(11, 42, 91, 0.08) !important;
}

body.cp-contact-page #ticket input[type="text"],
body.cp-contact-page #ticket input[type="email"],
body.cp-contact-page #ticket select,
body.cp-contact-page #ticket textarea {
  border-radius: 8px !important;
  border: 1px solid #d4dde8 !important;
  padding: 12px 16px 12px 42px !important;
  font-size: 0.95rem !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

body.cp-contact-page #ticket select {
  padding-left: 16px !important;
  height: 48px !important;
}

body.cp-contact-page #ticket textarea {
  padding-left: 16px !important;
}

body.cp-contact-page #ticket input:focus,
body.cp-contact-page #ticket select:focus,
body.cp-contact-page #ticket textarea:focus {
  border-color: var(--ionos-sky-300) !important;
  box-shadow: 0 0 0 3px rgba(11, 42, 91, 0.18) !important;
  outline: none !important;
}


/* =========================================================
   Professional Services — service rows
   ========================================================= */
body.cp-pro-services-page .cp-service-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid rgba(11, 42, 91, 0.1);
  border-radius: 12px;
  height: 100%;
}
body.cp-pro-services-page .cp-service-row span {
  color: var(--ionos-blue-700);
  font-weight: 600;
  font-size: 0.95rem;
}
body.cp-pro-services-page .cp-service-row strong {
  color: var(--ionos-sky-300);
  white-space: nowrap;
  font-size: 0.9rem;
}

/* =========================================================
   GLOBAL pricing cards — IONOS white / dark active (final)
   Default: #fff + #0b2a5b text
   Hover/featured: #0b1f3a + white text
   CTA: #003D8F + white label (unchanged on active)
   ========================================================= */
.pricing .wrapper,
.pricing.special .wrapper,
.pricing.special .wrapper.cp-slim,
.pricing.special .wrapper.cp-slim.noshadow,
.pricing.special.cp-home-prices .wrapper.cp-slim,
.pricing.special.cp-vps-prices .wrapper.cp-slim,
.cp-product-cards .wrapper.price-container,
.cp-hosting-cards .wrapper.price-container,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container,
body.cp-pricing-page .wrapper.price-container,
body.cp-pricing-page .pricing .wrapper,
body.cp-pricing-page .pricing.special .wrapper {
  background: #fff !important;
  border-color: rgba(11, 42, 91, 0.12) !important;
}

.pricing .wrapper .top-content,
.pricing .wrapper .top-content.bg-seccolorstyle,
.pricing .wrapper .top-content.bg-seccolorstyle.topradius,
.pricing.special .wrapper .top-content.bg-seccolorstyle,
.pricing.special.cp-home-prices .wrapper.cp-slim .top-content,
.pricing.special.cp-home-prices .wrapper.cp-slim .top-content.bg-seccolorstyle,
.pricing.special.cp-vps-prices .wrapper.cp-slim .top-content,
.pricing.special.cp-vps-prices .wrapper.cp-slim .top-content.bg-seccolorstyle,
.cp-product-cards .wrapper .top-content.bg-seccolorstyle.topradius,
.cp-hosting-cards .wrapper .top-content.bg-seccolorstyle.topradius,
body.cp-hosting-page .cp-hosting-cards .wrapper .top-content.bg-seccolorstyle.topradius,
body.cp-compute-page .cp-reseller-cards .wrapper .top-content.bg-seccolorstyle.topradius,
body.cp-dedicated-page .cp-dedicated-grid .wrapper .top-content.bg-seccolorstyle.topradius,
body.cp-pricing-page .wrapper .top-content,
body.cp-pricing-page .wrapper .top-content.bg-seccolorstyle,
body.cp-pricing-page .wrapper .top-content.bg-seccolorstyle.topradius {
  background: transparent !important;
  background-color: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.pricing .wrapper ul.list-info,
.pricing .wrapper ul.list-info.bg-purple,
.pricing.special .wrapper ul.list-info.bg-purple,
.pricing.special.cp-home-prices .wrapper.cp-slim ul.list-info.bg-purple,
.pricing.special.cp-vps-prices .wrapper.cp-slim ul.list-info.bg-purple,
.cp-product-cards .wrapper ul.list-info.bg-purple,
.cp-hosting-cards .wrapper ul.list-info.bg-purple,
body.cp-hosting-page .cp-hosting-cards .wrapper ul.list-info.bg-purple,
body.cp-compute-page .cp-reseller-cards .wrapper ul.list-info.bg-purple,
body.cp-dedicated-page .cp-dedicated-grid .wrapper ul.list-info.bg-purple,
body.cp-pricing-page .wrapper ul.list-info.bg-purple {
  background: transparent !important;
  background-color: transparent !important;
}

.pricing .wrapper .title,
.pricing .wrapper .title a,
.pricing .wrapper .price,
.pricing .wrapper .price.mergecolor,
.pricing .wrapper .mergecolor,
.pricing .wrapper .value,
.pricing .wrapper .coin,
.pricing .wrapper small,
.pricing .wrapper .list-info li,
.pricing .wrapper .list-info li div,
.pricing .wrapper .list-info li span,
.pricing.special.cp-home-prices .wrapper.cp-slim .title,
.pricing.special.cp-vps-prices .wrapper.cp-slim .title,
.pricing.special.cp-home-prices .wrapper.cp-slim .price,
.pricing.special.cp-vps-prices .wrapper.cp-slim .price,
.pricing.special.cp-home-prices .wrapper.cp-slim .list-info li,
.pricing.special.cp-vps-prices .wrapper.cp-slim .list-info li,
.pricing.special.cp-home-prices .wrapper.cp-slim .list-info li span,
.pricing.special.cp-vps-prices .wrapper.cp-slim .list-info li span,
.cp-product-cards .wrapper .title,
.cp-product-cards .wrapper .price,
.cp-product-cards .wrapper .mergecolor,
.cp-product-cards .wrapper .list-info li,
.cp-product-cards .wrapper .list-info li span,
.cp-hosting-cards .wrapper .title,
.cp-hosting-cards .wrapper .price,
.cp-hosting-cards .wrapper .list-info li,
.cp-hosting-cards .wrapper .list-info li span,
body.cp-hosting-page .cp-hosting-cards .wrapper .title,
body.cp-hosting-page .cp-hosting-cards .wrapper .list-info li,
body.cp-hosting-page .cp-hosting-cards .wrapper .list-info li span,
body.cp-compute-page .cp-reseller-cards .wrapper .title,
body.cp-compute-page .cp-reseller-cards .wrapper .price,
body.cp-compute-page .cp-reseller-cards .wrapper .list-info li,
body.cp-compute-page .cp-reseller-cards .wrapper .list-info li span,
body.cp-dedicated-page .cp-dedicated-grid .wrapper .title,
body.cp-dedicated-page .cp-dedicated-grid .wrapper .price,
body.cp-dedicated-page .cp-dedicated-grid .wrapper .list-info li,
body.cp-dedicated-page .cp-dedicated-grid .wrapper .list-info li span,
body.cp-pricing-page .wrapper .title,
body.cp-pricing-page .wrapper .title a,
body.cp-pricing-page .wrapper .price,
body.cp-pricing-page .wrapper .list-info li,
body.cp-pricing-page .wrapper .list-info li span {
  color: var(--ionos-blue-700) !important;
}

.pricing .wrapper .fromer,
.pricing .wrapper .price .period,
.pricing.special.cp-home-prices .wrapper.cp-slim .fromer,
.pricing.special.cp-vps-prices .wrapper.cp-slim .fromer,
.cp-product-cards .wrapper .fromer,
.cp-hosting-cards .wrapper .fromer,
body.cp-hosting-page .cp-hosting-cards .wrapper .fromer,
body.cp-compute-page .cp-reseller-cards .wrapper .fromer,
body.cp-dedicated-page .cp-dedicated-grid .wrapper .fromer,
body.cp-pricing-page .wrapper .fromer,
body.cp-pricing-page .wrapper .price .period {
  color: rgba(11, 42, 91, 0.72) !important;
}

.pricing .wrapper .list-info li i,
.pricing.special.cp-home-prices .wrapper.cp-slim .list-info li i,
.pricing.special.cp-vps-prices .wrapper.cp-slim .list-info li i,
.cp-product-cards .wrapper .list-info li i,
.cp-hosting-cards .wrapper .list-info li i,
body.cp-hosting-page .cp-hosting-cards .wrapper .list-info li i,
body.cp-compute-page .cp-reseller-cards .wrapper .list-info li i,
body.cp-dedicated-page .cp-dedicated-grid .wrapper .list-info li i,
body.cp-pricing-page .wrapper .list-info li i {
  color: #2b7de9 !important;
}

.pricing .wrapper .btn-default-yellow-fill,
.pricing .wrapper .top-content .btn-default-yellow-fill,
.pricing.special.cp-home-prices .wrapper.cp-slim .top-content .btn-default-yellow-fill,
.pricing.special.cp-vps-prices .wrapper.cp-slim .top-content .btn-default-yellow-fill,
.cp-product-cards .wrapper .top-content .btn-default-yellow-fill,
.cp-hosting-cards .wrapper .top-content .btn-default-yellow-fill,
body.cp-hosting-page .cp-hosting-cards .wrapper .top-content .btn-default-yellow-fill,
body.cp-compute-page .cp-reseller-cards .wrapper .top-content .btn-default-yellow-fill,
body.cp-dedicated-page .cp-dedicated-grid .wrapper .top-content .btn-default-yellow-fill,
body.cp-pricing-page .wrapper .btn-default-yellow-fill,
body.cp-pricing-page .wrapper .top-content .btn-default-yellow-fill {
  background: #003D8F !important;
  background-color: #003D8F !important;
  border: 1px solid #003D8F !important;
  border-color: #003D8F !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 14px rgba(0, 61, 143, 0.32) !important;
  transition: all 0.2s ease-in-out !important;
}

.pricing .wrapper .btn-default-yellow-fill:hover,
.pricing .wrapper .top-content .btn-default-yellow-fill:hover,
.pricing.special.cp-home-prices .wrapper.cp-slim .top-content .btn-default-yellow-fill:hover,
.pricing.special.cp-vps-prices .wrapper.cp-slim .top-content .btn-default-yellow-fill:hover,
.cp-product-cards .wrapper .top-content .btn-default-yellow-fill:hover,
.cp-hosting-cards .wrapper .top-content .btn-default-yellow-fill:hover,
body.cp-hosting-page .cp-hosting-cards .wrapper .top-content .btn-default-yellow-fill:hover,
body.cp-compute-page .cp-reseller-cards .wrapper .top-content .btn-default-yellow-fill:hover,
body.cp-dedicated-page .cp-dedicated-grid .wrapper .top-content .btn-default-yellow-fill:hover,
body.cp-pricing-page .wrapper .btn-default-yellow-fill:hover,
body.cp-pricing-page .wrapper .top-content .btn-default-yellow-fill:hover {
  background: #0b2a5b !important;
  background-color: #0b2a5b !important;
  border-color: #0b2a5b !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(0, 61, 143, 0.45) !important;
  transform: translateY(-2px);
}

/* Ensure auto-height and full text visibility on all pricing cards */
.pricing .wrapper,
.pricing.special .wrapper,
.cp-product-cards .wrapper.price-container,
.cp-hosting-cards .wrapper.price-container,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container,
body.cp-pricing-page .wrapper.price-container,
body.cp-pricing-page .pricing .wrapper {
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.pricing .wrapper .top-content,
.pricing.special .wrapper .top-content,
.cp-product-cards .wrapper .top-content,
.cp-hosting-cards .wrapper .top-content,
body.cp-pricing-page .wrapper .top-content {
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.pricing .wrapper .fromer,
.pricing.special .wrapper .fromer,
.cp-product-cards .wrapper .fromer,
body.cp-pricing-page .wrapper .fromer {
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  white-space: normal !important;
  overflow: visible !important;
}

.pricing .wrapper ul.list-info,
.pricing.special .wrapper ul.list-info,
.cp-product-cards .wrapper ul.list-info,
.cp-hosting-cards .wrapper ul.list-info,
body.cp-pricing-page .wrapper ul.list-info {
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  flex: 1 1 auto !important;
}

.pricing .wrapper .list-info li,
.pricing.special .wrapper .list-info li,
.cp-product-cards .wrapper .list-info li,
body.cp-pricing-page .wrapper .list-info li {
  height: auto !important;
  min-height: auto !important;
  white-space: normal !important;
  overflow: visible !important;
}

.pricing .wrapper .list-info li div,
.pricing.special .wrapper .list-info li div,
.cp-product-cards .wrapper .list-info li div,
body.cp-pricing-page .wrapper .list-info li div {
  white-space: normal !important;
  overflow: visible !important;
}

.pricing .wrapper.is-featured,
.pricing .wrapper:has(> .plans.badge.feat.is-bestseller),
.pricing .wrapper:hover,
.pricing .wrapper:active,
.pricing.special .wrapper.is-featured,
.pricing.special .wrapper:has(> .plans.badge.feat.is-bestseller),
.pricing.special .wrapper:hover,
.pricing.special .wrapper.cp-slim.is-featured,
.pricing.special .wrapper.cp-slim:has(> .plans.badge.feat.is-bestseller),
.pricing.special .wrapper.cp-slim:hover,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured,
.pricing.special.cp-home-prices .wrapper.cp-slim:has(> .plans.badge.feat.is-bestseller),
.pricing.special.cp-home-prices .wrapper.cp-slim:hover,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured,
.pricing.special.cp-vps-prices .wrapper.cp-slim:has(> .plans.badge.feat.is-bestseller),
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover,
[data-background="light"] .box-container .pricing.special.cp-home-prices .wrapper.noshadow:hover,
[data-background="light"] .box-container .pricing.special.cp-vps-prices .wrapper.noshadow:hover,
[data-background="light"] .box-container .pricing.special.cp-home-prices .wrapper.cp-slim:hover,
[data-background="light"] .box-container .pricing.special.cp-vps-prices .wrapper.cp-slim:hover,
[data-background="light"] .box-container .pricing.special.cp-home-prices .wrapper.cp-slim.is-featured,
[data-background="light"] .box-container .pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured,
[data-background="light"] .box-container .pricing.special.cp-home-prices .wrapper.cp-slim:has(> .plans.badge.feat.is-bestseller),
[data-background="light"] .box-container .pricing.special.cp-vps-prices .wrapper.cp-slim:has(> .plans.badge.feat.is-bestseller),
.cp-product-cards .wrapper.price-container.is-featured,
.cp-product-cards .wrapper.price-container:has(> .plans.badge.feat.is-bestseller),
.cp-product-cards .wrapper.price-container:hover,
.cp-hosting-cards .wrapper.price-container.is-featured,
.cp-hosting-cards .wrapper.price-container:has(> .plans.badge.feat.is-bestseller),
.cp-hosting-cards .wrapper.price-container:hover,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container.is-featured,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container:has(> .plans.badge.feat.is-bestseller),
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container:hover,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container.is-featured,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:has(> .plans.badge.feat.is-bestseller),
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container.is-featured,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:has(> .plans.badge.feat.is-bestseller),
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover,
body.cp-pricing-page .wrapper.price-container.is-featured,
body.cp-pricing-page .wrapper.price-container:has(> .plans.badge.feat.is-bestseller),
body.cp-pricing-page .wrapper.price-container:hover,
body.cp-pricing-page .pricing .wrapper:hover {
  background: #0b1f3a !important;
  border-color: #0b1f3a !important;
}

.pricing .wrapper.is-featured .top-content,
.pricing .wrapper:has(> .plans.badge.feat.is-bestseller) .top-content,
.pricing .wrapper:hover .top-content,
.pricing .wrapper.is-featured ul.list-info,
.pricing .wrapper:has(> .plans.badge.feat.is-bestseller) ul.list-info,
.pricing .wrapper:hover ul.list-info,
.pricing .wrapper.is-featured ul.list-info.bg-purple,
.pricing .wrapper:has(> .plans.badge.feat.is-bestseller) ul.list-info.bg-purple,
.pricing .wrapper:hover ul.list-info.bg-purple,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .top-content,
.pricing.special.cp-home-prices .wrapper.cp-slim:has(> .plans.badge.feat.is-bestseller) .top-content,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .top-content,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .top-content.bg-seccolorstyle,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .top-content.bg-seccolorstyle,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured ul.list-info.bg-purple,
.pricing.special.cp-home-prices .wrapper.cp-slim:has(> .plans.badge.feat.is-bestseller) ul.list-info.bg-purple,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover ul.list-info.bg-purple,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover ul.list-info.bg-purple,
.cp-product-cards .wrapper.price-container:hover .top-content.bg-seccolorstyle,
.cp-product-cards .wrapper.price-container:hover ul.list-info.bg-purple,
.cp-hosting-cards .wrapper.price-container:hover .top-content.bg-seccolorstyle,
.cp-hosting-cards .wrapper.price-container:hover ul.list-info.bg-purple,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container:hover .top-content.bg-seccolorstyle,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container:hover ul.list-info.bg-purple,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .top-content.bg-seccolorstyle.topradius,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover ul.list-info.bg-purple,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .top-content.bg-seccolorstyle.topradius,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover ul.list-info.bg-purple,
body.cp-pricing-page .wrapper:hover .top-content,
body.cp-pricing-page .wrapper:hover ul.list-info.bg-purple {
  background: transparent !important;
  background-color: transparent !important;
}

.pricing .wrapper.is-featured .title,
.pricing .wrapper.is-featured .title a,
.pricing .wrapper.is-featured .price,
.pricing .wrapper.is-featured .mergecolor,
.pricing .wrapper.is-featured .value,
.pricing .wrapper.is-featured .coin,
.pricing .wrapper.is-featured small,
.pricing .wrapper.is-featured .list-info li,
.pricing .wrapper.is-featured .list-info li div,
.pricing .wrapper.is-featured .list-info li span,
.pricing .wrapper:hover .title,
.pricing .wrapper:hover .title a,
.pricing .wrapper:hover .price,
.pricing .wrapper:hover .mergecolor,
.pricing .wrapper:hover .value,
.pricing .wrapper:hover .coin,
.pricing .wrapper:hover small,
.pricing .wrapper:hover .list-info li,
.pricing .wrapper:hover .list-info li div,
.pricing .wrapper:hover .list-info li span,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .title,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .price,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .mergecolor,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .list-info li,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .list-info li span,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .title,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .price,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .mergecolor,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .value,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .coin,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .period,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover small,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .list-info li,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .list-info li span,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .title,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .price,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .mergecolor,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .list-info li,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .list-info li span,
.cp-product-cards .wrapper.price-container:hover .title,
.cp-product-cards .wrapper.price-container:hover .price,
.cp-product-cards .wrapper.price-container:hover .mergecolor,
.cp-product-cards .wrapper.price-container:hover .list-info li,
.cp-product-cards .wrapper.price-container:hover .list-info li span,
.cp-hosting-cards .wrapper.price-container:hover .title,
.cp-hosting-cards .wrapper.price-container:hover .mergecolor,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container:hover .title,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container:hover .list-info li,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .title,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .price,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .list-info li,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .list-info li span,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .title,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .price,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .list-info li,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .list-info li span,
body.cp-pricing-page .wrapper:hover .title,
body.cp-pricing-page .wrapper:hover .title a,
body.cp-pricing-page .wrapper:hover .price,
body.cp-pricing-page .wrapper:hover .list-info li,
body.cp-pricing-page .wrapper:hover .list-info li span {
  color: #fff !important;
}

.pricing .wrapper.is-featured .fromer,
.pricing .wrapper:hover .fromer,
.pricing .wrapper:hover .price .period,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .fromer,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .fromer,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .fromer,
.cp-product-cards .wrapper.price-container:hover .fromer,
.cp-hosting-cards .wrapper.price-container:hover .fromer,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container:hover .fromer,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .fromer,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .fromer,
body.cp-pricing-page .wrapper:hover .fromer {
  color: rgba(255, 255, 255, 0.82) !important;
}

.pricing .wrapper.is-featured .list-info li i,
.pricing .wrapper:has(> .plans.badge.feat.is-bestseller) .list-info li i,
.pricing .wrapper:hover .list-info li i,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .list-info li i,
.pricing.special.cp-home-prices .wrapper.cp-slim:has(> .plans.badge.feat.is-bestseller) .list-info li i,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .list-info li i,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured .list-info li i,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .list-info li i,
.cp-product-cards .wrapper.price-container:hover .list-info li i,
.cp-product-cards .wrapper.price-container.is-featured .list-info li i,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .list-info li i,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .list-info li i,
body.cp-pricing-page .wrapper:hover .list-info li i {
  color: #9fd0ff !important;
}

.pricing .wrapper.is-featured .btn-default-yellow-fill,
.pricing .wrapper:hover .btn-default-yellow-fill,
.pricing .wrapper.is-featured .top-content .btn-default-yellow-fill,
.pricing .wrapper:hover .top-content .btn-default-yellow-fill,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .top-content .btn-default-yellow-fill,
.cp-product-cards .wrapper.price-container:hover .top-content .btn-default-yellow-fill,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .top-content .btn-default-yellow-fill,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .top-content .btn-default-yellow-fill,
body.cp-pricing-page .wrapper:hover .btn-default-yellow-fill {
  background-color: var(--ionos-sky-300) !important;
  border-color: var(--ionos-sky-300) !important;
  color: #fff !important;
}

/* Do not restyle pricing-page heroes */
body.cp-pricing-page .top-header .wrapper,
body.cp-pricing-page .top-header .wrapper:hover {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
  color: inherit !important;
}

/* =========================================================
   CTA glow — final pass (theme-matched, no odd 3D bevel)
   ========================================================= */
.box-container .btn-default-yellow-fill,
.box-container .btn.btn-default-yellow-fill,
.pricing .wrapper .btn-default-yellow-fill,
.pricing .wrapper .top-content .btn-default-yellow-fill,
.menu-wrap .btn-default-yellow-fill {
  background: #003D8F !important;
  background-color: #003D8F !important;
  border: 1px solid #003D8F !important;
  color: #fff !important;
  text-shadow: none;
  box-shadow:
    0 4px 14px rgba(0, 61, 143, 0.32),
    0 0 0 3px rgba(0, 61, 143, 0.1) !important;
}

.box-container .btn-default-yellow-fill:hover,
.box-container .btn.btn-default-yellow-fill:hover,
.pricing .wrapper .btn-default-yellow-fill:hover,
.menu-wrap .btn-default-yellow-fill:hover {
  background: #0b2a5b !important;
  background-color: #0b2a5b !important;
  border-color: #0b2a5b !important;
  color: #fff !important;
  box-shadow:
    0 8px 22px rgba(0, 61, 143, 0.4),
    0 0 0 4px rgba(0, 61, 143, 0.14) !important;
  transform: translateY(-1px);
}

/* On dark navy cards — same brand blue, stronger soft glow */
.pricing .wrapper.is-featured .btn-default-yellow-fill,
.pricing .wrapper.is-featured .top-content .btn-default-yellow-fill,
.pricing .wrapper:has(> .plans.badge.feat.is-bestseller) .btn-default-yellow-fill,
.pricing .wrapper:has(> .plans.badge.feat.is-bestseller) .top-content .btn-default-yellow-fill,
.pricing .wrapper:hover .btn-default-yellow-fill,
.pricing .wrapper:hover .top-content .btn-default-yellow-fill,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .top-content .btn-default-yellow-fill,
.pricing.special.cp-home-prices .wrapper.cp-slim:has(> .plans.badge.feat.is-bestseller) .top-content .btn-default-yellow-fill,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .top-content .btn-default-yellow-fill,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured .top-content .btn-default-yellow-fill,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .top-content .btn-default-yellow-fill,
.cp-product-cards .wrapper.price-container.is-featured .top-content .btn-default-yellow-fill,
.cp-product-cards .wrapper.price-container:hover .top-content .btn-default-yellow-fill,
.cp-hosting-cards .wrapper.price-container:hover .top-content .btn-default-yellow-fill,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container:hover .top-content .btn-default-yellow-fill,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .top-content .btn-default-yellow-fill,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .top-content .btn-default-yellow-fill,
body.cp-pricing-page .wrapper:hover .btn-default-yellow-fill,
body.cp-pricing-page .wrapper:hover .top-content .btn-default-yellow-fill {
  background: #003D8F !important;
  background-color: #003D8F !important;
  border: 1px solid rgba(160, 200, 255, 0.45) !important;
  color: #fff !important;
  text-shadow: none;
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.28),
    0 0 0 3px rgba(120, 180, 255, 0.22),
    0 0 28px rgba(90, 160, 255, 0.35) !important;
}

.pricing .wrapper.is-featured .btn-default-yellow-fill:hover,
.pricing .wrapper:has(> .plans.badge.feat.is-bestseller) .btn-default-yellow-fill:hover,
.pricing .wrapper:hover .btn-default-yellow-fill:hover,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .top-content .btn-default-yellow-fill:hover,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .top-content .btn-default-yellow-fill:hover {
  background: #0a4aa3 !important;
  background-color: #0a4aa3 !important;
  border-color: rgba(180, 210, 255, 0.55) !important;
  color: #fff !important;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.32),
    0 0 0 4px rgba(140, 195, 255, 0.28),
    0 0 36px rgba(110, 180, 255, 0.42) !important;
  transform: translateY(-1px);
}

/* =========================================================
   Pricing card icons only — higher contrast chips
   ========================================================= */
.pricing .wrapper .list-info li i,
.cp-product-cards .wrapper .list-info li i,
.cp-hosting-cards .wrapper .list-info li i,
body.cp-hosting-page .cp-hosting-cards .wrapper .list-info li i,
body.cp-compute-page .cp-reseller-cards .wrapper .list-info li i,
body.cp-dedicated-page .cp-dedicated-grid .wrapper .list-info li i,
body.cp-pricing-page .wrapper .list-info li i {
  color: #1f74e8 !important;
  background: rgba(31, 116, 232, 0.12);
  border-radius: 8px;
  width: 1.55rem !important;
  height: 1.55rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.85rem !important;
  line-height: 1 !important;
  margin-top: 0 !important;
  float: none !important;
  padding: 0 !important;
  box-shadow: 0 0 0 1px rgba(31, 116, 232, 0.16);
}

.pricing .wrapper .top-content .svg,
.pricing .wrapper .top-content img.svg,
.cp-product-cards .wrapper .top-content .svg,
.cp-hosting-cards .wrapper .top-content .svg,
body.cp-hosting-page .cp-hosting-cards .wrapper .top-content .svg,
body.cp-compute-page .cp-reseller-cards .wrapper .top-content .svg,
body.cp-dedicated-page .cp-dedicated-grid .wrapper .top-content .svg,
body.cp-pricing-page .wrapper .top-content .svg,
body.cp-pricing-page .wrapper .top-content img.svg {
  filter:
    brightness(0) saturate(100%)
    invert(32%) sepia(98%) saturate(1800%) hue-rotate(199deg) brightness(95%) contrast(101%);
  opacity: 1;
}

.pricing .wrapper.is-featured .list-info li i,
.pricing .wrapper:has(> .plans.badge.feat.is-bestseller) .list-info li i,
.pricing .wrapper:hover .list-info li i,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .list-info li i,
.pricing.special.cp-home-prices .wrapper.cp-slim:has(> .plans.badge.feat.is-bestseller) .list-info li i,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .list-info li i,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured .list-info li i,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .list-info li i,
.cp-product-cards .wrapper.price-container.is-featured .list-info li i,
.cp-product-cards .wrapper.price-container:hover .list-info li i,
.cp-hosting-cards .wrapper.price-container:hover .list-info li i,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container:hover .list-info li i,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .list-info li i,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .list-info li i,
body.cp-pricing-page .wrapper:hover .list-info li i,
body.cp-pricing-page .wrapper.price-container:hover .list-info li i {
  color: #b7e0ff !important;
  background: rgba(183, 224, 255, 0.16);
  box-shadow:
    0 0 0 1px rgba(183, 224, 255, 0.35),
    0 0 12px rgba(120, 190, 255, 0.35);
}

.pricing .wrapper.is-featured .top-content .svg,
.pricing .wrapper.is-featured .top-content img.svg,
.pricing .wrapper:has(> .plans.badge.feat.is-bestseller) .top-content .svg,
.pricing .wrapper:has(> .plans.badge.feat.is-bestseller) .top-content img.svg,
.pricing .wrapper:hover .top-content .svg,
.pricing .wrapper:hover .top-content img.svg,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .top-content .svg,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .top-content .svg,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured .top-content .svg,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .top-content .svg,
.cp-product-cards .wrapper.price-container:hover .top-content .svg,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .top-content .svg,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .top-content .svg,
body.cp-pricing-page .wrapper:hover .top-content .svg,
body.cp-pricing-page .wrapper:hover .top-content img.svg {
  filter:
    brightness(0) invert(1)
    drop-shadow(0 0 6px rgba(160, 210, 255, 0.55));
  opacity: 0.95;
}

/* =========================================================
   Hero slider CTAs — final pass (beats data-radius flats)
   ========================================================= */
.box-container .main-container.slider .slider-content .btn-default-yellow-fill,
.box-container .main-container.slider .slider-content .btn.btn-default-yellow-fill,
[data-radius="sixradius"] .box-container .main-container.slider .btn-default-yellow-fill,
[data-radius="defaultradius"] .box-container .main-container.slider .btn-default-yellow-fill,
[data-radius="threeradius"] .box-container .main-container.slider .btn-default-yellow-fill {
  background: #003D8F !important;
  background-color: #003D8F !important;
  border: 1px solid #003D8F !important;
  color: #fff !important;
  text-shadow: none;
  box-shadow:
    0 4px 14px rgba(0, 61, 143, 0.4),
    0 0 0 3px rgba(120, 180, 255, 0.18),
    0 0 28px rgba(90, 160, 255, 0.28) !important;
}

.box-container .main-container.slider .slider-content .btn-default-yellow-fill:hover,
.box-container .main-container.slider .slider-content .btn.btn-default-yellow-fill:hover,
[data-radius="sixradius"] .box-container .main-container.slider .btn-default-yellow-fill:hover,
[data-radius="defaultradius"] .box-container .main-container.slider .btn-default-yellow-fill:hover {
  background: #0b2a5b !important;
  background-color: #0b2a5b !important;
  border-color: #0b2a5b !important;
  color: #fff !important;
  box-shadow:
    0 8px 22px rgba(0, 61, 143, 0.45),
    0 0 0 4px rgba(140, 195, 255, 0.22),
    0 0 36px rgba(110, 180, 255, 0.35) !important;
  transform: translateY(-1px);
}

.box-container .main-container.slider .slider-content .btn-default-pink-fill,
.box-container .main-container.slider .slider-content .btn.btn-default-pink-fill,
[data-radius="sixradius"] .box-container .main-container.slider .btn-default-pink-fill,
[data-radius="defaultradius"] .box-container .main-container.slider .btn-default-pink-fill,
[data-radius="threeradius"] .box-container .main-container.slider .btn-default-pink-fill {
  background: transparent !important;
  background-color: transparent !important;
  border: 1.5px solid rgba(255, 255, 255, 0.8) !important;
  color: #fff !important;
  text-shadow: none;
  box-shadow:
    0 4px 14px rgba(0, 0, 0, 0.18),
    0 0 0 3px rgba(255, 255, 255, 0.1),
    0 0 24px rgba(160, 200, 255, 0.22) !important;
}

.box-container .main-container.slider .slider-content .btn-default-pink-fill:hover,
.box-container .main-container.slider .slider-content .btn.btn-default-pink-fill:hover,
[data-radius="sixradius"] .box-container .main-container.slider .btn-default-pink-fill:hover,
[data-radius="defaultradius"] .box-container .main-container.slider .btn-default-pink-fill:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  background-color: rgba(255, 255, 255, 0.12) !important;
  border-color: #fff !important;
  color: #fff !important;
  box-shadow:
    0 8px 22px rgba(0, 0, 0, 0.22),
    0 0 0 4px rgba(255, 255, 255, 0.14),
    0 0 32px rgba(180, 210, 255, 0.3) !important;
  transform: translateY(-1px);
}

/* =========================================================
   Plan cards — match Container Hosting (padding, margin, 5-across)
   ========================================================= */
.pricing.special.cp-product-prices,
.pricing.special.cp-hosting-prices,
body.cp-hosting-page .cp-hosting-prices {
  margin-top: 0 !important;
  padding-top: 3rem !important;
  padding-bottom: 135px !important;
}

.pricing .wrapper.price-container,
.pricing .wrapper.cp-slim:has(.list-info),
.pricing .wrapper.cp-slim:has(.btn),
.pricing.special.cp-home-prices .wrapper.cp-slim,
.pricing.special.cp-vps-prices .wrapper.cp-slim,
.cp-product-cards .wrapper.price-container,
.cp-hosting-cards .wrapper.price-container,
body.cp-hosting-page .cp-hosting-cards .wrapper.price-container,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container,
body.cp-pricing-page .wrapper.price-container,
body.cp-pricing-page .cp-pricing-section .wrapper.price-container,
[data-background="light"] .box-container .pricing.special.cp-home-prices .wrapper.cp-slim,
[data-background="light"] .box-container .pricing.special.cp-vps-prices .wrapper.cp-slim {
  width: 266px !important;
  max-width: 266px !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  border-radius: 14px !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: visible !important;
  margin-top: 28px !important;
  margin-bottom: 18px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
}

@media (min-width: 992px) {
  body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.pricing .wrapper.price-container .top-content,
.pricing .wrapper.price-container .top-content.bg-seccolorstyle,
.pricing .wrapper.price-container .top-content.bg-seccolorstyle.topradius,
.pricing .wrapper.cp-slim:has(.list-info) .top-content,
.pricing .wrapper.cp-slim:has(.list-info) .top-content.bg-seccolorstyle,
.cp-product-cards .wrapper .top-content,
.cp-product-cards .wrapper .top-content.bg-seccolorstyle.topradius,
.cp-hosting-cards .wrapper .top-content,
.cp-hosting-cards .wrapper .top-content.bg-seccolorstyle.topradius,
body.cp-hosting-page .cp-hosting-cards .wrapper .top-content.bg-seccolorstyle.topradius,
body.cp-compute-page .cp-reseller-cards .wrapper .top-content,
body.cp-dedicated-page .cp-dedicated-grid .wrapper .top-content,
body.cp-pricing-page .wrapper.price-container .top-content,
.pricing.special.cp-home-prices .wrapper.cp-slim .top-content,
.pricing.special.cp-vps-prices .wrapper.cp-slim .top-content {
  flex: 0 0 auto !important;
  padding: 24px 20px 12px !important;
  margin: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.pricing .wrapper.price-container .top-content .svg,
.pricing .wrapper.price-container .top-content svg,
.pricing .wrapper.price-container .top-content img.svg,
.cp-product-cards .wrapper .top-content .svg,
.cp-hosting-cards .wrapper .top-content .svg,
.pricing.special.cp-home-prices .wrapper.cp-slim .top-content .svg {
  display: block !important;
  width: 36px !important;
  height: 36px !important;
  margin: 0 0 10px !important;
}

.pricing .wrapper.price-container .title,
.cp-product-cards .wrapper .title,
.cp-hosting-cards .wrapper .title,
.pricing.special.cp-home-prices .wrapper.cp-slim .title {
  display: block !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  margin: 0 0 6px !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  min-height: 2.8em !important;
  max-width: 100% !important;
}

.pricing .wrapper.price-container .title a,
.cp-product-cards .wrapper .title a,
.cp-hosting-cards .wrapper .title a,
.pricing.special.cp-home-prices .wrapper.cp-slim .title a {
  display: inline !important;
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.pricing .wrapper.price-container .fromer,
.cp-product-cards .wrapper .fromer,
.cp-hosting-cards .wrapper .fromer,
.pricing.special.cp-home-prices .wrapper.cp-slim .fromer {
  display: block !important;
  font-size: 0.8rem !important;
  margin: 0 0 8px !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  min-height: 2.8em !important;
  max-width: 100% !important;
}

.pricing .wrapper.price-container .price-content,
.cp-product-cards .wrapper .price-content {
  padding: 0 !important;
  margin: 0 !important;
}

.pricing .wrapper.price-container .price,
.cp-product-cards .wrapper .price {
  margin: 4px 0 10px !important;
}

.pricing .wrapper.price-container .top-content .btn-default-yellow-fill,
.pricing .wrapper.price-container .btn-default-yellow-fill,
.cp-product-cards .wrapper .top-content .btn-default-yellow-fill,
.cp-hosting-cards .wrapper .top-content .btn-default-yellow-fill,
body.cp-hosting-page .cp-hosting-cards .wrapper .top-content .btn-default-yellow-fill,
body.cp-compute-page .cp-reseller-cards .wrapper .top-content .btn-default-yellow-fill,
body.cp-dedicated-page .cp-dedicated-grid .wrapper .top-content .btn-default-yellow-fill,
body.cp-pricing-page .wrapper.price-container .top-content .btn-default-yellow-fill,
.pricing.special.cp-home-prices .wrapper.cp-slim .top-content .btn-default-yellow-fill,
.pricing.special.cp-vps-prices .wrapper.cp-slim .top-content .btn-default-yellow-fill {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 12px 0 0 !important;
  padding: 11px 26px !important;
  box-sizing: border-box !important;
}

.pricing .wrapper.price-container ul.list-info,
.pricing .wrapper.price-container ul.list-info.bg-purple,
.pricing .wrapper.cp-slim:has(.list-info) ul.list-info,
.pricing .wrapper.cp-slim:has(.list-info) ul.list-info.bg-purple,
.cp-product-cards .wrapper ul.list-info,
.cp-product-cards .wrapper ul.list-info.bg-purple,
.cp-hosting-cards .wrapper ul.list-info.bg-purple,
body.cp-hosting-page .cp-hosting-cards .wrapper ul.list-info.bg-purple,
body.cp-compute-page .cp-reseller-cards .wrapper ul.list-info,
body.cp-dedicated-page .cp-dedicated-grid .wrapper ul.list-info,
body.cp-pricing-page .wrapper.price-container ul.list-info.bg-purple,
.pricing.special.cp-home-prices .wrapper.cp-slim ul.list-info,
.pricing.special.cp-vps-prices .wrapper.cp-slim ul.list-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  padding: 14px 28px 22px !important;
  margin: 0 !important;
  height: auto !important;
  min-height: auto !important;
  overflow: visible !important;
}

.pricing .wrapper.price-container .list-info li,
.cp-product-cards .wrapper .list-info li,
.cp-hosting-cards .wrapper .list-info li,
body.cp-pricing-page .wrapper.price-container .list-info li,
.pricing.special.cp-home-prices .wrapper.cp-slim .list-info li,
.pricing.special.cp-vps-prices .wrapper.cp-slim .list-info li {
  padding: 8px 0 !important;
  gap: 9px !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  height: auto !important;
  min-height: auto !important;
  overflow: visible !important;
  white-space: normal !important;
}

.pricing .wrapper.price-container .list-info li div,
.cp-product-cards .wrapper .list-info li div,
.cp-hosting-cards .wrapper .list-info li div,
body.cp-pricing-page .wrapper.price-container .list-info li div {
  white-space: normal !important;
  overflow: visible !important;
}

.pricing .wrapper.price-container .list-info li span,
.cp-product-cards .wrapper .list-info li span,
.cp-hosting-cards .wrapper .list-info li span,
body.cp-pricing-page .wrapper.price-container .list-info li span {
  font-size: 13px !important;
  white-space: normal !important;
  overflow: visible !important;
}

.cp-product-cards,
.cp-hosting-cards,
body.cp-hosting-page .cp-hosting-cards,
body.cp-compute-page .cp-reseller-cards,
.pricing.special.cp-home-prices > .container > .row:has(.list-info),
.pricing.special.cp-vps-prices > .container > .row:has(.list-info),
body.cp-pricing-page .cp-pricing-section .row {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: var(--cp-card-gap);
  row-gap: 20px;
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
}

.pricing.special.cp-home-prices .wrapper.cp-slim .top-content,
.pricing.special.cp-home-prices .wrapper.cp-slim .top-content.bg-seccolorstyle,
.pricing.special.cp-vps-prices .wrapper.cp-slim .top-content,
.pricing.special.cp-vps-prices .wrapper.cp-slim .top-content.bg-seccolorstyle {
  flex: 0 0 auto !important;
  padding: 24px 28px 12px !important;
  margin: 0 !important;
}

.pricing.special.cp-home-prices .wrapper.cp-slim .top-content .svg,
.pricing.special.cp-vps-prices .wrapper.cp-slim .top-content .svg {
  width: 36px !important;
  height: 36px !important;
  margin: 0 0 10px !important;
}

.pricing.special.cp-home-prices .wrapper.cp-slim .title,
.pricing.special.cp-vps-prices .wrapper.cp-slim .title {
  font-size: 1.05rem !important;
  margin: 0 0 4px !important;
}

.pricing.special.cp-home-prices .wrapper.cp-slim .fromer,
.pricing.special.cp-vps-prices .wrapper.cp-slim .fromer {
  font-size: 0.8rem !important;
  margin: 0 0 8px !important;
}

.pricing.special.cp-home-prices .wrapper.cp-slim .top-content .btn-default-yellow-fill,
.pricing.special.cp-vps-prices .wrapper.cp-slim .top-content .btn-default-yellow-fill {
  width: 100% !important;
  margin: 12px 0 0 !important;
  padding: 11px 26px !important;
}

.pricing.special.cp-home-prices .wrapper.cp-slim ul.list-info,
.pricing.special.cp-home-prices .wrapper.cp-slim ul.list-info.bg-purple,
.pricing.special.cp-vps-prices .wrapper.cp-slim ul.list-info,
.pricing.special.cp-vps-prices .wrapper.cp-slim ul.list-info.bg-purple {
  padding: 14px 28px 22px !important;
}

.pricing.special.cp-home-prices .wrapper.cp-slim .list-info li,
.pricing.special.cp-vps-prices .wrapper.cp-slim .list-info li {
  padding: 8px 0 !important;
  gap: 9px !important;
  font-size: 12px !important;
}

.pricing.special.cp-home-prices .wrapper.cp-slim .list-info li span,
.pricing.special.cp-vps-prices .wrapper.cp-slim .list-info li span {
  font-size: 13px !important;
}

/* Icon chips — same rounded square as Container Scale */
.pricing .wrapper .list-info li i,
.pricing .wrapper.price-container .list-info li i,
.pricing.special.cp-home-prices .wrapper.cp-slim .list-info li i,
.pricing.special.cp-vps-prices .wrapper.cp-slim .list-info li i,
.cp-product-cards .wrapper .list-info li i,
.cp-hosting-cards .wrapper .list-info li i,
body.cp-compute-page .cp-reseller-cards .wrapper .list-info li i,
body.cp-dedicated-page .cp-dedicated-grid .wrapper .list-info li i,
body.cp-pricing-page .wrapper .list-info li i {
  color: #1f74e8 !important;
  background: rgba(31, 116, 232, 0.12) !important;
  border-radius: 8px !important;
  width: 1.55rem !important;
  height: 1.55rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  font-size: 0.85rem !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  box-shadow: 0 0 0 1px rgba(31, 116, 232, 0.16) !important;
}
.pricing .wrapper .list-info li i::before,
.pricing.special.cp-home-prices .wrapper.cp-slim .list-info li i::before,
.pricing.special.cp-vps-prices .wrapper.cp-slim .list-info li i::before {
  color: inherit !important;
  font-size: inherit !important;
}

.pricing .wrapper.is-featured .list-info li i,
.pricing .wrapper:has(> .plans.badge.feat.is-bestseller) .list-info li i,
.pricing .wrapper:hover .list-info li i,
.pricing.special.cp-home-prices .wrapper.cp-slim.is-featured .list-info li i,
.pricing.special.cp-home-prices .wrapper.cp-slim:hover .list-info li i,
.pricing.special.cp-vps-prices .wrapper.cp-slim.is-featured .list-info li i,
.pricing.special.cp-vps-prices .wrapper.cp-slim:hover .list-info li i,
.cp-product-cards .wrapper.price-container.is-featured .list-info li i,
.cp-product-cards .wrapper.price-container:hover .list-info li i {
  color: #b7e0ff !important;
  background: rgba(183, 224, 255, 0.16) !important;
  border-radius: 8px !important;
  width: 1.55rem !important;
  height: 1.55rem !important;
  box-shadow: 0 0 0 1px rgba(183, 224, 255, 0.35) !important;
}

.cp-product-cards > [class*="col-"],
.cp-hosting-cards > [class*="col-"],
body.cp-hosting-page .cp-hosting-cards > [class*="col-"],
body.cp-compute-page .cp-reseller-cards > [class*="col-"],
.pricing.special.cp-home-prices > .container > .row:has(.list-info) > [class*="col"],
.pricing.special.cp-vps-prices > .container > .row:has(.list-info) > [class*="col"],
body.cp-pricing-page .cp-pricing-section .row > [class*="col-"],
.pricing.special.cp-home-prices .row.row-cols-xl-5 > .col,
.pricing.special.cp-vps-prices .row.row-cols-xl-5 > .col {
  flex: 0 0 266px !important;
  width: 266px !important;
  max-width: 266px !important;
  padding: 0 !important;
}

@media (min-width: 1200px) {
  .pricing.special.cp-product-prices > .container,
  .pricing.special.cp-hosting-prices > .container,
  .pricing.special.cp-home-prices > .container,
  .pricing.special.cp-vps-prices > .container,
  body.cp-pricing-page .cp-pricing-section .container,
  body.cp-compute-page .cp-compute-prices > .container {
    max-width: 1420px;
  }
}

.top-header .wrapper,
body.cp-pricing-page .top-header .wrapper,
body.cp-pricing-page .top-header .wrapper:hover {
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Header SVGs — paint with currentColor so hover/featured always swap */
.pricing .wrapper .top-content .lazyload:has(svg),
.pricing .wrapper .top-content .lazyload:has(.svg) {
  display: block !important;
}
.pricing .wrapper .top-content svg.svg,
.pricing .wrapper .top-content svg,
.pricing .wrapper .top-content img.svg {
  color: #003d8f;
  width: 36px;
  height: 36px;
}
.pricing .wrapper .top-content svg :is(path, circle, rect, polygon, ellipse, line),
.pricing .wrapper .top-content svg [fill]:not([fill="none"]) {
  fill: currentColor !important;
}
.pricing .wrapper .top-content svg [stroke]:not([stroke="none"]):not([stroke="transparent"]) {
  stroke: currentColor !important;
}
.pricing .wrapper.is-featured .top-content svg,
.pricing .wrapper.is-featured .top-content svg.svg,
.pricing .wrapper:has(> .plans.badge.feat.is-bestseller) .top-content svg,
.pricing .wrapper:hover .top-content svg,
.pricing .wrapper:hover .top-content svg.svg,
.pricing .wrapper:hover .top-content img.svg,
.cp-product-cards .wrapper.price-container.is-featured .top-content svg,
.cp-product-cards .wrapper.price-container:hover .top-content svg,
.cp-hosting-cards .wrapper.price-container:hover .top-content svg,
body.cp-compute-page .cp-reseller-cards .wrapper.price-container:hover .top-content svg,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .top-content svg,
body.cp-pricing-page .wrapper.price-container:hover .top-content svg {
  color: #fff !important;
  filter: none !important;
  opacity: 1 !important;
}

/* List icons (font + :before) follow the same hover swap */
.pricing .wrapper .list-info li i::before,
.pricing .wrapper .list-info li i::after {
  color: inherit !important;
}
.pricing .wrapper.is-featured .list-info li i,
.pricing .wrapper.is-featured .list-info li i::before,
.pricing .wrapper:has(> .plans.badge.feat.is-bestseller) .list-info li i,
.pricing .wrapper:has(> .plans.badge.feat.is-bestseller) .list-info li i::before,
.pricing .wrapper:hover .list-info li i,
.pricing .wrapper:hover .list-info li i::before,
.cp-product-cards .wrapper.price-container:hover .list-info li i,
.cp-product-cards .wrapper.price-container:hover .list-info li i::before,
.cp-hosting-cards .wrapper.price-container:hover .list-info li i,
.cp-hosting-cards .wrapper.price-container:hover .list-info li i::before {
  color: #b7e0ff !important;
}

/* =========================================================
   IONOS-STYLE HERO BANNER (Global for Product & Info Pages)
   Zero dark opacity, deep brand blue, left checklist + right device
   ========================================================= */
.top-header.cp-ionos-hero,
.top-header.cp-ionos-hero,
.box-container .top-header.cp-ionos-hero,
.box-container .top-header.cp-ionos-hero,
.box-container .top-header.cp-ionos-hero,
.box-container .top-header.overlay,
.box-container .top-header.overlay {
  background-color: var(--ionos-hero-navy) !important;
  background-image: linear-gradient(135deg, #003D8F 0%, #0B2A5B 100%) !important;
  padding-top: 130px !important;
  padding-bottom: 60px !important;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.box-container .top-header.overlay:before,
.box-container .top-header.overlay:before,
.box-container .top-header.overlay:has(.img-defaultbanner):before,
.box-container .top-header.overlay:has(.img-defaultbanner):before,
.box-container .top-header.cp-ionos-hero:before,
.box-container .top-header.cp-ionos-hero:before {
  display: none !important;
  background-color: transparent !important;
  opacity: 0 !important;
}
.box-container .top-header.overlay .img-defaultbanner,
.box-container .top-header.overlay .img-defaultbanner,
.box-container .top-header.cp-ionos-hero .img-defaultbanner,
.box-container .top-header.cp-ionos-hero .img-defaultbanner {
  display: none !important;
}
.cp-hero-pill,
.cp-hero-pill {
  display: inline-block;
  color: #60a5fa;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.cp-hero-title,
.cp-hero-title {
  color: #ffffff !important;
  font-size: 2.35rem !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  margin-bottom: 18px !important;
  letter-spacing: -0.01em;
}
.cp-hero-subheading,
.cp-hero-subheading,
.cp-hero-desc,
.cp-hero-desc {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1.05rem !important;
  line-height: 1.55 !important;
  margin-bottom: 20px !important;
  max-width: 38rem;
}

.cp-hero-checklist,
.cp-hero-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}
.cp-hero-checklist li,
.cp-hero-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.cp-hero-checklist li i,
.cp-hero-checklist li i {
  color: #38bdf8;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.cp-hero-price-cta,
.cp-hero-price-cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
}
.cp-hero-price,
.cp-hero-price {
  color: #ffffff;
}
.cp-hero-price .label,
.cp-hero-price .label {
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
  text-transform: capitalize;
}
.cp-hero-price .amount,
.cp-hero-price .amount {
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
}
.cp-hero-price .amount sup,
.cp-hero-price .amount sup {
  font-size: 1.1rem;
  top: -0.5em;
}
.cp-hero-price .period,
.cp-hero-price .period {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}
.cp-hero-visual,
.cp-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cp-hero-device-wrap,
.cp-hero-device-wrap {
  position: relative;
  max-width: 480px;
  width: 100%;
}
.cp-hero-device-wrap img,
.cp-hero-device-wrap img {
  width: 100%;
  height: auto;
  max-width: none;
  opacity: 1;
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.35));
}
.cp-hero-discount-tag,
.cp-hero-discount-tag {
  position: absolute;
  bottom: 24px;
  left: -10px;
  background: #f59e0b;
  color: #0b1f3a;
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  line-height: 1.2;
  text-align: center;
  z-index: 3;
}
#page-hero:empty {
  min-height: 420px;
  background: linear-gradient(135deg, #003D8F 0%, #0B2A5B 100%);
}
@media (max-width: 991px) {
  .cp-hero-title,
  .cp-hero-title {
    font-size: 1.85rem !important;
  }
  .cp-hero-visual,
  .cp-hero-visual {
    margin-top: 30px;
  }
}

/* =========================================================
   HOMEPAGE HERO ADJUSTMENTS — Reduced text size & crisp layout
   ========================================================= */
.main-container.slider .silder-container .slider-content h1 {
  font-size: 42px !important;
  line-height: 50px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 14px !important;
}
.main-container.slider .slider-content .subheading {
  font-size: 17px !important;
  line-height: 1.55 !important;
  max-width: 38rem !important;
  margin-bottom: 20px !important;
  color: rgba(255, 255, 255, 0.9) !important;
}
@media (max-width: 991px) {
  .main-container.slider .silder-container .slider-content h1 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
@media (max-width: 575px) {
  .main-container.slider .silder-container .slider-content h1 {
    font-size: 26px !important;
    line-height: 34px !important;
  }
}

/* =========================================================
   NAVBAR & LOGO ALIGNMENT — Symmetrical vertical centering & reduced height
   ========================================================= */
.menu-wrap:not(.mobile) {
  padding: 10px 0 !important;
}

.menu-wrap.fixed:not(.mobile) {
  padding: 7px 0 !important;
}

.menu-wrap.mobile {
  display: none !important;
}

@media (max-width: 991px) {
  .menu-wrap:not(.mobile) {
    display: none !important;
  }
  .menu-wrap.mobile {
    display: block !important;
  }
}

.menu-wrap .row.align-items-center {
  align-items: center !important;
}

.menu-wrap .col-2 {
  display: flex !important;
  align-items: center !important;
}

.menu-wrap .col-2 a {
  display: inline-flex !important;
  align-items: center !important;
}

.menu-wrap .logo-menu {
  height: 34px !important;
  max-height: 34px !important;
  width: auto !important;
  margin: 0 !important;
  display: block !important;
  object-fit: contain !important;
  vertical-align: middle !important;
}

.menu-wrap.fixed .logo-menu {
  height: 30px !important;
  max-height: 30px !important;
}

.nav-menu .navigation {
  height: auto !important;
  min-height: 40px !important;
  display: flex !important;
  align-items: center !important;
}

.nav-menu .main-menu > .menu-item {
  padding: 6px 14px !important;
}

.nav-menu .main-menu > .menu-item > a {
  padding: 4px 0 !important;
}

/* =========================================================
   COMPACT PRICING CARDS & DISCOUNT BADGES
   ========================================================= */
.pricing .wrapper,
.pricing.special .wrapper,
.pricing.special .wrapper.cp-slim,
.cp-product-cards .wrapper.price-container {
  min-height: auto !important;
  padding-bottom: 0 !important;
  border-radius: 14px !important;
}
.pricing.special .wrapper .top-content,
.pricing .wrapper .top-content,
.cp-product-cards .wrapper .top-content {
  padding: 24px 20px 12px !important;
}
.pricing.special .wrapper .price,
.pricing .wrapper .price,
.cp-product-cards .wrapper .price {
  font-size: 1.25rem !important;
  margin: 4px 0 8px !important;
}
.pricing .wrapper .list-info,
.pricing.special .wrapper .list-info,
.cp-product-cards .wrapper .list-info {
  padding: 0 14px 10px !important;
}
.pricing .wrapper .list-info li,
.pricing.special .wrapper .list-info li,
.cp-product-cards .wrapper .list-info li {
  padding: 5px 0 !important;
  font-size: 0.82rem !important;
}

/* Discount Badge & Strikethrough Price */
.cp-discount-badge {
  display: inline-block;
  background: #f59e0b;
  color: #0b1f3a;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 5px;
  vertical-align: middle;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.regular-price {
  font-size: 0.85rem;
  color: #8a9ba8 !important;
  margin-right: 4px;
  font-weight: 500;
}
.regular-price s {
  text-decoration: line-through;
}

/* Best Seller / Best Deal badge */
.plans.badge.feat.is-bestseller,
.pricing.special .wrapper .plans.badge.feat.is-bestseller,
.cp-product-cards .wrapper .plans.badge.feat.is-bestseller {
  background: var(--ionos-badge) !important;
  color: var(--ionos-blue-700) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  padding: 5px 12px !important;
  border-radius: 6px 6px 0 0 !important;
}

/* =========================================================
   FOOTER TEXT & PAYMENT LOGOS
   ========================================================= */
.box-container .footer .footer-menu.contact .menu-item,
.box-container .footer .footer-menu .menu-item,
.box-container .footer .footer-menu .menu-item:not(a) {
  color: #5a6b7d !important;
  font-size: 0.92rem;
  line-height: 1.6;
}
.payment-img {
  height: 36px;
  width: auto;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
}

/* =========================================================
   DARK SECTION / KUBERNETES TEXT CONTRAST FIX
   ========================================================= */
.sec-bg4 .section-heading,
.sec-bg4 .section-heading.mergecolor,
.exapath .section-heading,
.exapath.sec-bg4 .section-heading,
.sec-normal.exapath.sec-bg4 .section-heading {
  color: #ffffff !important;
}
.sec-bg4 .section-subheading,
.sec-bg4 .section-subheading.mergecolor,
.sec-bg4 .section-subheading.seccolor,
.exapath .section-subheading,
.exapath.sec-bg4 .section-subheading,
.sec-normal.exapath.sec-bg4 .section-subheading {
  color: rgba(255, 255, 255, 0.88) !important;
}

/* Dedicated & VPS calculator — light band, distinguishable from white page */
#custom.cp-dedicated-config,
body.cp-dedicated-page #custom.cp-dedicated-config,
body.cp-vps-page #custom.cp-dedicated-config {
  background: #EAF3FB !important;
  padding-top: 40px !important;
  padding-bottom: 56px !important;
}

/* VPS page — compact gap between pricing cards and calculator */
body.cp-vps-page #pricing-grid,
body.cp-vps-page .pricing.special.cp-product-prices,
body.cp-vps-page .pricing.special.sec-normal,
body.cp-vps-page .pricing.special.bottompadding {
  padding-bottom: 24px !important;
}
#custom.cp-dedicated-config > .container,
body.cp-dedicated-page #custom.cp-dedicated-config > .container,
body.cp-vps-page #custom.cp-dedicated-config > .container {
  background: #F4F8FC;
  border: 1px solid rgba(11, 42, 91, 0.1);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(11, 42, 91, 0.08);
  padding: 36px 32px 40px;
}
#custom.cp-dedicated-config .section-heading,
#custom.cp-dedicated-config .section-heading.mergecolor,
body.cp-dedicated-page #custom.cp-dedicated-config .section-heading,
body.cp-dedicated-page #custom.cp-dedicated-config .section-heading.mergecolor,
body.cp-vps-page #custom.cp-dedicated-config .section-heading,
body.cp-vps-page #custom.cp-dedicated-config .section-heading.mergecolor {
  color: #0B2A5B !important;
  text-align: center;
}
#custom.cp-dedicated-config .section-subheading,
#custom.cp-dedicated-config .section-subheading.mergecolor,
body.cp-dedicated-page #custom.cp-dedicated-config .section-subheading,
body.cp-dedicated-page #custom.cp-dedicated-config .section-subheading.mergecolor,
body.cp-vps-page #custom.cp-dedicated-config .section-subheading,
body.cp-vps-page #custom.cp-dedicated-config .section-subheading.mergecolor {
  color: rgba(11, 42, 91, 0.72) !important;
  text-align: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
#custom.cp-dedicated-config .cp-vps-preset,
body.cp-dedicated-page #custom.cp-dedicated-config .cp-vps-preset,
body.cp-vps-page #custom.cp-dedicated-config .cp-vps-preset {
  border: 1px solid rgba(0, 61, 143, 0.35);
  background: #fff;
  color: #003D8F;
}
#custom.cp-dedicated-config .cp-vps-preset:hover,
body.cp-dedicated-page #custom.cp-dedicated-config .cp-vps-preset:hover,
body.cp-vps-page #custom.cp-dedicated-config .cp-vps-preset:hover {
  background: rgba(0, 61, 143, 0.08);
  border-color: #003D8F;
  color: #003D8F;
}
#custom.cp-dedicated-config .cp-vps-preset.is-active,
body.cp-dedicated-page #custom.cp-dedicated-config .cp-vps-preset.is-active,
body.cp-vps-page #custom.cp-dedicated-config .cp-vps-preset.is-active {
  background: #003D8F;
  border-color: #003D8F;
  color: #fff;
}
#custom.cp-dedicated-config .wpc-vps-info .title,
body.cp-dedicated-page #custom.cp-dedicated-config .wpc-vps-info .title,
body.cp-vps-page #custom.cp-dedicated-config .wpc-vps-info .title {
  background: #fff !important;
  border: 1px solid rgba(11, 42, 91, 0.1);
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(11, 42, 91, 0.06);
  color: #0B2A5B;
}
#custom.cp-dedicated-config .wpc-vps-info .title .mergecolor,
#custom.cp-dedicated-config .wpc-vps-info .title .info,
body.cp-dedicated-page #custom.cp-dedicated-config .wpc-vps-info .title .mergecolor,
body.cp-dedicated-page #custom.cp-dedicated-config .wpc-vps-info .title .info,
body.cp-vps-page #custom.cp-dedicated-config .wpc-vps-info .title .mergecolor,
body.cp-vps-page #custom.cp-dedicated-config .wpc-vps-info .title .info {
  color: #0B2A5B !important;
}
#custom.cp-dedicated-config .cp-vps-step,
body.cp-dedicated-page #custom.cp-dedicated-config .cp-vps-step,
body.cp-vps-page #custom.cp-dedicated-config .cp-vps-step {
  border: 1px solid #003D8F;
  background: #fff;
  color: #003D8F;
}
#custom.cp-dedicated-config .cp-vps-step:hover,
body.cp-dedicated-page #custom.cp-dedicated-config .cp-vps-step:hover,
body.cp-vps-page #custom.cp-dedicated-config .cp-vps-step:hover {
  background: #003D8F;
  color: #fff;
}
#custom.cp-dedicated-config .content-price.price-container,
body.cp-dedicated-page #custom.cp-dedicated-config .content-price.price-container,
body.cp-vps-page #custom.cp-dedicated-config .content-price.price-container {
  background: #fff !important;
  border: 1px solid rgba(11, 42, 91, 0.1);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(11, 42, 91, 0.08);
}

/* Home chrome — last word over leftover two-tone */
body.cp-dedicated-page .cp-dedicated-grid .wrapper .top-content,
body.cp-dedicated-page .cp-dedicated-grid .wrapper .top-content.bg-seccolorstyle.topradius,
body.cp-compute-page .cp-reseller-cards .wrapper .top-content.bg-seccolorstyle.topradius,
body.cp-hosting-page .cp-hosting-cards .wrapper .top-content.bg-seccolorstyle.topradius,
.cp-product-cards .wrapper .top-content.bg-seccolorstyle.topradius {
  background: transparent !important;
  background-color: transparent !important;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper ul.list-info,
body.cp-dedicated-page .cp-dedicated-grid .wrapper ul.list-info.bg-purple,
body.cp-compute-page .cp-reseller-cards .wrapper ul.list-info.bg-purple,
body.cp-hosting-page .cp-hosting-cards .wrapper ul.list-info.bg-purple,
.cp-product-cards .wrapper ul.list-info.bg-purple {
  background: transparent !important;
  background-color: transparent !important;
}
@media (min-width: 992px) {
  body.cp-dedicated-page .cp-dedicated-grid .cp-product-cards {
    flex-wrap: nowrap !important;
  }
  body.cp-dedicated-page .cp-dedicated-grid .cp-product-cards > .cp-dedicated-card-col,
  body.cp-dedicated-page .cp-dedicated-grid .cp-product-cards > [class*="col-"] {
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    align-items: stretch;
    display: flex;
  }
}

/* Dedicated featured/hover — same as VPS active card */
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container {
  height: auto !important;
  min-height: 560px !important;
  max-height: none !important;
  overflow: visible !important;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper ul.list-info,
body.cp-dedicated-page .cp-dedicated-grid .wrapper ul.list-info.bg-purple {
  overflow: visible !important;
  flex: 0 0 auto !important;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container.is-featured .title,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container.is-featured .title span,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container.is-featured .price,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container.is-featured .mergecolor,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container.is-featured .value,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container.is-featured .coin,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container.is-featured small,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container.is-featured .period,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container.is-featured .list-info li,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container.is-featured .list-info li div,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container.is-featured .list-info li span,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .title,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .price,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .mergecolor,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .list-info li,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .list-info li span {
  color: #fff !important;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container.is-featured .fromer,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .fromer {
  color: rgba(255, 255, 255, 0.82) !important;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container.is-featured .list-info li i,
body.cp-dedicated-page .cp-dedicated-grid .wrapper.price-container:hover .list-info li i {
  color: #b7e0ff !important;
  background: rgba(183, 224, 255, 0.16) !important;
  box-shadow: 0 0 0 1px rgba(183, 224, 255, 0.35) !important;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper .top-content.bg-seccolorstyle.topradius {
  padding: 24px 28px 12px !important;
}
body.cp-dedicated-page .cp-dedicated-grid .wrapper ul.list-info {
  padding: 14px 28px 22px !important;
}
body.cp-dedicated-page .cp-dedicated-grid .plans.badge.feat.is-bestseller {
  background: var(--ionos-badge) !important;
  background-color: var(--ionos-badge) !important;
  color: #0b1f3a !important;
  text-transform: none !important;
}

/* ==========================================================================
   CloudPoint Split-Hero & Interactive Thumbnail Metric Switcher
   ========================================================================== */
.cp-split-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #071527 0%, #091c34 45%, #002d6b 100%) !important;
  padding: 116px 0 45px;
  z-index: 1;
}

/* Ambient Radial Lighting */
.cp-split-hero::before {
  content: '';
  position: absolute;
  top: -12%;
  right: -5%;
  width: 680px;
  height: 680px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.18) 0%, rgba(11, 31, 58, 0) 70%);
  pointer-events: none;
  z-index: 1;
  filter: blur(50px);
}

.cp-split-hero::after {
  content: '';
  position: absolute;
  bottom: 0%;
  left: -8%;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(0, 61, 143, 0.28) 0%, rgba(11, 31, 58, 0) 70%);
  pointer-events: none;
  z-index: 1;
  filter: blur(50px);
}

.cp-hero-container {
  position: relative;
  z-index: 2;
}

/* Slides Container */
.cp-hero-slides-wrapper {
  position: relative;
  min-height: 480px;
}

/* Individual Slide with 30px top spacing */
.cp-hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px) scale(0.99);
  transition: opacity 0.42s cubic-bezier(0.16, 1, 0.3, 1), transform 0.42s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.42s;
  z-index: 1;
}

.cp-hero-slide.is-active {
  position: relative;
  padding-top: 30px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  z-index: 2;
}

/* Left Content Column */
.cp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.3);
  color: #38bdf8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.16);
}

.cp-hero-badge i {
  font-size: 0.75rem;
}

.cp-hero-title {
  font-size: clamp(1.6rem, 2.35vw, 2.25rem) !important;
  font-weight: 800 !important;
  line-height: 1.24 !important;
  letter-spacing: -0.02em !important;
  color: #ffffff !important;
  margin-bottom: 14px !important;
  min-height: 2.5em;
  display: block;
}

.cp-hero-title .cp-typed-target,
.cp-hero-title .cp-gradient-text {
  background: linear-gradient(135deg, #38bdf8 0%, #60a5fa 50%, #93c5fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  min-height: 1.24em;
  vertical-align: bottom;
}

.cp-hero-title .typed-cursor {
  color: #38bdf8 !important;
  font-weight: 300 !important;
  opacity: 1;
  -webkit-animation: typedBlink 0.7s infinite;
  animation: typedBlink 0.7s infinite;
}

@keyframes typedBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.cp-hero-desc {
  font-size: 1.02rem !important;
  line-height: 1.6 !important;
  color: rgba(241, 245, 249, 0.88) !important;
  margin-bottom: 22px !important;
  max-width: 580px;
  min-height: 3.25em;
}

.cp-hero-desc b {
  color: #38bdf8;
  font-weight: 700;
}

/* Feature Spec Pills — Strict 2x2 Grid across all slides */
.cp-hero-specs {
  display: grid !important;
  grid-template-columns: max-content max-content !important;
  gap: 10px 14px !important;
  margin-bottom: 28px !important;
  min-height: 80px !important;
  align-items: start !important;
  justify-content: start !important;
}

.cp-hero-specs .cp-spec-pill,
.cp-split-hero .cp-spec-pill,
.cp-hero-slide .cp-spec-pill,
.cp-spec-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  background: rgba(255, 255, 255, 0.09) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  color: #f8fafc !important;
  font-size: 0.84rem !important;
  font-weight: 600 !important;
  padding: 6px 14px !important;
  border-radius: 999px !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  white-space: nowrap !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) !important;
}

.cp-hero-specs .cp-spec-pill i,
.cp-split-hero .cp-spec-pill i,
.cp-hero-slide .cp-spec-pill i,
.cp-spec-pill i {
  color: #38bdf8 !important;
  font-size: 0.82rem !important;
}

/* CTA Buttons */
.cp-hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.cp-hero-cta-group .btn,
.box-container .cp-hero-cta-group .btn,
[data-radius="sixradius"] .box-container .cp-hero-cta-group .btn,
[data-radius="defaultradius"] .box-container .cp-hero-cta-group .btn,
[data-radius="threeradius"] .box-container .cp-hero-cta-group .btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  border-radius: 999px !important;
  border-top-left-radius: 999px !important;
  border-top-right-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
  border-bottom-right-radius: 999px !important;
  padding: 10px 24px;
  font-size: 0.95rem;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-hero-primary,
.box-container .btn-hero-primary,
.box-container a.btn-hero-primary,
[data-radius="sixradius"] .box-container .btn-hero-primary,
[data-radius="defaultradius"] .box-container .btn-hero-primary,
[data-radius="threeradius"] .box-container .btn-hero-primary {
  background: #FBBF24 !important;
  color: #0b1f3a !important;
  border: 1px solid #FBBF24 !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 20px rgba(251, 191, 36, 0.32) !important;
}

.btn-hero-primary:hover,
.box-container .btn-hero-primary:hover,
.box-container a.btn-hero-primary:hover {
  background: #f59e0b !important;
  border-color: #f59e0b !important;
  color: #0b1f3a !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(251, 191, 36, 0.45) !important;
}

.btn-hero-secondary,
.box-container .btn-hero-secondary,
.box-container a.btn-hero-secondary,
[data-radius="sixradius"] .box-container .btn-hero-secondary,
[data-radius="defaultradius"] .box-container .btn-hero-secondary,
[data-radius="threeradius"] .box-container .btn-hero-secondary {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 999px !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(56, 189, 248, 0.5) !important;
  color: #38bdf8 !important;
  transform: translateY(-2px);
}

/* Right Column Visual Showcase */
.cp-hero-visual-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp-hero-visual-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.22) 0%, rgba(11, 31, 58, 0) 70%);
  border-radius: 50%;
  filter: blur(40px);
  z-index: 1;
  pointer-events: none;
}

.cp-hero-visual-art {
  position: relative;
  z-index: 2;
  max-width: 88%;
  max-height: 360px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.45));
  animation: cpHeroFloat 6s ease-in-out infinite;
}

@keyframes cpHeroFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Floating Glassmorphic Chips */
.cp-floating-chip {
  position: absolute;
  z-index: 4;
  background: rgba(11, 31, 58, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(56, 189, 248, 0.35);
  border-radius: 10px;
  padding: 8px 14px;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  pointer-events: none;
}

.cp-floating-chip .chip-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 10px #38bdf8;
  flex-shrink: 0;
}

.cp-floating-chip.chip-green .chip-dot {
  background: #10B981;
  box-shadow: 0 0 10px #10B981;
}

.cp-floating-chip.chip-gold .chip-dot {
  background: #FBBF24;
  box-shadow: 0 0 10px #FBBF24;
}

.cp-chip-top-left {
  top: 8%;
  left: 2%;
  animation: cpHeroChipFloat2 5.2s ease-in-out infinite;
}

.cp-chip-1 {
  top: 8%;
  right: 4%;
  animation: cpHeroChipFloat1 5s ease-in-out infinite;
}

.cp-chip-2 {
  bottom: 12%;
  left: 2%;
  animation: cpHeroChipFloat2 6s ease-in-out infinite 0.5s;
}

.cp-chip-3 {
  bottom: 8%;
  right: 2%;
  animation: cpHeroChipFloat3 5.5s ease-in-out infinite 1s;
}

@keyframes cpHeroChipFloat1 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(-1deg); }
}

@keyframes cpHeroChipFloat2 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-7px) rotate(1deg); }
}

@keyframes cpHeroChipFloat3 {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-9px); }
}

/* ==========================================================================
   Bottom Thumbnail Metric Cards Navigation
   ========================================================================== */
.cp-hero-thumbs {
  position: relative;
  z-index: 3;
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
}

.cp-thumbs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.cp-hero-thumb-card {
  position: relative;
  background: rgba(11, 31, 58, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 14px 16px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 84px;
  text-align: left;
}

.cp-hero-thumb-card:hover {
  background: rgba(15, 42, 77, 0.85);
  border-color: rgba(56, 189, 248, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.cp-hero-thumb-card.is-active {
  background: rgba(15, 42, 77, 0.95);
  border-color: rgba(56, 189, 248, 0.8);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35), inset 0 0 20px rgba(56, 189, 248, 0.08);
  transform: translateY(-2px);
}

.cp-thumb-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
}

.cp-thumb-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #38bdf8, #FBBF24);
}

.cp-thumb-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.cp-thumb-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cp-thumb-title i {
  color: #38bdf8;
  font-size: 0.9rem;
}

.cp-thumb-badge {
  font-size: 0.72rem;
  font-weight: 700;
  color: #38bdf8;
  background: rgba(56, 189, 248, 0.12);
  padding: 2px 7px;
  border-radius: 4px;
  border: 1px solid rgba(56, 189, 248, 0.25);
}

.cp-thumb-sub {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.cp-thumb-price {
  font-weight: 700;
  color: #FBBF24;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 991px) {
  .cp-split-hero {
    padding: 110px 0 40px;
  }
  .cp-hero-slides-wrapper {
    min-height: auto;
  }
  .cp-hero-visual-wrap {
    margin-top: 30px;
    min-height: 280px;
  }
  .cp-thumbs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 575px) {
  .cp-thumbs-grid {
    grid-template-columns: 1fr;
  }
  .cp-floating-chip {
    font-size: 0.75rem;
    padding: 6px 10px;
  }
  .cp-hero-specs {
    margin-bottom: 20px;
  }
  .cp-spec-pill {
    font-size: 0.78rem;
    padding: 5px 10px;
  }
}

/* =========================================================
   DARK FOOTER LOCK (Seamless continuous gradient across footer)
   ========================================================= */
.box-container .footer,
.box-container footer.footer,
[data-background="light"] .box-container .footer,
[data-background="dark"] .box-container .footer,
[data-background="origin"] .box-container .footer,
[data-background="modern"] .box-container .footer {
  background: linear-gradient(180deg, #071527 0%, #091c34 45%, #002d6b 100%) !important;
  color: #aaaaaa !important;
  border-top: 1px solid rgba(56, 189, 248, 0.15) !important;
}

.box-container .footer .footer-top {
  background: transparent !important;
  padding: 60px 0 40px !important;
}

.box-container .footer .subcribe.news,
[data-background="light"] .box-container .footer .subcribe.news,
[data-background="dark"] .box-container .footer .subcribe.news {
  background: transparent !important;
  margin: 0 !important;
  padding: 36px 0 32px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

.box-container .footer .footer-bottom,
[data-background="light"] .box-container .footer .footer-bottom {
  background: transparent !important;
  padding: 24px 0 32px !important;
  border-top: 0 !important;
}
.box-container .footer .general-input {
  overflow: hidden;
  border-radius: 999px;
  background: #fff;
  height: 52px;
  align-items: stretch;
}
.box-container .footer .fill-input {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  height: 52px;
  padding: 0 150px 0 24px;
  border-radius: 0 !important;
}
.box-container .footer .general-input input.btn,
.box-container .footer .general-input .btn-default-yellow-fill {
  position: absolute;
  top: 0;
  right: 0;
  height: 52px;
  line-height: 52px;
  margin: 0;
  border: 0 !important;
  border-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 999px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 999px !important;
  padding: 0 32px !important;
  box-sizing: border-box;
  box-shadow: none !important;
  background: #FBBF24 !important;
  background-color: #FBBF24 !important;
  color: #0b1f3a !important;
  font-weight: 700 !important;
  transform: none !important;
  transition: background-color 0.2s ease-in-out !important;
}
.box-container .footer .general-input input.btn:hover,
.box-container .footer .general-input .btn-default-yellow-fill:hover {
  transform: none !important;
  box-shadow: none !important;
  background: #f59e0b !important;
  background-color: #f59e0b !important;
  color: #0b1f3a !important;
}
.box-container .footer .heading,
.box-container .footer .heading.mergecolor,
[data-background="light"] .box-container .footer .heading {
  color: #ffffff !important;
  font-size: 0.95rem;
  font-weight: 700;
}
.box-container .footer .footer-menu .menu-item,
.box-container .footer .footer-menu .menu-item a,
.box-container .footer .footer-menu.contact .menu-item,
.box-container .footer .footer-menu .menu-item:not(a),
[data-background="light"] .box-container .footer .footer-menu.contact .menu-item,
[data-background="light"] .box-container .footer .footer-menu .menu-item,
[data-background="light"] .box-container .footer .footer-menu .menu-item:not(a) {
  color: #aaaaaa !important;
  font-size: 0.92rem !important;
  line-height: 1.6 !important;
  font-weight: 400;
}
.box-container .footer .footer-menu .menu-item a:hover {
  color: #ffffff !important;
}
.box-container .footer .subcribe.news p,
.box-container .footer .copyright,
.box-container .footer .payment-list p,
.box-container .footer .footer-bottom .menu-item,
.box-container .footer .footer-bottom .menu-item a,
[data-background="light"] .box-container .footer .copyright {
  color: #aaaaaa !important;
  font-size: 0.92rem !important;
}
.box-container .footer .soc-icons a,
.box-container .footer .soc-icons i {
  color: #aaaaaa !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}
.box-container .footer .soc-icons a:hover i {
  color: #ffffff !important;
  background-color: #003D8F !important;
  border-color: #003D8F !important;
}
.box-container .footer .logo-footer {
  filter: none;
  object-position: left center;
}
.box-container .footer .payment-list {
  gap: 10px !important;
  flex-wrap: nowrap;
}
.box-container .footer .payment-list li {
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.box-container .footer .payment-list li:not(:first-child) {
  height: 32px;
  min-width: 0;
  width: auto;
}
.payment-img,
.box-container .footer .payment-img {
  height: 32px !important;
  width: auto !important;
  max-width: 88px;
  object-fit: contain;
  object-position: center;
  background: transparent !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  display: block;
  vertical-align: middle;
  mix-blend-mode: normal;
  filter: none;
  box-shadow: none !important;
}
.box-container .footer .payment-img[alt="bKash"] {
  height: 32px !important;
  max-width: 42px;
}
.box-container .footer .payment-img[alt="Nagad"] {
  height: 32px !important;
  max-width: 88px;
}
.box-container .footer .payment-img[alt="Upay"] {
  height: 32px !important;
  max-width: 28px;
}
.box-container .footer .payment-img[alt="Rocket"] {
  height: 32px !important;
  max-width: 72px;
}

/* Footer brand: logo+address on top (mobile), Socials in 4th cell; full brand on desktop right */
.box-container .footer .footer-brand,
.box-container .footer .footer-brand .footer-menu,
.box-container .footer .footer-menu.contact,
.box-container .footer .footer-menu.contact .menu-item,
.box-container .footer .footer-brand-top .footer-menu.contact .menu-item {
  text-align: left !important;
}
.box-container .footer .footer-brand-top {
  margin-bottom: 28px;
}
.box-container .footer .footer-brand .soc-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.box-container .footer .footer-brand .soc-icons a {
  margin: 0 !important;
}
.box-container .footer .footer-brand .soc-icons i {
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
}
.box-container .footer .footer-brand .logo-footer {
  margin: 0 0 12px 0 !important;
  width: auto !important;
  max-width: 150px !important;
}
@media (max-width: 991px) {
  .box-container .footer .logo-footer,
  .footer .logo-footer,
  .footer .footer-top img.logo-footer {
    margin: 0 0 12px 0 !important;
    width: auto !important;
    max-width: 150px !important;
    display: block !important;
  }
  .box-container .footer {
    text-align: left !important;
  }
  .box-container .footer .footer-top .col-md-3 {
    margin-bottom: 28px;
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .box-container .footer,
  .footer {
    text-align: left !important;
  }
  .box-container .footer .footer-top img,
  .footer .footer-top img {
    width: auto !important;
    max-width: 150px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

/* =========================================================
   SITE-WIDE MOBILE / TABLET PASS
   ========================================================= */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}
.box-container {
  overflow-x: hidden;
  max-width: 100%;
}

@media (max-width: 991px) {
  .sec-normal,
  .pricing.special.sec-normal,
  .pricing.sec-normal,
  .history-section.sec-normal,
  .services.sec-normal,
  .help.sec-normal {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .pricing.special.bottompadding,
  .cp-product-prices {
    padding-bottom: 56px !important;
  }
  .box-container .sec-uping,
  .box-container .pricing.special.sec-normal {
    padding-top: 32px !important;
  }

  .pricing.special .wrapper,
  .pricing .wrapper,
  .cp-product-cards .wrapper.price-container,
  .cp-reseller-cards .wrapper.price-container {
    max-width: none !important;
    width: 100% !important;
    min-height: 0 !important;
  }
  .pricing.special.cp-home-prices > .container > .row.cp-product-cards,
  .cp-product-cards,
  .cp-reseller-cards {
    column-gap: 10px;
    row-gap: 12px;
  }
  .pricing > .container > .row > [class*="col"],
  .pricing.special > .container > .row > [class*="col"],
  .pricing.special.cp-home-prices > .container > .row:has(.list-info) > [class*="col"],
  .pricing.special .cp-product-cards > [class*="col"],
  .pricing.special.cp-home-prices .cp-product-cards > [class*="col"],
  .cp-product-cards > [class*="col"],
  .cp-product-cards > [class*="col-"],
  .cp-reseller-cards > [class*="col"] {
    flex: 0 0 calc((100% - 10px) / 2) !important;
    max-width: calc((100% - 10px) / 2) !important;
    width: calc((100% - 10px) / 2) !important;
  }

  .infonews .tabphone,
  .infonews .news span:not(.badge) {
    font-size: 0.78rem;
  }

  .menu-wrap.mobile {
    z-index: 1050;
  }
  .menu-wrap.mobile .main-menu {
    width: 100%;
    max-width: 100vw;
    left: 0;
    right: 0;
    padding: 16px 20px 28px;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .menu-wrap.mobile .main-menu .menu-item > a,
  .menu-wrap.mobile .dropdown-item {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu-wrap.mobile .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    transform: none !important;
    box-shadow: none;
    border: 0;
    padding-left: 8px;
  }

  #custom .cp-vps-config-row,
  #custom .wpc-vps-info .row,
  body.cp-dedicated-page #custom .row {
    flex-direction: column;
  }
  #custom .cp-vps-config-row > [class*="col"],
  #custom input,
  #custom select,
  #custom .btn,
  .cp-vps-presets {
    width: 100%;
    max-width: 100%;
  }
  .cp-vps-presets {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .cp-vps-preset {
    flex: 1 1 calc(50% - 8px);
    min-height: 44px;
  }

  .general-input,
  .general-input .fill-input,
  form .form-control,
  .contact-form input,
  .contact-form textarea,
  .contact-form .btn {
    width: 100%;
    max-width: 100%;
  }

  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .cp-hero-cta-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }
  .cp-hero-cta-group .btn {
    width: 100%;
    text-align: center;
  }
  .cp-hero-title,
  .cp-hero-title br {
    font-size: 1.7rem !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 767px) {
  .infonews {
    display: none !important;
  }
  .pricing > .container > .row > [class*="col"],
  .pricing.special > .container > .row > [class*="col"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .pricing.special.cp-home-prices > .container > .row.cp-product-cards,
  .cp-product-cards,
  .cp-reseller-cards {
    column-gap: 10px;
    row-gap: 10px;
    padding-top: 16px;
    --bs-gutter-y: 0 !important;
  }
  .pricing.special.cp-home-prices > .container > .row > [class*="col"],
  .pricing.special.cp-home-prices > .container > .row:has(.list-info) > [class*="col"],
  .pricing.special .cp-product-cards > [class*="col"],
  .pricing.special.cp-home-prices .cp-product-cards > [class*="col"],
  .cp-product-cards > [class*="col"],
  .cp-product-cards > [class*="col-"],
  .cp-reseller-cards > [class*="col"] {
    flex: 0 0 calc((100% - 10px) / 2) !important;
    max-width: calc((100% - 10px) / 2) !important;
    width: calc((100% - 10px) / 2) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .box-container .pricing.special.cp-home-prices .wrapper,
  .box-container .pricing.special.cp-home-prices .wrapper.noshadow,
  .box-container .pricing.special.cp-home-prices .wrapper.price-container,
  [data-background="light"] .box-container .pricing.special.cp-home-prices .wrapper.noshadow,
  .pricing.special.cp-home-prices .wrapper,
  .pricing.special.cp-home-prices .wrapper.price-container,
  .cp-product-cards .wrapper.price-container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .pricing.special.cp-home-prices .wrapper .title,
  .cp-product-cards .wrapper .title {
    font-size: 0.86rem !important;
    line-height: 1.25 !important;
  }
  .pricing.special.cp-home-prices .cp-discount-badge,
  .cp-product-cards .cp-discount-badge {
    display: inline-block;
    margin-left: 3px;
    font-size: 0.58rem;
    padding: 1px 5px;
    letter-spacing: 0;
  }
  .pricing.special.cp-home-prices .wrapper .fromer,
  .cp-product-cards .wrapper .fromer {
    font-size: 0.7rem !important;
  }
  .pricing.special.cp-home-prices .wrapper .price,
  .cp-product-cards .wrapper .price {
    display: flex !important;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 3px;
    font-size: 1.02rem !important;
    overflow: visible !important;
  }
  .pricing.special.cp-home-prices .regular-price,
  .cp-product-cards .regular-price {
    flex: 1 0 100%;
    font-size: 0.68rem !important;
    margin: 0 0 2px !important;
  }
  .pricing.special.cp-home-prices .wrapper .price .value,
  .cp-product-cards .wrapper .price .value {
    font-size: 1.05rem !important;
  }
  .pricing.special.cp-home-prices .wrapper .top-content,
  .cp-product-cards .wrapper .top-content {
    padding: 14px 10px 4px !important;
  }
  .pricing.special.cp-home-prices .wrapper .list-info,
  .cp-product-cards .wrapper .list-info {
    padding: 0 10px 10px !important;
  }
  .pricing.special.cp-home-prices .wrapper .list-info li,
  .cp-product-cards .wrapper .list-info li {
    font-size: 0.72rem !important;
    padding: 4px 0 !important;
  }
  .pricing.special.cp-home-prices .wrapper .top-content .btn-default-yellow-fill,
  .cp-product-cards .wrapper .top-content .btn-default-yellow-fill {
    padding: 8px 10px !important;
    font-size: 0.78rem !important;
  }
  .main-container.slider .silder-container .slider-content h1 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .cp-floating-chip {
    display: none;
  }
  .footer .footer-bottom .payment-list {
    justify-content: center !important;
    margin-top: 12px;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    overflow: hidden;
  }
  .box-container .footer .payment-list li:first-child p {
    font-size: 12px !important;
    white-space: nowrap;
    margin-right: 4px !important;
  }
  .box-container .footer .payment-img,
  .box-container .footer .payment-img[alt="bKash"],
  .box-container .footer .payment-img[alt="Nagad"],
  .box-container .footer .payment-img[alt="Upay"],
  .box-container .footer .payment-img[alt="Rocket"] {
    height: 26px !important;
  }
  .box-container .footer .payment-img[alt="bKash"] {
    max-width: 30px;
  }
  .box-container .footer .payment-img[alt="Nagad"] {
    max-width: 58px;
  }
  .box-container .footer .payment-img[alt="Upay"] {
    max-width: 22px;
  }
  .box-container .footer .payment-img[alt="Rocket"] {
    max-width: 48px;
  }
  .box-container .footer .subcribe.news {
    display: block !important;
    padding: 28px 0 !important;
  }
}

@media (max-width: 575px) {
  .sec-normal,
  .pricing.special.sec-normal,
  .history-section.sec-normal {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .cp-hero-visual-wrap {
    min-height: 200px;
    margin-top: 16px;
  }
  .cp-hero-visual-art {
    max-width: 100%;
    height: auto;
  }
  .menu-wrap.mobile .logo-menu {
    height: 28px !important;
    max-height: 28px !important;
  }
}

/* =========================================================
   HOMEPAGE CLIENT LOGO TICKER
   ========================================================= */
.cp-client-ticker-sec {
  padding-top: 58px !important;
  padding-bottom: 20px !important;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cp-client-ticker-sec {
    padding-top: 88px !important;
    padding-bottom: 28px !important;
  }
}
.cp-client-ticker-sec .section-heading,
.box-container .balancing.sec-normal .section-heading {
  margin-bottom: 14px !important;
}
.cp-client-ticker-sec .section-subheading,
.box-container .balancing.sec-normal .section-subheading {
  margin-bottom: 0 !important;
}
.cp-client-ticker {
  margin-top: 40px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}
.box-container .balancing.sec-normal,
.box-container .balancing.sec-normal.pb-80 {
  padding-top: 72px !important;
}
.box-container .balancing .wrap-service .svg.mt-50,
.box-container .balancing .wrap-service img.mt-50 {
  margin-top: 48px !important;
}
@media (min-width: 768px) {
  .cp-client-ticker {
    margin-top: 48px;
  }
  .box-container .balancing .wrap-service .svg.mt-50,
  .box-container .balancing .wrap-service img.mt-50 {
    margin-top: 56px !important;
  }
}
@media (max-width: 767px) {
  .cp-client-ticker {
    margin-top: 32px;
  }
  .box-container .balancing.sec-normal,
  .box-container .balancing.sec-normal.pb-80 {
    padding-top: 48px !important;
  }
  .box-container .balancing .wrap-service .svg.mt-50,
  .box-container .balancing .wrap-service img.mt-50 {
    margin-top: 32px !important;
  }
}
.cp-client-ticker-track {
  display: flex;
  width: max-content;
  animation: cp-client-ticker 42s linear infinite;
}
.cp-client-ticker:hover .cp-client-ticker-track {
  animation-play-state: paused;
}
.cp-client-ticker ul {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0 16px;
}
.cp-client-ticker li {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 60px;
}
.cp-client-ticker img {
  height: 46px;
  width: auto;
  max-width: 170px;
  object-fit: contain;
  opacity: 1;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.2s ease;
}
.cp-client-ticker li:hover img {
  transform: scale(1.16);
}
@keyframes cp-client-ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .cp-client-ticker-track {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cp-client-ticker ul {
    gap: 16px;
  }
  .cp-client-ticker img {
    height: 37px;
    max-width: 138px;
  }
}

/* =========================================================
   Vibrant Hero Banner Buttons Overhaul
   Electric Sky Blue (#0066FF) Primary + Crisp Cyan Outline Secondary
   Ultra-high specificity to prevent theme overrides on hover
   ========================================================= */
/* Primary Hero Buttons — Normal State (Amber #FBBF24, 8px radius, Navy text #0b1f3a) */
.box-container .top-header .btn-default-yellow-fill,
.box-container .top-header .btn.btn-default-yellow-fill,
.box-container .top-header .btn-hero-primary,
.box-container .top-header a.btn-hero-primary,
.box-container .cp-hero-price-cta [data-hero-primary],
.box-container .cp-hero-price-cta a[data-hero-primary],
.box-container .cp-ionos-hero .btn-default-yellow-fill,
.box-container .cp-ionos-hero a.btn-default-yellow-fill,
.box-container .cp-ionos-hero [data-hero-primary],
.box-container .cp-ionos-hero a[data-hero-primary],
.box-container .fullrock .btn-default-yellow-fill,
.box-container .main-container.slider .slider-content .btn-default-yellow-fill,
.box-container .main-container.slider .slider-content .btn.btn-default-yellow-fill,
[data-radius="sixradius"] .box-container .top-header .btn-default-yellow-fill,
[data-radius="defaultradius"] .box-container .top-header .btn-default-yellow-fill,
[data-radius="threeradius"] .box-container .top-header .btn-default-yellow-fill,
[data-radius="sixradius"] .box-container .main-container.slider .btn-default-yellow-fill,
[data-radius="defaultradius"] .box-container .main-container.slider .btn-default-yellow-fill,
[data-radius="threeradius"] .box-container .main-container.slider .btn-default-yellow-fill {
  background: #FBBF24 !important;
  background-color: #FBBF24 !important;
  border: 1px solid #FBBF24 !important;
  border-color: #FBBF24 !important;
  color: #0b1f3a !important;
  text-shadow: none !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 20px rgba(251, 191, 36, 0.32) !important;
  transition: all 0.25s ease-in-out !important;
}

/* Primary Hero Buttons — Hover State */
.box-container .top-header .btn-default-yellow-fill:hover,
.box-container .top-header .btn.btn-default-yellow-fill:hover,
.box-container .top-header .btn-hero-primary:hover,
.box-container .top-header a.btn-hero-primary:hover,
.box-container .cp-hero-price-cta [data-hero-primary]:hover,
.box-container .cp-hero-price-cta a[data-hero-primary]:hover,
.box-container .cp-ionos-hero .btn-default-yellow-fill:hover,
.box-container .cp-ionos-hero a.btn-default-yellow-fill:hover,
.box-container .cp-ionos-hero [data-hero-primary]:hover,
.box-container .cp-ionos-hero a[data-hero-primary]:hover,
.box-container .fullrock .btn-default-yellow-fill:hover,
.box-container .main-container.slider .slider-content .btn-default-yellow-fill:hover,
.box-container .main-container.slider .slider-content .btn.btn-default-yellow-fill:hover,
[data-radius="sixradius"] .box-container .top-header .btn-default-yellow-fill:hover,
[data-radius="defaultradius"] .box-container .top-header .btn-default-yellow-fill:hover,
[data-radius="threeradius"] .box-container .top-header .btn-default-yellow-fill:hover,
[data-radius="sixradius"] .box-container .main-container.slider .btn-default-yellow-fill:hover,
[data-radius="defaultradius"] .box-container .main-container.slider .btn-default-yellow-fill:hover {
  background: #f59e0b !important;
  background-color: #f59e0b !important;
  border-color: #f59e0b !important;
  color: #0b1f3a !important;
  box-shadow: 0 6px 26px rgba(251, 191, 36, 0.45) !important;
  transform: translateY(-2px) !important;
}

/* Secondary Hero Buttons — Normal State */
.box-container .top-header .btn-hero-secondary,
.box-container .top-header a.btn-hero-secondary,
.box-container .top-header .btn-default-pink-fill,
.box-container .top-header a.btn-default-pink-fill,
.box-container .top-header [data-hero-secondary],
.box-container .top-header a[data-hero-secondary],
.box-container .cp-hero-price-cta .btn-default-pink-fill,
.box-container .cp-hero-price-cta a.btn-default-pink-fill,
.box-container .cp-hero-price-cta [data-hero-secondary],
.box-container .cp-hero-price-cta a[data-hero-secondary],
.box-container .cp-ionos-hero .btn-default-pink-fill,
.box-container .cp-ionos-hero a.btn-default-pink-fill,
.box-container .cp-ionos-hero [data-hero-secondary],
.box-container .cp-ionos-hero a[data-hero-secondary],
.box-container .top-header .btn-outline-light,
.box-container .top-header a.btn-outline-light,
.box-container .main-container.slider .btn-hero-secondary,
[data-radius="sixradius"] .box-container .top-header .btn-default-pink-fill,
[data-radius="defaultradius"] .box-container .top-header .btn-default-pink-fill,
[data-radius="threeradius"] .box-container .top-header .btn-default-pink-fill,
[data-radius="sixradius"] .box-container .cp-hero-price-cta [data-hero-secondary],
[data-radius="defaultradius"] .box-container .cp-hero-price-cta [data-hero-secondary],
[data-radius="threeradius"] .box-container .cp-hero-price-cta [data-hero-secondary] {
  background: rgba(56, 189, 248, 0.12) !important;
  background-color: rgba(56, 189, 248, 0.12) !important;
  border: 1.5px solid #38BDF8 !important;
  border-color: #38BDF8 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 14px rgba(56, 189, 248, 0.25) !important;
  transition: all 0.25s ease-in-out !important;
}

/* Secondary Hero Buttons — Hover State (Crystal Clear Solid White with Bold Dark Navy Text) */
.box-container .top-header .btn-hero-secondary:hover,
.box-container .top-header a.btn-hero-secondary:hover,
.box-container .top-header .btn-default-pink-fill:hover,
.box-container .top-header a.btn-default-pink-fill:hover,
.box-container .top-header [data-hero-secondary]:hover,
.box-container .top-header a[data-hero-secondary]:hover,
.box-container .cp-hero-price-cta .btn-default-pink-fill:hover,
.box-container .cp-hero-price-cta a.btn-default-pink-fill:hover,
.box-container .cp-hero-price-cta [data-hero-secondary]:hover,
.box-container .cp-hero-price-cta a[data-hero-secondary]:hover,
.box-container .cp-ionos-hero .btn-default-pink-fill:hover,
.box-container .cp-ionos-hero a.btn-default-pink-fill:hover,
.box-container .cp-ionos-hero [data-hero-secondary]:hover,
.box-container .cp-ionos-hero a[data-hero-secondary]:hover,
.box-container .top-header .btn-outline-light:hover,
.box-container .top-header a.btn-outline-light:hover,
.box-container .main-container.slider .btn-hero-secondary:hover,
[data-radius="sixradius"] .box-container .top-header .btn-default-pink-fill:hover,
[data-radius="defaultradius"] .box-container .top-header .btn-default-pink-fill:hover,
[data-radius="threeradius"] .box-container .top-header .btn-default-pink-fill:hover,
[data-radius="sixradius"] .box-container .cp-hero-price-cta [data-hero-secondary]:hover,
[data-radius="defaultradius"] .box-container .cp-hero-price-cta [data-hero-secondary]:hover,
[data-radius="threeradius"] .box-container .cp-hero-price-cta [data-hero-secondary]:hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1.5px solid #ffffff !important;
  border-color: #ffffff !important;
  color: #0B1F3A !important;
  font-weight: 700 !important;
  box-shadow: 0 6px 24px rgba(255, 255, 255, 0.45), 0 0 0 2px rgba(56, 189, 248, 0.3) !important;
  transform: translateY(-2px) !important;
}

.box-container .top-header .btn-default-pink-fill:hover *,
.box-container .top-header a.btn-default-pink-fill:hover *,
.box-container .cp-hero-price-cta [data-hero-secondary]:hover *,
.box-container .cp-ionos-hero [data-hero-secondary]:hover * {
  color: #0B1F3A !important;
}

/* ==========================================================================
   OTT Solution Page (PLAYBOOX / Cloud Point Platform Architecture)
   ========================================================================== */

/* Split Section: You Bring vs We Bring */
.cp-ott-split-card {
  border-radius: 16px;
  padding: 36px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cp-ott-split-you {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(11, 31, 58, 0.05);
}
.cp-ott-split-we {
  background: linear-gradient(145deg, #0b1f3a 0%, #0d274c 100%);
  color: #ffffff;
  border: 1px solid rgba(56, 189, 248, 0.25);
  box-shadow: 0 10px 30px rgba(11, 31, 58, 0.2);
}
.cp-ott-split-badge {
  display: inline-block;
  width: fit-content !important;
  max-width: max-content !important;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.cp-ott-split-you .cp-ott-split-badge {
  background: #eaf3fb;
  color: #003d8f;
}
.cp-ott-split-we .cp-ott-split-badge {
  background: rgba(56, 189, 248, 0.18);
  color: #38bdf8;
  border: 1px solid rgba(56, 189, 248, 0.4);
}
.cp-ott-split-card h3 {
  font-size: 1.55rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.cp-ott-split-you h3 {
  color: #0b1f3a;
}
.cp-ott-split-we h3 {
  color: #ffffff;
}
.cp-ott-split-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}
.cp-ott-split-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  font-size: 0.96rem;
  line-height: 1.55;
}
.cp-ott-split-you .cp-ott-split-list li {
  color: #334155;
}
.cp-ott-split-you .cp-ott-split-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #0066ff;
  font-weight: 800;
  font-size: 0.95rem;
}
.cp-ott-split-we .cp-ott-split-list li {
  color: #e2e8f0;
}
.cp-ott-split-we .cp-ott-split-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #38bdf8;
  font-weight: 800;
  font-size: 0.95rem;
}
.cp-ott-split-tagline {
  margin-top: 24px;
  font-style: italic;
  font-size: 1.05rem;
  font-weight: 500;
  color: #0066ff;
  text-align: center;
}

/* 4 Streaming Pillars */
.cp-pillar-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 28px 24px;
  height: 100%;
  box-shadow: 0 2px 12px rgba(11, 31, 58, 0.04);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.cp-pillar-card:hover {
  transform: translateY(-3px);
  border-color: #0066ff;
  box-shadow: 0 8px 24px rgba(0, 102, 255, 0.08);
}
.cp-pillar-num {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #0066ff;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.92rem;
  margin-bottom: 16px;
}
.cp-pillar-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0b1f3a;
  margin-bottom: 10px;
}
.cp-pillar-card p {
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
}

/* 8 Modular Platform Blocks */
.cp-module-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(11, 31, 58, 0.04);
  transition: all 0.25s ease;
}
.cp-module-card:hover {
  transform: translateY(-3px);
  border-color: #38bdf8;
  box-shadow: 0 8px 25px rgba(11, 31, 58, 0.08);
}
.cp-module-status {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0284c7;
  background: #e0f2fe;
  padding: 3px 8px;
  border-radius: 6px;
  align-self: flex-start;
  margin-bottom: 12px;
}
.cp-module-card h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0b1f3a;
  margin-bottom: 8px;
}
.cp-module-card p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.55;
  margin-bottom: 0;
  flex-grow: 1;
}

/* Multi-Screen Device Grid */
.cp-device-card {
  background: linear-gradient(160deg, #122b50 0%, #0b1e38 100%) !important;
  border: 1.5px solid rgba(56, 189, 248, 0.32) !important;
  border-radius: 16px !important;
  padding: 30px 20px !important;
  text-align: center !important;
  color: #ffffff !important;
  height: 100% !important;
  box-shadow: 0 12px 30px -4px rgba(0, 0, 0, 0.45) !important;
  transition: all 0.25s ease !important;
}
.cp-device-card:hover {
  transform: translateY(-4px) !important;
  border-color: #38bdf8 !important;
  box-shadow: 0 18px 40px -4px rgba(56, 189, 248, 0.28), 0 4px 14px rgba(0, 0, 0, 0.4) !important;
}
.cp-device-icon {
  font-size: 2.4rem !important;
  color: #38bdf8 !important;
  margin-bottom: 14px !important;
}
.cp-device-card h5 {
  font-size: 1.18rem !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
  color: #ffffff !important;
}
.cp-device-card span {
  font-size: 0.88rem !important;
  color: #cbd5e1 !important;
  font-weight: 500 !important;
}

/* Hybrid Architecture Section */
.cp-hybrid-card {
  border-radius: 16px !important;
  padding: 32px 28px !important;
  height: 100% !important;
}
.cp-hybrid-normal {
  background: linear-gradient(160deg, #102747 0%, #091a32 100%) !important;
  color: #ffffff !important;
  border: 1.5px solid #0066ff !important;
  box-shadow: 0 14px 34px -4px rgba(0, 0, 0, 0.5) !important;
}
.cp-hybrid-spike {
  background: linear-gradient(160deg, #182c48 0%, #0d1e34 100%) !important;
  color: #ffffff !important;
  border: 1.5px solid #f59e0b !important;
  box-shadow: 0 14px 34px -4px rgba(0, 0, 0, 0.5) !important;
}
.cp-hybrid-badge {
  font-size: 0.74rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  padding: 5px 12px !important;
  border-radius: 6px !important;
  display: inline-block !important;
  margin-bottom: 14px !important;
}
.cp-hybrid-normal .cp-hybrid-badge {
  background: rgba(0, 102, 255, 0.25) !important;
  color: #38bdf8 !important;
  border: 1px solid rgba(56, 189, 248, 0.4) !important;
}
.cp-hybrid-spike .cp-hybrid-badge {
  background: rgba(245, 158, 11, 0.25) !important;
  color: #fbbf24 !important;
  border: 1px solid rgba(251, 191, 36, 0.4) !important;
}
.cp-hybrid-card h4 {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  margin-bottom: 20px !important;
  color: #ffffff !important;
}
.cp-hybrid-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cp-hybrid-list li {
  position: relative !important;
  padding-left: 24px !important;
  margin-bottom: 14px !important;
  font-size: 0.96rem !important;
  color: #f1f5f9 !important;
  line-height: 1.55 !important;
}
.cp-hybrid-list li strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.cp-hybrid-normal .cp-hybrid-list li::before {
  content: "✦" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #38bdf8 !important;
  font-size: 0.95rem !important;
}
.cp-hybrid-spike .cp-hybrid-list li::before {
  content: "✦" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #fbbf24 !important;
  font-size: 0.95rem !important;
}
.cp-hybrid-summary-bar {
  background: linear-gradient(90deg, #0d2242 0%, #112d54 100%) !important;
  border: 1px solid rgba(56, 189, 248, 0.38) !important;
  border-radius: 12px !important;
  padding: 18px 24px !important;
  text-align: center !important;
  color: #ffffff !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  margin-top: 24px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35) !important;
}

/* 55 Screens Console Grid */
.cp-console-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px 18px;
  height: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.cp-console-box:hover {
  border-color: #0066ff;
  transform: translateY(-2px);
}
.cp-console-box h5 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0b1f3a;
  margin-bottom: 6px;
}
.cp-console-box p {
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 0;
  line-height: 1.45;
}

/* Bring Us One Title Pilot Box */
.cp-pilot-banner {
  background: linear-gradient(135deg, #0b1f3a 0%, #003d8f 100%);
  border-radius: 20px;
  padding: 48px 40px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(11, 31, 58, 0.25);
}
.cp-pilot-banner::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.25) 0%, transparent 70%);
  pointer-events: none;
}
.cp-pilot-quote {
  border-left: 3px solid #38bdf8;
  padding-left: 20px;
  margin-top: 24px;
  font-style: italic;
  font-size: 1.15rem;
  color: #93c5fd;
}

/* Icon Wrappers & Sizing */
.cp-icon-frame {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f1f5f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all 0.25s ease;
}
.cp-module-card:hover .cp-icon-frame,
.cp-pillar-card:hover .cp-icon-frame {
  background: #e0f2fe;
}
.cp-icon-frame img.svg {
  width: 26px;
  height: 26px;
}
.cp-icon-frame-dark {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cp-icon-frame-dark img.svg {
  width: 28px;
  height: 28px;
}

/* Architecture Pipeline Graphic (Slide 8: An Owned Core, Not a Rented One) */
.cp-pipeline-container {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 10px 30px rgba(11, 31, 58, 0.05);
  margin-bottom: 40px;
}
.cp-pipeline-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 6px;
  overflow-x: auto;
  padding: 12px 6px 16px;
  margin: -6px -6px 0;
  scrollbar-width: thin;
}
.cp-pipeline-step {
  flex: 1 1 0px;
  min-width: 140px;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px 12px 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}
.cp-pipeline-step:hover {
  position: relative;
  z-index: 10;
  border-color: #0066ff !important;
  background: #ffffff;
  box-shadow: 0 10px 24px -4px rgba(0, 102, 255, 0.2), 0 2px 6px rgba(0, 0, 0, 0.04);
  transform: translateY(-4px);
}
.cp-pipeline-step.cp-pipeline-highlight {
  background: linear-gradient(165deg, #0b1f3a 0%, #0f274a 100%);
  border-color: #1e3a8a;
  color: #ffffff;
}
.cp-pipeline-step.cp-pipeline-highlight:hover {
  border-color: #38bdf8 !important;
  box-shadow: 0 12px 28px -4px rgba(56, 189, 248, 0.28), 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}
.cp-pipeline-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #edf5ff;
  border: 1px solid #cfe2fe;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.cp-pipeline-step:hover .cp-pipeline-icon-box {
  transform: scale(1.06);
}
.cp-pipeline-icon-box svg,
.cp-pipeline-icon-box img.svg {
  width: 24px !important;
  height: 24px !important;
  fill: #0066ff !important;
}
.cp-pipeline-step.cp-pipeline-highlight .cp-pipeline-icon-box {
  background: rgba(56, 189, 248, 0.12);
  border-color: rgba(56, 189, 248, 0.25);
}
.cp-pipeline-step.cp-pipeline-highlight .cp-pipeline-icon-box svg,
.cp-pipeline-step.cp-pipeline-highlight .cp-pipeline-icon-box img.svg {
  fill: #38bdf8 !important;
}
.cp-pipeline-title {
  font-size: 0.96rem;
  font-weight: 700;
  color: #0b1f3a;
  margin-bottom: 6px;
  line-height: 1.25;
}
.cp-pipeline-step.cp-pipeline-highlight .cp-pipeline-title {
  color: #ffffff;
}
.cp-pipeline-sub {
  font-size: 0.74rem;
  color: #64748b;
  line-height: 1.35;
  margin-bottom: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cp-pipeline-step.cp-pipeline-highlight .cp-pipeline-sub {
  color: #cbd5e1;
}
.cp-pipeline-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cbd5e1;
  font-size: 0.95rem;
  flex-shrink: 0;
  padding: 0 2px;
}

/* Control Plane Modular Dock (Replaces the text pill styling) */
.cp-controlplane-dock {
  margin-top: 24px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 18px 20px;
}
.cp-controlplane-dock-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e2e8f0;
}
.cp-dock-header-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.cp-pulse-indicator {
  position: relative;
  width: 10px;
  height: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cp-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
}
.cp-dock-title {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #0b1f3a;
  text-transform: uppercase;
}
.cp-dock-badge {
  font-size: 0.7rem;
  font-weight: 700;
  color: #0284c7;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
  border-radius: 6px;
  padding: 2px 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cp-dock-header-right {
  font-size: 0.76rem;
  color: #64748b;
  font-weight: 500;
}
.cp-controlplane-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 992px) {
  .cp-controlplane-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .cp-controlplane-tiles {
    grid-template-columns: 1fr;
  }
}
.cp-cp-tile {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
}
.cp-cp-tile:hover {
  border-color: #0066ff;
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 102, 255, 0.08);
}
.cp-cp-tile-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #f0f7ff;
  border: 1px solid #d0e3ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}
.cp-cp-tile:hover .cp-cp-tile-icon {
  background: #e0effe;
}
.cp-cp-tile-icon svg,
.cp-cp-tile-icon img.svg {
  width: 16px !important;
  height: 16px !important;
  fill: #0066ff !important;
}
.cp-cp-tile-content {
  overflow: hidden;
  text-align: left;
}
.cp-cp-tile-content h6 {
  font-size: 0.84rem;
  font-weight: 700;
  color: #0b1f3a;
  margin-bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cp-cp-tile-content span {
  font-size: 0.72rem;
  color: #64748b;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Payment Marks Strip */
.cp-payment-marks-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cp-payment-badge {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 6px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
  transition: all 0.2s ease;
}
.cp-payment-badge:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}
.cp-payment-badge img {
  height: 24px !important;
  max-width: 105px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block;
}

/* Split List Icon Items */
.cp-split-list-icon,
svg.cp-split-list-icon {
  width: 22px !important;
  height: 22px !important;
  display: inline-block !important;
  vertical-align: text-bottom !important;
  margin-right: 10px !important;
  fill: #0066ff !important;
}
.cp-ott-split-we svg.cp-split-list-icon {
  fill: #38bdf8 !important;
  width: 22px !important;
  height: 22px !important;
  display: inline-block !important;
  vertical-align: text-bottom !important;
  margin-right: 10px !important;
  filter: drop-shadow(0 0 5px rgba(56, 189, 248, 0.6)) !important;
}
.cp-ott-split-we svg.cp-split-list-icon path,
.cp-ott-split-we svg.cp-split-list-icon polygon {
  fill: #38bdf8 !important;
}
.cp-ott-split-we svg.cp-split-list-icon #svg-ico,
.cp-ott-split-we svg.cp-split-list-icon [id="svg-ico"],
.cp-ott-split-we svg.cp-split-list-icon path#svg-ico {
  fill: #ffffff !important;
}
.cp-ott-split-we img.svg.cp-split-list-icon {
  width: 22px !important;
  height: 22px !important;
  display: inline-block !important;
  vertical-align: text-bottom !important;
  margin-right: 10px !important;
  filter: invert(79%) sepia(43%) saturate(1248%) hue-rotate(174deg) brightness(105%) contrast(97%) drop-shadow(0 1px 4px rgba(56, 189, 248, 0.5)) !important;
}
.cp-ott-split-we .cp-ott-split-list li {
  padding-left: 0 !important;
  color: #f1f5f9 !important;
}
.cp-ott-split-we .cp-ott-split-list li::before {
  display: none !important;
}
.cp-ott-split-we .cp-ott-split-list li strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.cp-icon-frame svg,
.cp-icon-frame img.svg {
  width: 26px !important;
  height: 26px !important;
  fill: #0066ff !important;
}
.cp-icon-frame-dark {
  width: 52px !important;
  height: 52px !important;
  border-radius: 14px !important;
  background: rgba(56, 189, 248, 0.16) !important;
  border: 1.5px solid rgba(56, 189, 248, 0.42) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 16px !important;
}
.cp-icon-frame-dark svg {
  width: 28px !important;
  height: 28px !important;
  fill: #38bdf8 !important;
  filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.65)) !important;
}
.cp-icon-frame-dark svg path,
.cp-icon-frame-dark svg polygon,
.cp-icon-frame-dark svg circle,
.cp-icon-frame-dark svg rect {
  fill: #38bdf8 !important;
}
.cp-icon-frame-dark svg #svg-ico,
.cp-icon-frame-dark svg [id="svg-ico"],
.cp-icon-frame-dark svg path#svg-ico {
  fill: #ffffff !important;
}
.cp-icon-frame-dark img.svg {
  width: 28px !important;
  height: 28px !important;
  filter: invert(79%) sepia(43%) saturate(1248%) hue-rotate(174deg) brightness(105%) contrast(97%) drop-shadow(0 2px 8px rgba(56, 189, 248, 0.5)) !important;
}

.cp-device-card .cp-device-icon,
.cp-device-card svg {
  width: 46px !important;
  height: 46px !important;
  fill: #38bdf8 !important;
  color: #38bdf8 !important;
  margin-bottom: 14px !important;
  display: inline-block !important;
  filter: drop-shadow(0 0 10px rgba(56, 189, 248, 0.75)) !important;
}
.cp-device-card svg path,
.cp-device-card svg polygon,
.cp-device-card svg circle,
.cp-device-card svg rect {
  fill: #38bdf8 !important;
}
.cp-device-card svg #svg-ico,
.cp-device-card svg [id="svg-ico"],
.cp-device-card svg path#svg-ico {
  fill: #ffffff !important;
}
.cp-device-card img.svg {
  width: 46px !important;
  height: 46px !important;
  margin-bottom: 14px !important;
  display: inline-block !important;
  filter: invert(79%) sepia(43%) saturate(1248%) hue-rotate(174deg) brightness(105%) contrast(97%) drop-shadow(0 2px 10px rgba(56, 189, 248, 0.65)) !important;
}

.cp-pipeline-step svg,
.cp-pipeline-step img.svg {
  width: 32px !important;
  height: 32px !important;
  margin: 0 auto 10px !important;
  display: block !important;
  fill: #0066ff !important;
}
.cp-pipeline-step.cp-pipeline-highlight svg {
  fill: #38bdf8 !important;
  filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.7)) !important;
}
.cp-pipeline-step.cp-pipeline-highlight .cp-pipeline-icon-box svg path,
.cp-pipeline-step.cp-pipeline-highlight .cp-pipeline-icon-box svg polygon {
  fill: #38bdf8 !important;
}
.cp-pipeline-step.cp-pipeline-highlight .cp-pipeline-icon-box svg #svg-ico {
  fill: #ffffff !important;
}
.cp-pipeline-step.cp-pipeline-highlight .cp-pipeline-icon-box img.svg {
  filter: invert(79%) sepia(43%) saturate(1248%) hue-rotate(174deg) brightness(105%) contrast(97%) drop-shadow(0 2px 8px rgba(56, 189, 248, 0.55)) !important;
}

.cp-console-box svg,
.cp-console-box img.svg {
  width: 22px !important;
  height: 22px !important;
  fill: #0066ff !important;
}
.cp-console-box[style*="#0b1f3a"],
.cp-console-box[style*="background: #0b1f3a"],
.cp-console-box-dark {
  background: linear-gradient(160deg, #122c52 0%, #0b1f3a 100%) !important;
  border: 1.5px solid rgba(56, 189, 248, 0.45) !important;
  box-shadow: 0 10px 28px -4px rgba(0, 0, 0, 0.45) !important;
}
.cp-console-box[style*="#0b1f3a"] h5,
.cp-console-box-dark h5 {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.cp-console-box[style*="#0b1f3a"] p,
.cp-console-box-dark p {
  color: #f1f5f9 !important;
  opacity: 1 !important;
}
.cp-console-box[style*="#0b1f3a"] svg,
.cp-console-box-dark svg {
  fill: #38bdf8 !important;
  filter: drop-shadow(0 0 6px rgba(56, 189, 248, 0.65)) !important;
}
.cp-console-box[style*="#0b1f3a"] svg path,
.cp-console-box[style*="#0b1f3a"] svg polygon,
.cp-console-box-dark svg path,
.cp-console-box-dark svg polygon,
.cp-console-dark-icon path {
  fill: #38bdf8 !important;
}
.cp-console-box[style*="#0b1f3a"] svg #svg-ico,
.cp-console-box-dark svg #svg-ico {
  fill: #ffffff !important;
}
.cp-console-box[style*="#0b1f3a"] img.svg,
.cp-console-box-dark img.svg,
img.cp-console-dark-icon {
  fill: #38bdf8 !important;
  filter: invert(79%) sepia(43%) saturate(1248%) hue-rotate(174deg) brightness(105%) contrast(97%) drop-shadow(0 1px 6px rgba(56, 189, 248, 0.5)) !important;
}

/* --- Graphic Enhancements for OTT Solution --- */

/* 1. Value Guarantee Cards (Split Section Bottom) */
.cp-ott-guarantee-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}
@media (max-width: 768px) {
  .cp-ott-guarantee-grid {
    grid-template-columns: 1fr;
  }
}
.cp-ott-guarantee-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 2px 8px rgba(11, 31, 58, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.cp-ott-guarantee-item:hover {
  transform: translateY(-2px);
  border-color: #0066ff;
}
.cp-ott-guarantee-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cp-ott-guarantee-icon svg,
.cp-ott-guarantee-icon img.svg {
  width: 22px !important;
  height: 22px !important;
  fill: #0066ff !important;
}
.cp-ott-guarantee-text h6 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0b1f3a;
  margin-bottom: 2px;
}
.cp-ott-guarantee-text p {
  font-size: 0.8rem;
  color: #64748b;
  margin-bottom: 0;
  line-height: 1.35;
}

/* 2. Technical Spec Pills (Scoped to light console boxes only, preserving hero pills) */
.cp-console-box:not(.cp-console-box-dark) .cp-spec-pill,
.sec-normal:not(.sec-bg4):not(.cp-split-hero) .cp-spec-pill:not(.cp-pill-dark) {
  display: inline-flex;
  align-items: center;
  font-size: 0.74rem;
  font-weight: 600;
  color: #0f172a !important;
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  padding: 3px 10px;
  margin: 3px 4px 3px 0;
  line-height: 1.4;
  white-space: nowrap;
}
.cp-console-box:not(.cp-console-box-dark) .cp-spec-pill i,
.sec-normal:not(.sec-bg4):not(.cp-split-hero) .cp-spec-pill:not(.cp-pill-dark) i {
  font-size: 0.72rem;
  color: #0066ff;
  margin-right: 5px;
}
.cp-spec-pill.cp-pill-dark,
.sec-bg4 .cp-spec-pill,
.cp-console-box-dark .cp-spec-pill {
  background: rgba(56, 189, 248, 0.14) !important;
  border: 1px solid rgba(56, 189, 248, 0.35) !important;
  color: #f8fafc !important;
  border-radius: 999px !important;
}
.cp-spec-pill.cp-pill-dark i,
.sec-bg4 .cp-spec-pill i,
.cp-console-box-dark .cp-spec-pill i {
  color: #38bdf8 !important;
}

/* 3. Control Plane Chips */
.cp-controlplane-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}
.cp-controlplane-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #334155;
  transition: all 0.2s ease;
}
.cp-controlplane-chip:hover {
  border-color: #0066ff;
  color: #0066ff;
  background: #f8fafc;
  transform: translateY(-1px);
}
.cp-controlplane-chip svg,
.cp-controlplane-chip img.svg {
  width: 14px !important;
  height: 14px !important;
  fill: #0066ff !important;
}

/* 4. App Platform Badges */
.cp-app-badge-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.cp-app-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(56, 189, 248, 0.16) !important;
  border: 1px solid rgba(56, 189, 248, 0.38) !important;
  border-radius: 6px;
  padding: 4px 9px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ffffff !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}
.cp-app-badge i {
  color: #38bdf8 !important;
  font-size: 0.85rem;
  text-shadow: 0 0 6px rgba(56, 189, 248, 0.5);
}
.cp-app-badge svg {
  width: 13px !important;
  height: 13px !important;
  fill: #38bdf8 !important;
  filter: drop-shadow(0 0 4px rgba(56, 189, 248, 0.6)) !important;
}
.cp-app-badge img.svg {
  width: 13px !important;
  height: 13px !important;
  filter: invert(79%) sepia(43%) saturate(1248%) hue-rotate(174deg) brightness(105%) contrast(97%) drop-shadow(0 1px 4px rgba(56, 189, 248, 0.6)) !important;
}
.cp-app-badge svg path,
.cp-app-badge svg polygon {
  fill: #38bdf8 !important;
}
.cp-app-badge svg #svg-ico {
  fill: #ffffff !important;
}

/* 5. Dynamic Storefront 3-Grid */
.cp-storefront-box {
  background: linear-gradient(165deg, #102747 0%, #081a33 100%) !important;
  border: 1.5px solid rgba(56, 189, 248, 0.38) !important;
  box-shadow: 0 14px 34px -4px rgba(0, 0, 0, 0.5) !important;
}
.cp-storefront-box h4 {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.cp-storefront-box p.cp-storefront-desc {
  color: #cbd5e1 !important;
  opacity: 1 !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
}
svg.cp-storefront-icon {
  fill: #38bdf8 !important;
  filter: drop-shadow(0 0 6px rgba(56, 189, 248, 0.65)) !important;
}
svg.cp-storefront-icon path {
  fill: #38bdf8 !important;
}
svg.cp-storefront-icon #svg-ico {
  fill: #ffffff !important;
}
img.cp-storefront-icon {
  filter: invert(79%) sepia(43%) saturate(1248%) hue-rotate(174deg) brightness(105%) contrast(97%) drop-shadow(0 1px 6px rgba(56, 189, 248, 0.6)) !important;
}
.cp-storefront-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
  text-align: left;
}
@media (max-width: 768px) {
  .cp-storefront-grid {
    grid-template-columns: 1fr;
  }
}
.cp-storefront-item {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(56, 189, 248, 0.28) !important;
  border-radius: 10px;
  padding: 15px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
}
.cp-storefront-item i {
  font-size: 1.25rem !important;
  color: #38bdf8 !important;
  margin-top: 2px;
  text-shadow: 0 0 10px rgba(56, 189, 248, 0.65);
}
.cp-storefront-item h6 {
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 3px;
}
.cp-storefront-item p {
  font-size: 0.82rem !important;
  color: #cbd5e1 !important;
  margin-bottom: 0;
  line-height: 1.45 !important;
}

/* 6. Payment Trust Chips */
.cp-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}
.cp-trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #475569;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 4px 12px;
}

/* 7. Hybrid Architecture Flow Graphic */
.cp-hybrid-flow {
  background: rgba(0, 0, 0, 0.45) !important;
  border: 1.5px solid rgba(56, 189, 248, 0.25) !important;
  border-radius: 10px;
  padding: 12px 16px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3) !important;
}
.cp-hybrid-flow-node {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.cp-hybrid-flow-node i {
  font-size: 0.9rem;
}
.cp-hybrid-flow-arrow {
  color: #38bdf8 !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  text-shadow: 0 0 8px rgba(56, 189, 248, 0.6) !important;
}
.cp-hybrid-spike .cp-hybrid-flow-arrow {
  color: #fbbf24 !important;
  text-shadow: 0 0 8px rgba(251, 191, 36, 0.6) !important;
}

/* Spike card specific icon & badge recoloring */
.cp-hybrid-spike .cp-icon-frame-dark {
  background: rgba(245, 158, 11, 0.16) !important;
  border-color: rgba(251, 191, 36, 0.45) !important;
}
.cp-hybrid-spike .cp-icon-frame-dark svg {
  fill: #fbbf24 !important;
  filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.65)) !important;
}
.cp-hybrid-spike .cp-icon-frame-dark svg path,
.cp-hybrid-spike .cp-icon-frame-dark svg polygon {
  fill: #fbbf24 !important;
}
.cp-hybrid-spike .cp-icon-frame-dark svg #svg-ico {
  fill: #ffffff !important;
}
.cp-hybrid-spike .cp-icon-frame-dark img.svg {
  fill: #fbbf24 !important;
  filter: invert(77%) sepia(85%) saturate(840%) hue-rotate(352deg) brightness(102%) contrast(98%) drop-shadow(0 2px 8px rgba(251, 191, 36, 0.6)) !important;
}
.cp-hybrid-spike .cp-icon-frame-dark svg path,
.cp-hybrid-spike .cp-icon-frame-dark svg polygon {
  fill: #fbbf24 !important;
}

/* 8. Screen Count Chip */
.cp-screen-chip {
  font-size: 0.7rem;
  font-weight: 700;
  color: #0284c7;
  background: #e0f2fe;
  border-radius: 6px;
  padding: 2px 7px;
  margin-left: auto;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.cp-console-box[style*="#0b1f3a"] .cp-screen-chip,
.cp-console-box-dark .cp-screen-chip {
  background: rgba(56, 189, 248, 0.22) !important;
  color: #38bdf8 !important;
  border: 1px solid rgba(56, 189, 248, 0.45) !important;
}

/* 9. Pilot 3-Step Timeline Graphic */
.cp-pilot-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .cp-pilot-timeline {
    grid-template-columns: 1fr;
  }
}
.cp-pilot-step {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1.5px solid rgba(56, 189, 248, 0.35) !important;
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
}
.cp-pilot-step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #38bdf8;
  color: #071527;
  font-weight: 800;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(56, 189, 248, 0.6);
}
.cp-pilot-step-text h6 {
  font-size: 0.84rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2px;
}
.cp-pilot-step-text small {
  font-size: 0.76rem;
  color: #cbd5e1 !important;
  display: block;
  font-weight: 500;
}

/* General Dark Navy Section Subheading Clarity */
section[style*="#0b1f3a"] .section-subheading,
section[style*="#071527"] .section-subheading,
.cp-pilot-banner p {
  color: #cbd5e1 !important;
  opacity: 1 !important;
}

/* ==========================================================================
   Colocation Solution Page Components
   ========================================================================== */

/* Datacenter Telemetry HUD in Hero Visual */
.cp-datacenter-telemetry-hud {
  background: rgba(11, 31, 58, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(56, 189, 248, 0.28);
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

/* Architecture Flow Card */
.cp-colocation-flow-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.cp-colocation-flow-card:hover {
  transform: translateY(-3px);
  border-color: rgba(56, 189, 248, 0.5);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35), 0 0 16px rgba(56, 189, 248, 0.15);
}

/* Architecture Flow Step Indicator */
.cp-colocation-flow-step {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1f74e8 0%, #003d8f 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(31, 116, 232, 0.4);
}

/* Latency & Connectivity Box */
.cp-latency-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
}
.cp-latency-grid .badge {
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}









