/* Cloudbizz Secure · Echo · Care — page-scoped visual system */

.care-page {
  --care-navy: #080942;
  --care-copy: #1b266a;
  --care-violet: #3825ff;
  --care-lilac: #f2f1ff;
  --care-line: rgba(203, 208, 241, .78);
  background: #f8f8ff;
}

@media (min-width: 1121px) {
  .care-page {
    --header-h: 80px;
    --cb-topbar-h: 80px;
    --main-container: min(calc(100% - 264px), 1434px);
  }
}

.care-main {
  position: relative;
  overflow: hidden;
  color: var(--care-navy);
  background:
    radial-gradient(circle at 9% 7%, rgba(92, 72, 255, .07), transparent 23%),
    linear-gradient(180deg, #fff 0, #f9f9ff 34%, #fff 100%);
}

.care-page .page-breadcrumb {
  margin-top: 28px;
  margin-bottom: -20px;
}

.care-accent {
  color: var(--cb-primary);
  background: var(--cb-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.care-wordmark {
  color: var(--care-navy);
  font-weight: 900;
  letter-spacing: -.05em;
}

.care-wordmark i {
  color: var(--cb-primary);
  font-style: normal;
}

/* ---- Hero ---- */
.care-hero {
  position: relative;
  isolation: isolate;
  width: var(--main-container);
  height: 657px;
  display: grid;
  grid-template-columns: minmax(0, 570px) minmax(0, 1fr);
  gap: clamp(36px, 4vw, 68px);
  align-items: stretch;
  margin: 0 auto;
  padding: 42px 0 0;
}

.care-hero::before {
  content: "";
  position: absolute;
  z-index: -3;
  top: -54px;
  right: 50%;
  bottom: 0;
  width: 100vw;
  transform: translateX(50%);
  background:
    radial-gradient(circle at 7% 18%, rgba(113, 91, 255, .085), transparent 27%),
    radial-gradient(circle at 72% 42%, rgba(104, 91, 255, .105), transparent 34%),
    radial-gradient(circle at 94% 70%, rgba(86, 126, 255, .1), transparent 25%),
    linear-gradient(180deg, #fdfdff 0%, #fafaff 50%, #f2f2ff 100%);
  border-bottom: 1px solid rgba(235, 237, 251, .94);
}

.care-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 760px;
  height: 560px;
  top: 12px;
  right: -92px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(98, 74, 255, .18) 0, rgba(119, 103, 255, .08) 32%, transparent 68%);
  filter: blur(24px);
  pointer-events: none;
}

.care-hero__copy {
  position: relative;
  z-index: 8;
  min-width: 0;
  padding-top: 7px;
}

.care-page .ova-kicker {
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0 14px 0 9px;
  border: 1px solid #c9caff;
  border-radius: 999px;
  color: var(--cb-primary);
  background: rgba(255,255,255,.86);
  box-shadow: 0 7px 18px rgba(37,16,243,.08), inset 0 1px 0 #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .084em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.care-page .ova-kicker .hero-kicker__dot {
  width: 16px;
  height: 16px;
  flex: none;
}

.care-hero h1 {
  max-width: 570px;
  margin: 18px 0 0;
  color: var(--care-navy);
  font-family: var(--cb-display-font);
  font-size: var(--cb-title-hero);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
  text-wrap: pretty;
}

.care-hero__title-line {
  display: block;
}

.care-hero__title-line + .care-hero__title-line {
  margin-top: -12px;
}

.care-lead {
  max-width: 500px;
  margin: 20px 0 0;
  color: var(--care-copy);
  font-size: 18px;
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.38;
}

.care-lead strong {
  color: var(--care-navy);
  font-weight: 900;
}

.care-lead__line { display: block; }

.care-hero__benefits {
  width: 358px;
  max-width: 100%;
  display: grid;
  gap: 0;
  margin: 10px 0 0;
  padding: 6px 17px;
  border: 1px solid rgba(212, 217, 242, .98);
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 34px rgba(18,16,104,.085), inset 0 1px 0 #fff;
  list-style: none;
}

.care-hero__benefits li {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #0d1152;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.018em;
}

.care-hero__benefits li + li {
  border-top: 1px solid rgba(218, 222, 243, .9);
}

.care-hero__benefits svg {
  width: 41px;
  height: 31px;
  flex: none;
  padding: 6px 12px 6px 2px;
  border-right: 1px solid rgba(209, 214, 240, .92);
  fill: none;
  stroke: var(--cb-primary);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.care-hero__actions {
  max-width: 537px;
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  align-items: center;
  gap: 30px;
  margin-top: 25px;
}

.care-hero__actions .btn {
  min-width: 0;
  min-height: 48px;
  padding-inline: 22px;
  border-radius: 9px;
  font-size: 14px;
  white-space: nowrap;
}

.care-hero__actions .btn svg {
  width: 19px;
  height: 19px;
  flex: none;
  padding: 0;
  border-radius: 0;
  color: currentColor;
  background: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.care-hero__actions .btn--primary {
  justify-content: space-between;
  box-shadow: 0 12px 26px rgba(55, 35, 255, .27);
}

.care-hero__actions .btn--outline {
  justify-content: space-between;
  border-color: #918aff;
  color: #19105e;
  background: rgba(255,255,255,.72);
  box-shadow: none;
}

.care-hero__commitment {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 19px 0 0 7px;
  color: #59639b;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: -.008em;
}

.care-hero__commitment svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--cb-primary);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Hero chain illustration: all labels remain live, translated DOM. */
.care-hero__stack {
  position: relative;
  isolation: isolate;
  min-width: 0;
  height: 610px;
  align-self: end;
  transform: translate(64px, -65px);
}

.care-hero__stack::before,
.care-hero__stack::after {
  content: "";
  position: absolute;
  z-index: -4;
  left: 50%;
  top: -6px;
  width: 620px;
  height: 620px;
  translate: -50% 0;
  border-radius: 50%;
  pointer-events: none;
}

.care-hero__stack::before {
  border: 1px solid rgba(255,255,255,.94);
  box-shadow: inset 0 0 0 1px rgba(142, 132, 255, .05), 0 0 70px rgba(100, 83, 255, .06);
}

.care-hero__stack::after {
  width: 560px;
  height: 560px;
  top: 24px;
  background:
    radial-gradient(circle at 50% 46%, transparent 0 42%, rgba(117, 102, 255, .08) 42.2% 42.6%, transparent 42.8%),
    radial-gradient(circle at 50% 46%, transparent 0 57%, rgba(255,255,255,.94) 57.2% 57.5%, transparent 57.7%);
}

.care-orbit {
  position: absolute;
  z-index: -3;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(137, 128, 255, .17);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.care-orbit--one { width: 506px; height: 506px; }
.care-orbit--two { width: 574px; height: 462px; border-style: dashed; }
.care-orbit--three { width: 760px; height: 570px; border-color: rgba(255,255,255,.86); }

.care-orbit-dot {
  position: absolute;
  z-index: 1;
  width: 12px;
  height: 12px;
  border: 3px solid rgba(255,255,255,.94);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 8px #fff, 0 0 14px rgba(75, 52, 255, .8);
  animation: care-dot-pulse 3.6s ease-in-out infinite;
}

.care-orbit-dot--one { left: 12%; top: 48%; }
.care-orbit-dot--two { right: 8%; top: 22%; animation-delay: -.9s; }
.care-orbit-dot--three { right: 10%; bottom: 20%; animation-delay: -1.8s; }
.care-orbit-dot--four { left: 22%; top: 18%; width: 9px; height: 9px; animation-delay: -2.6s; }

.care-platform-ring {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  border: 1.5px solid rgba(255,255,255,.98);
  border-radius: 50%;
  box-shadow: 0 0 17px rgba(255,255,255,.95), 0 0 34px rgba(75, 48, 255, .17);
  pointer-events: none;
}

.care-platform-ring--one { width: 800px; height: 178px; }
.care-platform-ring--two { width: 610px; height: 126px; bottom: -15px; border-color: rgba(125, 103, 255, .36); }
.care-platform-ring--three { width: 500px; height: 90px; bottom: 0; background: radial-gradient(ellipse, rgba(104, 87, 255, .22), transparent 67%); }

.care-stage-mini {
  position: absolute;
  z-index: 5;
  left: 50%;
  width: min(394px, calc(100% - 44px));
  min-height: 112px;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 16px 28px 16px 22px;
  transform: translateX(-50%);
  border: 2px solid rgba(226, 228, 248, .98);
  border-radius: 19px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 40px rgba(49, 31, 174, .11), inset 0 1px 0 #fff;
  text-align: left;
}

.care-stage-mini--secure { top: 77px; }
.care-stage-mini--care { top: 445px; }

.care-stage-mini--echo {
  top: 249px;
  width: min(446px, calc(100% - 20px));
  min-height: 138px;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 24px;
  padding-inline: 32px;
  border-color: rgba(164, 145, 255, .95);
  background:
    radial-gradient(circle at 14% 50%, rgba(70, 49, 255, .4), transparent 34%),
    linear-gradient(135deg, #130f58 0%, #21146f 45%, #31218a 100%);
  box-shadow: 0 0 0 3px rgba(92, 66, 255, .18), 0 20px 50px rgba(60, 36, 218, .34), 0 0 38px rgba(76, 51, 255, .36), inset 0 1px 0 rgba(255,255,255,.34);
}

.care-stage-mini__icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(166, 157, 255, .42);
  border-radius: 50%;
  color: var(--cb-primary);
  background: linear-gradient(145deg, #fff, #efedff);
  box-shadow: 0 8px 20px rgba(57, 38, 198, .14), inset 0 0 0 7px rgba(240,239,255,.72);
}

.care-stage-mini__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.care-stage-mini__icon--echo {
  width: 84px;
  height: 84px;
  color: #fff;
  border: 2px solid #775dff;
  background: radial-gradient(circle at 50% 45%, #261979 0, #15105b 70%);
  box-shadow: 0 0 20px rgba(91, 63, 255, .72), inset 0 0 18px rgba(92, 67, 255, .36);
}

.care-stage-mini__icon--echo svg { width: 48px; height: 28px; stroke-width: 2.2; }

.care-stage-mini__copy {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.care-stage-mini,
.care-stack-arrow {
  left: calc(50% + 7px);
}

.care-stage-mini b {
  color: var(--care-navy);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.052em;
  line-height: 1;
  white-space: nowrap;
}

.care-stage-mini b i {
  color: var(--cb-primary);
  font-style: normal;
}

.care-stage-mini .care-stage-mini__copy > span {
  color: #48549c;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .055em;
  line-height: 1.1;
  text-transform: uppercase;
}

.care-stage-mini--echo b {
  color: #fff;
  font-size: 32px;
}

.care-stage-mini--echo .care-stage-mini__copy > span {
  color: #d9d4ff;
  font-size: 15px;
}

.care-stack-arrow {
  position: absolute;
  z-index: 7;
  left: 50%;
  width: 2px;
  height: 60px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255,255,255,.34), #fff 36%, #8f7cff 100%);
  box-shadow: 0 0 12px rgba(93, 68, 255, .54);
}

.care-stack-arrow--one { top: 189px; }
.care-stack-arrow--two { top: 387px; }

.care-stack-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 14px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateX(-50%) rotate(45deg);
  filter: drop-shadow(0 0 5px #6c50ff);
}

@keyframes care-dot-pulse {
  0%, 100% { opacity: .62; scale: .82; }
  50% { opacity: 1; scale: 1.12; }
}

/* ---- Managed chain ---- */
.care-pipeline {
  position: relative;
  width: var(--main-container);
  margin: 0 auto;
  padding: 34px 0 96px;
}

.care-pipeline::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 50% 0 auto;
  width: 100vw;
  transform: translateX(50%);
  background:
    radial-gradient(circle at 50% 0, rgba(83, 73, 255, .055), transparent 30%),
    linear-gradient(180deg, #fff 0%, #fbfbff 100%);
}

.care-page .section-intro {
  max-width: 1050px;
}

.care-page .section-eyebrow {
  margin-bottom: 15px;
  color: var(--cb-primary);
  font-size: var(--cb-eyebrow-size);
  font-weight: var(--cb-eyebrow-weight);
  letter-spacing: var(--cb-eyebrow-tracking);
  line-height: 1;
}

.care-page .section-intro h2 {
  max-width: 1050px;
  color: var(--care-navy);
  font-family: var(--cb-display-font);
  font-size: var(--cb-title-section);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
}

/* The first-fold continuation is a compact centered title in the reference. */
.care-pipeline .section-intro h2 {
  font-size: var(--cb-title-section-side);
}

.care-pipeline .section-intro h2 > span {
  display: block;
}

.care-stages {
  display: grid;
  gap: 30px;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.care-stage {
  position: relative;
  min-height: 254px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1.55fr) minmax(250px, .75fr);
  gap: 32px;
  align-items: center;
  padding: 34px 40px;
  overflow: hidden;
  border: 1px solid rgba(213, 217, 241, .9);
  border-radius: 24px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 22px 54px rgba(18,16,104,.07), inset 0 1px 0 #fff;
}

.care-stage::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 360px;
  height: 360px;
  right: -120px;
  top: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(94, 72, 255, .1), transparent 68%);
  pointer-events: none;
}

.care-stage > * { position: relative; z-index: 1; }

.care-stage:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 4;
  left: 57px;
  bottom: -32px;
  height: 34px;
  border-left: 3px dotted #8f97d9;
}

.care-stage__index {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.care-stage__index span {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(37,16,243,.35);
  border-radius: 50%;
  color: var(--care-navy);
  background: linear-gradient(145deg, #fff, #f2f1ff);
  box-shadow: 0 10px 24px rgba(18,16,104,.1);
  font-size: 19px;
  font-weight: 900;
}

.care-stage__index b {
  color: #3c477f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.15;
  text-transform: uppercase;
}

.care-stage__body h3 { margin: 0; font-size: 29px; }

.care-stage__sub {
  margin: 8px 0 0;
  color: var(--cb-primary);
  font-size: 16px;
  font-weight: 800;
}

.care-stage__body > p:not(.care-stage__sub) {
  max-width: 620px;
  margin: 13px 0 0;
  color: #3c477f;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.care-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.care-chips li {
  padding: 7px 14px;
  border: 1px solid rgba(37,16,243,.18);
  border-radius: 999px;
  color: #1a1670;
  background: linear-gradient(180deg, #f7f6ff, #efedff);
  font-size: 12.5px;
  font-weight: 800;
}

.care-stage__visual {
  position: relative;
  min-height: 172px;
  display: grid;
  place-items: center;
}

.care-dome {
  position: absolute;
  inset: 8px 10px 22px;
  border: 1.5px solid rgba(124,99,255,.4);
  border-bottom: none;
  border-radius: 130px 130px 0 0;
  background: linear-gradient(180deg, rgba(238,236,255,.78), rgba(255,255,255,.22));
  box-shadow: inset 0 18px 44px rgba(91, 70, 255, .06);
}

.care-dome-shield {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 48px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg, #4e38ff, #2510f3);
  box-shadow: 0 14px 28px rgba(37,16,243,.32);
}

.care-dome-shield svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.care-dome-items {
  position: absolute;
  left: 50%;
  bottom: 26px;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.care-dome-items svg {
  width: 36px;
  height: 36px;
  padding: 7px;
  border: 1px solid rgba(222,226,246,.95);
  border-radius: 10px;
  fill: none;
  stroke: #17236f;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  background: #fff;
  box-shadow: 0 8px 18px rgba(18,16,104,.09);
}

.care-stage__visual--echo { min-height: 160px; }

.care-echo-glow {
  position: absolute;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124,99,255,.44), transparent 66%);
  filter: blur(5px);
}

.care-echo-hub {
  position: relative;
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(163, 146, 255, .8);
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(145deg, #1b125b, #4a2bd8);
  box-shadow: 0 20px 44px rgba(38,20,150,.4), inset 0 1px 0 rgba(255,255,255,.25);
  font-size: 48px;
  font-weight: 900;
}

.care-team { display: flex; gap: 12px; }

.care-team svg {
  width: 58px;
  height: 58px;
  padding: 13px;
  border: 1px solid rgba(183, 174, 255, .42);
  border-radius: 16px;
  fill: none;
  stroke: var(--cb-primary);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  background: linear-gradient(145deg, #fff, #efedff);
  box-shadow: 0 12px 26px rgba(50, 34, 173, .09);
}

/* ---- Coverage detail ---- */
.care-detail {
  position: relative;
  width: var(--main-container);
  margin: 0 auto;
  padding: 94px 0 80px;
}

.care-detail::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 50% 0 auto;
  width: 100vw;
  transform: translateX(50%);
  background:
    radial-gradient(circle at 18% 24%, rgba(107, 86, 255, .08), transparent 27%),
    radial-gradient(circle at 88% 68%, rgba(67, 190, 222, .08), transparent 25%),
    linear-gradient(180deg, #f7f7ff 0%, #fff 100%);
}

.care-detail__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.care-detail__grid article {
  min-height: 320px;
  padding: 31px 30px 28px;
  border: 1px solid rgba(213, 217, 241, .92);
  border-radius: 22px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 44px rgba(18,16,104,.06), inset 0 1px 0 #fff;
}

.care-detail__grid h3 { margin: 0; font-size: 24px; }

.care-detail__grid ul {
  display: grid;
  gap: 12px;
  margin: 21px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #eceef9;
  list-style: none;
}

.care-detail__grid li {
  position: relative;
  padding-left: 29px;
  color: #2c3675;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.42;
}

.care-detail__grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #efedff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%232510f3" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round"><path d="m6 12.5 4 4 8-9"/></svg>') center/11px no-repeat;
}

.care-detail__link { margin: 32px 0 0; text-align: center; }

.care-detail__link a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cb-primary);
  font-size: 15.5px;
  font-weight: 800;
  text-decoration: none;
}

.care-detail__link a:hover { text-decoration: underline; }

.care-detail__link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
}

/* ---- Summary + diagnostic ---- */
.care-tagline {
  width: var(--main-container);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 34px auto 44px;
  padding: 26px 32px;
  border: 1px solid rgba(207, 212, 240, .96);
  border-radius: 20px;
  background: linear-gradient(120deg, rgba(255,255,255,.98), rgba(245,244,255,.94));
  box-shadow: 0 18px 44px rgba(18,16,104,.07), inset 0 1px 0 #fff;
}

.care-tagline__shield {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #5135ff, #2510f3);
  box-shadow: 0 10px 24px rgba(37,16,243,.25);
}

.care-tagline__shield svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.care-tagline p {
  margin: 0;
  color: var(--care-navy);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.04em;
  text-align: center;
}

.care-diagnostic { margin-top: 0; }

.care-page .care-diagnostic h2 {
  font-family: var(--cb-display-font);
  font-size: var(--cb-title-cta);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
}

/* ---- Responsive ---- */
@media (max-width: 1380px) and (min-width: 1121px) {
  .care-page { --main-container: min(calc(100% - 160px), 1220px); }
  .care-hero { grid-template-columns: minmax(0, 520px) minmax(0, 1fr); gap: 28px; }
  .care-hero h1 { font-size: clamp(54px, 4.2vw, 62px); }
  .care-hero__stack { transform: translate(20px, -44px); }
  .care-hero__stack::before { width: 560px; height: 560px; top: 18px; }
  .care-orbit--three { width: 570px; }
  .care-platform-ring--one { width: 590px; }
}

@media (max-width: 1120px) {
  .care-page { --header-h: auto; --main-container: min(calc(100% - 40px), 980px); }
  .care-page .page-breadcrumb { margin: 20px auto -6px; }
  .care-hero {
    height: auto;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 44px 0 36px;
  }
  .care-hero__copy { max-width: 760px; padding-top: 0; }
  .care-hero h1 { max-width: 700px; font-size: clamp(46px, 7vw, 58px); }
  .care-lead { max-width: 650px; }
  .care-hero__stack { width: min(760px, 100%); height: 610px; margin: 20px auto 0; transform: none; }
  .care-stage { grid-template-columns: 96px minmax(0, 1fr); }
  .care-stage__visual { grid-column: 2; }
  .care-detail__grid { grid-template-columns: 1fr; }
  .care-detail__grid article { min-height: 0; }
}

@media (max-width: 700px) {
  .care-page { --main-container: min(calc(100% - 32px), 620px); }
  .care-page .page-breadcrumb { gap: 7px; font-size: 12px; }
  .care-hero { gap: 6px; padding-top: 38px; }
  .care-hero::after { width: 560px; right: -250px; }
  .care-page .ova-kicker { max-width: 100%; font-size: 10px; white-space: normal; }
  .care-hero h1 { margin-top: 22px; font-size: 42px; line-height: 1.03; }
  .care-lead { margin-top: 18px; font-size: 16.5px; line-height: 1.43; }
  .care-hero__benefits { width: 100%; }
  .care-hero__actions { grid-template-columns: 1fr; gap: 12px; }
  .care-hero__actions .btn { width: 100%; min-height: 50px; }
  .care-hero__commitment { justify-content: center; margin-left: 0; }
  .care-hero__stack { height: 500px; margin-top: 28px; }
  .care-hero__stack::before { width: 470px; height: 470px; top: 4px; }
  .care-hero__stack::after { width: 430px; height: 430px; }
  .care-orbit--one { width: 390px; height: 390px; }
  .care-orbit--two { width: 430px; height: 350px; }
  .care-orbit--three { width: 480px; height: 420px; }
  .care-stage-mini { width: min(310px, calc(100% - 18px)); min-height: 90px; grid-template-columns: 56px 1fr; gap: 14px; padding: 12px 18px; }
  .care-stage-mini--secure { top: 28px; }
  .care-stage-mini--echo { top: 166px; width: min(350px, 100%); min-height: 116px; grid-template-columns: 66px 1fr; gap: 16px; padding-inline: 18px; }
  .care-stage-mini--care { top: 330px; }
  .care-stage-mini,
  .care-stack-arrow { left: 50%; }
  .care-stage-mini__icon { width: 52px; height: 52px; }
  .care-stage-mini__icon svg { width: 27px; height: 27px; }
  .care-stage-mini__icon--echo { width: 64px; height: 64px; }
  .care-stage-mini b { font-size: 20px; }
  .care-stage-mini--echo b { font-size: 27px; }
  .care-stage-mini .care-stage-mini__copy > span { font-size: 11.5px; }
  .care-stage-mini--echo .care-stage-mini__copy > span { font-size: 12px; }
  .care-stack-arrow--one { top: 118px; height: 48px; }
  .care-stack-arrow--two { top: 282px; height: 48px; }
  .care-platform-ring--one { width: 440px; height: 112px; }
  .care-platform-ring--two { width: 360px; height: 88px; }
  .care-platform-ring--three { width: 300px; height: 62px; }
  .care-pipeline { padding: 72px 0 74px; }
  .care-page .section-eyebrow { font-size: 14px; }
  .care-page .section-intro h2 { font-size: 42px; line-height: 1.04; }
  .care-stages { margin-top: 34px; }
  .care-stage { min-height: 0; grid-template-columns: 1fr; gap: 20px; padding: 24px 20px; }
  .care-stage:not(:last-child)::after { left: 30px; }
  .care-stage__index { grid-template-columns: 58px minmax(0,1fr); justify-items: start; align-items: center; text-align: left; }
  .care-stage__visual { grid-column: 1; }
  .care-detail { padding: 72px 0 62px; }
  .care-detail__grid { gap: 16px; margin-top: 34px; }
  .care-detail__grid article { padding: 25px 22px; }
  .care-tagline { flex-direction: column; gap: 13px; margin-block: 28px 36px; padding: 22px 18px; }
  .care-tagline p { font-size: 20px; line-height: 1.3; }
}

@media (max-width: 390px) {
  .care-hero h1 { font-size: 38px; }
  html[lang="nl-BE"] .care-hero h1 { font-size: 36px; }
  .care-hero__benefits { padding-inline: 13px; }
  .care-hero__benefits li { gap: 10px; font-size: 13.5px; }
  .care-stage-mini--echo { width: 100%; }
  .care-platform-ring--one { width: 390px; }
  .care-page .section-intro h2 { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  .care-orbit-dot { animation: none; }
}
