/* V2-only overrides and components */

.v2-proof-slider {
  margin-top: -1.65rem;
  padding: 0 0 1.1rem;
  position: relative;
  z-index: 4;
}

.v2-proof-slider__panel {
  width: 100%;
  background: #1d2430;
  border-radius: 0;
  padding: 1.25rem 1.35rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 34px rgba(12, 18, 28, 0.28);
  overflow: hidden;
}

.v2-proof-slider__label {
  margin: 0 0 0.8rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
}

.v2-proof-slider__viewport {
  display: flex;
  width: max-content;
  gap: 0;
  animation: v2ChipsMarquee 22s linear infinite;
}

.v2-proof-slider__panel:hover .v2-proof-slider__viewport {
  animation-play-state: paused;
}

.v2-proof-slider__track {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  gap: 0.65rem;
  align-items: center;
}

.v2-chip {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 600;
  border: 1px solid transparent;
}

.v2-chip--red {
  color: #ffdce0;
  background: rgba(183, 48, 54, 0.3);
  border-color: rgba(183, 48, 54, 0.52);
}

.v2-chip--teal {
  color: #d3fff5;
  background: rgba(16, 130, 116, 0.33);
  border-color: rgba(22, 171, 148, 0.52);
}

.v2-chip--amber {
  color: #ffeecf;
  background: rgba(184, 122, 34, 0.32);
  border-color: rgba(204, 141, 48, 0.52);
}

@keyframes v2ChipsMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .v2-proof-slider {
    margin-top: -1rem;
  }

  .v2-proof-slider__panel {
    width: 100%;
    border-radius: 0;
    padding: 1rem 0.9rem;
  }

  .v2-chip {
    font-size: 0.88rem;
    padding: 0.44rem 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v2-proof-slider__viewport {
    animation: none;
  }
}

/* V2: Why section cards styled like pastel feature tiles */
#why .benefit-grid {
  gap: 1rem;
}

#why .benefit {
  position: relative;
  border: 0;
  border-left: 0;
  border-radius: 8px;
  box-shadow: none;
  padding: 1.3rem 1.25rem 1.2rem;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.benefit__icon {
  display: inline-flex;
  width: 2.45rem;
  height: 2.45rem;
  margin-bottom: 0.7rem;
  color: #2f3485;
}

.benefit__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

#why .benefit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(29, 36, 48, 0.08);
}

#why .benefit:nth-child(1) {
  background: rgba(173, 217, 228, 0.45);
}

#why .benefit:nth-child(2) {
  background: rgba(224, 210, 230, 0.45);
}

#why .benefit:nth-child(3) {
  background: rgba(223, 239, 169, 0.45);
}

#why .benefit:nth-child(4) {
  background: rgba(206, 201, 233, 0.45);
}

#why .benefit:nth-child(5) {
  background: rgba(171, 229, 201, 0.45);
}

#why .benefit:nth-child(1):hover {
  background: rgba(173, 217, 228, 0.78);
}

#why .benefit:nth-child(2):hover {
  background: rgba(224, 210, 230, 0.78);
}

#why .benefit:nth-child(3):hover {
  background: rgba(223, 239, 169, 0.78);
}

#why .benefit:nth-child(4):hover {
  background: rgba(206, 201, 233, 0.78);
}

#why .benefit:nth-child(5):hover {
  background: rgba(171, 229, 201, 0.78);
}

#why .benefit__title {
  font-size: 1.04rem;
  line-height: 1.35;
  margin: 0 0 0.35rem;
}

#why .benefit p {
  font-size: 0.96rem;
  line-height: 1.55;
}

#why .section__note {
  background: #fff;
  border: 1px solid #d9dee5;
  border-left: 0;
  border-radius: 8px;
  padding: 0.95rem 1.1rem;
}

@media (max-width: 640px) {
  html,
  body {
    overflow-x: hidden;
  }

  #why .shell {
    padding-inline: 1rem;
  }

  #why .section__head {
    max-width: 100%;
    margin-bottom: 0.8rem;
  }

  #why .section__title {
    font-size: 2.1rem;
    line-height: 1.12;
    margin-bottom: 0.45rem;
  }

  #why .section__subtitle {
    max-width: 100%;
    font-size: 1.02rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
    word-break: normal;
    margin: 0;
  }

  #why .benefit-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  #why .benefit-grid::-webkit-scrollbar {
    display: none;
  }

  #why .benefit {
    flex: 0 0 calc((100% - 0.75rem) / 2);
    scroll-snap-align: start;
  }

  #industries .split {
    width: 100%;
    margin-left: 0;
    padding-inline: 0.25rem;
    gap: 0.65rem;
  }

  #industries .split__block {
    flex: 0 0 calc((100% - 0.65rem) / 2);
    min-width: 0;
  }
}

