/* Storage mount workload — aligned with silomount.html patterns */

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

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

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

noscript .about-section-title,
noscript .silomount-hero-heading,
noscript .wl-sm-section__title,
noscript .wl-sm-story__title,
noscript .wl-sm-cta-band__title {
  visibility: visible !important;
}

.silomount-split-char {
  display: inline-block;
  will-change: transform, opacity;
}

@keyframes wl-sm-subtitle-dot-bounce {
  0%, 38.46% {
    transform: translateY(0);
  }

  69.23% {
    transform: translateY(-6px);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  100% {
    transform: translateY(0);
  }
}

body.wl-page .subtitle-dot {
  animation: wl-sm-subtitle-dot-bounce 1.3s linear infinite;
  will-change: transform;
}

/* Hero — silomount layout */
.wl-sm-page-hero.hero.section-padding.version-01 {
  padding-top: clamp(108px, 14vw, 168px) !important;
  padding-bottom: clamp(48px, 6vw, 80px) !important;
}

.wl-sm-page-hero .silomount-hero-heading {
  font-family: var(--_typography---h1--font-family, Poppins, sans-serif);
  font-size: clamp(40px, 4.8vw, 64px);
  font-weight: var(--_typography---h1--font-weight, 600);
  line-height: 1.08;
  color: var(--_colors---theme-color--heading-black, #020202);
  margin: 0;
  max-width: 13ch;
}

.wl-sm-page-hero .silomount-hero-layout {
  display: flex !important;
  flex-direction: row;
  align-items: stretch;
  gap: 48px;
  min-height: clamp(480px, 68vh, 700px);
  grid-template-columns: unset !important;
}

.wl-sm-page-hero .silomount-hero-copy {
  flex: 0 0 clamp(300px, 36vw, 480px);
  width: auto !important;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0;
  align-items: flex-start;
  text-align: left;
}

.wl-sm-page-hero .silomount-hero-title-wrap .silomount-hero-heading {
  margin-bottom: 18px;
}

.wl-sm-page-hero .silomount-hero-cta {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.wl-sm-page-hero .silomount-hero-visual {
  flex: 1 1 auto;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  align-self: stretch;
  margin: 0;
}

.wl-sm-page-hero .silomount-hero-image {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border: 0;
  border-radius: 0;
  transform: none !important;
  animation: none !important;
  transition: none !important;
  filter: none !important;
  box-shadow: none !important;
}

.wl-sm-page-hero .silomount-hero-visual:hover .silomount-hero-image,
.wl-sm-page-hero .silomount-hero-image:hover {
  transform: none !important;
  filter: none !important;
}

/* Shared section typography */
.wl-sm-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-sm-section__lead {
  margin: 0;
  color: #5f6e82;
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.6;
  max-width: 52ch;
}

.wl-sm-why__head .section-blue-subtitle,
.wl-sm-workflows__head .section-blue-subtitle {
  margin-bottom: 14px;
}

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

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

.wl-sm-why__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 32px);
}

.wl-sm-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-sm-why__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(15, 42, 83, 0.1);
}

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

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

.wl-sm-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-sm-why__card p {
  margin: 0;
  color: #5f6e82;
  font-size: 16px;
  line-height: 1.55;
}

/* Performance — silomount parity */
.silomount-performance-section {
  background: #eceff3;
}

.silomount-performance-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.silomount-performance-head {
  max-width: 560px;
}

.silomount-performance-kicker {
  margin: 0 0 10px;
  color: #3b5b95;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.silomount-performance-title {
  margin: 0 0 16px;
  color: #0f2a53;
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 700;
  line-height: 1.08;
}

.silomount-performance-text {
  margin: 0 0 24px;
  max-width: 520px;
  color: #5f6e82;
  font-size: 20px;
  line-height: 1.55;
}

.silomount-performance-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 26px;
  border: 1px solid #1f2f47;
  border-radius: 4px;
  background: transparent;
  color: #1f2f47;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.silomount-performance-button:hover {
  background: #1f2f47;
  color: #ffffff;
  transform: translateY(-1px);
}

.silomount-performance-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.silomount-performance-card {
  position: relative;
  min-height: 760px;
  padding: 28px;
  border-radius: 22px;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.silomount-performance-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(15, 42, 83, 0.18);
}

.silomount-performance-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.14);
  z-index: 1;
  transition: background 0.3s ease;
}

