.ssb-services-bento.spt-services-bento {
  --ssb-font-family: var(
    --sptm-font,
    "yekanbakh",
    "YekanBakh",
    "Yekan Bakh",
    "IRANYekanX",
    "Vazirmatn",
    Tahoma,
    Arial,
    sans-serif
  );
  --spt-white: #ffffff;
  --spt-text: #172033;
  --spt-muted: #657087;
  --spt-blue: #1677ff;
  --spt-blue-deep: #0f62fe;
  --spt-line: #e7edf5;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  padding: clamp(72px, 8vw, 112px) 24px;
  background: transparent;
  color: var(--spt-text);
  direction: rtl;
  font-family: var(--ssb-font-family) !important;
  font-weight: var(--sptm-w-regular, 400);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ssb-services-bento.spt-services-bento *,
.ssb-services-bento.spt-services-bento *::before,
.ssb-services-bento.spt-services-bento *::after {
  box-sizing: border-box;
}

.ssb-services-bento.spt-services-bento *,
.ssb-services-bento.spt-services-bento button,
.ssb-services-bento.spt-services-bento input,
.ssb-services-bento.spt-services-bento select,
.ssb-services-bento.spt-services-bento textarea {
  font-family: var(--ssb-font-family) !important;
}

.ssb-services-bento.spt-services-bento button {
  font: inherit;
  font-family: var(--ssb-font-family) !important;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.ssb-services-bento.spt-services-bento .spt-container {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  min-width: 0;
  margin-inline: auto;
}

.ssb-services-bento.spt-services-bento .spt-heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.ssb-services-bento.spt-services-bento .spt-heading h2 {
  margin: 0;
  color: #171c28;
  font-size: clamp(34px, 4.4vw, 54px);
  font-weight: var(--sptm-w-heading, 800);
  line-height: 1.2;
  letter-spacing: -0.045em;
}

.ssb-services-bento.spt-services-bento .spt-tabs-scroll {
  display: flex;
  justify-content: center;
  margin: 34px 0 24px;
}

.ssb-services-bento.spt-services-bento .spt-tabs {
  --spt-indicator-x: 0px;
  --spt-indicator-width: 0px;
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  padding: 2px;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03);
}

.ssb-services-bento.spt-services-bento .spt-tab-indicator {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  z-index: 0;
  width: var(--spt-indicator-width);
  border: 1px solid #c8d7ff;
  border-radius: 999px;
  background: #eef3ff;
  box-shadow:
    0 2px 7px rgba(65, 105, 225, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
  pointer-events: none;
  transform: translate3d(var(--spt-indicator-x), 0, 0);
  will-change: width, transform;
}

.ssb-services-bento.spt-services-bento .spt-tabs.is-ready .spt-tab-indicator {
  transition:
    width 320ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ssb-services-bento.spt-services-bento .spt-tab {
  position: relative;
  z-index: 1;
  min-height: 44px;
  flex: 0 0 auto;
  padding: 10px 24px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #1f2937;
  font-size: 14px;
  font-weight: var(--sptm-w-semibold, 600);
  line-height: 1.55;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition:
    color 200ms ease,
    transform 200ms ease;
}

.ssb-services-bento.spt-services-bento .spt-tab:hover:not([aria-selected="true"]) {
  color: #315bdc;
}

.ssb-services-bento.spt-services-bento .spt-tab[aria-selected="true"] {
  background: transparent;
  color: #4164dc;
}

.ssb-services-bento.spt-services-bento .spt-tab:active {
  transform: scale(0.985);
}

.ssb-services-bento.spt-services-bento .spt-tab:focus-visible {
  outline: 3px solid rgba(22, 119, 255, 0.22);
  outline-offset: 2px;
}

.ssb-services-bento.spt-services-bento .spt-panel[hidden] {
  display: none;
}

.ssb-services-bento.spt-services-bento .spt-panel {
  width: 100%;
  min-width: 0;
}

.ssb-services-bento.spt-services-bento .spt-panel.is-entering {
  animation: ssb-spt-panel-in 380ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.ssb-services-bento.spt-services-bento .spt-grid {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-auto-flow: dense;
  grid-auto-rows: minmax(214px, auto);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.ssb-services-bento.spt-services-bento .spt-card {
  --spt-index: 0;
  position: relative;
  display: flex;
  grid-column: span 3;
  align-items: flex-start;
  flex-direction: column;
  min-width: 0;
  min-height: 214px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid var(--spt-line);
  border-radius: 30px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.96), rgba(252, 253, 255, 0.99)),
    var(--spt-white);
  box-shadow: 0 5px 20px rgba(44, 70, 108, 0.035);
  opacity: 1;
  transform: none;
  transition:
    border-color 240ms ease,
    box-shadow 300ms ease,
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ssb-services-bento.spt-services-bento .spt-panel.is-entering .spt-card {
  opacity: 0;
  transform: translateY(14px) scale(0.99);
  animation: ssb-spt-card-in 560ms
    calc(35ms + (var(--spt-index) * 42ms))
    cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.ssb-services-bento.spt-services-bento .spt-card::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(
    circle at 82% 12%,
    rgba(57, 140, 255, 0.085),
    transparent 38%
  );
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}

.ssb-services-bento.spt-services-bento .spt-card:hover {
	z-index: 2;
	border-color: #cfe0f7;
	box-shadow: 0 10px 30px rgba(28, 75, 145, 0.075);
	transform: none;
}

.ssb-services-bento.spt-services-bento .spt-card:hover::before {
  opacity: 1;
}

.ssb-services-bento.spt-services-bento .spt-arrow {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #e6edf6;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #7d8ba0;
  opacity: 0;
  transform: translate(-4px, 4px);
  transition:
    opacity 220ms ease,
    color 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ssb-services-bento.spt-services-bento .spt-arrow svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.ssb-services-bento.spt-services-bento .spt-card:hover .spt-arrow {
  border-color: var(--spt-blue);
  background: var(--spt-blue);
  color: #fff;
  opacity: 1;
  transform: translate(0);
}

.ssb-services-bento.spt-services-bento .spt-visual {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  min-height: 132px;
  flex: 1;
  place-items: center;
}

.ssb-services-bento.spt-services-bento .spt-visual::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 148px;
  height: 148px;
  border: 1px solid rgba(103, 164, 242, 0.11);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(220, 237, 255, 0.45),
    rgba(245, 249, 255, 0.05) 66%,
    transparent 68%
  );
  content: "";
  transform: translate(-50%, -50%) scale(0.9);
  transition:
    transform 500ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 300ms ease;
}

.ssb-services-bento.spt-services-bento .spt-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: min(72%, 190px);
  height: auto;
  max-height: 150px;
  object-fit: contain;
  user-select: none;
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 300ms ease;
}

.ssb-services-bento.spt-services-bento .spt-visual img[src=""] {
  display: none;
}

.ssb-services-bento.spt-services-bento .spt-card:hover .spt-visual img {
	filter: saturate(1.045) contrast(1.015);
	transform: none;
}

.ssb-services-bento.spt-services-bento .spt-card:hover .spt-visual::before {
  border-color: rgba(60, 141, 241, 0.2);
  transform: translate(-50%, -50%) scale(1);
}

.ssb-services-bento.spt-services-bento .spt-card h3 {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 12px 0 0;
  color: #22314a;
  font-size: 15px;
  font-weight: var(--sptm-w-heading, 700);
  line-height: 1.75;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
  transition: color 220ms ease;
}

.ssb-services-bento.spt-services-bento .spt-card:hover h3 {
  color: var(--spt-blue-deep);
}

.ssb-services-bento.spt-services-bento .spt-grid[data-count="3"] .spt-card {
  min-height: 330px;
}

.ssb-services-bento.spt-services-bento .spt-grid[data-count="3"] .spt-card:first-child {
  grid-column: span 6;
}

.ssb-services-bento.spt-services-bento .spt-grid[data-count="3"] .spt-card:not(:first-child) {
  grid-column: span 3;
}

.ssb-services-bento.spt-services-bento .spt-grid[data-count="3"] .spt-card:first-child .spt-visual img {
  max-width: min(54%, 270px);
  max-height: 220px;
}

.ssb-services-bento.spt-services-bento .spt-grid[data-count="3"] .spt-card:first-child .spt-visual::before {
  width: 230px;
  height: 230px;
}

.ssb-services-bento.spt-services-bento .spt-grid[data-count="3"] .spt-card:first-child h3 {
  font-size: 19px;
}

.ssb-services-bento.spt-services-bento .spt-grid[data-count="8"] .spt-card:first-child {
  grid-column: span 6;
  grid-row: span 2;
  min-height: 444px;
  background:
    linear-gradient(145deg, rgba(238, 246, 255, 0.82), rgba(255, 255, 255, 0.98) 62%),
    #fff;
}

.ssb-services-bento.spt-services-bento
  .spt-grid[data-count="8"]
  .spt-card:nth-child(n + 2):nth-child(-n + 5) {
  grid-column: span 3;
}

.ssb-services-bento.spt-services-bento .spt-grid[data-count="8"] .spt-card:nth-child(n + 6) {
  grid-column: span 4;
}

.ssb-services-bento.spt-services-bento .spt-grid[data-count="8"] .spt-card:first-child .spt-visual img {
  max-width: min(62%, 280px);
  max-height: 245px;
}

.ssb-services-bento.spt-services-bento .spt-grid[data-count="8"] .spt-card:first-child .spt-visual::before {
  width: 260px;
  height: 260px;
}

.ssb-services-bento.spt-services-bento .spt-grid[data-count="8"] .spt-card:first-child h3 {
  font-size: 20px;
}

@keyframes ssb-spt-card-in {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ssb-spt-panel-in {
  from {
    opacity: 0;
    transform: translateY(9px);
  }
}

@media (max-width: 1020px) {
  .ssb-services-bento.spt-services-bento {
    padding: 64px 20px 72px;
  }

  .ssb-services-bento.spt-services-bento .spt-heading h2 {
    font-size: clamp(34px, 5.5vw, 44px);
  }

  .ssb-services-bento.spt-services-bento .spt-tabs-scroll {
    justify-content: flex-start;
    max-width: 100%;
    margin: 30px 0 22px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .ssb-services-bento.spt-services-bento .spt-tabs-scroll::-webkit-scrollbar {
    display: none;
  }

  .ssb-services-bento.spt-services-bento .spt-tabs {
    width: max-content;
    min-width: max-content;
    flex: 0 0 auto;
    padding: 2px;
    border-radius: 999px;
  }

  .ssb-services-bento.spt-services-bento .spt-tab {
    min-width: 210px;
    min-height: 44px;
    flex: 0 0 auto;
    padding: 9px 20px;
    font-size: 13px;
    scroll-snap-align: center;
  }

  .ssb-services-bento.spt-services-bento .spt-grid[data-count] .spt-card,
  .ssb-services-bento.spt-services-bento .spt-grid[data-count] .spt-card:first-child,
  .ssb-services-bento.spt-services-bento .spt-grid[data-count] .spt-card:not(:first-child),
  .ssb-services-bento.spt-services-bento
    .spt-grid[data-count]
    .spt-card:nth-child(n + 2):nth-child(-n + 5),
  .ssb-services-bento.spt-services-bento .spt-grid[data-count] .spt-card:nth-child(n + 6) {
    grid-column: span 6;
    grid-row: span 1;
    min-height: 270px;
    padding: 17px;
    border-radius: 27px;
  }

  .ssb-services-bento.spt-services-bento
    .spt-grid[data-count]
    .spt-card:first-child
    .spt-visual
    img {
    max-width: min(72%, 200px);
    max-height: 170px;
  }

  .ssb-services-bento.spt-services-bento
    .spt-grid[data-count]
    .spt-card:first-child
    .spt-visual::before {
    width: 165px;
    height: 165px;
  }

  .ssb-services-bento.spt-services-bento .spt-grid[data-count] .spt-card:first-child h3 {
    font-size: 16px;
  }

  .ssb-services-bento.spt-services-bento
    .spt-grid[data-count="3"]
    .spt-card:last-child:nth-child(3) {
    grid-column: 4 / span 6;
  }
}

@media (max-width: 720px) {
  .ssb-services-bento.spt-services-bento {
    padding: 52px 14px 64px;
  }

  .ssb-services-bento.spt-services-bento .spt-heading h2 {
    font-size: clamp(30px, 9vw, 36px);
    letter-spacing: -0.035em;
  }

  .ssb-services-bento.spt-services-bento .spt-tabs-scroll {
    margin: 26px 0 18px;
    padding-bottom: 7px;
  }

  .ssb-services-bento.spt-services-bento .spt-tabs {
    padding: 2px;
    border-radius: 999px;
  }

  .ssb-services-bento.spt-services-bento .spt-tab {
    min-width: 195px;
    min-height: 42px;
    flex-basis: auto;
    padding: 8px 18px;
    border-radius: 999px;
    line-height: 1.55;
  }

  .ssb-services-bento.spt-services-bento .spt-tab-indicator {
    top: 2px;
    bottom: 2px;
    border-radius: 999px;
  }

  .ssb-services-bento.spt-services-bento .spt-grid {
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ssb-services-bento.spt-services-bento .spt-grid[data-count] .spt-card,
  .ssb-services-bento.spt-services-bento .spt-grid[data-count] .spt-card:first-child,
  .ssb-services-bento.spt-services-bento .spt-grid[data-count] .spt-card:not(:first-child),
  .ssb-services-bento.spt-services-bento
    .spt-grid[data-count]
    .spt-card:nth-child(n + 2):nth-child(-n + 5),
  .ssb-services-bento.spt-services-bento .spt-grid[data-count] .spt-card:nth-child(n + 6) {
    grid-column: 1 / -1;
    min-height: 235px;
    padding: 16px;
    border-radius: 25px;
  }

  .ssb-services-bento.spt-services-bento
    .spt-grid[data-count="3"]
    .spt-card:last-child:nth-child(3) {
    grid-column: 1 / -1;
  }

  .ssb-services-bento.spt-services-bento .spt-visual {
    min-height: 142px;
  }

  .ssb-services-bento.spt-services-bento .spt-visual img,
  .ssb-services-bento.spt-services-bento
    .spt-grid[data-count]
    .spt-card:first-child
    .spt-visual
    img {
    max-width: min(68%, 180px);
    max-height: 155px;
  }

  .ssb-services-bento.spt-services-bento .spt-visual::before,
  .ssb-services-bento.spt-services-bento
    .spt-grid[data-count]
    .spt-card:first-child
    .spt-visual::before {
    width: 150px;
    height: 150px;
  }

  .ssb-services-bento.spt-services-bento .spt-arrow {
    top: 12px;
    left: 12px;
    width: 32px;
    height: 32px;
    opacity: 1;
    transform: none;
  }

  .ssb-services-bento.spt-services-bento .spt-card h3,
  .ssb-services-bento.spt-services-bento .spt-grid[data-count] .spt-card:first-child h3 {
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .ssb-services-bento.spt-services-bento {
    padding: 46px 12px 56px;
  }

  .ssb-services-bento.spt-services-bento .spt-tab {
    min-width: 185px;
    flex-basis: auto;
    font-size: 12px;
  }

  .ssb-services-bento.spt-services-bento .spt-grid[data-count] .spt-card,
  .ssb-services-bento.spt-services-bento .spt-grid[data-count] .spt-card:first-child,
  .ssb-services-bento.spt-services-bento .spt-grid[data-count] .spt-card:not(:first-child),
  .ssb-services-bento.spt-services-bento
    .spt-grid[data-count]
    .spt-card:nth-child(n + 2):nth-child(-n + 5),
  .ssb-services-bento.spt-services-bento .spt-grid[data-count] .spt-card:nth-child(n + 6) {
    min-height: 222px;
  }
}

@media (hover: none) {
  .ssb-services-bento.spt-services-bento .spt-card:hover {
    border-color: var(--spt-line);
    box-shadow: 0 5px 20px rgba(44, 70, 108, 0.035);
    transform: none;
  }

  .ssb-services-bento.spt-services-bento .spt-card:hover::before {
    opacity: 0;
  }

  .ssb-services-bento.spt-services-bento .spt-card:hover .spt-visual img {
    filter: none;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ssb-services-bento.spt-services-bento *,
  .ssb-services-bento.spt-services-bento *::before,
  .ssb-services-bento.spt-services-bento *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .ssb-services-bento.spt-services-bento .spt-panel.is-entering .spt-card {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}




/* ============================================================
   v2.6.1 - classic orbit layout restored; number chips
   replaced with orange category icons
   ============================================================ */
.ssb-services-bento.spt-services-bento .spt-orbit {
	position: relative;
}

@media (min-width: 901px) {
	.ssb-services-bento.spt-services-bento .spt-orbit {
		max-width: 1120px;
		min-height: 560px;
		margin-inline: auto;
	}

	/* elliptical orbit path */
	.ssb-services-bento.spt-services-bento .spt-orbit::before {
		content: "";
		position: absolute;
		inset: 6% 7%;
		border: 2px solid #ece5d8;
		border-radius: 50%;
		pointer-events: none;
	}

	/* center hub */
	.ssb-services-bento.spt-services-bento .spt-orbit__hub {
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translate(50%, -50%);
		z-index: 2;
		width: min(300px, 30%);
		margin: 0;
		padding: 32px 24px;
		text-align: center;
		background: linear-gradient(160deg, #000f59, #0a1a7a);
		border-radius: 20px;
		box-shadow: 0 20px 50px rgba(0, 15, 89, .2);
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__hub::after {
		content: "";
		position: absolute;
		inset: -10px;
		border: 2px solid rgba(255, 118, 20, .35);
		border-radius: 26px;
		pointer-events: none;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__hub h2 {
		margin: 0;
		color: #fff !important;
		font-size: clamp(19px, 1.9vw, 25px);
		font-weight: 800;
		line-height: 1.6;
	}

	/* orbit cards */
	.ssb-services-bento.spt-services-bento .spt-orbit__card {
		position: absolute;
		z-index: 2;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 8px;
		width: min(280px, 30%);
		min-height: 88px;
		margin: 0;
		padding: 16px 18px;
		overflow: hidden;
		text-align: center;
		background: #fff;
		border: 1px solid #eee7da;
		border-radius: 14px;
		box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
		isolation: isolate;
		transition:
			background-color 240ms ease,
			border-color 240ms ease,
			box-shadow 280ms cubic-bezier(.22, 1, .36, 1);
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card::after {
		position: absolute;
		top: 0;
		right: 20px;
		left: 20px;
		height: 2px;
		background: linear-gradient(90deg, transparent, #ff7614, transparent);
		border-radius: 999px;
		content: "";
		opacity: 0;
		transform: scaleX(.35);
		transform-origin: center;
		transition: opacity 220ms ease, transform 300ms cubic-bezier(.22, 1, .36, 1);
	}

	/* orange category icon chip (replaces the old number chip) */
	.ssb-services-bento.spt-services-bento .spt-orbit__icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 34px;
		height: 34px;
		padding: 0 7px;
		border-radius: 9px;
		background: #fff0e5;
		color: #ff7614;
		box-shadow: 0 0 0 0 rgba(255, 118, 20, 0);
		transition: color 220ms ease, background-color 220ms ease, box-shadow 260ms ease;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__icon svg {
		width: 19px;
		height: 19px;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card h3 {
		margin: 0;
		color: #000f59;
		font-size: 14.5px;
		font-weight: 700;
		line-height: 1.7;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card:hover {
		background: #fffdfa;
		border-color: rgba(255, 118, 20, .38);
		box-shadow: 0 11px 28px rgba(15, 23, 42, .075);
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card:hover::after {
		opacity: 1;
		transform: scaleX(1);
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card:hover .spt-orbit__icon {
		background: #ff7614;
		color: #fff;
		box-shadow: 0 0 0 4px rgba(255, 118, 20, .09);
	}

	/* positions on the ellipse (RTL: right = start side) */
	.ssb-services-bento.spt-services-bento .spt-orbit__card--1 { top: 0; right: 50%; transform: translateX(50%); }
	.ssb-services-bento.spt-services-bento .spt-orbit__card--2 { top: 15%; right: 1%; }
	.ssb-services-bento.spt-services-bento .spt-orbit__card--3 { bottom: 15%; right: 1%; }
	.ssb-services-bento.spt-services-bento .spt-orbit__card--4 { bottom: 0; right: 50%; transform: translateX(50%); }
	.ssb-services-bento.spt-services-bento .spt-orbit__card--5 { bottom: 15%; left: 1%; }
	.ssb-services-bento.spt-services-bento .spt-orbit__card--6 { top: 15%; left: 1%; }

}

@media (max-width: 900px) {
	.ssb-services-bento.spt-services-bento .spt-orbit {
		display: flex;
		flex-direction: column;
		gap: 12px;
		max-width: 460px;
		margin-inline: auto;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit::before {
		display: none;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__hub {
		margin: 0 0 10px;
		padding: 24px 20px;
		text-align: center;
		background: linear-gradient(160deg, #000f59, #0a1a7a);
		border-radius: 16px;
		box-shadow: 0 16px 38px rgba(0, 15, 89, .18);
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__hub h2 {
		margin: 0;
		color: #fff !important;
		font-size: 19px;
		font-weight: 800;
		line-height: 1.6;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card {
		display: flex;
		align-items: center;
		gap: 10px;
		margin: 0;
		padding: 14px 16px;
		background: #fff;
		border: 1px solid #eee7da;
		border-radius: 12px;
		box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
		text-align: start;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__icon {
		flex: 0 0 auto;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 30px;
		height: 30px;
		padding: 0 6px;
		border-radius: 8px;
		background: #fff0e5;
		color: #ff7614;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__icon svg {
		width: 17px;
		height: 17px;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card h3 {
		margin: 0;
		color: #000f59;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.7;
	}
}
.ssb-services-bento .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* ============================================================
   v2.6.4 - minimal control-center service network
   ============================================================ */
.ssb-services-bento.spt-services-bento .spt-orbit {
	position: relative;
}

@media (min-width: 901px) {
	.ssb-services-bento.spt-services-bento .spt-orbit {
		max-width: 1120px;
		min-height: 540px;
		margin-inline: auto;
	}

	/* The old full ellipse is intentionally removed. */
	.ssb-services-bento.spt-services-bento .spt-orbit::before {
		display: none;
		content: none;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__hub {
		position: absolute;
		z-index: 3;
		top: 50%;
		right: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 10px;
		width: 286px;
		min-height: 154px;
		margin: 0;
		padding: 25px 28px;
		text-align: center;
		background: #000f59;
		border: 1px solid rgba(255, 255, 255, .12);
		border-radius: 26px;
		box-shadow: 0 20px 44px rgba(0, 15, 89, .18);
		transform: translate(50%, -50%);
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__hub::after {
		position: absolute;
		top: 17px;
		right: 18px;
		width: 20px;
		height: 4px;
		content: "";
		background: #ff7614;
		border: 0;
		border-radius: 999px;
		box-shadow: none;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__eyebrow {
		display: inline-flex;
		align-items: center;
		min-height: 25px;
		padding: 3px 10px;
		color: rgba(255, 255, 255, .72);
		background: rgba(255, 255, 255, .075);
		border: 1px solid rgba(255, 255, 255, .1);
		border-radius: 999px;
		font-size: 10.5px;
		font-weight: 600;
		line-height: 1.4;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__hub h2 {
		max-width: 230px;
		margin: 0;
		color: #fff !important;
		font-size: clamp(20px, 1.85vw, 24px);
		font-weight: 800;
		line-height: 1.55;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card {
		position: absolute;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: row;
		gap: 14px;
		width: 286px;
		height: 112px;
		min-height: 112px;
		margin: 0;
		padding: 18px 20px;
		overflow: visible;
		text-align: right;
		background: #fff;
		border: 1px solid #e2e6ef;
		border-radius: 18px;
		box-shadow: 0 12px 30px rgba(0, 15, 89, .055);
		isolation: isolate;
		transition: background-color 220ms ease, border-color 220ms ease, box-shadow 260ms ease;
	}

	/* Short directional strokes replace the decorative ellipse. */
	.ssb-services-bento.spt-services-bento .spt-orbit__card::before {
		position: absolute;
		z-index: -1;
		width: 58px;
		height: 1px;
		content: "";
		background: linear-gradient(90deg, rgba(0, 15, 89, .08), rgba(255, 118, 20, .48));
		pointer-events: none;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card::after {
		display: none;
		content: none;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__icon {
		flex: 0 0 42px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		min-width: 42px;
		padding: 0;
		color: #ff7614;
		background: #fff2e9;
		border: 1px solid rgba(255, 118, 20, .11);
		border-radius: 12px;
		box-shadow: none;
		transition: color 210ms ease, background-color 210ms ease, border-color 210ms ease, box-shadow 240ms ease;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__icon svg {
		width: 20px;
		height: 20px;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card h3 {
		flex: 1;
		margin: 0;
		color: #000f59;
		font-size: 14.5px;
		font-weight: 720;
		line-height: 1.75;
		text-align: right;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card:hover {
		background: #fff;
		border-color: rgba(0, 15, 89, .25);
		box-shadow: 0 14px 34px rgba(0, 15, 89, .08), inset 0 0 0 1px rgba(255, 118, 20, .04);
		transform: none;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card:hover .spt-orbit__icon {
		color: #fff;
		background: #ff7614;
		border-color: #ff7614;
		box-shadow: 0 0 0 5px rgba(255, 118, 20, .075);
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card--1 {
		top: 0;
		right: 50%;
		transform: translateX(50%);
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card--1::before {
		top: 100%;
		right: 50%;
		width: 1px;
		height: 52px;
		background: linear-gradient(180deg, rgba(255, 118, 20, .48), rgba(0, 15, 89, .08));
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card--2 { top: 14%; right: 0; }
	.ssb-services-bento.spt-services-bento .spt-orbit__card--2::before { top: 60%; left: -57px; transform: rotate(-12deg); transform-origin: right; }

	.ssb-services-bento.spt-services-bento .spt-orbit__card--3 { right: 0; bottom: 14%; }
	.ssb-services-bento.spt-services-bento .spt-orbit__card--3::before { top: 40%; left: -57px; transform: rotate(12deg); transform-origin: right; }

	.ssb-services-bento.spt-services-bento .spt-orbit__card--4 {
		right: 50%;
		bottom: 0;
		transform: translateX(50%);
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card--4::before {
		right: 50%;
		bottom: 100%;
		width: 1px;
		height: 52px;
		background: linear-gradient(0deg, rgba(255, 118, 20, .48), rgba(0, 15, 89, .08));
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card--5 { bottom: 14%; left: 0; }
	.ssb-services-bento.spt-services-bento .spt-orbit__card--5::before { top: 40%; right: -57px; transform: rotate(-12deg); transform-origin: left; }

	.ssb-services-bento.spt-services-bento .spt-orbit__card--6 { top: 14%; left: 0; }
	.ssb-services-bento.spt-services-bento .spt-orbit__card--6::before { top: 60%; right: -57px; transform: rotate(12deg); transform-origin: left; }

	/* Keep the two centered cards aligned while disabling lift on hover. */
	.ssb-services-bento.spt-services-bento .spt-orbit__card--1:hover,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--4:hover {
		transform: translateX(50%);
	}
}

@media (max-width: 900px) {
	.ssb-services-bento.spt-services-bento .spt-orbit {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		max-width: 760px;
		margin-inline: auto;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit::before,
	.ssb-services-bento.spt-services-bento .spt-orbit__card::before,
	.ssb-services-bento.spt-services-bento .spt-orbit__card::after {
		display: none;
		content: none;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__hub {
		grid-column: 1 / -1;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 8px;
		min-height: 138px;
		margin: 0 0 4px;
		padding: 22px;
		background: #000f59;
		border-radius: 20px;
		box-shadow: 0 15px 34px rgba(0, 15, 89, .14);
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__hub::after {
		display: none;
		content: none;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__eyebrow {
		display: inline-flex;
		padding: 3px 9px;
		color: rgba(255, 255, 255, .72);
		background: rgba(255, 255, 255, .075);
		border: 1px solid rgba(255, 255, 255, .1);
		border-radius: 999px;
		font-size: 10px;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__hub h2 {
		margin: 0;
		color: #fff !important;
		font-size: 19px;
		line-height: 1.6;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card {
		display: flex;
		align-items: center;
		gap: 12px;
		min-height: 100px;
		margin: 0;
		padding: 16px;
		overflow: hidden;
		text-align: right;
		background: #fff;
		border: 1px solid #e2e6ef;
		border-radius: 16px;
		box-shadow: 0 9px 22px rgba(0, 15, 89, .05);
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__icon {
		flex: 0 0 38px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 38px;
		height: 38px;
		min-width: 38px;
		padding: 0;
		color: #ff7614;
		background: #fff2e9;
		border-radius: 11px;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card h3 {
		flex: 1;
		min-width: 0;
		margin: 0;
		color: #000f59;
		font-size: 13.5px;
		font-weight: 700;
		line-height: 1.75;
		text-align: right;
	}
}

@media (max-width: 600px) {
	.ssb-services-bento.spt-services-bento .spt-orbit {
		grid-template-columns: 1fr;
		max-width: 460px;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__hub {
		grid-column: 1;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card {
		min-height: 88px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ssb-services-bento.spt-services-bento .spt-orbit__card,
	.ssb-services-bento.spt-services-bento .spt-orbit__icon {
		transition: none;
	}
}

/* ============================================================
   v2.6.5 - precision network, calmer hierarchy and reveal
   ============================================================ */
.ssb-services-bento.spt-services-bento .spt-orbit__eyebrow {
	display: none !important;
}

.ssb-services-bento.spt-services-bento {
	box-sizing: border-box;
}

.ssb-services-bento.spt-services-bento .spt-orbit__network {
	display: none;
}

@media (min-width: 1101px) {
	.ssb-services-bento.spt-services-bento .spt-orbit {
		position: relative;
		max-width: 1120px;
		min-height: 520px;
		margin-inline: auto;
		isolation: isolate;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit::before {
		display: none;
		content: none;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__network {
		position: absolute;
		z-index: 1;
		inset: 0;
		display: block;
		width: 100%;
		height: 100%;
		overflow: visible;
		color: #d5dae5;
		pointer-events: none;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__network path {
		fill: none;
		stroke: currentColor;
		stroke-width: 1.2;
		stroke-linecap: round;
		vector-effect: non-scaling-stroke;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__network circle {
		fill: #ff7614;
		opacity: .72;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__hub {
		position: absolute;
		z-index: 3;
		top: 50%;
		right: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 330px;
		min-height: 146px;
		margin: 0;
		padding: 28px 34px;
		text-align: center;
		background: #000f59;
		border: 1px solid rgba(255, 255, 255, .11);
		border-radius: 24px;
		box-shadow: 0 22px 50px rgba(0, 15, 89, .2), 0 0 0 7px rgba(0, 15, 89, .025);
		transform: translate(50%, -50%);
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__hub::after {
		position: absolute;
		top: 18px;
		right: 20px;
		width: 24px;
		height: 3px;
		content: "";
		background: #ff7614;
		border: 0;
		border-radius: 999px;
		box-shadow: none;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__hub h2 {
		max-width: 292px;
		margin: 0;
		color: #fff !important;
		font-size: 27px;
		font-weight: 800;
		line-height: 1.5;
		letter-spacing: -.018em;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card {
		position: absolute;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: row;
		gap: 14px;
		width: 340px;
		height: 100px;
		min-height: 100px;
		margin: 0;
		padding: 14px 18px;
		overflow: hidden;
		text-align: right;
		background: #fff;
		border: 1px solid #e0e5ee;
		border-radius: 16px;
		box-shadow: 0 12px 28px rgba(0, 15, 89, .055);
		transition: opacity 520ms ease, filter 520ms ease, background-color 210ms ease, border-color 210ms ease, box-shadow 240ms ease;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card::before,
	.ssb-services-bento.spt-services-bento .spt-orbit__card::after {
		display: none;
		content: none;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__icon {
		flex: 0 0 40px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		min-width: 40px;
		padding: 0;
		color: #ff7614;
		background: #fff3eb;
		border: 1px solid rgba(255, 118, 20, .13);
		border-radius: 11px;
		box-shadow: none;
		transition: color 210ms ease, background-color 210ms ease, border-color 210ms ease, box-shadow 240ms ease;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__icon svg {
		width: 19px;
		height: 19px;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card h3 {
		flex: 1;
		margin: 0;
		color: #000f59;
		font-size: 14px;
		font-weight: 720;
		line-height: 1.68;
		letter-spacing: -.006em;
		text-align: right;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card:hover {
		background: #fff;
		border-color: rgba(0, 15, 89, .26);
		box-shadow: 0 14px 32px rgba(0, 15, 89, .085), inset 0 0 0 1px rgba(255, 118, 20, .035);
		transform: none;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card:hover .spt-orbit__icon {
		color: #fff;
		background: #ff7614;
		border-color: #ff7614;
		box-shadow: 0 0 0 5px rgba(255, 118, 20, .07);
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card--1 {
		top: 0;
		right: 50%;
		transform: translateX(50%);
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card--2 { top: 85px; right: 0; }
	.ssb-services-bento.spt-services-bento .spt-orbit__card--3 { right: 0; bottom: 85px; }

	.ssb-services-bento.spt-services-bento .spt-orbit__card--4 {
		right: 50%;
		bottom: 0;
		transform: translateX(50%);
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card--5 { bottom: 85px; left: 0; }
	.ssb-services-bento.spt-services-bento .spt-orbit__card--6 { top: 85px; left: 0; }

	.ssb-services-bento.spt-services-bento .spt-orbit__card--1:hover,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--4:hover {
		transform: translateX(50%);
	}
}

/* Reveal only becomes active after JavaScript has attached the observer. */
.ssb-services-bento.spt-services-bento .spt-orbit.is-reveal-ready:not(.is-visible) .spt-orbit__hub,
.ssb-services-bento.spt-services-bento .spt-orbit.is-reveal-ready:not(.is-visible) .spt-orbit__card {
	opacity: 0;
	filter: blur(5px);
}

.ssb-services-bento.spt-services-bento .spt-orbit.is-reveal-ready .spt-orbit__hub {
	transition: opacity 520ms ease, filter 520ms ease, box-shadow 240ms ease;
}

.ssb-services-bento.spt-services-bento .spt-orbit.is-reveal-ready.is-visible .spt-orbit__hub,
.ssb-services-bento.spt-services-bento .spt-orbit.is-reveal-ready.is-visible .spt-orbit__card {
	opacity: 1;
	filter: blur(0);
}

.ssb-services-bento.spt-services-bento .spt-orbit.is-reveal-ready .spt-orbit__network path {
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	transition: stroke-dashoffset 720ms cubic-bezier(.22, 1, .36, 1) 180ms;
}

.ssb-services-bento.spt-services-bento .spt-orbit.is-reveal-ready .spt-orbit__network circle {
	opacity: 0;
	transition: opacity 260ms ease 680ms;
}

.ssb-services-bento.spt-services-bento .spt-orbit.is-reveal-ready.is-visible .spt-orbit__network path {
	stroke-dashoffset: 0;
}

.ssb-services-bento.spt-services-bento .spt-orbit.is-reveal-ready.is-visible .spt-orbit__network circle {
	opacity: .72;
}

.ssb-services-bento.spt-services-bento .spt-orbit.is-reveal-ready .spt-orbit__card--1 { transition-delay: 210ms; }
.ssb-services-bento.spt-services-bento .spt-orbit.is-reveal-ready .spt-orbit__card--2 { transition-delay: 260ms; }
.ssb-services-bento.spt-services-bento .spt-orbit.is-reveal-ready .spt-orbit__card--3 { transition-delay: 310ms; }
.ssb-services-bento.spt-services-bento .spt-orbit.is-reveal-ready .spt-orbit__card--4 { transition-delay: 360ms; }
.ssb-services-bento.spt-services-bento .spt-orbit.is-reveal-ready .spt-orbit__card--5 { transition-delay: 410ms; }
.ssb-services-bento.spt-services-bento .spt-orbit.is-reveal-ready .spt-orbit__card--6 { transition-delay: 460ms; }

@media (max-width: 1100px) {
	.ssb-services-bento.spt-services-bento .spt-orbit {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		max-width: 860px;
		min-height: 0;
		margin-inline: auto;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit::before,
	.ssb-services-bento.spt-services-bento .spt-orbit__network {
		display: none;
		content: none;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__hub {
		position: relative;
		top: auto;
		right: auto;
		grid-column: 1 / -1;
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		min-height: 138px;
		margin: 0 0 4px;
		padding: 24px;
		background: #000f59;
		border-radius: 20px;
		box-shadow: 0 16px 36px rgba(0, 15, 89, .15);
		transform: none;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__hub::after {
		position: absolute;
		top: 17px;
		right: 18px;
		display: block;
		width: 22px;
		height: 3px;
		content: "";
		background: #ff7614;
		border: 0;
		border-radius: 999px;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__hub h2 {
		max-width: 330px;
		margin: 0;
		color: #fff !important;
		font-size: 22px;
		line-height: 1.55;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--1,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--2,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--3,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--4,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--5,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--6 {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		display: flex;
		align-items: center;
		gap: 12px;
		width: auto;
		height: auto;
		min-height: 100px;
		margin: 0;
		padding: 16px;
		text-align: right;
		background: #fff;
		border: 1px solid #e0e5ee;
		border-radius: 16px;
		box-shadow: 0 9px 22px rgba(0, 15, 89, .05);
		transform: none;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card::before,
	.ssb-services-bento.spt-services-bento .spt-orbit__card::after {
		display: none;
		content: none;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card h3 {
		margin: 0;
		color: #000f59;
		font-size: 13.5px;
		line-height: 1.72;
		text-align: right;
	}
}

@media (max-width: 600px) {
	.ssb-services-bento.spt-services-bento {
		padding-block: 58px;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit {
		grid-template-columns: 1fr;
		max-width: 460px;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__hub {
		grid-column: 1;
		min-height: 126px;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card {
		min-height: 88px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ssb-services-bento.spt-services-bento .spt-orbit__hub,
	.ssb-services-bento.spt-services-bento .spt-orbit__card,
	.ssb-services-bento.spt-services-bento .spt-orbit__network path,
	.ssb-services-bento.spt-services-bento .spt-orbit__network circle {
		opacity: 1 !important;
		filter: none !important;
		transition: none !important;
		stroke-dashoffset: 0 !important;
	}
}

/* ============================================================
   v2.6.6 - responsive branch system + active line current
   ============================================================ */
.ssb-services-bento.spt-services-bento .spt-orbit__card h3 {
	min-width: 0;
	text-wrap: balance;
}

.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="1"] .spt-orbit__card--1 .spt-orbit__icon,
.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="2"] .spt-orbit__card--2 .spt-orbit__icon,
.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="3"] .spt-orbit__card--3 .spt-orbit__icon,
.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="4"] .spt-orbit__card--4 .spt-orbit__icon,
.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="5"] .spt-orbit__card--5 .spt-orbit__icon,
.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="6"] .spt-orbit__card--6 .spt-orbit__icon {
	color: #fff;
	background: #ff7614;
	border-color: #ff7614;
	box-shadow: 0 0 0 5px rgba(255, 118, 20, .07);
}

@media (min-width: 1101px) {
	.ssb-services-bento.spt-services-bento .spt-orbit__network .spt-orbit__branch {
		stroke: #d5dae5;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__network .spt-orbit__flow {
		stroke: #ff7614;
		stroke-width: 2;
		stroke-dasharray: .12 .88;
		stroke-dashoffset: 1;
		opacity: 0;
		filter: drop-shadow(0 0 3px rgba(255, 118, 20, .28));
		transition: opacity 180ms ease;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="1"] .spt-orbit__flow--1,
	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="2"] .spt-orbit__flow--2,
	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="3"] .spt-orbit__flow--3,
	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="4"] .spt-orbit__flow--4,
	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="5"] .spt-orbit__flow--5,
	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="6"] .spt-orbit__flow--6 {
		opacity: 1;
		animation: ssb-network-current 1.05s linear infinite;
	}
}

@keyframes ssb-network-current {
	from { stroke-dashoffset: 1; }
	to { stroke-dashoffset: 0; }
}

@keyframes ssb-branch-current-x {
	from { background-position: 110% 0; }
	to { background-position: -110% 0; }
}

@keyframes ssb-branch-current-y {
	from { background-position: 0 -110%; }
	to { background-position: 0 110%; }
}

@media (min-width: 801px) and (max-width: 1100px) {
	.ssb-services-bento.spt-services-bento .spt-orbit {
		position: relative;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: 138px repeat(3, 104px);
		column-gap: 54px;
		row-gap: 14px;
		max-width: 760px;
		min-height: 492px;
		margin-inline: auto;
		isolation: isolate;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit::before {
		position: absolute;
		z-index: 0;
		top: 138px;
		right: 50%;
		bottom: 52px;
		display: block;
		width: 1px;
		content: "";
		background: #d5dae5;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		pointer-events: none;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch]::before {
		background: linear-gradient(180deg, #d5dae5 0 42%, #ff7614 49%, #d5dae5 57%);
		background-size: 100% 260%;
		animation: ssb-branch-current-y 1.15s linear infinite;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__hub {
		z-index: 2;
		grid-column: 1 / -1;
		grid-row: 1;
		width: auto;
		height: 138px;
		min-height: 138px;
		margin: 0;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--1,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--2,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--3,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--4,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--5,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--6 {
		position: relative;
		z-index: 2;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: auto;
		height: 104px;
		min-height: 104px;
		margin: 0;
		padding: 15px 17px;
		overflow: visible;
		transform: none;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card--1 { grid-column: 1; grid-row: 2; }
	.ssb-services-bento.spt-services-bento .spt-orbit__card--2 { grid-column: 2; grid-row: 2; }
	.ssb-services-bento.spt-services-bento .spt-orbit__card--3 { grid-column: 1; grid-row: 3; }
	.ssb-services-bento.spt-services-bento .spt-orbit__card--4 { grid-column: 2; grid-row: 3; }
	.ssb-services-bento.spt-services-bento .spt-orbit__card--5 { grid-column: 1; grid-row: 4; }
	.ssb-services-bento.spt-services-bento .spt-orbit__card--6 { grid-column: 2; grid-row: 4; }

	.ssb-services-bento.spt-services-bento .spt-orbit__card::before {
		position: absolute;
		top: 50%;
		display: block;
		width: 27px;
		height: 1px;
		content: "";
		background: #d5dae5;
		pointer-events: none;
		transform: translateY(-50%);
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card::after {
		position: absolute;
		top: 50%;
		display: block;
		width: 7px;
		height: 7px;
		content: "";
		background: #ff7614;
		border: 2px solid #f8f8f8;
		border-radius: 50%;
		pointer-events: none;
		transform: translateY(-50%);
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card--1::before,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--3::before,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--5::before { left: -27px; }

	.ssb-services-bento.spt-services-bento .spt-orbit__card--1::after,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--3::after,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--5::after { left: -31px; }

	.ssb-services-bento.spt-services-bento .spt-orbit__card--2::before,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--4::before,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--6::before { right: -27px; }

	.ssb-services-bento.spt-services-bento .spt-orbit__card--2::after,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--4::after,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--6::after { right: -31px; }

	.ssb-services-bento.spt-services-bento .spt-orbit__card:hover::before {
		background: linear-gradient(90deg, #d5dae5 0 38%, #ff7614 49%, #d5dae5 60%);
		background-size: 260% 100%;
		animation: ssb-branch-current-x .85s linear infinite;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="1"] .spt-orbit__card--1::before,
	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="3"] .spt-orbit__card--3::before,
	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="5"] .spt-orbit__card--5::before {
		background: linear-gradient(90deg, #d5dae5 0 38%, #ff7614 49%, #d5dae5 60%);
		background-size: 260% 100%;
		animation: ssb-branch-current-x .85s linear infinite;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="2"] .spt-orbit__card--2::before,
	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="4"] .spt-orbit__card--4::before,
	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="6"] .spt-orbit__card--6::before {
		background: linear-gradient(90deg, #d5dae5 0 38%, #ff7614 49%, #d5dae5 60%);
		background-size: 260% 100%;
		animation: ssb-branch-current-x .85s linear infinite reverse;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__icon {
		flex-basis: 42px;
		width: 42px;
		height: 42px;
		min-width: 42px;
		border-radius: 12px;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card h3 {
		font-size: 13.5px;
		line-height: 1.68;
	}
}

@media (max-width: 800px) {
	.ssb-services-bento.spt-services-bento .spt-orbit {
		position: relative;
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		max-width: 460px;
		min-height: 0;
		margin-inline: auto;
		isolation: isolate;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit::before {
		position: absolute;
		z-index: 0;
		top: 126px;
		right: 11px;
		bottom: 46px;
		display: block;
		width: 1px;
		content: "";
		background: #d5dae5;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		pointer-events: none;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch]::before {
		background: linear-gradient(180deg, #d5dae5 0 42%, #ff7614 49%, #d5dae5 57%);
		background-size: 100% 260%;
		animation: ssb-branch-current-y 1.15s linear infinite;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__hub {
		position: relative;
		z-index: 2;
		grid-column: 1;
		width: auto;
		height: 126px;
		min-height: 126px;
		margin: 0;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--1,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--2,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--3,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--4,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--5,
	.ssb-services-bento.spt-services-bento .spt-orbit__card--6 {
		position: relative;
		z-index: 2;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		grid-column: 1;
		width: auto;
		height: 92px;
		min-height: 92px;
		margin: 0 32px 0 0;
		padding: 14px 15px;
		overflow: visible;
		transform: none;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card::before {
		position: absolute;
		top: 50%;
		right: -21px;
		left: auto;
		display: block;
		width: 21px;
		height: 1px;
		content: "";
		background: #d5dae5;
		pointer-events: none;
		transform: translateY(-50%);
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card::after {
		position: absolute;
		top: 50%;
		right: -25px;
		left: auto;
		display: block;
		width: 7px;
		height: 7px;
		content: "";
		background: #ff7614;
		border: 2px solid #f8f8f8;
		border-radius: 50%;
		pointer-events: none;
		transform: translateY(-50%);
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card:hover::before,
	.ssb-services-bento.spt-services-bento .spt-orbit__card:active::before {
		background: linear-gradient(90deg, #d5dae5 0 38%, #ff7614 49%, #d5dae5 60%);
		background-size: 260% 100%;
		animation: ssb-branch-current-x .85s linear infinite reverse;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="1"] .spt-orbit__card--1::before,
	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="2"] .spt-orbit__card--2::before,
	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="3"] .spt-orbit__card--3::before,
	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="4"] .spt-orbit__card--4::before,
	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="5"] .spt-orbit__card--5::before,
	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="6"] .spt-orbit__card--6::before {
		background: linear-gradient(90deg, #d5dae5 0 38%, #ff7614 49%, #d5dae5 60%);
		background-size: 260% 100%;
		animation: ssb-branch-current-x .85s linear infinite reverse;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__icon {
		flex: 0 0 40px;
		width: 40px;
		height: 40px;
		min-width: 40px;
		border-radius: 11px;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card h3 {
		font-size: 13.25px;
		line-height: 1.65;
		text-align: right;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ssb-services-bento.spt-services-bento .spt-orbit::before,
	.ssb-services-bento.spt-services-bento .spt-orbit__card::before,
	.ssb-services-bento.spt-services-bento .spt-orbit__flow {
		animation: none !important;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__flow {
		opacity: 0 !important;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="1"] .spt-orbit__flow--1,
	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="2"] .spt-orbit__flow--2,
	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="3"] .spt-orbit__flow--3,
	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="4"] .spt-orbit__flow--4,
	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="5"] .spt-orbit__flow--5,
	.ssb-services-bento.spt-services-bento .spt-orbit[data-active-branch="6"] .spt-orbit__flow--6 {
		opacity: 1 !important;
	}
}

/* ============================================================
   v2.6.7 - clean typography grid, no hub corner accent
   ============================================================ */
.ssb-services-bento.spt-services-bento .spt-orbit__hub::after {
	display: none !important;
	content: none !important;
}

.ssb-services-bento.spt-services-bento .spt-orbit__card {
	--spt-orbit-icon-size: 42px;
	display: grid !important;
	grid-template-columns: var(--spt-orbit-icon-size) minmax(0, 1fr);
	align-items: center;
	justify-content: initial;
	column-gap: 16px;
	row-gap: 0;
}

.ssb-services-bento.spt-services-bento .spt-orbit__icon {
	grid-column: 1;
	width: var(--spt-orbit-icon-size);
	height: var(--spt-orbit-icon-size);
	min-width: var(--spt-orbit-icon-size);
	margin: 0;
}

.ssb-services-bento.spt-services-bento .spt-orbit__card h3 {
	grid-column: 2;
	width: 100%;
	min-width: 0;
	margin: 0;
	font-weight: 720;
	line-height: 1.72;
	letter-spacing: 0;
	text-align: justify !important;
	text-align-last: right;
	text-justify: inter-character;
	text-wrap: pretty;
}

@media (max-width: 600px) {
	.ssb-services-bento.spt-services-bento .spt-orbit__card {
		--spt-orbit-icon-size: 40px;
		column-gap: 14px;
	}

	.ssb-services-bento.spt-services-bento .spt-orbit__card h3 {
		font-size: 13.25px;
		line-height: 1.7;
	}
}

/* ============================================================
   v2.6.8 - natural Persian heading rhythm
   ============================================================ */
.ssb-services-bento.spt-services-bento .spt-orbit__card h3 {
	text-align: right !important;
	text-align-last: auto;
	text-justify: auto;
	text-wrap: balance;
	word-spacing: normal;
	letter-spacing: 0;
}

/* ============================================================
   v2.6.10 - consistent homepage section rhythm
   ============================================================ */
.ssb-services-bento.spt-services-bento {
	padding-block: clamp(28px, 3vw, 44px);
}

/* v2.6.14 - seamless slider handoff and visible first service card */
.ssb-services-bento.spt-services-bento {
	padding-top: 0;
	overflow-y: visible;
}

.ssb-host-section {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.ssb-services-bento.spt-services-bento .spt-orbit,
.ssb-services-bento.spt-services-bento .spt-orbit__card:first-of-type {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 600px) {
	.ssb-services-bento.spt-services-bento {
		padding-top: 0;
	}
}

@media (max-width: 600px) {
	.ssb-services-bento.spt-services-bento {
		padding-block: clamp(24px, 7vw, 32px);
	}
}