/* V2: Industry cards aligned with Why card style */
#industries {
  padding-top: 0;
  padding-bottom: 1.25rem;
}

#industries .section__head {
  width: min(100% - 2rem, var(--shell-max));
  margin-inline: auto;
  padding-inline: 0;
  max-width: none;
  margin-bottom: 1rem;
  text-align: center;
}

#industries .section__title {
  display: inline-block;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #b32e31;
}

#industries .split {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.75rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-inline: 0;
  overflow-x: auto;
  scroll-snap-type: none;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

#industries .split::-webkit-scrollbar {
  display: none;
}

#industries .split__block {
  flex: 0 0 calc((100% - 1.5rem) / 3);
  min-width: 250px;
  scroll-snap-align: none;
  position: relative;
  display: block;
  border: 0;
  border-left: 0;
  border-radius: 8px;
  box-shadow: none;
  padding: 1.3rem 1.25rem 1.2rem;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

#industries .split__block:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(29, 36, 48, 0.08);
}

#industries .split__icon {
  display: inline-flex;
  width: 2.45rem;
  height: 2.45rem;
  margin-bottom: 0.6rem;
  color: #2f3485;
}

#industries .split__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

#industries .split__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#industries .split__block:nth-child(1) {
  background: rgba(173, 217, 228, 0.45);
}

#industries .split__block:nth-child(2) {
  background: rgba(224, 210, 230, 0.45);
}

#industries .split__block:nth-child(3) {
  background: rgba(223, 239, 169, 0.45);
}

#industries .split__block:nth-child(4) {
  background: rgba(206, 201, 233, 0.45);
}

#industries .split__block:nth-child(5) {
  background: rgba(171, 229, 201, 0.45);
}

#industries .split__block:nth-child(1):hover {
  background: rgba(173, 217, 228, 0.78);
}

#industries .split__block:nth-child(2):hover {
  background: rgba(224, 210, 230, 0.78);
}

#industries .split__block:nth-child(3):hover {
  background: rgba(223, 239, 169, 0.78);
}

#industries .split__block:nth-child(4):hover {
  background: rgba(206, 201, 233, 0.78);
}

#industries .split__block:nth-child(5):hover {
  background: rgba(171, 229, 201, 0.78);
}

#industries .split__title {
  font-size: 1.18rem;
  line-height: 1.35;
  margin: 0;
}

#industries .split__block p {
  margin-top: 0.4rem;
  font-size: 0.96rem;
  line-height: 1.55;
}

@media (max-width: 1024px) {
  #industries .split__block {
    flex-basis: calc((100% - 1rem) / 2);
  }
}

@media (max-width: 767px) {
  #industries .split__block {
    flex-basis: 100%;
    min-width: 100%;
  }
}

/* V2: Client success stories styled like testimonial cards */
#success {
  background: linear-gradient(180deg, var(--surface) 0%, var(--bg-warm) 100%);
  padding-top: 0;
  padding-bottom: 1rem;
}

#success .section__head {
  text-align: center;
  max-width: none;
  margin-bottom: 1rem;
}

#success .section__title {
  display: inline-block;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #b32e31;
}

#success .success-panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

#success .success-grid {
  list-style: none;
  margin: 0;
  padding: 0 clamp(1rem, 3vw, 2.25rem);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: grid;
  gap: 0.95rem;
  grid-template-columns: 1fr;
}

@media (min-width: 760px) {
  #success .success-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1080px) {
  #success .success-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

#success .success-card {
  margin: 0;
  padding: 1.6rem 1.45rem 1.5rem;
  min-height: 11.2rem;
  border-radius: 8px;
  border: 0;
  box-shadow: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

#success .success-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(29, 36, 48, 0.08);
}

#success .success-card:nth-child(1) {
  background: rgba(173, 217, 228, 0.45);
}

