.ceph-page {
  --ceph-line: #e8e9ed;
  --ceph-soft: #f7f7f8;
  --ceph-coral-soft: #fff5f2;
}

.ceph-page .pd-main {
  overflow: visible;
}

/* Keep anchored section headings clear of the fixed 64px site header. */
#ceph-capabilities {
  scroll-margin-top: 80px;
}

/* Keep the entitlement board compact and give the long comparison a clear rhythm. */
.ceph-rights-section {
  padding-top: 64px;
  padding-bottom: 78px;
}

.ceph-rights-heading {
  margin-bottom: 30px;
}

.ceph-plan-corner,
.ceph-plan {
  min-height: 176px;
}

.ceph-plan {
  padding-top: 18px;
  padding-bottom: 15px;
}

.ceph-plan > span {
  min-height: 46px;
  margin-top: 7px;
}

.ceph-plan > strong {
  margin-top: 5px;
  font-size: 19px;
}

.ceph-plan-meta {
  min-height: 30px;
  margin-top: 8px;
  padding: 0 8px;
  font-size: 10px;
}

.ceph-rights-table th,
.ceph-rights-table td {
  height: 35px;
  padding: 5px 11px;
}

.ceph-rights-table .ceph-table-section > th {
  position: static;
  height: 38px;
  padding: 8px 16px;
  border-right: 0;
  border-bottom: 1px solid #e4e6eb;
  color: #596274;
  background: #f8f9fb;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
}

.ceph-rights-table .ceph-table-section > th span {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
  border-radius: 50%;
  color: var(--site-brand);
  background: #fff0ed;
  font-size: 9px;
  font-weight: 750;
  vertical-align: middle;
}

.ceph-rights-table .ceph-table-section > th strong {
  color: var(--site-text-primary);
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
}

.ceph-rights-table .ceph-table-section > th small {
  margin-left: 12px;
  color: #a2a8b4;
  font-size: 10px;
  font-weight: 400;
  vertical-align: middle;
}

.ceph-rights-table .ceph-table-section:not(:first-child) > th {
  border-top: 7px solid #fff;
}

.ceph-rights-table .ceph-fault-row > * {
  padding-top: 9px;
  padding-bottom: 9px;
}

.ceph-rights-table .ceph-paired-row > th,
.ceph-rights-table .ceph-paired-row > td {
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (max-width: 760px) {
  .ceph-rights-section {
    padding-top: 52px;
    padding-bottom: 62px;
  }

  .ceph-plan-corner,
  .ceph-plan {
    min-height: 162px;
  }

  .ceph-rights-table .ceph-table-section > th small {
    display: block;
    margin: 3px 0 0 31px;
  }
}

.ceph-hero .cloud-hero-copy {
  top: -18px;
}

.ceph-hero .cloud-hero-copy h1 {
  max-width: 590px;
  font-size: 42px;
  white-space: normal;
}

.ceph-hero .cloud-hero-visual {
  transform: scale(1.1);
}

.ceph-hero-description {
  width: 560px;
  max-width: 100%;
}

.ceph-hero-actions {
  margin-top: 30px;
}

.ceph-hero-highlights {
  margin-top: -110px;
}

.ceph-hero-card-icon {
  background: linear-gradient(145deg, #ff8176, #f45f62);
}

.ceph-hero-card h2,
.ceph-hero-card p {
  white-space: normal;
}

.ceph-rights-section {
  padding: 80px 0 104px;
  background: #fff;
}

.ceph-rights-heading {
  margin-bottom: 42px;
  text-align: center;
}

.ceph-rights-board {
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(49, 59, 78, .07);
}

.ceph-plan-grid {
  min-width: 1160px;
  display: grid;
  grid-template-columns: 190px repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--ceph-line);
}

.ceph-plan-corner,
.ceph-plan {
  min-height: 220px;
}

.ceph-plan-corner {
  padding: 22px 20px;
}

.ceph-plan-corner strong {
  font-size: 17px;
  font-weight: 650;
}

.ceph-plan {
  min-height: 220px;
  padding: 22px 22px 18px;
}

.ceph-plan.is-featured {
  background: linear-gradient(180deg, var(--ceph-coral-soft), #fffaf8);
  box-shadow: inset 0 3px 0 var(--site-brand);
}

.ceph-plan > span {
  min-height: 62px;
  margin-top: 10px;
}

.ceph-plan > span b {
  display: block;
  margin-bottom: 4px;
  color: #596274;
  font-size: 14px;
  font-weight: 650;
}

.ceph-plan > strong {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 680;
}

.ceph-plan > strong small {
  margin-left: 7px;
  color: #949aa6;
  font-size: 11px;
  font-weight: 500;
}

.ceph-plan-meta {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding: 0 10px;
  border: 1px solid #e4e6eb;
  border-radius: 4px;
  background: rgba(255, 255, 255, .9);
  font-size: 11px;
}

.ceph-plan-meta span {
  color: #9aa0ac;
}

.ceph-plan-meta b {
  color: #596274;
  font-weight: 600;
}

.ceph-plan.is-featured .ceph-plan-meta {
  border-color: #f3c4bf;
  background: #fff;
}

.ceph-table-wrap {
  width: 100%;
  overflow-x: auto;
  outline: 0;
  scrollbar-color: #d9dce3 #f7f7f8;
  scrollbar-width: thin;
}

.ceph-table-wrap:focus-visible {
  box-shadow: inset 0 0 0 2px var(--site-brand);
}

.ceph-rights-table {
  width: 100%;
  min-width: 1160px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  color: #687184;
  font-size: 12px;
  line-height: 1.45;
}

.ceph-rights-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ceph-rights-table .ceph-feature-column {
  width: 190px;
}

.ceph-rights-table th,
.ceph-rights-table td {
  height: 40px;
  padding: 7px 13px;
  border-bottom: 1px solid var(--ceph-line);
  text-align: center;
  vertical-align: middle;
}

.ceph-rights-table tr > * + * {
  border-left: 1px solid var(--ceph-line);
}

.ceph-rights-table tbody tr:last-child > * {
  border-bottom: 0;
}

.ceph-rights-table thead th {
  height: 42px;
  color: var(--site-text-primary);
  background: var(--ceph-soft);
  font-size: 13px;
  font-weight: 650;
}

.ceph-rights-table tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  color: #596274;
  background: var(--ceph-soft);
  font-weight: 600;
}

.ceph-rights-table .is-yes {
  color: #dc5c5d;
  font-size: 18px;
  font-weight: 700;
}

.ceph-rights-table .is-no {
  color: #b2b7c1;
  font-size: 16px;
  font-weight: 650;
}

.ceph-rights-table .ceph-paired-row > th,
.ceph-rights-table .ceph-paired-row > td {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.ceph-paired-row ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ceph-paired-row li {
  flex: 0 0 auto;
  line-height: 1.35;
  white-space: nowrap;
}

.ceph-paired-row li.is-yes,
.ceph-paired-row li.is-no {
  line-height: 1;
}

.ceph-rights-table .ceph-fault-row > * {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  vertical-align: middle;
}

.ceph-rights-table .ceph-fault-row th {
  padding-top: 12px;
}

.ceph-fault-row ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 7px 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ceph-fault-row li {
  flex: 0 0 auto;
  line-height: 1.3;
  white-space: nowrap;
}

.ceph-fault-row li:not(:last-child)::after {
  content: "/";
  margin: 0 10px;
  color: #c8ccd4;
  font-weight: 400;
}

.ceph-story-section {
  padding: 112px 0;
}

.ceph-story-heading {
  max-width: 820px;
  margin: 0 auto 56px;
  text-align: center;
}

.ceph-scenarios,
.ceph-selection {
  background: #f8f9fb;
}

.ceph-scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ceph-scenario-card {
  position: relative;
  min-height: 462px;
  padding: 34px 34px 30px;
  overflow: hidden;
  border: 1px solid var(--ceph-line);
  background: #fff;
  box-shadow: 0 14px 36px rgba(49, 59, 78, .055);
}

.ceph-scenario-card::after {
  position: absolute;
  right: -54px;
  bottom: -68px;
  width: 180px;
  height: 180px;
  content: "";
  border: 32px solid rgba(255, 104, 104, .055);
  border-radius: 50%;
}

.ceph-scenario-card.is-featured {
  background: linear-gradient(180deg, #fff6f3, #fff);
  box-shadow: inset 0 3px 0 var(--site-brand), 0 18px 42px rgba(49, 59, 78, .07);
}

.ceph-scenario-card > span {
  display: block;
  color: var(--site-brand);
  font-size: 28px;
  font-weight: 650;
  line-height: 1;
}

.ceph-scenario-card > small {
  display: block;
  margin-top: 10px;
  color: #a2a8b4;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
}

.ceph-scenario-card h3 {
  margin: 28px 0 0;
  color: var(--site-text-strong);
  font-size: 22px;
  font-weight: 650;
  line-height: 1.45;
}

.ceph-scenario-card p {
  margin: 16px 0 0;
  color: #7d8697;
  font-size: 14px;
  line-height: 1.9;
}

.ceph-scenario-card > div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.ceph-scenario-card b {
  padding: 7px 10px;
  border: 1px solid #e3e6eb;
  border-radius: 2px;
  color: #697386;
  background: rgba(255, 255, 255, .9);
  font-size: 11px;
  font-weight: 600;
}

.ceph-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ceph-line);
  border-left: 1px solid var(--ceph-line);
}

.ceph-capability-grid article {
  min-height: 230px;
  padding: 30px 32px;
  border-right: 1px solid var(--ceph-line);
  border-bottom: 1px solid var(--ceph-line);
  background: #fff;
  transition: background-color 180ms ease, transform 180ms ease;
}

.ceph-capability-grid article:hover {
  background: #fff9f7;
  transform: translateY(-2px);
}

.ceph-capability-grid i {
  color: var(--site-brand);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .08em;
}

.ceph-capability-grid h3 {
  margin: 24px 0 0;
  color: var(--site-text-strong);
  font-size: 19px;
  font-weight: 650;
}

.ceph-capability-grid p {
  margin: 13px 0 0;
  color: #7f8899;
  font-size: 13px;
  line-height: 1.85;
}

.ceph-selection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--ceph-line);
  background: #fff;
}

