
.dc-badge {
  display: inline-block;
  color: #197415;
  background-color: #e7f2e7;
  box-shadow: 0px 0px 1.9px 0px #00000040;
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 14px;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 25px;
  margin-block-end: 20px;
}
.dc-badge--center {
  display: block;
  width: fit-content;
  margin-inline: auto;
  margin-block-end: 16px;
  text-align: center;
  font-size: 16px;
  color: #4fa349;
  font-weight: 700;
}

.dc-hero {
  margin-block-start: 75px;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
  padding-block-end: 0;
}

.dc-hero__bg-left {
  position: absolute;
  left: 0;
  top: 10%;
  width: 25%;
  height: 48%;
  overflow: hidden;
  pointer-events: none;
}
.dc-hero__bg-left img {
  width: 100%;
  height: 100%;
  filter: blur(0.5px);
  object-fit: cover;
}

.dc-hero__inner {
  display: flex;
  align-items: center;
  gap: 60px;
  padding-block: 20px 40px;
  position: relative;
  z-index: 1;
}

.dc-hero__content {
  flex: 1;
  min-width: 0;
}

.dc-hero__title {
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 44px;
  font-weight: 600;
  color: #343434;
  line-height: 1.2;
  margin-block-end: 20px;
}

.dc-hero__desc {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 15px;
  font-weight: 500;
  color: #343434;
  line-height: 1.5;
  max-width: 500px;
}

.dc-hero__image {
  flex: 0 0 500px;
  max-width: 500px;
}
.dc-hero__image img {
  width: 100%;
  height: 480px;
  object-fit: contain;
  border-radius: 12px;
}
.dc-hero__image--industrial {
  flex: 0 0 580px;
  max-width: 580px;
}
.dc-hero__image--industrial img {
  height: 500px;
}

.dc-hero__product-card {
  background: linear-gradient(135deg, #e9edee 0%, #f5f9fa 100%);
  border-radius: 26px;
  margin: 0 40px 0;
  box-shadow: 0 2px 4px rgb(153 146 146 / 59%);
  overflow: hidden;
  position: relative;
  isolation: isolate;
  padding: 36px 20px;
  min-height: 300px;
}
.dc-hero__product-card::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -80px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background:
    linear-gradient(
      168deg,
      rgba(255, 255, 255, 0.08) 36%,
      rgba(194, 193, 193, 0.25) 59%,
      rgba(77, 74, 74, 0.12) 41%,
      transparent 59%
    ),
    linear-gradient(8deg, #e9edee, #f5f9fa);
  z-index: 0;
}
.dc-hero__product-inner {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.dc-hero__product-img {
  flex: 0 0 420px;
  max-width: 420px;
  align-self: stretch;
}
.dc-hero__product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 9px 0 0 9px;
  display: block;
}
.dc-hero__product-body {
  flex: 1;
  padding: 40px 28px;
}
.dc-hero__product-badge {
  display: inline-block;
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: #4fa349;
  margin-block-end: 10px;
}
.dc-hero__product-title {
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 20px;
  font-weight: 500;
  color: #343434;
  margin-block-end: 16px;
}
.dc-hero__product-desc {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: #343434;
  line-height: 1.5;
}

.dc-section-connector {
  position: absolute;
  top: 35%;
  right: -10px;
  width: 40%;
  height: 50%;
  z-index: 0;
  pointer-events: none;
}
.dc-section-connector img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  display: block;
}
.auto--explore{
  display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--green-primary, #4fa349);
    color: var(--white, #ffffff);
    font-family: var(--font-outfit, "Outfit", sans-serif);
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 6px;
    /* margin-block-start: 20px; */
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: color 0.35s ease;
}
.auto-dashboard{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-block-end: 48px;
    text-align: center;
}
.sol-dashboard{
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 20px auto;
    text-align: center;
    max-width: 550px;
} 

.dc-why {
  background: #ffffff;
  padding: 40px 0;
  position: relative;
}
.dc-why .container {
  position: relative;
  z-index: 1;
  padding-inline: 30px;
}
.dc-why__title {
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 32px;
  font-weight: 600;
  color: #343434;
  margin-block-start: 64px;
  margin-block-end: 12px;
}
.dc-why__desc {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: #343434;
  line-height: normal;
  max-width: 565px;
  margin-block-end: 48px;
}
.dc-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.dc-why__card {
  background: #fbfffb;
  border: 1.5px dashed #197415;
  border-radius: 10px;
  padding: 32px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dc-why__card-icon {
  width: 40px;
  height: 40px;
  background: #515151;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  margin-block-end: 14px;
  overflow: hidden;
}
.dc-why__card-icon img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.dc-why__card-label {
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: #197415;
}
.dc-why__card-title {
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 20px;
  font-weight: 500;
  color: #343434;
}
.dc-why__card-desc {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: #343434;
}

.dc-switch {
  background: #ffffff;
}
.dc-switch__top {
  background: #f8f8f8;
  padding: 40px;
  text-align: center;
}
.dc-switch__badge {
  display: inline-block;
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: #4fa349;
  margin-block-end: 12px;
}
.dc-switch__title {
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 32px;
  font-weight: 600;
  color: #343434;
  margin-block-end: 12px;
}
.dc-switch__sub {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: #343434;
  max-width: 425px;
  margin-inline: auto;
  margin-block-end: 32px;
}
.dc-switch__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-block-end: 40px;
}
.dc-switch__tab {
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 16px;
  font-weight: 500;
  padding: 8px 24px;
  border-radius: 37px;
  border: 1px solid #e3e3e3;
  background: #ffffff;
  color: #7a7a7a;
  cursor: pointer;
  transition: all 0.2s;
}
.dc-switch__tab--active {
  border-color: #4fa349;
  color: #4fa349;
  background: transparent;
}
.dc-switch__tab:hover:not(.dc-switch__tab--active) {
  border-color: #4fa349;
  color: #4fa349;
}

.dc-switch__panel {
  display: none;
}
.dc-switch__panel--active {
  display: block;
}
.dc-switch__table-wrap {
  border: 1px solid #d5d5d5;
  overflow: hidden;
}

.dc-switch__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 28px 24px;
  background: #fafafa;
  border-bottom: 1px solid #d5d5d5;
}
.dc-switch__card-header-left {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.dc-switch__card-title {
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 22px;
  font-weight: 600;
  color: #197415;
  margin-block-end: 10px;
}
.dc-switch__card-desc {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: #343434;
  line-height: 1.7;
}
.dc-switch__card-img {
  flex: 0 0 260px;
  max-width: 260px;
}
.dc-switch__card-img img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  display: block;
}