#success .success-card:nth-child(2) {
  background: rgba(224, 210, 230, 0.45);
}

#success .success-card:nth-child(3) {
  background: rgba(223, 239, 169, 0.45);
}

#success .success-card:nth-child(4) {
  background: rgba(206, 201, 233, 0.45);
}

#success .success-card:nth-child(1):hover {
  background: rgba(173, 217, 228, 0.78);
}

#success .success-card:nth-child(2):hover {
  background: rgba(224, 210, 230, 0.78);
}

#success .success-card:nth-child(3):hover {
  background: rgba(223, 239, 169, 0.78);
}

#success .success-card:nth-child(4):hover {
  background: rgba(206, 201, 233, 0.78);
}

#success .success-card__meta {
  margin: 0 0 0.35rem;
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: rgba(33, 37, 41, 0.58);
}

#success .success-card__title {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
  line-height: 1.3;
  color: var(--secondary);
}

#success .success-card__text {
  margin: 0;
  color: var(--text-muted);
  font-size: 1.04rem;
  line-height: 1.55;
}

#success .success-quote {
  margin: 0.95rem 0 0;
  background: rgba(171, 229, 201, 0.35);
  border-left: 3px solid #b32e31;
  border-radius: 8px;
  box-shadow: none;
  width: 100%;
  max-width: none;
}

#success .success-quote p {
  white-space: nowrap;
  font-size: 1.2rem;
  text-align: left;
}

#security {
  background-image:
    linear-gradient(rgba(20, 26, 36, 0.74), rgba(20, 26, 36, 0.74)),
    url("../images/core feature.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#security .diff-list li {
  min-height: 8.8rem;
  padding: 1.25rem 1.2rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  color: rgba(248, 249, 250, 0.92);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  background: rgba(30, 39, 56, 0.52);
  box-shadow: none;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

#security .diff-list li::before {
  display: none;
}

#security .diff-list li:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

#security .diff-list strong {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

#security .security-icon {
  display: inline-flex;
  width: 2.15rem;
  height: 2.15rem;
  margin-bottom: 0.55rem;
}

#security .security-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 640px) {
  #security .diff-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  #security .diff-list::-webkit-scrollbar {
    display: none;
  }

  #security .diff-list li {
    flex: 0 0 calc((100% - 0.75rem) / 2);
    min-height: 8.4rem;
    scroll-snap-align: start;
  }
}

#architecture .section__head {
  text-align: center;
  max-width: none;
  margin-bottom: 1rem;
}

#architecture .section__title {
  display: inline-block;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #b32e31;
}

#architecture {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#architecture .split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

#architecture .split__block {
  position: relative;
  min-height: 12.2rem;
  border: 0;
  border-left: 0;
  border-radius: 8px;
  box-shadow: none;
  padding: 1.3rem 1.25rem 1.2rem;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

#architecture .split__block:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(29, 36, 48, 0.08);
}

#architecture .split__block:nth-child(1) {
  background: rgba(173, 217, 228, 0.45);
}

#architecture .split__block:nth-child(2) {
  background: rgba(224, 210, 230, 0.45);
}

#architecture .split__block:nth-child(3) {
  background: rgba(223, 239, 169, 0.45);
}

#architecture .split__block:nth-child(4) {
  background: rgba(206, 201, 233, 0.45);
}

#architecture .split__block:nth-child(1):hover {
  background: rgba(173, 217, 228, 0.78);
}

#architecture .split__block:nth-child(2):hover {
  background: rgba(224, 210, 230, 0.78);
}

#architecture .split__block:nth-child(3):hover {
  background: rgba(223, 239, 169, 0.78);
}

#architecture .split__block:nth-child(4):hover {
  background: rgba(206, 201, 233, 0.78);
}

#architecture .split__title {
  font-size: 1.04rem;
  line-height: 1.35;
  margin: 0 0 0.35rem;
}

#architecture .split__block p {
  font-size: 0.96rem;
  line-height: 1.55;
}

#architecture .architecture__icon {
  display: inline-flex;
  width: 2.45rem;
  height: 2.45rem;
  margin-bottom: 0.7rem;
  color: #2f3485;
}

