.managed-cta-section {
  position: relative;
  margin-top: clamp(48px, 7vw, 88px);
}

.managed-cta-shell {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background-color: #0d2a55;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  box-shadow: 0 28px 70px rgba(4, 19, 52, 0.18);
}

.managed-cta-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 28, 68, 0.76) 0%, rgba(7, 28, 68, 0.54) 36%, rgba(7, 28, 68, 0.38) 58%, rgba(7, 28, 68, 0.68) 100%),
    radial-gradient(circle at 85% 20%, rgba(36, 205, 246, 0.18), transparent 18%),
    radial-gradient(circle at 12% 78%, rgba(255, 255, 255, 0.08), transparent 22%);
}

.managed-cta-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
}

.managed-cta-shell .container {
  position: relative;
  z-index: 1;
}

.managed-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(32px, 4vw, 72px);
  align-items: center;
  min-height: clamp(400px, 52vw, 560px);
  padding: clamp(82px, 9vw, 124px) 0;
}

.managed-cta-copy {
  max-width: 620px;
}

.managed-cta-copy h3 {
  margin: 22px 0 0;
  color: #fff;
  font-size: clamp(2.6rem, 4.8vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.managed-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(20px);
  color: #f8fbff;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.managed-cta-eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #23d8f6;
  box-shadow: 0 0 0 6px rgba(35, 216, 246, 0.18);
}

.managed-cta-text {
  max-width: 560px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.03rem;
  line-height: 1.9;
}

.managed-cta-text p:last-child {
  margin-bottom: 0;
}

.managed-cta-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  justify-self: center;
  width: min(100%, 480px);
}

.managed-cta-contact-card {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  max-width: 100%;
  padding: 18px 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(20px);
  width: min(100%, 460px);
}

.managed-cta-contact-icon {
  width: 68px;
  height: 68px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #10c7ea 0%, #12b4ee 100%);
  color: #fff;
  font-size: 28px;
  box-shadow: 0 18px 36px rgba(18, 180, 238, 0.3);
}

.managed-cta-contact-copy span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.managed-cta-contact-copy a {
  color: #fff;
  font-size: clamp(1.5rem, 2.3vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.managed-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  width: 100%;
}

.managed-cta-button {
  min-width: 210px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 0 30px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.managed-cta-button span {
  color: inherit;
}

.managed-cta-button:hover {
  display: inline-flex;
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}

.managed-cta-button:focus,
.managed-cta-button:focus-visible {
  display: inline-flex;
  color: #fff;
  text-decoration: none;
}

.managed-cta-button:hover span,
.managed-cta-button:focus span,
.managed-cta-button:focus-visible span {
  color: #fff;
  text-decoration: none;
}

.managed-cta-button:hover span,
.managed-cta-button:focus span,
.managed-cta-button:focus-visible span {
  color: #fff;
  text-decoration: none;
}

.managed-cta-button--primary {
  background: linear-gradient(135deg, #12c2e9 0%, #12b7ef 100%);
  color: #fff;
  box-shadow: 0 22px 38px rgba(18, 183, 239, 0.28);
}

.managed-cta-button--ghost {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
}

/* Main services page: premium consultation CTA */
.managed-cta-section--services-premium {
  margin-top: clamp(64px, 8vw, 104px);
}

.managed-cta-section--services-premium .managed-cta-shell {
  min-height: 560px;
  background-position: center 42%;
  box-shadow:
    0 34px 90px rgba(4, 19, 52, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.managed-cta-section--services-premium .managed-cta-shell::before {
  background:
    linear-gradient(96deg, rgba(3, 20, 51, 0.96) 0%, rgba(4, 30, 68, 0.88) 43%, rgba(6, 47, 83, 0.62) 100%),
    radial-gradient(circle at 78% 22%, rgba(27, 210, 229, 0.24), transparent 25%),
    radial-gradient(circle at 18% 88%, rgba(255, 255, 255, 0.08), transparent 28%);
}

.managed-cta-section--services-premium .managed-cta-shell::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 34%),
    linear-gradient(90deg, transparent 0%, rgba(83, 232, 224, 0.08) 50%, transparent 100%);
}

.managed-cta-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.managed-cta-atmosphere span {
  position: absolute;
  display: block;
  border: 1px solid rgba(102, 235, 226, 0.16);
  border-radius: 50%;
}

.managed-cta-atmosphere span:first-child {
  top: -210px;
  right: 5%;
  width: 510px;
  height: 510px;
  box-shadow: 0 0 90px rgba(16, 199, 234, 0.08);
}

.managed-cta-atmosphere span:last-child {
  right: 28%;
  bottom: -310px;
  width: 600px;
  height: 600px;
  border-color: rgba(255, 255, 255, 0.08);
}

.managed-cta-section--services-premium .managed-cta-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, 0.92fr);
  gap: clamp(54px, 7vw, 112px);
  min-height: 560px;
  padding: clamp(88px, 9vw, 122px) 0;
}

.managed-cta-section--services-premium .managed-cta-copy {
  max-width: 670px;
}

.managed-cta-section--services-premium .managed-cta-copy h3 {
  max-width: 650px;
  margin-top: 24px;
  font-size: clamp(3rem, 5vw, 4.9rem);
  line-height: 0.97;
  letter-spacing: -0.06em;
  text-shadow: 0 14px 42px rgba(0, 0, 0, 0.2);
}

.managed-cta-section--services-premium .managed-cta-eyebrow {
  padding: 10px 18px;
  background: rgba(8, 42, 80, 0.42);
  border-color: rgba(109, 235, 228, 0.24);
  color: #9ff6ec;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.managed-cta-section--services-premium .managed-cta-eyebrow::before {
  width: 8px;
  height: 8px;
  background: #68eadf;
  box-shadow: 0 0 0 5px rgba(104, 234, 223, 0.12), 0 0 22px rgba(104, 234, 223, 0.48);
}

.managed-cta-section--services-premium .managed-cta-text {
  max-width: 590px;
  color: rgba(237, 247, 255, 0.76);
  font-size: 1.08rem;
  line-height: 1.85;
}

.managed-cta-section--services-premium .managed-cta-side {
  position: relative;
  isolation: isolate;
  align-items: stretch;
  justify-self: end;
  width: min(100%, 520px);
  gap: 22px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
    rgba(6, 29, 67, 0.34);
  backdrop-filter: blur(22px) saturate(125%);
  box-shadow:
    0 32px 72px rgba(2, 16, 45, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

.managed-cta-section--services-premium .managed-cta-side::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.7;
  background:
    radial-gradient(circle at 92% 4%, rgba(74, 229, 219, 0.24), transparent 30%),
    linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.07) 48%, transparent 64%);
}

