/* Office NAS workload — aligned with silomount / team-collaboration patterns */

body.wl-page.wl-on-page {
  --wl-on-accent: var(--_colors---theme-color--sky-blue);
}

html.w-mod-js:not(.w-mod-ix3) :is(.about-section-title, .silomount-hero-heading, .wl-on-section__title, .wl-sm-story__title, .wl-sm-cta-band__title) {
  visibility: hidden !important;
}

html.w-mod-js:not(.w-mod-ix3) .wl-on-page-hero .silomount-hero-heading {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

noscript .wl-on-section__title,
noscript .wl-sm-story__title,
noscript .wl-sm-cta-band__title {
  visibility: visible !important;
}

.wl-on-page-hero .silomount-hero-heading {
  max-width: 14ch;
}

/* Stats */
.wl-on-stats {
  background: #ffffff;
  border-bottom: 1px solid #e4e9f0;
}

.wl-on-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.wl-on-stat {
  padding: 32px 28px;
  text-align: center;
  border-right: 1px solid #e4e9f0;
}

.wl-on-stat:last-child {
  border-right: 0;
}

.wl-on-stat__value {
  display: block;
  margin-bottom: 6px;
  color: #0f2a53;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.1;
}

.wl-on-stat__label {
  color: #5f6e82;
  font-size: 14px;
  line-height: 1.4;
}

/* Section typography */
.wl-on-section__title {
  margin: 0 0 16px;
  color: var(--_colors---theme-color--heading-black, #020202);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.1;
}

.wl-on-section__lead {
  margin: 0;
  color: #5f6e82;
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.6;
  max-width: 58ch;
}

.wl-on-why__head .section-blue-subtitle,
.wl-on-flow__header .section-blue-subtitle,
.wl-on-model__head .section-blue-subtitle,
.wl-on-pillars__head .section-blue-subtitle,
.wl-on-bento__head .section-blue-subtitle,
.wl-on-it .section-blue-subtitle,
.wl-sm-workflows__head .section-blue-subtitle {
  margin-bottom: 14px;
}

.wl-on-flow__header .section-blue-subtitle {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Split layout */
.wl-on-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 44%);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

.wl-on-split__content {
  min-width: 0;
}

.wl-on-split__visual {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e4e9f0;
  box-shadow: 0 16px 48px rgba(15, 42, 83, 0.1);
  background: #ffffff;
  position: sticky;
  top: clamp(16px, 3vw, 32px);
}

.wl-on-split__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

/* Why */
.wl-on-why {
  background: #ffffff;
}

.wl-on-why__head {
  max-width: none;
  margin-bottom: clamp(32px, 4vw, 48px);
}

.wl-on-why__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2vw, 20px);
}

.wl-on-why__card {
  padding: clamp(24px, 3vw, 32px);
  border-radius: 18px;
  border: 1px solid #e8edf4;
  background: #f9fafb;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.wl-on-why__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(15, 42, 83, 0.1);
}

.wl-on-why__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(30, 106, 255, 0.1);
  color: var(--wl-on-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.wl-on-why__icon svg {
  width: 24px;
  height: 24px;
}

.wl-on-why__card h3 {
  margin: 0 0 10px;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  color: var(--_colors---theme-color--heading-black, #020202);
  line-height: 1.2;
}

.wl-on-why__card p {
  margin: 0;
  color: #5f6e82;
  font-size: 16px;
  line-height: 1.55;
}

/* Flow */
.wl-on-flow {
  background: #f7f9fc;
}

.wl-on-flow__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(40px, 5vw, 64px);
}

.wl-on-flow__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: start;
  gap: 0;
}