#architecture .architecture__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  #architecture .split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  #architecture .split__block {
    min-height: 0;
    padding: 0.95rem 0.85rem 0.9rem;
  }

  #architecture .split__title {
    font-size: 0.98rem;
    margin-bottom: 0.28rem;
  }

  #architecture .split__block p {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  #architecture .architecture__icon {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.45rem;
  }
}

.v2-next-step {
  margin: 1.2rem 0 0;
}

.v2-next-step__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.9rem 1.2rem;
  border-radius: 10px;
  background: #b32e31;
  color: #fff;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(179, 46, 49, 0.28);
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.v2-next-step__btn:hover {
  background: #951f22;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(149, 31, 34, 0.32);
}

.v2-next-step__btn:focus-visible {
  outline: 2px solid #b32e31;
  outline-offset: 3px;
}

.btn--light {
  background: #fff;
  color: var(--secondary);
  border-color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  font-size: 0.84rem;
  font-weight: 600;
}

.btn--light:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
}

#contact {
  background: #f2f2f2;
}

#contact .contact-layout {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

@media (max-width: 899px) {
  #contact .contact-panel {
    order: 1;
  }

  #contact .contact-details {
    order: 2;
  }
}

@media (min-width: 900px) {
  #contact .contact-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 2rem;
  }

  #contact .contact-panel {
    order: 1;
  }

  #contact .contact-details {
    order: 2;
  }
}

#contact .contact-details {
  padding: 0.25rem 0;
}

#contact .contact-details .section__title {
  margin-bottom: 0.45rem;
}

#contact .contact-details .section__lead {
  max-width: 58ch;
  color: #5f656c;
  font-size: 0.96rem;
}

.contact-details__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #616973;
}

.contact-stack {
  margin-top: 1.4rem;
  display: grid;
  gap: 1rem;
}

.contact-item {
  display: grid;
  grid-template-columns: 2.1rem 1fr;
  column-gap: 0.8rem;
  align-items: center;
  padding: 0.9rem 0.95rem;
  border-left: 3px solid #d6dbe1;
  border-top: 3px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  box-shadow: none;
  transition:
    background 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.contact-item__icon {
  grid-row: 1;
  width: 2.1rem;
  height: 2.1rem;
  color: #e04646;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.05rem;
}

.contact-item__icon svg {
  display: block;
}

.contact-item:nth-child(1) {
  --contact-accent: #d73435;
}

.contact-item:nth-child(2) {
  --contact-accent: #5a3f67;
}

.contact-item:nth-child(3) {
  --contact-accent: #0f766e;
}

.contact-item:hover {
  padding: 1rem 1.1rem;
  border-left-color: #d6dbe1;
  border-top-color: var(--contact-accent, #d73435);
  border-right-color: #d6dbe1;
  border-bottom-color: #d6dbe1;
  background: #fff;
  box-shadow: 0 4px 12px rgba(16, 24, 40, 0.06);
  transform: translateY(-1px);
}

.contact-item__title {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--secondary);
}

.contact-item__text {
  grid-column: 1 / -1;
  padding-left: 2.9rem;
  margin: 0;
  color: #57606a;
  font-size: 0.9rem;
  line-height: 1.7;
}

.contact-item__text a {
  color: inherit;
  text-decoration-color: #9aa3ad;
  text-underline-offset: 2px;
}

.contact-item__text a:hover {
  text-decoration-color: #4f5963;
}

.contact-panel {
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: 0;
  background: linear-gradient(120deg, #d73435 0%, #5a3f67 100%);
  color: #fff;
  box-shadow: 0 16px 36px rgba(18, 24, 32, 0.2);
}

.contact-panel__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.65rem, 3vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.contact-panel__subtitle {
  margin: 0 0 1rem;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.9);
}

.contact-panel .contact-form {
  margin-top: 0;
}

.contact-panel .form-grid {
  gap: 0.75rem;
}

.contact-panel .form-grid label {
  display: block;
}

.contact-panel .form-grid input,
.contact-panel .form-grid textarea {
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.contact-panel .form-grid textarea {
  min-height: 110px;
  resize: vertical;
}

.contact-panel .form-grid input::placeholder,
.contact-panel .form-grid textarea::placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.contact-panel .form-grid input:focus,
.contact-panel .form-grid textarea:focus {
  outline: 2px solid rgba(255, 255, 255, 0.8);
}

.contact-panel .form-status {
  margin: 0 0 0.9rem;
  padding: 0.7rem 0.85rem;
  font-size: 0.85rem;
  border: 1px solid transparent;
}

.contact-panel .form-status--success {
  background: rgba(26, 128, 58, 0.23);
  border-color: rgba(189, 255, 193, 0.55);
}

.contact-panel .form-status--error {
  background: rgba(154, 23, 33, 0.24);
  border-color: rgba(255, 208, 208, 0.55);
}

#differentiators {
  position: relative;
  background-image:
    linear-gradient(rgba(20, 26, 36, 0.66), rgba(20, 26, 36, 0.66)),
    url("../images/why diff..png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#differentiators .section__title {
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

#differentiators .section__subtitle {
  color: rgba(243, 246, 250, 0.96);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.42);
}

/* V2: Differentiators — Why-style tiles: rounded shape, darker translucent glass, hover darkens */
#differentiators .diff-list li {
  position: relative;
  min-height: 8.8rem;
  padding: 1.25rem 1.2rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  box-shadow: none;
  color: rgba(248, 249, 250, 0.92);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

#differentiators .diff-list li::before {
  display: none;
}