/* Table */
.dc-switch__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.dc-switch__th {
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: #4fa349;
  text-align: left;
  padding: 14px 16px;
  border-right: 1px solid #d5d5d5;
  background: #ffffff;
}
.dc-switch__th:last-child {
  border-right: none;
}
.dc-switch__td {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 15px;
  font-weight: 600;
  color: #343434;
  padding: 22px 16px;
  vertical-align: middle;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  background-color: #ffffff;
  text-align: left;
}
.dc-switch__td:last-child {
  border-right: none;
}
.dc-switch__table tbody tr:last-child .dc-switch__td {
  border-bottom: none;
}
.dc-switch__td--main {
  vertical-align: top;
  padding-top: 20px;
}
.dc-switch__row-name {
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  margin-block-end: 8px;
}
.dc-switch__row-sub {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 13px;
  font-weight: 500;
  color: #555555;
  line-height: 1.6;
}
.dc-switch__explore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e7f2e7;
  color: #197415;
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}
.dc-switch__explore:hover {
  background: #d0e8d0;
}

.dc-container {
  margin: 40px;
}
.dc-nos {
  background: #f4f1ea;
  padding: 0 20px 80px;
  width: 95%;
  border-radius: 40px;
  margin-inline: auto;
}
.dc-nos__header {
  text-align: center;
  margin-block-end: 52px;
}
.dc-nos__title {
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 32px;
  font-weight: 600;
  color: #343434;
  margin-block-end: 16px;
}
.dc-nos__desc {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: #343434;
  max-width: 520px;
  margin-inline: auto;
}

.dc-nos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.dc-nos__card {
  background: #fbfffb;
  padding: 28px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
  border-inline-start: 2px solid #197415;
  transition: box-shadow 0.2s;
}
.dc-nos__card:hover {
  box-shadow: 0 4px 20px rgba(25, 116, 21, 0.1);
}
.dc-nos__card-icon {
  font-size: 20px;
  color: #4fa349;
  margin-block-end: 6px;
  width: 24px;
  height: 24px;
}
.dc-nos__card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dc-nos__card-title {
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 19px;
  font-weight: 500;
  color: #343434;
  line-height: 1.3;
}
.dc-nos__card-desc {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 13px;
  font-weight: 500;
  color: #343434;
  line-height: 1.65;
  flex: 1;
}

.sfp-arch {
  padding: 60px 0 !important;
}