.ceph-selection-grid article {
  min-height: 350px;
  padding: 30px 32px 26px;
  border-right: 1px solid var(--ceph-line);
}

.ceph-selection-grid article:last-child {
  border-right: 0;
}

.ceph-selection-grid article.is-featured {
  background: linear-gradient(180deg, #fff5f2, #fffaf8);
  box-shadow: inset 0 3px 0 var(--site-brand);
}

.ceph-selection-grid article > span {
  color: var(--site-brand);
  font-size: 13px;
  font-weight: 700;
}

.ceph-selection-grid h3 {
  margin: 14px 0 0;
  color: var(--site-text-strong);
  font-size: 22px;
  font-weight: 650;
}

.ceph-selection-grid article > p {
  min-height: 78px;
  margin: 15px 0 0;
  color: #7d8697;
  font-size: 13px;
  line-height: 1.8;
}

.ceph-selection-grid dl {
  margin: 20px 0 0;
  border-top: 1px solid var(--ceph-line);
}

.ceph-selection-grid dl div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--ceph-line);
  font-size: 12px;
  line-height: 1.5;
}

.ceph-selection-grid dt {
  color: #9aa0ac;
}

.ceph-selection-grid dd {
  margin: 0;
  color: #606a7d;
  text-align: right;
}

.ceph-process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.ceph-process-list::before {
  position: absolute;
  top: 29px;
  right: 12.5%;
  left: 12.5%;
  height: 1px;
  content: "";
  background: #dde1e8;
}

.ceph-process-list li {
  position: relative;
  z-index: 1;
  padding: 0 26px;
  text-align: center;
}

.ceph-process-list li > span {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #dfe3e9;
  border-radius: 50%;
  color: var(--site-brand);
  background: #fff;
  box-shadow: 0 8px 20px rgba(49, 59, 78, .07);
  font-size: 13px;
  font-weight: 700;
}

.ceph-process-list small {
  display: block;
  margin-top: 22px;
  color: #a0a7b3;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
}

.ceph-process-list h3 {
  margin: 10px 0 0;
  color: var(--site-text-strong);
  font-size: 17px;
  font-weight: 650;
}

.ceph-process-list p {
  margin: 12px 0 0;
  color: #7d8697;
  font-size: 12px;
  line-height: 1.75;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1479px) {
  html.ceph-document,
  html.ceph-document body.ceph-page,
  html.ceph-document body.ceph-page main,
  html.ceph-document body.ceph-page .site-header,
  html.ceph-document body.ceph-page .site-footer,
  html.ceph-document body.ceph-page .pd-main {
    min-width: 0;
  }

  html.ceph-document body.ceph-page .content-width,
  html.ceph-document body.ceph-page .nav-inner {
    width: min(var(--fixed-width), calc(100vw - 96px)) !important;
    max-width: none !important;
  }

  .ceph-page .cloud-hero-art {
    right: -360px;
  }
}

@media (max-width: 1050px) {
  .ceph-page .cloud-hero-copy {
    width: 54%;
  }

  .ceph-page .cloud-hero-copy h1 {
    font-size: 38px;
  }

  .ceph-hero-description {
    width: 100%;
  }

  .ceph-hero-card-grid {
    gap: 18px;
  }

  .ceph-hero-card {
    gap: 14px;
    padding: 22px 18px;
  }

  .ceph-hero-card h2 {
    font-size: 17px;
  }

  .ceph-hero-card p {
    font-size: 12px;
  }

  .ceph-page .cloud-hero-art {
    right: -470px;
    opacity: .82;
  }

  .ceph-rights-section {
    padding: 72px 0 84px;
  }

  .ceph-rights-heading {
    margin-bottom: 34px;
  }

  .ceph-rights-board {
    overflow-x: auto;
  }

  .ceph-story-section {
    padding: 88px 0;
  }

  .ceph-scenario-grid,
  .ceph-selection-grid {
    grid-template-columns: 1fr;
  }

  .ceph-scenario-card {
    min-height: 0;
  }

  .ceph-capability-grid,
  .ceph-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ceph-selection-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--ceph-line);
  }

  .ceph-selection-grid article:last-child {
    border-bottom: 0;
  }

  .ceph-process-list {
    gap: 46px 0;
  }

  .ceph-process-list::before {
    content: none;
  }
}