#differentiators .diff-list li:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

#differentiators .diff-list li:nth-child(1) {
  background: rgba(100, 150, 168, 0.3);
}

#differentiators .diff-list li:nth-child(2) {
  background: rgba(145, 125, 158, 0.3);
}

#differentiators .diff-list li:nth-child(3) {
  background: rgba(148, 165, 105, 0.3);
}

#differentiators .diff-list li:nth-child(4) {
  background: rgba(130, 125, 175, 0.3);
}

#differentiators .diff-list li:nth-child(5) {
  background: rgba(105, 168, 145, 0.3);
}

#differentiators .diff-list li:nth-child(1):hover {
  background: rgba(72, 118, 136, 0.48);
}

#differentiators .diff-list li:nth-child(2):hover {
  background: rgba(108, 88, 122, 0.48);
}

#differentiators .diff-list li:nth-child(3):hover {
  background: rgba(112, 128, 78, 0.48);
}

#differentiators .diff-list li:nth-child(4):hover {
  background: rgba(92, 88, 132, 0.48);
}

#differentiators .diff-list li:nth-child(5):hover {
  background: rgba(72, 128, 102, 0.48);
}

#differentiators .diff-list strong {
  font-size: 1.04rem;
  line-height: 1.35;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

#differentiators .diff-icon {
  display: inline-flex;
  width: calc(2.15rem + 12px);
  height: calc(2.15rem + 12px);
  margin-bottom: 0.55rem;
}

#differentiators .diff-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#differentiators .section__note.section__note--dark {
  max-width: none;
  margin-top: 1rem;
  background: transparent;
  border-radius: 14px;
  box-shadow: none;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

#differentiators .section__note.section__note--dark:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: 0 12px 28px rgba(29, 36, 48, 0.08);
}