.managed-cta-section--services-premium .managed-cta-contact-card {
  width: 100%;
  padding: 4px 0 24px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.managed-cta-section--services-premium .managed-cta-contact-icon {
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: linear-gradient(145deg, #22d4e4 0%, #0daed8 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 18px 34px rgba(4, 172, 214, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.managed-cta-section--services-premium .managed-cta-contact-copy {
  min-width: 0;
}

.managed-cta-section--services-premium .managed-cta-contact-copy span {
  color: #8eece5;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
}

.managed-cta-section--services-premium .managed-cta-contact-copy a {
  font-size: clamp(1.65rem, 2.25vw, 2.25rem);
  letter-spacing: -0.045em;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.managed-cta-section--services-premium .managed-cta-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 10px;
}

.managed-cta-section--services-premium .managed-cta-button {
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 54px;
  justify-content: flex-start;
  gap: 10px;
  overflow: hidden;
  padding: 0 15px;
  border-radius: 15px;
  font-size: 0.88rem;
  box-shadow: none;
  transition:
    background-color 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease,
    filter 0.32s ease;
}

.managed-cta-section--services-premium .managed-cta-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -55%;
  left: -62%;
  width: 42%;
  height: 210%;
  pointer-events: none;
  opacity: 0;
  transform: translateX(0) skewX(-18deg);
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 24%,
    rgba(255, 255, 255, 0.76) 50%,
    rgba(126, 248, 239, 0.32) 72%,
    transparent 100%
  );
  will-change: transform, opacity;
}

@keyframes managed-cta-services-sheen {
  0% {
    opacity: 0;
    transform: translateX(0) skewX(-18deg);
  }
  14% {
    opacity: 1;
  }
  78% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(390%) skewX(-18deg);
  }
}

.managed-cta-section--services-premium .managed-cta-button i {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  font-size: 0.95rem;
}