.silomount-performance-card--a {
  background: linear-gradient(180deg, #1db8ec 0%, #26c6ca 46%, #a8e33b 100%);
}

.silomount-performance-card--b {
  background-color: #05070e;
  background-image: linear-gradient(180deg, rgba(10, 16, 31, 0.12) 0%, rgba(5, 7, 14, 0.72) 100%), url("/assets/images/Unmatched scaling.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.silomount-performance-card--c {
  background-color: #0c1d3f;
  background-image: linear-gradient(180deg, rgba(6, 16, 46, 0.12) 0%, rgba(12, 29, 63, 0.72) 100%), url("/assets/images/No time was lost..png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.silomount-performance-card-top,
.silomount-performance-card-bottom {
  position: relative;
  z-index: 2;
}

.silomount-performance-card-label {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.9;
}

.silomount-performance-card-title {
  margin: 0;
  font-size: clamp(36px, 3.1vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  max-width: 9ch;
}

.silomount-performance-card-title--white {
  color: #ffffff !important;
}

.silomount-card-mock {
  width: 100%;
  border-radius: 18px;
  padding: 18px 20px;
  background: rgba(215, 247, 255, 0.75);
  color: #183049;
  margin-bottom: 14px;
}

.silomount-card-mock-title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
}

.silomount-card-mock-subtitle {
  margin: 0 0 10px;
  font-size: 12px;
  opacity: 0.7;
}

.silomount-card-mock-progress {
  width: 100%;
  height: 9px;
  border-radius: 999px;
  background: rgba(20, 49, 75, 0.23);
  overflow: hidden;
}

.silomount-card-mock-progress::after {
  content: "";
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: #ffffff;
  transition: width 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.silomount-card-mock-progress.is-filled::after {
  width: 74%;
}

/* Workflows */
.wl-sm-workflows {
  background: #ffffff;
}

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

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

.wl-sm-workflow-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e8edf4;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.28s ease, transform 0.28s ease;
}

.wl-sm-workflow-card:hover {
  box-shadow: 0 16px 40px rgba(10, 22, 40, 0.1);
  transform: translateY(-4px);
}

.wl-sm-workflow-card__img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  transition: box-shadow 0.28s ease;
}

.wl-sm-workflow-card:hover .wl-sm-workflow-card__img {
  box-shadow: 0 12px 28px rgba(15, 42, 83, 0.12);
}

.wl-sm-workflow-card__body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wl-sm-workflow-card__body h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: var(--_colors---theme-color--heading-black, #020202);
}

.wl-sm-workflow-card__body p {
  margin: 0;
  color: #5f6e82;
  font-size: 16px;
  line-height: 1.55;
  flex: 1;
}

.wl-sm-workflow-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--_colors---theme-color--sky-blue);
  font-weight: 600;
  font-size: 15px;
}

/* Customer story */
.wl-sm-story {
  padding: clamp(72px, 9vw, 100px) var(--_spacing---spacing--spacing-30px, 30px);
  background: var(--_colors---theme-color--sky-blue);
  color: #fff;
}

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

.wl-sm-story__kicker {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.wl-sm-story__title {
  margin: 0 0 20px;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
}

.wl-sm-story__quote {
  margin: 0;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
}

.wl-sm-story__author {
  margin: 24px 0 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
}

.wl-sm-story__author strong {
  display: block;
  color: #fff;
  font-weight: 600;
  margin-bottom: 4px;
}

.wl-sm-story__visual {
  border-radius: 20px;
  overflow: hidden;
}

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

/* Pricing */
.wl-sm-pricing {
  background: #f7f9fc;
  text-align: center;
}

.wl-sm-pricing__inner {
  max-width: 640px;
  margin: 0 auto;
}

.wl-sm-pricing .wl-sm-section__title {
  margin-bottom: 16px;
}

.wl-sm-pricing__text {
  margin: 0 0 28px;
  color: #5f6e82;
  font-size: 18px;
  line-height: 1.6;
}

/* Final CTA */
.wl-sm-cta-band {
  padding: clamp(64px, 8vw, 88px) var(--_spacing---spacing--spacing-30px, 30px);
  background: linear-gradient(135deg, #0a1628 0%, var(--_colors---theme-color--sky-blue) 100%);
  text-align: center;
  color: #fff;
}

.wl-sm-cta-band__kicker {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.85;
}

.wl-sm-cta-band__title {
  margin: 0 0 28px;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.1;
}

.wl-sm-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .wl-sm-page-hero .silomount-hero-layout {
    gap: 32px;
  }

  .wl-sm-page-hero .silomount-hero-copy {
    flex-basis: 44%;
  }

  .wl-sm-why__grid,
  .wl-sm-workflows__grid {
    grid-template-columns: 1fr;
  }

  .silomount-performance-cards {
    grid-template-columns: 1fr;
  }

  .silomount-performance-card {
    min-height: 620px;
  }

  .wl-sm-story__inner {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .wl-sm-page-hero .silomount-hero-layout {
    flex-direction: column !important;
    gap: 24px;
    min-height: unset;
  }

  .wl-sm-page-hero .silomount-hero-copy {
    flex: 1 1 auto;
    max-width: 100%;
    padding: 8px 0 0;
  }

  .wl-sm-page-hero .silomount-hero-heading {
    max-width: 12ch;
  }

  .silomount-performance-wrap {
    gap: 28px;
  }

  .silomount-performance-kicker {
    font-size: 16px;
  }

  .silomount-performance-title {
    font-size: clamp(30px, 9vw, 42px);
  }

  .silomount-performance-text {
    font-size: 17px;
  }

  .silomount-performance-card {
    min-height: 520px;
    padding: 22px;
  }

  .silomount-performance-card-title {
    font-size: clamp(32px, 9vw, 44px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.wl-page .subtitle-dot {
    animation: none;
  }

  .wl-sm-why__card,
  .wl-sm-workflow-card,
  .silomount-performance-card,
  .silomount-performance-button {
    transition: none;
  }

  .silomount-card-mock-progress::after {
    width: 74%;
    transition: none;
  }
}