/* V2: Core features — comparison rows (current vs Octopus) */
:is(#features, #differentiators) {
  position: relative;
  background-image:
    linear-gradient(rgba(16, 22, 32, 0.56), rgba(16, 22, 32, 0.56)),
    url("../images/Bg image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

:is(#features, #differentiators) .shell {
  position: relative;
  z-index: 1;
}

:is(#features, #differentiators) .section__title {
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}

:is(#features, #differentiators) .section__subtitle {
  color: rgba(241, 245, 249, 0.96);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

:is(#features, #differentiators) .v2-feature-compare-wrap {
  position: relative;
}

:is(#features, #differentiators) .v2-feature-compare {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-y;
}

:is(#features, #differentiators) .v2-feature-compare::-webkit-scrollbar {
  display: none;
}

:is(#features, #differentiators) .v2-feature-compare.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

:is(#features, #differentiators) .v2-feature-compare.is-dragging * {
  user-select: none;
}

:is(#features, #differentiators) .v2-feature-compare__row {
  margin: 0;
  padding: 0;
  flex: 0 0 100%;
  display: flex;
  scroll-snap-align: start;
}

:is(#features, #differentiators) .v2-feature-compare-dots {
  margin-top: 0.9rem;
  display: flex;
  justify-content: center;
  gap: 0.35rem;
}

:is(#features, #differentiators) .v2-feature-compare-dot {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 999px;
  border: 0;
  background: #d4dae2;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, width 0.2s ease;
}

:is(#features, #differentiators) .v2-feature-compare-dot.is-active {
  width: 1rem;
  background: #3b82f6;
}

:is(#features, #differentiators) .v2-feature-compare-dot:focus-visible {
  outline: 2px solid #b32e31;
  outline-offset: 2px;
}

:is(#features, #differentiators) .v2-feature-compare__inner {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  align-items: stretch;
  gap: 1rem;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  :is(#features, #differentiators) .v2-feature-compare__row {
    flex-basis: 100%;
  }

  :is(#features, #differentiators) .v2-feature-compare__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

:is(#features, #differentiators) .v2-feature-card {
  margin: 0;
  padding: 1.15rem 1.2rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(25, 34, 49, 0.62);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px) saturate(120%);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
  display: flex;
  flex-direction: column;
  min-height: 12.3rem;
}

:is(#features, #differentiators) .v2-feature-card--legacy {
  background: rgba(94, 50, 67, 0.42);
  border-color: rgba(250, 180, 195, 0.28);
}

:is(#features, #differentiators) .v2-feature-card--octopus {
  background: rgba(45, 88, 97, 0.42);
  border-color: rgba(126, 227, 213, 0.28);
}

:is(#features, #differentiators) .v2-feature-card__label {
  margin: 0 0 0.65rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

:is(#features, #differentiators) .v2-feature-card--legacy .v2-feature-card__label {
  color: #ffd4de;
}

:is(#features, #differentiators) .v2-feature-card--octopus .v2-feature-card__label {
  color: #c8fff4;
}

:is(#features, #differentiators) .v2-feature-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.08rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

:is(#features, #differentiators) .v2-feature-card__text {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.55;
  color: rgba(245, 248, 252, 0.96);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}

@media (max-width: 767px) {
  :is(#features, #differentiators) .v2-feature-card {
    min-height: 10.8rem;
  }
}

:is(#features, #success) .core-kpi-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  gap: 1.6rem 2.2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-y;
}

:is(#features, #success) .core-kpi-grid::-webkit-scrollbar {
  display: none;
}

:is(#features, #success) .core-kpi-grid.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

:is(#features, #success) .core-kpi-grid.is-dragging * {
  user-select: none;
}

#features .section__head {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#features .section__title {
  display: inline-block;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #b32e31;
}

:is(#features, #success) .core-kpi-card {
  flex: 0 0 calc((100% - (2.2rem * 3)) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: #ffffff;
  scroll-snap-align: start;
}

:is(#features, #success) .core-kpi-icon {
  display: inline-flex;
  margin-bottom: 0.85rem;
  color: #ffffff;
}

:is(#features, #success) .core-kpi-title {
  margin: 0;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

:is(#features, #success) .core-kpi-dots {
  margin-top: 0.9rem;
  display: flex;
  justify-content: center;
  gap: 0.35rem;
}

:is(#features, #success) .core-kpi-dot {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 999px;
  border: 0;
  background: #d4dae2;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, width 0.2s ease;
}

:is(#features, #success) .core-kpi-dot.is-active {
  width: 1rem;
  background: #3b82f6;
}

:is(#features, #success) .core-kpi-dot:focus-visible {
  outline: 2px solid #b32e31;
  outline-offset: 2px;
}

#success .core-kpi-card,
#success .core-kpi-icon,
#success .core-kpi-title {
  color: #111111;
}

#success .core-kpi-dot.is-active {
  background: #111111;
}

/* Core features: 5-up carousel with black text + blue icons */
#features .core-kpi-grid {
  display: flex;
  gap: 1.6rem 2.2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  cursor: grab;
}

#features .core-kpi-card {
  flex: 0 0 calc((100% - (2.2rem * 2)) / 3);
  align-items: center;
  text-align: center;
  scroll-snap-align: start;
  color: #ffffff;
}

#features .core-kpi-icon {
  color: #ffffff;
}

#features .core-kpi-title {
  color: #ffffff;
}

#features .core-kpi-dots {
  display: flex;
}

@media (max-width: 1100px) {
  #features .core-kpi-card {
    flex-basis: calc((100% - (2.2rem * 2)) / 3);
  }
}

@media (max-width: 900px) {
  :is(#features, #success) .core-kpi-card {
    flex-basis: calc((100% - 2.2rem) / 2);
  }

  :is(#features, #success) .core-kpi-title {
    font-size: 1.55rem;
  }
}

@media (max-width: 640px) {
  :is(#features, #success) .core-kpi-card {
    flex-basis: 100%;
  }

  :is(#features, #success) .core-kpi-title {
    font-size: 1.35rem;
  }
}

#about {
  position: relative;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  background:
    linear-gradient(rgba(14, 18, 28, 0.64), rgba(14, 18, 28, 0.64)),
    radial-gradient(circle at 78% 24%, rgba(34, 197, 94, 0.12), transparent 38%),
    radial-gradient(circle at 18% 80%, rgba(59, 130, 246, 0.14), transparent 42%),
    #0b0f17;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}

#about .section__head {
  margin-bottom: 0.65rem;
  text-align: center;
}