.dc-arch {
  background: #ffffff;
  padding: 80px 0;
}
.dc-arch__header {
  text-align: center;
  margin-block-end: 60px;
}
.dc-arch__title {
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 32px;
  font-weight: 600;
  color: #343434;
  margin-block-end: 16px;
}
.dc-arch__desc {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: #343434;
  max-width: 580px;
  margin-inline: auto;
  line-height: 1.6;
}

.dc-arch__diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

/* Top green dot */
.dc-arch__top-dot {
  width: 6px;
  height: 6px;
  background: #4fa349;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  margin-block-end: -4px;
}

.sfp-dot{
  margin-left: -14px;
}

.dc-arch__branch-top {
  display: block;
  width: 544px;
  max-width: 100%;
  margin-block-end: -126px;
}
.dc-arch__branch-bot {
  display: block;
  width: 714px;
  max-width: 100%;
  margin-top: -10px;
}

.dc-arch__mid-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 725px;
  max-width: 100%;
}
.dc-arch__tier-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 0 0 250px;
}

/* Tier badges */
.dc-arch__tier-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eeffed;
  border: 1px solid #4fa349;
  color: #4fa349;
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 14px;
  font-weight: 700;
  padding: 5px 20px;
  border-radius: 18px;
  z-index: 1;
}
.dc-arch__tier-badge--t3 {
  align-self: flex-end;
  margin-block-end: 10px;
  flex-shrink: 0;
}

/* Tier boxes */
.dc-arch__tier-box {
  background: #fbfbfb;
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 18px 10px;
  text-align: center;
  width: 100%;
  height: 125px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dc-arch__tier-name {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 17px;
  font-weight: 700;
  color: #343434;
  margin-block-end: 6px;
}

.dc-arch__tier-value {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 15px;
  font-weight: 700;
  color: #197415;
  margin-block-end: 4px;
}
.dc-arch__tier-sub {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 13px;
  font-weight: 400;
  color: #343434;
}

/* Access row */
.dc-arch__access-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 1020px;
  max-width: 100%;
}

/* Workloads */
.dc-arch__workloads {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 1020px;
  max-width: 100%;
  margin-block-start: 12px;
}
.dc-arch__workload {
  background: #fbfbfb;
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 18px 20px;
  text-align: center;
  height: 125px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dc-arch__workload-name {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 17px;
  font-weight: 700;
  color: #343434;
  margin-block-end: 6px;
}
.dc-arch__workload-desc {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: #197415;
}

/* Feature pills */
.dc-arch__features {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 48px auto;
  padding: 32px 20px;
  border: 1px solid #cdcdcd;
  width: 80%;
  background-color: #f8fdf5;
  border-radius: 6px;
}
.schedule {
  border-radius: 26px;
  background: linear-gradient(
    272.04deg,
    rgb(97, 185, 91) 0.96%,
    rgb(37, 96, 33) 99.05%
  );
  box-shadow: rgb(0, 0, 0) 0px 3px 11.1px -5px;
  border: 1px solid #065d06;
  padding: 12px 28px;
}
.dc-arch__feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: #343434;
}
.dc-arch__feature i {
  color: #4fa349;
  font-size: 18px;
}
.dc-arch__feature img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}