.wl-on-flow__step {
  text-align: center;
  padding: 0 clamp(8px, 1.2vw, 16px);
  opacity: 0.42;
  transform: translateY(4px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.wl-on-flow__step.is-active,
.wl-on-flow__step.is-complete {
  opacity: 1;
  transform: translateY(0);
}

.wl-on-flow__icon {
  width: clamp(72px, 8vw, 96px);
  height: clamp(72px, 8vw, 96px);
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #e4e9f0;
  color: var(--wl-on-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.45s ease, box-shadow 0.45s ease;
}

.wl-on-flow__step.is-active .wl-on-flow__icon {
  border-color: var(--wl-on-accent);
  box-shadow: 0 0 0 8px rgba(30, 106, 255, 0.12);
}

.wl-on-flow__icon svg {
  width: 36px;
  height: 36px;
}

.wl-on-flow__step h3 {
  margin: 0 0 12px;
  color: #0f2a53;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  line-height: 1.2;
  transition: color 0.45s ease;
}

.wl-on-flow__step.is-active h3 {
  color: var(--wl-on-accent);
}

.wl-on-flow__step p {
  margin: 0 auto;
  max-width: 28ch;
  color: #5f6e82;
  font-size: 15px;
  line-height: 1.6;
}

.wl-on-flow__connector {
  position: relative;
  width: clamp(20px, 3.5vw, 48px);
  margin-top: clamp(36px, 5vw, 48px);
  align-self: start;
  border-top: 2px dashed #c8d3e0;
  transition: border-color 0.45s ease;
}

.wl-on-flow__connector.is-active {
  border-top-color: var(--wl-on-accent);
}

.wl-on-flow__connector::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -5px;
  border-width: 5px 0 5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #c8d3e0;
  transition: border-color 0.45s ease;
}

.wl-on-flow__connector.is-active::after {
  border-left-color: var(--wl-on-accent);
}

/* Model cards */
.wl-on-model {
  background: #ffffff;
}

.wl-on-model__head {
  max-width: 720px;
  margin-bottom: clamp(40px, 5vw, 56px);
}

.wl-on-model__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 28px);
}

.wl-on-model__card {
  padding: clamp(28px, 3vw, 36px);
  border-radius: 20px;
  border: 1px solid #e8edf4;
  background: #f9fafb;
  display: flex;
  flex-direction: column;
}

.wl-on-model__card--pro {
  background: linear-gradient(135deg, #0a1628 0%, var(--wl-on-accent) 100%);
  border-color: transparent;
  color: #ffffff;
}

.wl-on-model__label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(30, 106, 255, 0.1);
  color: var(--wl-on-accent);
}

.wl-on-model__card--pro .wl-on-model__label {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
}

.wl-on-model__price {
  margin: 0 0 8px;
  font-size: clamp(32px, 3.5vw, 40px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--_colors---theme-color--heading-black, #020202);
}

.wl-on-model__card--pro .wl-on-model__price {
  color: #ffffff;
}

.wl-on-model__card h3 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2.5vw, 30px);
  font-weight: 700;
  line-height: 1.15;
  color: var(--_colors---theme-color--heading-black, #020202);
}

.wl-on-model__card--pro h3 {
  color: #ffffff;
}

.wl-on-model__card > p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #5f6e82;
}

.wl-on-model__card--pro > p {
  color: rgba(255, 255, 255, 0.8);
}

.wl-on-model__list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  flex: 1;
}

.wl-on-model__list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #3d4f66;
}

.wl-on-model__card--pro .wl-on-model__list li {
  color: rgba(255, 255, 255, 0.88);
}

.wl-on-model__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wl-on-accent);
}

.wl-on-model__card--pro .wl-on-model__list li::before {
  background: rgba(255, 255, 255, 0.72);
}

.wl-on-model__card .blue-buton {
  align-self: flex-start;
}

/* Pillars */
.wl-on-pillars {
  background: #eceff3;
}

.wl-on-pillars__head {
  max-width: 720px;
  margin-bottom: clamp(40px, 5vw, 56px);
}

.wl-on-pillars__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 24px);
}

.wl-on-pillar {
  padding: clamp(24px, 3vw, 32px);
  border-radius: 18px;
  border: 1px solid #e4e9f0;
  background: #ffffff;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.wl-on-pillar:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(15, 42, 83, 0.1);
}

.wl-on-pillar h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: var(--_colors---theme-color--heading-black, #020202);
}

.wl-on-pillar > p {
  margin: 0 0 16px;
  color: #5f6e82;
  font-size: 15px;
  line-height: 1.55;
}

.wl-on-pillar__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wl-on-pillar__list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: #3d4f66;
}