#about .shell.narrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#resources .section__head {
  text-align: center;
  max-width: none;
  margin-bottom: 0.5rem;
}

#resources .section__title {
  display: inline-block;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #b32e31;
}

#resources {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#resources .module-grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.75rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-inline: 0;
  overflow-x: auto;
  scroll-snap-type: none;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

#resources .module-grid::-webkit-scrollbar {
  display: none;
}

#resources .module-card {
  flex: 0 0 calc((100% - 1.5rem) / 3);
  min-width: 260px;
  scroll-snap-align: none;
  display: grid;
  grid-template-columns: 2.45rem 1fr;
  align-items: center;
  column-gap: 0.7rem;
  border: 0;
  border-left: 0;
  border-radius: 8px;
  box-shadow: none;
  padding: 1.3rem 1.25rem 1.2rem;
  min-height: 0;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

#resources .module-card::before {
  display: none;
}

#resources .module-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(29, 36, 48, 0.08);
}

#resources .module-card:nth-child(1) {
  background: rgba(173, 217, 228, 0.45);
}

#resources .module-card:nth-child(2) {
  background: rgba(224, 210, 230, 0.45);
}

#resources .module-card:nth-child(3) {
  background: rgba(223, 239, 169, 0.45);
}

#resources .module-card:nth-child(4) {
  background: rgba(206, 201, 233, 0.45);
}

#resources .module-card:nth-child(5) {
  background: rgba(171, 229, 201, 0.45);
}

#resources .module-card:nth-child(6) {
  background: rgba(224, 210, 230, 0.45);
}

#resources .module-card:nth-child(1):hover {
  background: rgba(173, 217, 228, 0.78);
}

#resources .module-card:nth-child(2):hover {
  background: rgba(224, 210, 230, 0.78);
}

#resources .module-card:nth-child(3):hover {
  background: rgba(223, 239, 169, 0.78);
}

#resources .module-card:nth-child(4):hover {
  background: rgba(206, 201, 233, 0.78);
}

#resources .module-card:nth-child(5):hover {
  background: rgba(171, 229, 201, 0.78);
}

#resources .module-card:nth-child(6):hover {
  background: rgba(224, 210, 230, 0.78);
}

#resources .resources__icon {
  display: inline-flex;
  width: 2.45rem;
  height: 2.45rem;
  margin-bottom: 0;
  color: #2f3485;
}

#resources .resources__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

#resources .module-card__title {
  align-self: center;
  font-size: 1.04rem;
  line-height: 1.35;
  margin: 0;
}

@media (max-width: 1024px) {
  #resources .module-card {
    flex-basis: calc((100% - 1rem) / 2);
  }
}

@media (max-width: 767px) {
  #resources .module-card {
    flex-basis: 100%;
    min-width: 100%;
  }
}

#about .section__title {
  display: inline-block;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #b32e31;
  color: #fff;
}

#about .section__lead {
  color: rgba(229, 236, 246, 0.9);
  text-align: center;
  white-space: nowrap;
  max-width: none;
}

@media (max-width: 767px) {
  #about {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #about .shell.narrow {
    width: min(100% - 1.5rem, var(--narrow-max));
  }

  #about .section__head {
    margin-bottom: 0.5rem;
  }

  #about .section__lead {
    white-space: normal;
    max-width: 34ch;
    line-height: 1.6;
    font-size: 0.98rem;
    margin: 0;
    text-wrap: balance;
  }
}