.dc-cta {
  background: #343434;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.dc-cta__bg-img {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.dc-cta__bg-img img {
  width: 35%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.dc-cta__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.dc-cta__title {
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  margin-block-end: 16px;
}
.dc-cta__desc {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: #d6d6d6;
  max-width: 618px;
  margin-inline: auto;
  line-height: 1.7;
  margin-block-end: 40px;
}
.dc-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.dc-cta__outline-btn {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: #57b650;
  padding: 14px 28px;
  border-radius: 46px;
  border: 1px solid #57b650;
  transition:
    background 0.2s,
    color 0.2s;
  background-color: #ffffff;
}
.btn--schedule {
  /* background: var(--green-cta, #38af2f); */
  background: linear-gradient(272.04deg, #61b95b 0.96%, #256021 99.05%);
  box-shadow: rgb(0, 0, 0) 0px 3px 11.1px -5px;
  border: none;
  color: var(--white, #ffffff);
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-weight: 500;
  font-size: 14px;
  padding-inline: 24px;
  border-radius: 26px;
  margin-inline-start: 20px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.dc-cta__outline-btn:hover {
  background: rgba(255, 255, 255, 0.08);
}

.dc-arch__diagram--ent {
  width: 100%;
  align-items: stretch;
}

.dc-arch__diagram--ent .dc-arch__branch-bot {
  width: 100%;
}

/* 5 Access boxes with top connector bar */
.dc-arch__ent-access-track {
  position: relative;
  padding-block-start: 44px;
  width: 100%;
}
.dc-arch__ent-access-track::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% / 12);
  right: calc(100% / 12);
  height: 44px;
  border-top: 1.5px solid #7abf75;
  border-left: 1.5px solid #7abf75;
  border-right: 1.5px solid #7abf75;
  border-radius: 8px 8px 0 0;
  box-sizing: border-box;
}

/* 5-column grid for access boxes — all equal width */
.dc-arch__ent-access-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.dc-arch__ent-access-item {
  position: relative;
  grid-column: span 1;
}

.dc-arch__ent-wl-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 16px;
  width: 100%;
  margin-block-start: 0;
}
.dc-arch__ent-wl-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dc-arch__ent-wl-unit .dc-arch__workload {
  width: 100%;
}

.dc-arch__ent-vconn {
  width: 1.5px;
  height: 55px;
  background: repeating-linear-gradient(
    to bottom,
    #7a7a7a 0,
    #cbcacac4 3px,
    transparent 3px,
    transparent 6px
  );
  margin: 0 auto;
}

/* Center Y-branch split: spans 2 cols */
.dc-arch__ent-wl-split {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dc-arch__ent-ybranch {
  display: block;
  width: 50%;
  height: auto;
}
.dc-arch__ent-wl-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}

/* Enterprise feature strip */
.dc-arch__features--ent {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 0;
  gap: 0;
  background: #fff;
  width: 100%;
}
.dc-arch__features--ent .dc-arch__feature {
  flex: 1;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  /* border-right: 1px solid #e5e5e5; */
}
.dc-arch__features--ent .dc-arch__feature:last-child {
  border-right: none;
}
.dc-arch__features--ent .dc-arch__feature i {
  font-size: 20px;
  color: #4fa349;
  flex-shrink: 0;
}
.dc-arch__features--ent .dc-arch__feature svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}
.dc-arch__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  background-color: #e3f4e3;
  border-radius: 50%;
  flex-shrink: 0;
}
.dc-arch__feature-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dc-arch__feature-title {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: #343434;
  margin: 0;
}
.dc-arch__feature-desc {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 12px;
  font-weight: 500;
  color: #7a7a7a;
  margin: 0;
}

.inductrial-title {
  max-width: 500px;
}

.sfp-arch__diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.sfp-arch__top-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-block-end: 0;
}
.sfp-arch__core-box {
  width: 200px;
  height: 80px;
  text-align: center;
  z-index: 2;
}
.sfp-arch__connector {
  display: block;
  margin-top: -126px;
  justify-content: center;
}
.sfp-arch__bottom-row {
  display: flex;
  width: 700px;
  justify-content: space-between;
  margin-top: -50px;
  gap: 290px;
}
.sfp-arch__tier-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.wr-lineup {
  background: #f8f8f8;
  padding: 40px;
}
.wr-lineup__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-block-end: 28px;
  gap: 24px;
}
.wr-lineup__badge {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: #4fa349;
  margin-block-end: 8px;
}
.wr-lineup__title {
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 30px;
  font-weight: 600;
  color: #343434;
  margin-block-end: 8px;
}
.wr-lineup__sub {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 15px;
  font-weight: 500;
  color: #7a7a7a;
  max-width: 480px;
}
.wr-lineup__download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #4fa349;
  color: #ffffff;
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 14px;
  font-weight: 600;
  padding: 14px 20px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.wr-lineup__download:hover {
  background: #145c11;
}
.wr-lineup__tabs {
  display: flex;
  gap: 8px;
  margin-block-end: 20px;
}
.wr-lineup__tab {
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 15px;
  font-weight: 500;
  padding: 8px 22px;
  border-radius: 37px;
  border: 1px solid #d5d5d5;
  background: #ffffff;
  color: #7a7a7a;
  cursor: pointer;
  transition: all 0.2s;
}
.wr-lineup__tab--active,
.wr-lineup__tab:hover {
  border-color: #4fa349;
  color: #4fa349;
}
.wr-lineup__card {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}
.wr-lineup__card-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  padding: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.wr-lineup__card-features,
.wr-lineup__card-usecases {
  padding-inline-start: 32px;
  /* border-inline-start: 1px solid #e5e5e5; */
}
.wr-lineup__series-name {
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 20px;
  font-weight: 600;
  color: #197415;
  margin-block-end: 6px;
}
.wr-lineup__series-type {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: #343434;
  margin-block-end: 12px;
}
.wr-lineup__series-desc {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: #343434;
  line-height: 1.5;
}
.wr-lineup__col-title {
  font-family: var(--font-outfit, "Outfit", sans-serif);
  font-size: 15px;
  font-weight: 600;
  color: #197415;
  margin-block-end: 12px;
}
.wr-lineup__bullets {
  list-style: disc;
  padding-inline-start: 18px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.wr-lineup__bullets li {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: #343434;
  line-height: 1.5;
}
.wr-lineup__specs {
  display: flex;
  flex-direction: column;
}
.wr-lineup__spec-row {
  display: flex;
  align-items: baseline;
  padding: 0;
}
.wr-lineup__spec-label {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  width: 240px;
  min-width: 240px;
  flex-shrink: 0;
  padding: 10px 24px;
  border-right: 1px solid #e5e5e5;
}
.wr-lineup__spec-value {
  font-family: var(--font-mulish, "Mulish", sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: #343434;
  flex: 1;
  padding: 10px 24px;
}

.dc-challenge {
  padding: 60px 0;
  background: #ffffff;
  overflow: hidden;
}

.dc-challenge__container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.dc-challenge__content {
  max-width: 620px;
}

.dc-challenge__badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: #197415;
  font-size: 16px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  margin-bottom: 24px;
}

.dc-challenge__title {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 500;
  color: #000000;
  margin-bottom: 28px;
  font-family: "Outfit", sans-serif;
}

.dc-challenge__description {
  font-size: 15px;
  font-weight: 500;
  color: #343434;
  margin-bottom: 18px;
  font-family: "Mulish", sans-serif;
}

.dc-challenge__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.dc-card {
  position: relative;
  background: #fbfff9;
  box-shadow: 0px 0px 1.9px 0px #0000004d;
  border-radius: 12px;
  padding: 10px 20px;
  transition: all 0.35s ease;
  overflow: hidden;
}

.dc-card__metric {
  font-size: 26px;
  font-weight: bolder;
  line-height: 1;
  color: #4fa349;
  letter-spacing: -1px;
}

.dc-card__title {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  margin: 8px 0;
}

.dc-card__text {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  color: #343434;
  margin: 0;
}

.dc-capabilities {
  padding: 40px 0;
  background: #ffffff;
}

.dc-capabilities__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
}
.sol-p{
  font-size: 14px !important;
  margin-bottom: 10px !important ;
}