.wl-on-pillar__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--wl-on-accent);
  font-weight: 700;
}

/* Bento */
.wl-on-bento {
  background: #ffffff;
}

.wl-on-bento__head {
  max-width: none;
  margin-bottom: clamp(32px, 4vw, 48px);
}

.wl-on-bento__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.wl-on-bento__card {
  padding: 28px;
  border-radius: 18px;
  border: 1px solid #e4e9f0;
  background: #fafbfc;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.wl-on-bento__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(15, 42, 83, 0.08);
}

.wl-on-bento__card--wide {
  grid-column: span 2;
  background: linear-gradient(135deg, #0a1628 0%, var(--wl-on-accent) 100%);
  border-color: transparent;
  color: #ffffff;
}

.wl-on-bento__card--wide p {
  color: rgba(255, 255, 255, 0.8);
}

.wl-on-bento__card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: inherit;
}

.wl-on-bento__card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #5f6e82;
}

.wl-on-bento__card--wide h3 {
  color: #ffffff;
}

.wl-on-bento__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: rgba(30, 106, 255, 0.1);
  color: var(--wl-on-accent);
}

.wl-on-bento__card--wide .wl-on-bento__icon {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
}

/* Hardware specs strip */
.wl-on-specs {
  padding: 48px 0;
  background: #f7f9fc;
  border-top: 1px solid #e4e9f0;
  border-bottom: 1px solid #e4e9f0;
}

.wl-on-specs__head {
  margin-bottom: 24px;
}

.wl-on-specs__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wl-on-specs__pill {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #e4e9f0;
  background: #ffffff;
  color: #3d4f66;
  font-size: 14px;
  font-weight: 500;
}

/* IT / admin */
.wl-on-it {
  background: #ffffff;
}

.wl-on-it__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.wl-on-it__list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.wl-on-it__list li {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.5;
  color: #3d4f66;
}

.wl-on-it__check {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(30, 106, 255, 0.1);
  color: var(--wl-on-accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wl-on-it__check svg {
  width: 14px;
  height: 14px;
}

.wl-on-it__visual {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e4e9f0;
}

.wl-on-it__visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.wl-on-it__cta {
  margin-top: 28px;
}

/* Platforms strip */
.wl-on-platforms {
  padding: 48px 0 64px;
  background: #0a1628;
}

.wl-on-platforms__subtitle {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 28px;
}

.wl-on-platforms__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.wl-on-platforms__pill {
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.wl-sm-workflows__head {
  max-width: 640px;
  margin-bottom: clamp(40px, 5vw, 56px);
}

.wl-sm-cta-band__subtitle {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 12px;
}

.wl-on-page .faq-icon-wrapper {
  display: none;
}

.wl-on-page .faq-question-area {
  padding-right: 0;
}

@media (prefers-reduced-motion: reduce) {
  .wl-on-flow__step {
    opacity: 1;
    transform: none;
  }

  .wl-on-why__card,
  .wl-on-pillar,
  .wl-on-bento__card {
    transition: none;
  }
}

@media screen and (max-width: 991px) {
  .wl-on-split {
    grid-template-columns: 1fr;
  }

  .wl-on-split__visual {
    position: static;
    order: -1;
  }

  .wl-on-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wl-on-stat:nth-child(2) {
    border-right: 0;
  }

  .wl-on-stat {
    border-bottom: 1px solid #e4e9f0;
  }

  .wl-on-why__grid,
  .wl-on-model__grid,
  .wl-on-pillars__grid {
    grid-template-columns: 1fr;
  }

  .wl-on-bento__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wl-on-bento__card--wide {
    grid-column: span 2;
  }

  .wl-on-flow__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .wl-on-flow__connector {
    display: none;
  }

  .wl-on-it__inner {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .wl-on-bento__grid {
    grid-template-columns: 1fr;
  }

  .wl-on-bento__card--wide {
    grid-column: span 1;
  }
}

@media screen and (max-width: 479px) {
  .wl-on-stats__grid {
    grid-template-columns: 1fr;
  }

  .wl-on-stat {
    border-right: 0;
  }
}