.managed-cta-section--services-premium .managed-cta-button i:first-child {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.managed-cta-section--services-premium .managed-cta-button i:last-child {
  margin-inline-start: auto;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
}

.managed-cta-section--services-premium .managed-cta-button span {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.managed-cta-section--services-premium .managed-cta-button--primary {
  background: linear-gradient(135deg, #15cce0 0%, #079fcf 100%);
  box-shadow: 0 16px 32px rgba(5, 167, 210, 0.24);
}

.managed-cta-section--services-premium .managed-cta-button--ghost {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.16);
}

.managed-cta-section--services-premium .managed-cta-button:hover {
  display: inline-flex;
  transform: none;
}

.managed-cta-section--services-premium .managed-cta-button:hover::before,
.managed-cta-section--services-premium .managed-cta-button:focus-visible::before {
  animation: managed-cta-services-sheen 1.05s linear 1;
}

.managed-cta-section--services-premium .managed-cta-button--primary:hover {
  background: linear-gradient(135deg, #15cce0 0%, #079fcf 100%);
  box-shadow: 0 16px 32px rgba(5, 167, 210, 0.24);
}

.managed-cta-section--services-premium .managed-cta-button--ghost:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.managed-cta-section--services-premium .managed-cta-button:focus-visible {
  outline: 2px solid #8ef5eb;
  outline-offset: 3px;
}

/* Individual service pages: the same premium control panel in a tighter footprint. */
.managed-cta-section--service-detail .managed-cta-side {
  position: relative;
  isolation: isolate;
  align-items: stretch;
  justify-self: end;
  width: min(100%, 460px);
  gap: 16px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
    rgba(8, 34, 72, 0.46);
  box-shadow:
    0 24px 54px rgba(1, 15, 43, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(22px) saturate(128%);
}

.managed-cta-section--service-detail .managed-cta-side::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 94% 0%, rgba(72, 231, 222, 0.2), transparent 31%),
    linear-gradient(115deg, transparent 32%, rgba(255, 255, 255, 0.055) 49%, transparent 65%);
}

.managed-cta-section--service-detail .managed-cta-contact-card {
  width: 100%;
  gap: 14px;
  padding: 2px 0 17px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.managed-cta-section--service-detail .managed-cta-contact-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  font-size: 22px;
  background: linear-gradient(145deg, #22d4e4 0%, #0daed8 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 14px 28px rgba(4, 172, 214, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.managed-cta-section--service-detail .managed-cta-contact-copy {
  min-width: 0;
}

.managed-cta-section--service-detail .managed-cta-contact-copy span {
  color: #8eece5;
  font-size: 0.7rem;
  letter-spacing: 0.13em;
}

.managed-cta-section--service-detail .managed-cta-contact-copy a {
  font-size: clamp(1.4rem, 2vw, 1.82rem);
  letter-spacing: -0.045em;
  text-shadow: 0 7px 20px rgba(0, 0, 0, 0.18);
}

.managed-cta-section--service-detail .managed-cta-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 9px;
}

.managed-cta-section--service-detail .managed-cta-button {
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 48px;
  justify-content: flex-start;
  gap: 9px;
  overflow: hidden;
  padding: 0 13px;
  border-radius: 14px;
  font-size: 0.82rem;
  transform: none;
  box-shadow: none;
}

.managed-cta-section--service-detail .managed-cta-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -55%;
  left: -62%;
  width: 42%;
  height: 210%;
  pointer-events: none;
  opacity: 0;
  transform: translateX(0) skewX(-18deg);
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 24%,
    rgba(255, 255, 255, 0.76) 50%,
    rgba(126, 248, 239, 0.32) 72%,
    transparent 100%
  );
  will-change: transform, opacity;
}

.managed-cta-section--service-detail .managed-cta-button i,
.managed-cta-section--service-detail .managed-cta-button span {
  position: relative;
  z-index: 1;
}

.managed-cta-section--service-detail .managed-cta-button i {
  flex: 0 0 auto;
  font-size: 0.88rem;
}