/* TOP */

.dc-capabilities__top {
  text-align: left;
  max-width: 550px;
}

.dc-capabilities__badge {
  display: inline-flex;
  color: #197415;
  font-size: 16px;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
}

.dc-capabilities__title {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  color: #343434;
  margin: 15px 0;
  letter-spacing: -1px;
}
.auto-title {
  font-size: 30px;
}
.dc-capabilities__description {
  font-size: 16px;
  color: #343434;
  margin-bottom: 40px;
}

/* GRID */

.dc-capabilities__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* CARD */

.dc-capability-card {
  position: relative;
  padding: 30px 20px;
  border-radius: 28px;
  background: #fbfffb;
  border: 1.5px dashed #197415;
  overflow: hidden;
  height: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.auto-card {
  position: relative;
  padding: 20px;
  border-radius: 8px;
  background: #fbfffb;
  border: 1px solid #197415;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
/* 6 cards in a row */
.trust-grid {
    display: flex;
    gap: 10px;
}

/* Card */
.trust-card {
    flex: 1;

    display: flex;
    align-items: center;
    gap: 12px;

    padding: 16px;
    border-radius: 12px;
    border: 1px solid #D6D6D6;
    background-color: #FFFFFF;
}

/* Icon */
.trust-card .icon {
    flex-shrink: 0;
}

.trust-card .icon img {
    width: 26px;
    height: 26px;
    display: block;
}

/* Heading */
.trust-card h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;

}
.auto-card h3 {
  font-size: 18px;

  color: #343434;
}
.auto-card p {
  color: #343434;
  font-size: 14px;
  padding: 10px 0;
  font-family: "Mulish", serif;
  font-weight: 500;
}
/* Scale hover effect */
.dc-capability-card:hover, .auto-card:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.solution-desc {
  letter-spacing: normal;
  font-family: "Mulish", serif;
}
.dc-capability-card h3 {
  font-size: 18px;
  line-height: 1.3;
  color: #343434;
  margin-bottom: 18px;
  font-weight: 600;
}

.dc-capability-card p {
  font-size: 16px;
  color: #343434;
  margin: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
}
.dc-capability-card__icon {
  width: 40px;
  height: 36px;
  border-radius: 2px;
  background: #515151;
  border: 1px solid rgba(137, 230, 98, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.35s ease;
}

.dc-capability-card__icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