@media (max-width: 760px) {
  html.ceph-document body.ceph-page .content-width,
  html.ceph-document body.ceph-page .nav-inner {
    width: calc(100vw - 32px) !important;
  }

  .ceph-page .ceph-hero {
    height: 680px;
    min-height: 680px;
  }

  .ceph-page .ceph-hero .cloud-hero-inner {
    height: 680px;
  }

  .ceph-page .cloud-hero-copy {
    top: -86px;
    width: 100%;
  }

  .ceph-page .cloud-hero-copy h1 {
    max-width: 520px;
    font-size: 34px;
    line-height: 1.3;
  }

  .ceph-hero-description {
    max-width: 540px;
    font-size: 14px;
    line-height: 1.75;
  }

  .ceph-hero-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .ceph-hero-actions .pd-button {
    min-width: 0;
    height: 46px;
    padding: 0 18px;
    font-size: 14px;
  }

  .ceph-page .cloud-hero-art {
    top: 300px;
    right: -470px;
    transform: scale(.76);
    transform-origin: right top;
    opacity: .56;
  }

  .ceph-hero-highlights {
    margin-top: -74px;
  }

  .ceph-hero-card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ceph-hero-card {
    min-height: 108px;
  }

  .ceph-hero-card-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .ceph-hero-card-icon svg {
    width: 32px;
    height: 32px;
  }

  .ceph-rights-section {
    padding: 64px 0 72px;
  }

  .ceph-rights-heading {
    margin-bottom: 28px;
  }

  .ceph-story-section {
    padding: 68px 0;
  }

  .ceph-story-heading {
    margin-bottom: 32px;
  }

  .ceph-capability-grid,
  .ceph-process-list {
    grid-template-columns: 1fr;
  }

  .ceph-scenario-card,
  .ceph-selection-grid article,
  .ceph-capability-grid article {
    padding-right: 24px;
    padding-left: 24px;
  }

  .ceph-process-list li {
    padding: 0 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ceph-page .cloud-hero-float {
    animation: none;
  }
}

/* Responsive containment: keep the comparison board local to its own scroller
   and prevent the decorative hero artwork from widening the document. */
@media (max-width: 1180px) {
  .ceph-page .pd-hero,
  .ceph-page .pd-hero-inner,
  .ceph-page .ceph-rights-board,
  .ceph-page .ceph-table-wrap {
    max-width: 100%;
  }

  .ceph-page .pd-hero {
    overflow: hidden;
  }

  .ceph-page .cloud-hero-art {
    right: clamp(-430px, -28vw, -250px);
    width: min(920px, 92vw);
    overflow: hidden;
  }

  .ceph-page .cloud-hero-float,
  .ceph-page .cloud-hero-visual {
    max-width: 100%;
  }

  .ceph-page .cloud-hero-float {
    transform: none;
  }

  .ceph-page .cloud-hero-visual {
    width: 100%;
  }

  .ceph-table-wrap {
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }
}

@media (max-width: 760px) {
  .ceph-plan-grid {
    position: static;
    min-width: 0;
    grid-template-columns: 1fr;
  }

  .ceph-plan-corner,
  .ceph-plan {
    width: 100%;
    min-width: 0;
    min-height: 0;
  }

  .ceph-page .cloud-hero-art {
    right: -42vw;
    width: 112vw;
  }
}

/* Interactive Ceph story */
.ceph-scenarios {
  --ceph-scroll-progress: 0;
  --ceph-parallax-y: 0px;
  height: 260vh;
  padding: 0;
  background:
    radial-gradient(circle at 72% 38%, rgba(255, 109, 96, .08), transparent 28%),
    linear-gradient(180deg, #f8f9fb, #f5f7fa);
}

.ceph-scenario-sticky {
  position: sticky;
  top: 64px;
  min-height: calc(100vh - 64px);
  padding-top: clamp(46px, 6vh, 76px);
  padding-bottom: 34px;
  overflow: hidden;
}

.ceph-scenarios .ceph-story-heading {
  margin-bottom: clamp(24px, 4vh, 46px);
}

.ceph-scenario-experience {
  display: grid;
  grid-template-columns: minmax(350px, 430px) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 82px);
  align-items: center;
}

.ceph-scenario-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.ceph-scenario-card {
  position: relative;
  min-height: 0;
  padding: 17px 20px 17px 74px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  opacity: .52;
  transform: translateX(0);
  transition: opacity 260ms ease, transform 360ms cubic-bezier(.2,.8,.2,1), background-color 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.ceph-scenario-card::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 50px;
  width: 1px;
  content: "";
  background: #dfe3e9;
  transform: scaleY(.35);
  transition: transform 360ms ease, background-color 260ms ease;
}

.ceph-scenario-card::after { content: none; }

.ceph-scenario-card:hover,
.ceph-scenario-card:focus-visible {
  opacity: .82;
  outline: 0;
  background: rgba(255, 255, 255, .7);
}

.ceph-scenario-card.is-active {
  border-color: #ebecef;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 38px rgba(51, 59, 76, .07);
  opacity: 1;
  transform: translateX(12px);
}

.ceph-scenario-card.is-active::before {
  background: var(--site-brand);
  transform: scaleY(1);
}

.ceph-scenario-card > span {
  position: absolute;
  top: 20px;
  left: 17px;
  color: var(--site-brand);
  font-size: 14px;
  font-weight: 700;
}

.ceph-scenario-card > small {
  margin: 0;
  color: #a1a8b5;
  font-size: 9px;
  letter-spacing: .14em;
}

.ceph-scenario-card h3 {
  margin: 7px 0 0;
  font-size: 18px;
  line-height: 1.4;
}

.ceph-scenario-card p {
  display: none;
  margin: 9px 0 0;
  font-size: 12px;
  line-height: 1.65;
}

.ceph-scenario-card.is-active p { display: block; }

.ceph-scenario-card > div {
  display: none;
  margin-top: 10px;
  gap: 6px;
}

.ceph-scenario-card.is-active > div { display: flex; }

.ceph-scenario-card b {
  padding: 4px 8px;
  font-size: 10px;
}

.ceph-cluster-visual {
  position: relative;
  min-height: min(53vh, 530px);
  overflow: hidden;
  border: 1px solid rgba(221, 224, 231, .9);
  border-radius: 4px;
  background:
    linear-gradient(rgba(228, 231, 237, .52) 1px, transparent 1px),
    linear-gradient(90deg, rgba(228, 231, 237, .52) 1px, transparent 1px),
    rgba(255, 255, 255, .82);
  background-size: 34px 34px;
  box-shadow: 0 28px 70px rgba(45, 56, 77, .09);
  transform: translate3d(0, calc(var(--ceph-parallax-y) * -1), 0);
  transition: transform 100ms linear;
}

.ceph-cluster-visual::before {
  position: absolute;
  inset: 42px 0 0;
  content: "";
  background: radial-gradient(circle at 50% 46%, rgba(255, 104, 104, .14), transparent 34%);
  pointer-events: none;
}

.ceph-cluster-bar,
.ceph-capability-topline {
  position: relative;
  z-index: 3;
  height: 42px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e4e6eb;
  color: #8f97a6;
  background: rgba(250, 251, 252, .92);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
}

.ceph-cluster-bar b,
.ceph-capability-topline b {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #697386;
  font-size: 9px;
}

.ceph-cluster-bar b i,
.ceph-capability-topline b i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #61c98f;
  box-shadow: 0 0 0 4px rgba(97, 201, 143, .12);
  animation: ceph-online 2s ease-in-out infinite;
}

.ceph-cluster-canvas {
  position: relative;
  height: clamp(290px, 34vh, 365px);
  transform: translate3d(0, calc(var(--ceph-parallax-y) * .42), 0);
}

.ceph-cluster-links {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: #d9dde5;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.ceph-cluster-pulse {
  stroke: var(--site-brand);
  stroke-dasharray: 12 30;
  stroke-width: 1.6;
  animation: ceph-link-flow 3.6s linear infinite;
}

.ceph-cluster-node,
.ceph-cluster-core {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border: 1px solid #dfe3e9;
  border-radius: 50%;
  color: #596477;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 28px rgba(49, 59, 78, .09);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
  transition: border-color 380ms ease, color 380ms ease, transform 380ms ease, box-shadow 380ms ease;
}

.ceph-cluster-node small,
.ceph-cluster-core small {
  display: block;
  margin-top: -17px;
  color: #afb4be;
  font-size: 7px;
  letter-spacing: .08em;
}

.node-mon { top: 7%; left: calc(50% - 35px); }
.node-osd { top: 43%; left: 12%; }
.node-pg { bottom: 2%; left: calc(50% - 35px); }
.node-mgr { top: 43%; right: 12%; }

.ceph-cluster-core {
  top: 46%;
  left: 50%;
  width: 112px;
  height: 112px;
  border-color: rgba(255, 104, 104, .34);
  color: var(--site-brand);
  background: #fff8f6;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 12px rgba(255, 104, 104, .05), 0 18px 50px rgba(229, 91, 85, .12);
}

.ceph-cluster-core i {
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(255, 104, 104, .35);
  border-radius: 50%;
  animation: ceph-spin 12s linear infinite;
}

.ceph-cluster-core b { margin-top: 12px; font-size: 15px; }

.ceph-cluster-particles i {
  position: absolute;
  z-index: 1;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--site-brand);
  box-shadow: 0 0 12px rgba(255, 104, 104, .55);
  animation: ceph-particle 4s ease-in-out infinite;
}

.ceph-cluster-particles i:nth-child(1) { top: 23%; left: 34%; animation-delay: -.4s; }
.ceph-cluster-particles i:nth-child(2) { top: 31%; right: 30%; animation-delay: -1.2s; }
.ceph-cluster-particles i:nth-child(3) { bottom: 24%; left: 31%; animation-delay: -2.1s; }
.ceph-cluster-particles i:nth-child(4) { right: 30%; bottom: 26%; animation-delay: -2.8s; }
.ceph-cluster-particles i:nth-child(5) { top: 48%; left: 24%; animation-delay: -3.4s; }

.ceph-cluster-status {
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 17px;
  left: 18px;
  padding: 14px 17px 13px;
  border: 1px solid rgba(225, 228, 234, .95);
  border-radius: 3px;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px);
}

.ceph-cluster-status > span,
.ceph-capability-copy > small {
  color: #a3aab6;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .15em;
}