.managed-cta-section--service-detail .managed-cta-button i:first-child {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.managed-cta-section--service-detail .managed-cta-button i:last-child {
  margin-inline-start: auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
}

.managed-cta-section--service-detail .managed-cta-button span {
  white-space: nowrap;
}

.managed-cta-section--service-detail .managed-cta-button--primary {
  background: linear-gradient(135deg, #15cce0 0%, #079fcf 100%);
  box-shadow: 0 13px 26px rgba(5, 167, 210, 0.2);
}

.managed-cta-section--service-detail .managed-cta-button--ghost {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.16);
}

.managed-cta-section--service-detail .managed-cta-button:hover,
.managed-cta-section--service-detail .managed-cta-button:focus-visible {
  transform: none;
}

.managed-cta-section--service-detail .managed-cta-button:hover::before,
.managed-cta-section--service-detail .managed-cta-button:focus-visible::before {
  animation: managed-cta-services-sheen 1.05s linear 1;
}

.managed-cta-section--service-detail .managed-cta-button--primary:hover {
  background: linear-gradient(135deg, #15cce0 0%, #079fcf 100%);
  box-shadow: 0 13px 26px rgba(5, 167, 210, 0.2);
}

.managed-cta-section--service-detail .managed-cta-button--ghost:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.managed-cta-section--service-detail .managed-cta-button:focus-visible {
  outline: 2px solid #8ef5eb;
  outline-offset: 3px;
}

html[dir="rtl"] .managed-cta-side {
  align-items: center;
}

html[dir="rtl"] .managed-cta-section--services-premium .managed-cta-side {
  align-items: stretch;
  justify-self: start;
}

html[dir="rtl"] .managed-cta-section--service-detail .managed-cta-side {
  align-items: stretch;
  justify-self: start;
}

html[dir="rtl"] .managed-cta-section--service-detail .managed-cta-contact-copy {
  text-align: right;
}

html[dir="rtl"] .managed-cta-section--services-premium .managed-cta-copy,
html[dir="rtl"] .managed-cta-section--services-premium .managed-cta-text,
html[dir="rtl"] .managed-cta-section--services-premium .managed-cta-contact-copy {
  text-align: right;
}

@media (max-width: 1199.98px) {
  .managed-cta-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: 0;
  }

  .managed-cta-copy,
  .managed-cta-text {
    max-width: none;
  }

  .managed-cta-section--services-premium .managed-cta-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  .managed-cta-section--services-premium .managed-cta-copy {
    max-width: 760px;
  }

  .managed-cta-section--services-premium .managed-cta-side,
  html[dir="rtl"] .managed-cta-section--services-premium .managed-cta-side {
    justify-self: stretch;
    width: min(100%, 620px);
  }

  .managed-cta-section--service-detail .managed-cta-side,
  html[dir="rtl"] .managed-cta-section--service-detail .managed-cta-side {
    justify-self: stretch;
  }
}

@media (max-width: 991.98px) {
  .managed-cta-shell {
    background-attachment: scroll;
  }
}

@media (max-width: 767.98px) {
  .managed-cta-section {
    margin-top: 36px;
  }

  .managed-cta-grid {
    padding: 62px 0;
  }

  .managed-cta-copy h3 {
    font-size: clamp(2.1rem, 9vw, 3rem);
  }

  .managed-cta-contact-card {
    width: 100%;
  }

  .managed-cta-contact-copy a {
    white-space: normal;
  }

  .managed-cta-section--services-premium {
    margin-top: 44px;
  }

  .managed-cta-section--services-premium .managed-cta-shell,
  .managed-cta-section--services-premium .managed-cta-grid {
    min-height: 0;
  }

  .managed-cta-section--services-premium .managed-cta-grid {
    padding: 70px 0;
  }

  .managed-cta-section--services-premium .managed-cta-copy h3 {
    font-size: clamp(2.35rem, 9.5vw, 3.35rem);
    line-height: 1;
  }

  .managed-cta-section--services-premium .managed-cta-side {
    padding: 22px;
    border-radius: 28px;
  }


  .managed-cta-section--service-detail .managed-cta-side {
    padding: 20px;
    border-radius: 24px;
  }
}

@media (max-width: 575.98px) {
  .managed-cta-grid {
    padding: 52px 0;
  }

  .managed-cta-side {
    gap: 18px;
  }

  .managed-cta-contact-card {
    padding: 18px;
    border-radius: 22px;
  }

  .managed-cta-contact-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 22px;
  }

  .managed-cta-actions {
    width: 100%;
    flex-direction: column;
    justify-content: stretch;
  }

  .managed-cta-button {
    width: 100%;
  }

  .managed-cta-section--services-premium .managed-cta-grid {
    padding: 58px 0;
  }

  .managed-cta-section--services-premium .managed-cta-text {
    font-size: 1rem;
    line-height: 1.75;
  }

  .managed-cta-section--services-premium .managed-cta-side {
    padding: 20px;
    border-radius: 24px;
  }

  .managed-cta-section--services-premium .managed-cta-contact-card {
    align-items: flex-start;
    gap: 14px;
    padding-bottom: 20px;
  }

  .managed-cta-section--services-premium .managed-cta-contact-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 21px;
  }

  .managed-cta-section--services-premium .managed-cta-contact-copy a {
    font-size: clamp(1.18rem, 6.1vw, 1.65rem);
    white-space: nowrap;
  }

  .managed-cta-section--services-premium .managed-cta-actions {
    grid-template-columns: 1fr;
  }

  .managed-cta-section--services-premium .managed-cta-button {
    min-height: 52px;
  }

  .managed-cta-section--service-detail .managed-cta-side {
    padding: 18px;
    border-radius: 22px;
  }

  .managed-cta-section--service-detail .managed-cta-contact-card {
    align-items: flex-start;
    padding-bottom: 17px;
  }

  .managed-cta-section--service-detail .managed-cta-contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    font-size: 19px;
  }

  .managed-cta-section--service-detail .managed-cta-contact-copy a {
    font-size: clamp(1.12rem, 5.5vw, 1.45rem);
    white-space: nowrap;
  }

  .managed-cta-section--service-detail .managed-cta-actions {
    grid-template-columns: 1fr;
  }

  .managed-cta-section--service-detail .managed-cta-button {
    min-height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .managed-cta-section--services-premium .managed-cta-button {
    transition-duration: 0.01ms !important;
  }

  .managed-cta-section--services-premium .managed-cta-button::before {
    display: none;
    animation: none !important;
  }

  .managed-cta-section--service-detail .managed-cta-button::before {
    display: none;
    animation: none !important;
  }
}