.ceph-cluster-status h3 { margin: 5px 0 0; color: var(--site-text-strong); font-size: 17px; }
.ceph-cluster-status p { margin: 4px 0 0; color: #818a9a; font-size: 11px; }
.ceph-cluster-status > div { display: flex; align-items: center; gap: 11px; margin-top: 10px; }
.ceph-cluster-status > div b { flex: 1; height: 2px; overflow: hidden; background: #edeff2; }
.ceph-cluster-status > div b i { display: block; width: calc((var(--ceph-scroll-progress) * 100%)); height: 100%; min-width: 6%; background: var(--site-brand); transition: width 200ms ease; }
.ceph-cluster-status em { color: #9ba2ae; font-size: 8px; font-style: normal; font-weight: 700; letter-spacing: .1em; }

.ceph-scenarios[data-active-scenario="1"] .node-osd,
.ceph-scenarios[data-active-scenario="1"] .node-pg,
.ceph-scenarios[data-active-scenario="1"] .node-mon {
  border-color: #ff9a91;
  color: #e05f59;
  box-shadow: 0 0 0 7px rgba(255, 104, 104, .08), 0 10px 28px rgba(229, 91, 85, .14);
  animation: ceph-alert 1.5s ease-in-out infinite;
}

.ceph-scenarios[data-active-scenario="2"] .ceph-cluster-node {
  border-color: rgba(97, 201, 143, .5);
  color: #42a875;
}

.ceph-scenarios[data-active-scenario="2"] .ceph-cluster-pulse { stroke: #61c98f; }

.ceph-capabilities {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.ceph-capabilities::before {
  display: none;
}

.ceph-capability-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(340px, 410px) minmax(0, 1fr);
  min-height: 570px;
  overflow: hidden;
  border: 1px solid var(--ceph-line);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(45, 55, 75, .07);
}

.ceph-capability-tabs {
  border-right: 1px solid var(--ceph-line);
  background: #fafbfc;
}

.ceph-capability-tabs button {
  width: 100%;
  min-height: 95px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 24px;
  gap: 12px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid var(--ceph-line);
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color 220ms ease, padding-left 260ms ease;
}

.ceph-capability-tabs button:last-child { border-bottom: 0; }
.ceph-capability-tabs button:hover,
.ceph-capability-tabs button:focus-visible { outline: 0; background: #fff5f2; }
.ceph-capability-tabs button.is-active { padding-left: 28px; background: #fff; box-shadow: inset 3px 0 0 var(--site-brand); }
.ceph-capability-tabs button i { color: #b0b6c0; font-size: 11px; font-style: normal; font-weight: 700; }
.ceph-capability-tabs button.is-active i { color: var(--site-brand); }
.ceph-capability-tabs button span { display: block; }
.ceph-capability-tabs button b { display: block; color: #505b6e; font-size: 15px; font-weight: 650; }
.ceph-capability-tabs button small { display: block; margin-top: 5px; color: #aeb4be; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.ceph-capability-tabs button em { color: #c2c7cf; font-size: 16px; font-style: normal; transform: translateX(-5px); opacity: 0; transition: transform 220ms ease, opacity 220ms ease; }
.ceph-capability-tabs button.is-active em { color: var(--site-brand); transform: translateX(0); opacity: 1; }

.ceph-capability-detail {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #fff;
}

.ceph-capability-image {
  position: absolute;
  inset: 42px 0 0;
  width: 100%;
  height: calc(100% - 42px);
  display: block;
  object-fit: cover;
  object-position: center;
}

.ceph-capability-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 390px;
  height: 390px;
  transform: translate(-50%, -58%);
}

.ceph-orbit-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(210, 215, 224, .9);
  border-radius: 50%;
  animation: ceph-spin 16s linear infinite;
}

.ceph-orbit-ring.ring-two { inset: 62px; border-style: dashed; animation-direction: reverse; animation-duration: 11s; }
.ceph-orbit-ring i { position: absolute; width: 9px; height: 9px; border: 2px solid #fff; border-radius: 50%; background: var(--site-brand); box-shadow: 0 0 0 4px rgba(255, 104, 104, .12); }
.ceph-orbit-ring i:nth-child(1) { top: 15%; left: 12%; }
.ceph-orbit-ring i:nth-child(2) { top: 33%; right: -4px; }
.ceph-orbit-ring i:nth-child(3) { bottom: 8%; left: 34%; }
.ceph-orbit-ring.ring-two i:nth-child(1) { top: 6%; left: 60%; }
.ceph-orbit-ring.ring-two i:nth-child(2) { bottom: 13%; left: 8%; }

.ceph-orbit-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 138px;
  height: 138px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 104, 104, .35);
  border-radius: 50%;
  color: var(--site-brand);
  background: rgba(255, 248, 246, .96);
  box-shadow: 0 0 0 15px rgba(255, 104, 104, .045), 0 22px 46px rgba(217, 85, 80, .12);
  transform: translate(-50%, -50%);
}

.ceph-orbit-core span { margin-top: 15px; font-size: 34px; font-weight: 700; line-height: 1; transition: transform 240ms ease, opacity 240ms ease; }
.ceph-orbit-core small { margin-top: -24px; color: #e4938e; font-size: 8px; font-weight: 700; letter-spacing: .2em; }
.ceph-orbit-label { position: absolute; padding: 5px 8px; border: 1px solid #e1e4e9; border-radius: 2px; color: #8790a0; background: #fff; font-size: 8px; font-weight: 700; letter-spacing: .08em; }
.label-a { top: 20%; left: 0; }.label-b { top: 29%; right: -6px; }.label-c { right: 15%; bottom: 2%; }

.ceph-capability-copy {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 26px;
  left: 28px;
  padding: 17px 19px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 3px;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 16px 36px rgba(50, 58, 74, .12), inset 0 1px 0 rgba(255, 255, 255, .82);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.ceph-capability-copy h3 { margin: 6px 0 0; color: var(--site-text-strong); font-size: 19px; }
.ceph-capability-copy p { margin: 7px 0 0; color: #7c8596; font-size: 12px; line-height: 1.7; }
.ceph-capability-copy > div { display: flex; align-items: center; gap: 10px; margin-top: 12px; color: #8c94a2; font-size: 9px; }
.ceph-capability-copy > div i { width: 28px; height: 1px; background: linear-gradient(90deg, #e3e6eb, var(--site-brand)); }

.ceph-selection { overflow: hidden; background: #f7f8fa; }
.ceph-selection-grid { gap: 16px; border: 0; background: transparent; perspective: 1200px; }
.ceph-selection-grid article {
  position: relative;
  min-height: 350px;
  border: 1px solid var(--ceph-line);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(49, 59, 78, .05);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(var(--tilt-lift, 0px));
  transform-style: preserve-3d;
  transition: transform 140ms ease-out, box-shadow 240ms ease, border-color 240ms ease;
  will-change: transform;
}
.ceph-selection-grid article:last-child { border-right: 1px solid var(--ceph-line); }
.ceph-selection-grid article::after { position: absolute; inset: 0; content: ""; border-radius: inherit; background: radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(255, 104, 104, .09), transparent 35%); opacity: 0; transition: opacity 220ms ease; pointer-events: none; }
.ceph-selection-grid article:hover,
.ceph-selection-grid article:focus-visible { --tilt-lift: -7px; outline: 0; border-color: #f0c4bf; box-shadow: 0 24px 55px rgba(56, 64, 82, .1); }
.ceph-selection-grid article:hover::after,
.ceph-selection-grid article:focus-visible::after { opacity: 1; }
.ceph-selection-grid article.is-featured { border-color: #f1c8c3; background: linear-gradient(180deg, #fff4f1, #fff); box-shadow: inset 0 3px 0 var(--site-brand), 0 18px 42px rgba(49, 59, 78, .07); }
.ceph-selection-grid article > * { position: relative; z-index: 1; transform: translateZ(18px); }

.ceph-process { background: #fff; }
.ceph-process-list::after { position: absolute; top: 27px; left: 12.5%; width: 0; height: 3px; content: ""; border-radius: 3px; background: linear-gradient(90deg, var(--site-brand), #ffaaa2); transition: width 1.15s cubic-bezier(.2,.8,.2,1) .18s; }
.ceph-process.is-revealed .ceph-process-list::after { width: 75%; }
.ceph-process-list li { opacity: 0; transform: translateY(26px); transition: opacity 500ms ease calc(var(--process-index) * 120ms + 180ms), transform 600ms cubic-bezier(.2,.8,.2,1) calc(var(--process-index) * 120ms + 180ms); }
.ceph-process.is-revealed .ceph-process-list li { opacity: 1; transform: translateY(0); }
.ceph-process-list li > span { transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease, transform 300ms ease; }
.ceph-process-list li:hover > span { border-color: var(--site-brand); color: #fff; background: var(--site-brand); transform: scale(1.08); }

@keyframes ceph-spin { to { transform: rotate(360deg); } }
@keyframes ceph-link-flow { to { stroke-dashoffset: -168; } }
@keyframes ceph-particle { 0%,100% { opacity: .18; transform: scale(.7); } 50% { opacity: 1; transform: scale(1.45); } }
@keyframes ceph-online { 50% { box-shadow: 0 0 0 7px rgba(97, 201, 143, 0); } }
@keyframes ceph-alert { 50% { transform: scale(1.06); } }

@media (max-width: 1050px) {
  .ceph-scenarios { height: auto; padding: 88px 0; }
  .ceph-scenario-sticky { position: relative; top: auto; min-height: 0; padding: 0; overflow: visible; }
  .ceph-scenario-experience { grid-template-columns: 1fr; gap: 30px; }
  .ceph-scenario-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ceph-scenario-card { padding: 22px 18px; }
  .ceph-scenario-card::before { top: auto; right: 18px; bottom: 0; left: 18px; width: auto; height: 2px; transform: scaleX(.2); }
  .ceph-scenario-card.is-active { transform: translateY(-5px); }
  .ceph-scenario-card.is-active::before { transform: scaleX(1); }
  .ceph-scenario-card > span { position: static; }
  .ceph-scenario-card > small { margin-top: 7px; }
  .ceph-scenario-card p { display: none; }
  .ceph-scenario-card > div { display: none; }
  .ceph-cluster-visual { min-height: 530px; transform: none; }
  .ceph-capability-layout { grid-template-columns: 320px minmax(0, 1fr); }
  .ceph-capability-orbit { width: 330px; height: 330px; }
}

@media (max-width: 760px) {
  .ceph-scenarios { padding: 68px 0; }
  .ceph-scenario-grid { grid-template-columns: 1fr; }
  .ceph-scenario-card { padding: 17px 18px 17px 68px; }
  .ceph-scenario-card::before { top: 17px; bottom: 17px; left: 46px; width: 1px; height: auto; transform: scaleY(.3); }
  .ceph-scenario-card.is-active::before { transform: scaleY(1); }
  .ceph-scenario-card > span { position: absolute; top: 19px; left: 16px; }
  .ceph-scenario-card.is-active p,
  .ceph-scenario-card.is-active > div { display: none; }
  .ceph-cluster-visual { min-height: 455px; }
  .ceph-cluster-canvas { height: 310px; }
  .ceph-cluster-node { width: 58px; height: 58px; font-size: 9px; }
  .node-mon { left: calc(50% - 29px); }.node-pg { left: calc(50% - 29px); }.node-osd { left: 7%; }.node-mgr { right: 7%; }
  .ceph-cluster-core { width: 94px; height: 94px; }
  .ceph-cluster-status { right: 10px; bottom: 10px; left: 10px; }
  .ceph-capability-layout { display: block; min-height: 0; overflow: visible; }
  .ceph-capability-tabs { display: flex; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--ceph-line); scrollbar-width: none; }
  .ceph-capability-tabs::-webkit-scrollbar { display: none; }
  .ceph-capability-tabs button { flex: 0 0 156px; min-height: 84px; padding: 12px 14px; grid-template-columns: 28px 1fr; border-right: 1px solid var(--ceph-line); border-bottom: 0; }
  .ceph-capability-tabs button.is-active { padding-left: 14px; box-shadow: inset 0 -3px 0 var(--site-brand); }
  .ceph-capability-tabs button em { display: none; }
  .ceph-capability-detail { height: 485px; }
  .ceph-capability-orbit { width: 285px; height: 285px; transform: translate(-50%, -62%); }
  .ceph-capability-copy { right: 12px; bottom: 12px; left: 12px; }
  .ceph-capability-copy > div { flex-wrap: wrap; }
  .ceph-selection-grid { display: grid; grid-template-columns: 1fr; }
  .ceph-selection-grid article { min-height: 0; }
  .ceph-process-list li { text-align: left; display: grid; grid-template-columns: 58px 1fr; gap: 18px; }
  .ceph-process-list small { margin-top: 5px; }
  .ceph-process-list::after { content: none; }
}

@media (prefers-reduced-motion: reduce) {
  .ceph-cluster-pulse,
  .ceph-cluster-core i,
  .ceph-cluster-particles i,
  .ceph-cluster-bar b i,
  .ceph-capability-topline b i,
  .ceph-orbit-ring,
  .ceph-scenarios[data-active-scenario="1"] .ceph-cluster-node { animation: none; }
  .ceph-cluster-visual,
  .ceph-selection-grid article { transform: none !important; }
  .ceph-process-list li { opacity: 1; transform: none; }
}

/* Final entitlement-board rhythm: same plain group bars as the other product pages. */
.ceph-plan-corner,
.ceph-plan {
  min-height: 220px;
}

.ceph-plan {
  padding: 22px 22px 18px;
}

.ceph-plan > span {
  min-height: 62px;
  margin-top: 10px;
  color: #858d9c;
  font-size: 11px;
  line-height: 1.65;
}

.ceph-plan > strong {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 680;
}

.ceph-plan > strong small {
  margin-left: 7px;
  color: #949aa6;
  font-size: 11px;
  font-weight: 500;
}

.ceph-plan-meta {
  min-height: 34px;
  margin-top: auto;
  padding: 0 10px;
  font-size: 11px;
}

.ceph-plan-action {
  min-height: 34px !important;
  margin-top: auto !important;
  border-radius: 5px !important;
  font-size: 11px !important;
}

.ceph-rights-table .ceph-table-section > th {
  position: static;
  height: auto;
  min-height: 31px;
  padding: 8px 20px;
  border-top: 6px solid #fff;
  border-right: 0;
  border-bottom: 1px solid #ebe8e7;
  color: #596274;
  background: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}

.ceph-rights-table .ceph-table-section:first-child > th {
  border-top: 0;
}

.ceph-rights-table .ceph-table-section > th span {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  color: #596274;
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
}

@media (max-width: 760px) {
  .ceph-plan-corner,
  .ceph-plan {
    min-height: 220px;
  }

  .ceph-plan {
    padding-right: 22px;
    padding-left: 22px;
  }
}

/* Sticky comparison header: keep plan descriptions, prices and consultation actions visible. */
.ceph-rights-board {
  overflow: visible;
}

.ceph-plan-grid {
  position: sticky;
  top: 64px;
  z-index: 8;
  background: #fff;
  box-shadow: none;
  transition: box-shadow 180ms ease, border-color 180ms ease;
}

@media (max-width: 760px) {
  .ceph-plan-grid {
    top: 56px;
  }
}

.ceph-plan-grid.is-stuck {
  border-bottom-color: #dfe2e8;
  box-shadow: 0 15px 30px rgba(49, 59, 78, .1);
}

/* Service selection: align every card to the same visual rhythm. */
.ceph-selection .ceph-story-heading {
  margin-bottom: 46px;
}

.ceph-selection-grid {
  gap: 18px;
  align-items: stretch;
}

.ceph-selection-grid article {
  min-height: 356px;
  display: flex;
  flex-direction: column;
  padding: 34px 34px 24px;
}

.ceph-selection-grid article > span {
  display: block;
  line-height: 1.35;
}

.ceph-selection-grid h3 {
  margin-top: 13px;
  line-height: 1.35;
}

.ceph-selection-grid article > p {
  min-height: 72px;
  margin-top: 14px;
  line-height: 1.75;
}

.ceph-selection-grid dl {
  width: 100%;
  margin-top: auto;
}

.ceph-selection-grid dl div {
  min-height: 40px;
  align-items: center;
  padding: 9px 0;
}

@media (max-width: 1050px) {
  .ceph-selection-grid article {
    min-height: 340px;
    padding-right: 26px;
    padding-left: 26px;
  }
}

@media (max-width: 760px) {
  .ceph-selection .ceph-story-heading {
    margin-bottom: 32px;
  }

  .ceph-selection-grid article {
    min-height: 0;
    display: block;
    padding: 26px 22px 22px;
  }

  .ceph-selection-grid article > p {
    min-height: 0;
  }

  .ceph-selection-grid dl {
    margin-top: 20px;
  }
}

/* Final service-path composition (last cascade layer). */
.ceph-selection-grid { display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr) minmax(0, 1fr) !important; gap: 0 !important; border: 0 !important; background: transparent !important; }
.ceph-selection-grid::before { display: block !important; position: absolute !important; top: 48px !important; right: 14% !important; left: 14% !important; height: 1px !important; content: "" !important; background: linear-gradient(90deg, transparent, #d9dee7 15%, #d9dee7 85%, transparent) !important; }
.ceph-selection-grid article,
.ceph-selection-grid article.is-featured { min-height: 376px !important; margin: 0 !important; display: flex !important; flex-direction: column !important; padding: 30px 30px 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; transform: none !important; }
.ceph-selection-grid article + article { border-left: 1px solid #e6e9ee !important; }
.ceph-selection-grid article::before,
.ceph-selection-grid article::after { display: none !important; }
.ceph-selection-grid article.is-featured { min-height: 406px !important; z-index: 1 !important; margin: -14px 14px 0 !important; padding: 38px 32px 24px !important; border: 1px solid #f2c8c3 !important; border-top: 3px solid var(--site-brand) !important; background: linear-gradient(180deg, #fff5f2 0%, #fff 52%) !important; box-shadow: 0 22px 48px rgba(49, 59, 78, .09) !important; }
.ceph-selection-grid article > span { display: flex !important; min-height: 38px !important; flex-direction: column !important; align-items: flex-start !important; justify-content: center !important; gap: 4px !important; color: var(--site-brand) !important; font-size: 13px !important; }
.ceph-selection-grid article > span::before { display: block !important; color: #9da6b5 !important; content: "01" !important; font-size: 10px !important; letter-spacing: .16em !important; }
.ceph-selection-grid article:nth-child(2) > span::before { color: var(--site-brand) !important; content: "02" !important; }
.ceph-selection-grid article:nth-child(3) > span::before { content: "03" !important; }
.ceph-selection-grid h3,
.ceph-selection-grid article.is-featured h3 { margin: 28px 0 0 !important; font-size: 23px !important; line-height: 1.35 !important; }
.ceph-selection-grid article > p { min-height: 80px !important; margin: 14px 0 0 !important; font-size: 13px !important; line-height: 1.8 !important; }
.ceph-selection-grid dl { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 0 !important; margin: auto -30px 0 !important; padding: 0 !important; border-top: 1px solid #e1e5eb !important; }
.ceph-selection-grid article.is-featured dl { margin-right: -32px !important; margin-left: -32px !important; border-top-color: #f0d9d5 !important; }
.ceph-selection-grid dl div,
.ceph-selection-grid article.is-featured dl div { min-height: 72px !important; display: flex !important; flex-direction: column !important; align-items: flex-start !important; justify-content: center !important; gap: 6px !important; margin: 0 !important; padding: 10px 14px !important; border: 0 !important; border-right: 1px solid #e8ebef !important; background: transparent !important; }
.ceph-selection-grid dl div:last-child { border-right: 0 !important; }
.ceph-selection-grid dt { color: #a1a8b5 !important; font-size: 11px !important; }
.ceph-selection-grid dd { color: #596579 !important; font-size: 12px !important; line-height: 1.5 !important; text-align: left !important; }

@media (max-width: 760px) {
  .ceph-selection-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .ceph-selection-grid::before { display: none !important; }
  .ceph-selection-grid article,
  .ceph-selection-grid article.is-featured { min-height: 0 !important; margin: 0 !important; padding: 24px 20px 0 !important; border: 1px solid var(--ceph-line) !important; background: #fff !important; box-shadow: 0 12px 30px rgba(49, 59, 78, .05) !important; }
  .ceph-selection-grid article.is-featured { border-color: #f2c8c3 !important; border-top: 3px solid var(--site-brand) !important; background: linear-gradient(180deg, #fff5f2, #fff) !important; }
  .ceph-selection-grid article + article { border-left: 1px solid var(--ceph-line) !important; }
  .ceph-selection-grid article > p { min-height: 0 !important; }
  .ceph-selection-grid dl,
  .ceph-selection-grid article.is-featured dl { margin: 22px -20px 0 !important; }
}
.ceph-selection-grid {
  position: relative;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr) minmax(0, 1fr);
  gap: 0;
  border: 0;
  background: transparent;
}

.ceph-selection-grid::before {
  position: absolute;
  top: 48px;
  right: 14%;
  left: 14%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, #d9dee7 15%, #d9dee7 85%, transparent);
}

.ceph-selection-grid article,
.ceph-selection-grid article.is-featured {
  min-height: 376px;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.ceph-selection-grid article + article { border-left: 1px solid #e6e9ee; }
.ceph-selection-grid article::before,
.ceph-selection-grid article::after { display: none; }

.ceph-selection-grid article.is-featured {
  min-height: 406px;
  z-index: 1;
  margin: -14px 14px 0;
  padding: 38px 32px 24px;
  border: 1px solid #f2c8c3;
  border-top: 3px solid var(--site-brand);
  background: linear-gradient(180deg, #fff5f2 0%, #fff 52%);
  box-shadow: 0 22px 48px rgba(49, 59, 78, .09);
}

.ceph-selection-grid article > span {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 38px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  color: var(--site-brand);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.ceph-selection-grid article > span::before {
  display: block;
  color: #9da6b5;
  content: "01";
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.ceph-selection-grid article:nth-child(2) > span::before { color: var(--site-brand); content: "02"; }
.ceph-selection-grid article:nth-child(3) > span::before { content: "03"; }
.ceph-selection-grid h3,
.ceph-selection-grid article.is-featured h3 { margin: 28px 0 0; font-size: 23px; line-height: 1.35; }
.ceph-selection-grid article > p { min-height: 80px; margin: 14px 0 0; font-size: 13px; line-height: 1.8; }

.ceph-selection-grid dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: auto -30px 0;
  padding: 0;
  border-top: 1px solid #e1e5eb;
}

.ceph-selection-grid article.is-featured dl { margin-right: -32px; margin-left: -32px; border-top-color: #f0d9d5; }
.ceph-selection-grid dl div,
.ceph-selection-grid article.is-featured dl div { min-height: 72px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 6px; margin: 0; padding: 10px 14px; border: 0; border-right: 1px solid #e8ebef; background: transparent; }
.ceph-selection-grid dl div:last-child { border-right: 0; }
.ceph-selection-grid dt { color: #a1a8b5; font-size: 11px; }
.ceph-selection-grid dd { color: #596579; font-size: 12px; line-height: 1.5; text-align: left; }

@media (max-width: 1050px) {
  .ceph-selection-grid article,
  .ceph-selection-grid article.is-featured { padding-right: 20px; padding-left: 20px; }
  .ceph-selection-grid article.is-featured { margin-right: 8px; margin-left: 8px; }
  .ceph-selection-grid dl { margin-right: -20px; margin-left: -20px; }
  .ceph-selection-grid article.is-featured dl { margin-right: -20px; margin-left: -20px; }
}

@media (max-width: 760px) {
  .ceph-selection-grid { grid-template-columns: 1fr; gap: 14px; }
  .ceph-selection-grid::before { display: none; }
  .ceph-selection-grid article,
  .ceph-selection-grid article.is-featured { min-height: 0; margin: 0; padding: 24px 20px 0; border: 1px solid var(--ceph-line); border-top: 1px solid var(--ceph-line); background: #fff; box-shadow: 0 12px 30px rgba(49, 59, 78, .05); }
  .ceph-selection-grid article.is-featured { border-color: #f2c8c3; border-top: 3px solid var(--site-brand); background: linear-gradient(180deg, #fff5f2, #fff); }
  .ceph-selection-grid article + article { border-left: 1px solid var(--ceph-line); }
  .ceph-selection-grid h3,
  .ceph-selection-grid article.is-featured h3 { margin-top: 20px; font-size: 21px; }
  .ceph-selection-grid article > p { min-height: 0; }
  .ceph-selection-grid dl,
  .ceph-selection-grid article.is-featured dl { margin: 22px -20px 0; }
}

/* FINAL OVERRIDE: service-path composition */
.ceph-selection-grid {
  position: relative;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr) minmax(0, 1fr);
  gap: 0;
  border: 0;
  background: transparent;
}

.ceph-selection-grid::before {
  position: absolute;
  top: 48px;
  right: 14%;
  left: 14%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, #d9dee7 15%, #d9dee7 85%, transparent);
}

.ceph-selection-grid article,
.ceph-selection-grid article.is-featured {
  min-height: 376px;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.ceph-selection-grid article + article { border-left: 1px solid #e6e9ee; }
.ceph-selection-grid article::before,
.ceph-selection-grid article::after { display: none; }

.ceph-selection-grid article.is-featured {
  min-height: 406px;
  z-index: 1;
  margin: -14px 14px 0;
  padding: 38px 32px 24px;
  border: 1px solid #f2c8c3;
  border-top: 3px solid var(--site-brand);
  background: linear-gradient(180deg, #fff5f2 0%, #fff 52%);
  box-shadow: 0 22px 48px rgba(49, 59, 78, .09);
}

.ceph-selection-grid article > span {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 38px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  color: var(--site-brand);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.ceph-selection-grid article > span::before {
  display: block;
  color: #9da6b5;
  content: "01";
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.ceph-selection-grid article:nth-child(2) > span::before { color: var(--site-brand); content: "02"; }
.ceph-selection-grid article:nth-child(3) > span::before { content: "03"; }
.ceph-selection-grid h3,
.ceph-selection-grid article.is-featured h3 { margin: 28px 0 0; font-size: 23px; line-height: 1.35; }
.ceph-selection-grid article > p { min-height: 80px; margin: 14px 0 0; font-size: 13px; line-height: 1.8; }

.ceph-selection-grid dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: auto -30px 0;
  padding: 0;
  border-top: 1px solid #e1e5eb;
}

.ceph-selection-grid article.is-featured dl { margin-right: -32px; margin-left: -32px; border-top-color: #f0d9d5; }
.ceph-selection-grid dl div,
.ceph-selection-grid article.is-featured dl div { min-height: 72px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 6px; margin: 0; padding: 10px 14px; border: 0; border-right: 1px solid #e8ebef; background: transparent; }
.ceph-selection-grid dl div:last-child { border-right: 0; }
.ceph-selection-grid dt { color: #a1a8b5; font-size: 11px; }
.ceph-selection-grid dd { color: #596579; font-size: 12px; line-height: 1.5; text-align: left; }

@media (max-width: 1050px) {
  .ceph-selection-grid article,
  .ceph-selection-grid article.is-featured { padding-right: 20px; padding-left: 20px; }
  .ceph-selection-grid article.is-featured { margin-right: 8px; margin-left: 8px; }
  .ceph-selection-grid dl { margin-right: -20px; margin-left: -20px; }
  .ceph-selection-grid article.is-featured dl { margin-right: -20px; margin-left: -20px; }
}

@media (max-width: 760px) {
  .ceph-selection-grid { grid-template-columns: 1fr; gap: 14px; }
  .ceph-selection-grid::before { display: none; }
  .ceph-selection-grid article,
  .ceph-selection-grid article.is-featured { min-height: 0; margin: 0; padding: 24px 20px 0; border: 1px solid var(--ceph-line); border-top: 1px solid var(--ceph-line); background: #fff; box-shadow: 0 12px 30px rgba(49, 59, 78, .05); }
  .ceph-selection-grid article.is-featured { border-color: #f2c8c3; border-top: 3px solid var(--site-brand); background: linear-gradient(180deg, #fff5f2, #fff); }
  .ceph-selection-grid article + article { border-left: 1px solid var(--ceph-line); }
  .ceph-selection-grid h3,
  .ceph-selection-grid article.is-featured h3 { margin-top: 20px; font-size: 21px; }
  .ceph-selection-grid article > p { min-height: 0; }
  .ceph-selection-grid dl,
  .ceph-selection-grid article.is-featured dl { margin: 22px -20px 0; }
}

/* Service selection: an intentional tiered composition instead of three plain boxes. */
.ceph-selection-grid {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.08fr) minmax(0, .9fr);
  align-items: start;
  gap: 22px;
  border: 0;
}

.ceph-selection-grid article {
  min-height: 372px;
  margin-top: 24px;
  padding: 34px 32px 28px;
  overflow: hidden;
  border: 1px solid #e3e7ed;
  border-radius: 14px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 48px rgba(51, 63, 84, .065);
}

.ceph-selection-grid article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, transparent, #dfe4ec, transparent);
}

.ceph-selection-grid article::after {
  top: -88px;
  right: -72px;
  bottom: auto;
  left: auto;
  width: 190px;
  height: 190px;
  border: 0;
  background: radial-gradient(circle, rgba(112, 132, 165, .1), transparent 68%);
  opacity: 1;
}

.ceph-selection-grid article:nth-child(3)::after {
  right: auto;
  left: -72px;
}

.ceph-selection-grid article.is-featured {
  min-height: 416px;
  margin-top: 0;
  padding: 40px 38px 30px;
  border-color: rgba(255, 104, 104, .5);
  background: linear-gradient(145deg, #fff8f6 0%, #fff 62%, #fff1ee 100%);
  box-shadow: 0 28px 62px rgba(221, 98, 91, .14), inset 0 4px 0 var(--site-brand);
}

.ceph-selection-grid article.is-featured::before {
  height: 5px;
  background: linear-gradient(90deg, #ff8f86, var(--site-brand), #ffaaa1);
}

.ceph-selection-grid article > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--site-brand);
  font-size: 13px;
  letter-spacing: .02em;
}

.ceph-selection-grid article > span::before {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid #e2e6ed;
  border-radius: 50%;
  color: #8b95a7;
  background: #f8f9fb;
  content: "01";
  font-size: 10px;
  letter-spacing: .08em;
}

.ceph-selection-grid article:nth-child(2) > span::before {
  border-color: rgba(255, 104, 104, .35);
  color: #fff;
  background: var(--site-brand);
  content: "02";
}

.ceph-selection-grid article:nth-child(3) > span::before { content: "03"; }

.ceph-selection-grid h3 {
  position: relative;
  margin-top: 20px;
  font-size: clamp(21px, 1.7vw, 25px);
  letter-spacing: -.02em;
}

.ceph-selection-grid article.is-featured h3 {
  font-size: clamp(23px, 1.9vw, 28px);
}

.ceph-selection-grid article > p {
  position: relative;
  z-index: 1;
  min-height: 82px;
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.85;
}

.ceph-selection-grid dl {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 12px;
  border-top: 0;
}

.ceph-selection-grid dl div {
  min-height: 42px;
  margin-top: 6px;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: rgba(247, 248, 250, .82);
}

.ceph-selection-grid article.is-featured dl div {
  background: rgba(255, 255, 255, .72);
}

@media (max-width: 1050px) {
  .ceph-selection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .ceph-selection-grid article,
  .ceph-selection-grid article.is-featured {
    min-height: 370px;
    padding-right: 22px;
    padding-left: 22px;
  }
}

@media (max-width: 760px) {
  .ceph-selection-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ceph-selection-grid article,
  .ceph-selection-grid article.is-featured {
    min-height: 0;
    margin-top: 0;
    padding: 28px 22px 22px;
  }

  .ceph-selection-grid article.is-featured {
    order: -1;
  }
}

/* Final responsive ownership: later desktop refinements above intentionally
   keep a wide comparison header, so narrow screens override it here. */
@media (max-width: 1180px) {
  .ceph-rights-board {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .ceph-plan-grid {
    width: 100%;
    min-width: 0;
    grid-template-columns: minmax(150px, .72fr) repeat(3, minmax(0, 1fr));
  }

  .ceph-plan,
  .ceph-plan-corner {
    min-width: 0;
  }

  .ceph-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
  }
}

@media (max-width: 760px) {
  .ceph-plan-grid {
    position: static;
    grid-template-columns: 1fr;
  }
}

/* Final service-path composition. */
.ceph-selection-grid {
  position: relative;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr) minmax(0, 1fr);
  gap: 0;
  border: 0;
  background: transparent;
}

.ceph-selection-grid::before {
  position: absolute;
  top: 48px;
  right: 14%;
  left: 14%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, #d9dee7 15%, #d9dee7 85%, transparent);
}

.ceph-selection-grid article,
.ceph-selection-grid article.is-featured {
  min-height: 376px;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.ceph-selection-grid article + article {
  border-left: 1px solid #e6e9ee;
}

.ceph-selection-grid article::before,
.ceph-selection-grid article::after {
  display: none;
}

.ceph-selection-grid article.is-featured {
  min-height: 406px;
  z-index: 1;
  margin: -14px 14px 0;
  padding: 38px 32px 24px;
  border: 1px solid #f2c8c3;
  border-top: 3px solid var(--site-brand);
  background: linear-gradient(180deg, #fff5f2 0%, #fff 52%);
  box-shadow: 0 22px 48px rgba(49, 59, 78, .09);
}

.ceph-selection-grid article > span {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 38px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  color: var(--site-brand);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.ceph-selection-grid article > span::before {
  display: block;
  color: #9da6b5;
  content: "01";
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.ceph-selection-grid article:nth-child(2) > span::before { color: var(--site-brand); content: "02"; }
.ceph-selection-grid article:nth-child(3) > span::before { content: "03"; }

.ceph-selection-grid h3,
.ceph-selection-grid article.is-featured h3 {
  margin: 28px 0 0;
  color: var(--site-text-strong);
  font-size: 23px;
  font-weight: 650;
  line-height: 1.35;
}

.ceph-selection-grid article > p {
  min-height: 80px;
  margin: 14px 0 0;
  color: #7d8697;
  font-size: 13px;
  line-height: 1.8;
}

.ceph-selection-grid dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: auto -30px 0;
  padding: 0;
  border-top: 1px solid #e1e5eb;
}

.ceph-selection-grid article.is-featured dl {
  margin-right: -32px;
  margin-left: -32px;
  border-top-color: #f0d9d5;
}

.ceph-selection-grid dl div,
.ceph-selection-grid article.is-featured dl div {
  min-height: 72px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 10px 14px;
  border: 0;
  border-right: 1px solid #e8ebef;
  border-radius: 0;
  background: transparent;
}

.ceph-selection-grid dl div:last-child { border-right: 0; }
.ceph-selection-grid dt { color: #a1a8b5; font-size: 11px; }
.ceph-selection-grid dd { color: #596579; font-size: 12px; line-height: 1.5; text-align: left; }

@media (max-width: 1050px) {
  .ceph-selection-grid article,
  .ceph-selection-grid article.is-featured {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ceph-selection-grid article.is-featured {
    margin-right: 8px;
    margin-left: 8px;
  }

  .ceph-selection-grid dl { margin-right: -20px; margin-left: -20px; }
  .ceph-selection-grid article.is-featured dl { margin-right: -20px; margin-left: -20px; }
}

@media (max-width: 760px) {
  .ceph-selection-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ceph-selection-grid::before { display: none; }

  .ceph-selection-grid article,
  .ceph-selection-grid article.is-featured {
    min-height: 0;
    margin: 0;
    padding: 24px 20px 0;
    border: 1px solid var(--ceph-line);
    border-top: 1px solid var(--ceph-line);
    background: #fff;
    box-shadow: 0 12px 30px rgba(49, 59, 78, .05);
  }

  .ceph-selection-grid article.is-featured {
    border-color: #f2c8c3;
    border-top: 3px solid var(--site-brand);
    background: linear-gradient(180deg, #fff5f2, #fff);
  }

  .ceph-selection-grid article + article { border-left: 1px solid var(--ceph-line); }
  .ceph-selection-grid h3,
  .ceph-selection-grid article.is-featured h3 { margin-top: 20px; font-size: 21px; }
  .ceph-selection-grid article > p { min-height: 0; }
  .ceph-selection-grid dl,
  .ceph-selection-grid article.is-featured dl { margin: 22px -20px 0; }
}

/* Complete re-layout: turn the three plans into one structured service spectrum. */
.ceph-selection .ceph-story-heading {
  max-width: 980px;
  margin-bottom: 44px;
  text-align: left;
}

.ceph-selection-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--ceph-line);
  border-bottom: 1px solid var(--ceph-line);
  background: #fff;
}

.ceph-selection-grid article,
.ceph-selection-grid article.is-featured {
  position: relative;
  min-height: 178px;
  margin: 0;
  display: grid;
  grid-template-columns: 150px minmax(260px, .9fr) minmax(360px, 1.35fr);
  grid-template-rows: auto 1fr;
  grid-template-areas:
    "plan title specs"
    "plan description specs";
  align-items: center;
  column-gap: 30px;
  padding: 24px 30px;
  border: 0;
  border-bottom: 1px solid var(--ceph-line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  transform: none;
}

.ceph-selection-grid article:last-child {
  border-bottom: 0;
}

.ceph-selection-grid article::before,
.ceph-selection-grid article::after {
  display: none;
}

.ceph-selection-grid article.is-featured {
  min-height: 194px;
  border-left: 3px solid var(--site-brand);
  background: linear-gradient(90deg, #fff4f1 0%, #fffaf8 46%, #fff 100%);
  box-shadow: none;
  transform: none;
}

.ceph-selection-grid article > span {
  grid-area: plan;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  color: var(--site-brand);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.ceph-selection-grid article > span::before {
  display: block;
  color: #a0a8b6;
  content: "01";
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}

.ceph-selection-grid article:nth-child(2) > span::before { color: var(--site-brand); content: "02"; }
.ceph-selection-grid article:nth-child(3) > span::before { content: "03"; }

.ceph-selection-grid h3,
.ceph-selection-grid article.is-featured h3 {
  grid-area: title;
  align-self: end;
  margin: 0 0 6px;
  color: var(--site-text-strong);
  font-size: 22px;
  font-weight: 650;
  line-height: 1.35;
}

.ceph-selection-grid article > p {
  grid-area: description;
  align-self: start;
  min-height: 0;
  margin: 0;
  color: #7d8697;
  font-size: 13px;
  line-height: 1.75;
}

.ceph-selection-grid dl {
  grid-area: specs;
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0 0 0 28px;
  border-top: 0;
  border-left: 1px solid var(--ceph-line);
}

.ceph-selection-grid dl div,
.ceph-selection-grid article.is-featured dl div {
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 0 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ceph-selection-grid dl div + div {
  border-left: 1px solid #eceef2;
}

.ceph-selection-grid dt {
  color: #a1a8b5;
  font-size: 11px;
}

.ceph-selection-grid dd {
  color: #596579;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 1050px) {
  .ceph-selection-grid article,
  .ceph-selection-grid article.is-featured {
    grid-template-columns: 110px minmax(220px, .9fr) minmax(300px, 1.3fr);
    column-gap: 20px;
    padding: 22px;
  }

  .ceph-selection-grid dl {
    padding-left: 18px;
  }
}

@media (max-width: 760px) {
  .ceph-selection .ceph-story-heading {
    margin-bottom: 30px;
  }

  .ceph-selection-grid article,
  .ceph-selection-grid article.is-featured {
    min-height: 0;
    display: grid;
    grid-template-columns: 76px 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "plan title"
      "plan description"
      "specs specs";
    gap: 8px 14px;
    padding: 22px 18px;
    border-left: 0;
    border-bottom: 1px solid var(--ceph-line);
  }

  .ceph-selection-grid article.is-featured {
    border-left: 3px solid var(--site-brand);
  }

  .ceph-selection-grid h3,
  .ceph-selection-grid article.is-featured h3 {
    align-self: center;
    font-size: 20px;
  }

  .ceph-selection-grid article > p {
    align-self: start;
  }

  .ceph-selection-grid dl {
    min-height: 72px;
    margin-top: 8px;
    padding: 12px 0 0;
    border-top: 1px solid var(--ceph-line);
    border-left: 0;
  }
}

/* V10 alignment: keep the service cards quiet, square and information-led. */
.ceph-selection-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.ceph-selection-grid article,
.ceph-selection-grid article.is-featured {
  min-height: 354px;
  margin-top: 0;
  padding: 30px 32px 24px;
  border: 1px solid var(--ceph-line);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(49, 59, 78, .05);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(var(--tilt-lift, 0px));
}

.ceph-selection-grid article::before,
.ceph-selection-grid article::after {
  display: none;
}

.ceph-selection-grid article.is-featured {
  border-color: #f1c8c3;
  background: linear-gradient(180deg, #fff5f2, #fffaf8);
  box-shadow: inset 0 3px 0 var(--site-brand), 0 18px 42px rgba(49, 59, 78, .07);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-10px);
}

.ceph-selection-grid article > span {
  display: block;
  color: var(--site-brand);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.ceph-selection-grid article > span::before {
  display: none;
}

.ceph-selection-grid h3,
.ceph-selection-grid article.is-featured h3 {
  margin-top: 14px;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0;
}

.ceph-selection-grid article > p {
  min-height: 78px;
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.8;
}

.ceph-selection-grid dl {
  margin-top: auto;
  padding-top: 0;
  border-top: 1px solid var(--ceph-line);
}

.ceph-selection-grid dl div,
.ceph-selection-grid article.is-featured dl div {
  min-height: 40px;
  margin-top: 0;
  padding: 9px 0;
  border: 0;
  border-bottom: 1px solid var(--ceph-line);
  border-radius: 0;
  background: transparent;
}

@media (max-width: 1050px) {
  .ceph-selection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .ceph-selection-grid article,
  .ceph-selection-grid article.is-featured {
    min-height: 350px;
    padding-right: 22px;
    padding-left: 22px;
  }
}

@media (max-width: 760px) {
  .ceph-selection-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ceph-selection-grid article,
  .ceph-selection-grid article.is-featured {
    min-height: 0;
    margin-top: 0;
    padding: 26px 22px 22px;
    transform: none;
  }

  .ceph-selection-grid article.is-featured {
    order: initial;
  }

  .ceph-selection-grid article > p {
    min-height: 0;
  }

  .ceph-selection-grid dl {
    margin-top: 20px;
  }
}
