@font-face {
  font-family: 'ZohoPuvi';
  src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.woff2') format('woff2'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
  font-display: swap
}

@font-face {
  font-family: 'ZohoPuvi';
  src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.woff2') format('woff2'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: 'ZohoPuvi';
  src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.woff2') format('woff2'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  font-display: swap
}

body {
  font-family: ZohoPuvi, sans-serif
}

:root {
  --color-base-red: #e80e19;
  --color-base-green: #09ab58;
  --color-base-blue: #006deb;
  --color-base-yellow: #ffca14;
  --color-black: #000;
  --color-white: #fff;
  --color-black-900: #1a1a1a;
  --color-black-800: #222;
  --color-black-700: #333;
  --color-black-600: #4d4d4d;
  --color-gray-100: #f9f9f9;
}

.page-wrapper--base {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility
}

.page-wrapper--base *,
.page-wrapper--base *::before,
.page-wrapper--base *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.page-wrapper--base .font-xs {
  font-size: 12px;
  line-height: 1.4
}

.page-wrapper--base .font-sm {
  font-size: 14px;
  line-height: 1.4
}

.page-wrapper--base .font-md {
  font-size: 16px;
  line-height: 1.5
}

.page-wrapper--base .font-base {
  font-size: 17px;
  line-height: 1.5;
  margin-top: 0
}

.page-wrapper--base .font-lg {
  font-size: 18px;
  line-height: 1.5
}

.page-wrapper--base .font-xl {
  font-size: 20px;
  line-height: 1.4
}

.page-wrapper--base .font-2xl {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.15px
}

.page-wrapper--base .font-h6,
.page-wrapper--base h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 12px
}

.page-wrapper--base .font-h5,
.page-wrapper--base h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 12px
}

.page-wrapper--base .font-h4,
.page-wrapper--base h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.25px;
  margin-top: 0;
  margin-bottom: 12px
}

.page-wrapper--base .font-h3,
.page-wrapper--base h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 12px
}

.page-wrapper--base .font-h2,
.page-wrapper--base h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1.25px;
  margin-top: 0;
  margin-bottom: 12px
}

.page-wrapper--base .font-h1,
.page-wrapper--base h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 12px
}

.page-wrapper--base .font-display-xl {
  font-size: 72px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -2.5px
}

.page-wrapper--base .font-display-2xl {
  font-size: 84px;
  font-weight: 600;
  line-height: 1.05
}

.page-wrapper--base .font-display-3xl {
  font-size: 96px;
  font-weight: 600;
  line-height: 1.05
}

.page-wrapper--base .fw-regular {
  font-weight: 300
}

.page-wrapper--base .fw-medium {
  font-weight: 400
}

.page-wrapper--base .fw-semibold {
  font-weight: 500
}

.page-wrapper--base .fw-bold {
  font-weight: 600
}

.page-wrapper--base p,
.page-wrapper--base .font-p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 16px
}

@media only screen and (max-width:767px) {

  .page-wrapper--base .font-display-xl,
  .page-wrapper--base h1 {
    font-size: calc(3rem + 3vw)
  }

  .page-wrapper--base h2 {
    font-size: calc(2rem + 2vw)
  }
}

.page-wrapper--base .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  padding-top: 0;
  padding-bottom: 0
}

.page-wrapper--base .row>* {
  padding-left: 12px;
  padding-right: 12px;
  max-width: 100%
}

.page-wrapper--base .row.g-0 {
  margin-right: 0;
  margin-left: 0
}

.page-wrapper--base .row.g-0>* {
  padding-left: 0;
  padding-right: 0
}

.page-wrapper--base .col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0
}

.page-wrapper--base .col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto
}

.page-wrapper--base .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%
}

.page-wrapper--base .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%
}

.page-wrapper--base .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%
}

.page-wrapper--base .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%
}

.page-wrapper--base .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%
}

.page-wrapper--base .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%
}

.page-wrapper--base .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%
}

.page-wrapper--base .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%
}

.page-wrapper--base .col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%
}

.page-wrapper--base .col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%
}

.page-wrapper--base .col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%
}

.page-wrapper--base .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%
}

@media only screen and (min-width:576px) {
  .page-wrapper--base .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .page-wrapper--base .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .page-wrapper--base .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .page-wrapper--base .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .page-wrapper--base .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .page-wrapper--base .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .page-wrapper--base .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .page-wrapper--base .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .page-wrapper--base .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .page-wrapper--base .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .page-wrapper--base .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .page-wrapper--base .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
}

@media only screen and (min-width:768px) {
  .page-wrapper--base .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .page-wrapper--base .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }

  .page-wrapper--base .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .page-wrapper--base .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .page-wrapper--base .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .page-wrapper--base .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .page-wrapper--base .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .page-wrapper--base .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .page-wrapper--base .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .page-wrapper--base .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .page-wrapper--base .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .page-wrapper--base .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .page-wrapper--base .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .page-wrapper--base .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
}

@media only screen and (min-width:992px) {
  .page-wrapper--base .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .page-wrapper--base .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }

  .page-wrapper--base .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .page-wrapper--base .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .page-wrapper--base .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .page-wrapper--base .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .page-wrapper--base .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .page-wrapper--base .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .page-wrapper--base .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .page-wrapper--base .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .page-wrapper--base .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .page-wrapper--base .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .page-wrapper--base .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .page-wrapper--base .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
}

@media only screen and (min-width:1200px) {
  .page-wrapper--base .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .page-wrapper--base .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }

  .page-wrapper--base .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .page-wrapper--base .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .page-wrapper--base .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .page-wrapper--base .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .page-wrapper--base .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .page-wrapper--base .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .page-wrapper--base .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .page-wrapper--base .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .page-wrapper--base .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .page-wrapper--base .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .page-wrapper--base .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .page-wrapper--base .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
}

.page-wrapper--base .container--xl {
  max-width: 1280px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px
}

.page-wrapper--base .w-100 {
  width: 100%
}

.page-wrapper--base .p-0 {
  padding: 0
}

.page-wrapper--base .pt-0 {
  padding-top: 0
}

.page-wrapper--base .pb-0 {
  padding-bottom: 0
}

.page-wrapper--base .pl-0 {
  padding-left: 0
}

.page-wrapper--base .pr-0 {
  padding-right: 0
}

.page-wrapper--base .px-0 {
  padding-left: 0;
  padding-right: 0
}

.page-wrapper--base .py-0 {
  padding-top: 0;
  padding-bottom: 0
}

.page-wrapper--base .pt-40 {
  padding-top: 40px
}

.page-wrapper--base .pb-40 {
  padding-bottom: 40px
}

.page-wrapper--base .py-40 {
  padding-top: 40px;
  padding-bottom: 40px
}

.page-wrapper--base .py-60 {
  padding-top: 60px;
  padding-bottom: 60px
}

.page-wrapper--base .py-80 {
  padding-top: 80px;
  padding-bottom: 80px
}

.page-wrapper--base .py-100 {
  padding-top: 100px;
  padding-bottom: 100px
}

.page-wrapper--base .py-120 {
  padding-top: 120px;
  padding-bottom: 120px
}

.page-wrapper--base .m-0 {
  margin: 0
}

.page-wrapper--base .mx-0 {
  margin-left: 0;
  margin-right: 0
}

.page-wrapper--base .my-0 {
  margin-top: 0;
  margin-bottom: 0
}

.page-wrapper--base .mt-0 {
  margin-top: 0
}

.page-wrapper--base .mb-0 {
  margin-bottom: 0
}

.page-wrapper--base .ml-0 {
  margin-left: 0
}

.page-wrapper--base .mr-0 {
  margin-right: 0
}

.page-wrapper--base .mx-auto {
  margin-left: auto;
  margin-right: auto
}

.page-wrapper--base .ml-auto {
  margin-left: auto
}

.page-wrapper--base .mr-auto {
  margin-right: auto
}

.page-wrapper--base .m-auto {
  margin: auto
}

.page-wrapper--base .m-1 {
  margin: .25rem
}

.page-wrapper--base .m-2 {
  margin: .5rem
}

.page-wrapper--base .m-3 {
  margin: .75rem
}

.page-wrapper--base .m-4 {
  margin: 1rem
}

.page-wrapper--base .m-5 {
  margin: 1.25rem
}

.page-wrapper--base .m-6 {
  margin: 1.5rem
}

.page-wrapper--base .m-8 {
  margin: 2rem
}

.page-wrapper--base .m-10 {
  margin: 2.5rem
}

.page-wrapper--base .m-12 {
  margin: 3rem
}

.page-wrapper--base .m-16 {
  margin: 4rem
}

.page-wrapper--base .m-20 {
  margin: 5rem
}

.page-wrapper--base .m-24 {
  margin: 6rem
}

.page-wrapper--base .m-32 {
  margin: 8rem
}

.page-wrapper--base .mt-0 {
  margin-top: 0
}

.page-wrapper--base .mt-1 {
  margin-top: .25rem
}

.page-wrapper--base .mt-2 {
  margin-top: .5rem
}

.page-wrapper--base .mt-3 {
  margin-top: .75rem
}

.page-wrapper--base .mt-4 {
  margin-top: 1rem
}

.page-wrapper--base .mt-5 {
  margin-top: 1.25rem
}

.page-wrapper--base .mt-6 {
  margin-top: 1.5rem
}

.page-wrapper--base .mr-0 {
  margin-right: 0
}

.page-wrapper--base .mr-1 {
  margin-right: .25rem
}

.page-wrapper--base .mr-2 {
  margin-right: .5rem
}

.page-wrapper--base .mr-3 {
  margin-right: .75rem
}

.page-wrapper--base .mr-4 {
  margin-right: 1rem
}

.page-wrapper--base .mr-5 {
  margin-right: 1.25rem
}

.page-wrapper--base .mr-6 {
  margin-right: 1.5rem
}

.page-wrapper--base .mb-0 {
  margin-bottom: 0
}

.page-wrapper--base .mb-1 {
  margin-bottom: .25rem
}

.page-wrapper--base .mb-2 {
  margin-bottom: .5rem
}

.page-wrapper--base .mb-3 {
  margin-bottom: .75rem
}

.page-wrapper--base .mb-4 {
  margin-bottom: 1rem
}

.page-wrapper--base .mb-5 {
  margin-bottom: 1.25rem
}

.page-wrapper--base .mb-6 {
  margin-bottom: 1.5rem
}

.page-wrapper--base .ml-0 {
  margin-left: 0
}

.page-wrapper--base .ml-1 {
  margin-left: .25rem
}

.page-wrapper--base .ml-2 {
  margin-left: .5rem
}

.page-wrapper--base .ml-3 {
  margin-left: .75rem
}

.page-wrapper--base .ml-4 {
  margin-left: 1rem
}

.page-wrapper--base .ml-5 {
  margin-left: 1.25rem
}

.page-wrapper--base .ml-6 {
  margin-left: 1.5rem
}

.page-wrapper--base .mx-0 {
  margin-left: 0;
  margin-right: 0
}

.page-wrapper--base .mx-1 {
  margin-left: .25rem;
  margin-right: .25rem
}

.page-wrapper--base .mx-2 {
  margin-left: .5rem;
  margin-right: .5rem
}

.page-wrapper--base .mx-3 {
  margin-left: .75rem;
  margin-right: .75rem
}

.page-wrapper--base .mx-4 {
  margin-left: 1rem;
  margin-right: 1rem
}

.page-wrapper--base .mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem
}

.page-wrapper--base .mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem
}

.page-wrapper--base .my-0 {
  margin-top: 0;
  margin-bottom: 0
}

.page-wrapper--base .my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem
}

.page-wrapper--base .my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem
}

.page-wrapper--base .my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem
}

.page-wrapper--base .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.page-wrapper--base .my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem
}

.page-wrapper--base .my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

.page-wrapper--base .mt-40,
.page-wrapper--base .my-40 {
  margin-top: 40px
}

.page-wrapper--base .mb-40,
.page-wrapper--base .my-40 {
  margin-bottom: 40px
}

.page-wrapper--base .mb-60 {
  margin-bottom: 60px
}

.page-wrapper--base .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.page-wrapper--base .inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.page-wrapper--base .flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.page-wrapper--base .flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.page-wrapper--base .flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page-wrapper--base .flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.page-wrapper--base .justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.page-wrapper--base .justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.page-wrapper--base .justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.page-wrapper--base .justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.page-wrapper--base .justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.page-wrapper--base .justify-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}

.page-wrapper--base .items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.page-wrapper--base .items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page-wrapper--base .items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.page-wrapper--base .items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.page-wrapper--base .items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.page-wrapper--base .content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start
}

.page-wrapper--base .content-center {
  -ms-flex-line-pack: center;
  align-content: center
}

.page-wrapper--base .content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end
}

.page-wrapper--base .content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between
}

.page-wrapper--base .content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around
}

.page-wrapper--base .content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch
}

.page-wrapper--base .flex-grow-0 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.page-wrapper--base .flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.page-wrapper--base .flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.page-wrapper--base .flex-shrink {
  -ms-flex-negative: 1;
  flex-shrink: 1
}

.page-wrapper--base .flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.page-wrapper--base .flex-initial {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

.page-wrapper--base .flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}

.page-wrapper--base .gap-0 {
  gap: 0
}

.page-wrapper--base .gap-2 {
  gap: 2px
}

.page-wrapper--base .gap-4 {
  gap: 4px
}

.page-wrapper--base .gap-8 {
  gap: 8px
}

.page-wrapper--base .gap-12 {
  gap: 12px
}

.page-wrapper--base .gap-16 {
  gap: 16px
}

.page-wrapper--base .relative {
  position: relative
}

.page-wrapper--base .absolute {
  position: absolute
}

.page-wrapper--base .block {
  display: block
}

.page-wrapper--base .inline {
  display: inline
}

.page-wrapper--base .inline-block {
  display: inline-block
}

.page-wrapper--base .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.page-wrapper--base .inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.page-wrapper--base .grid {
  display: grid
}

.page-wrapper--base .inline-grid {
  display: inline-grid
}

.page-wrapper--base .hidden {
  display: none
}

.page-wrapper--base .table {
  display: table
}

.page-wrapper--base .table-row {
  display: table-row
}

.page-wrapper--base .table-cell {
  display: table-cell
}

.page-wrapper--base .contents {
  display: contents
}

.page-wrapper--base .list-item {
  display: list-item
}

@media(min-width:640px) {
  .page-wrapper--base .sm\:block {
    display: block
  }

  .page-wrapper--base .sm\:inline {
    display: inline
  }

  .page-wrapper--base .sm\:inline-block {
    display: inline-block
  }

  .page-wrapper--base .sm\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .page-wrapper--base .sm\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
  }

  .page-wrapper--base .sm\:grid {
    display: grid
  }

  .page-wrapper--base .sm\:inline-grid {
    display: inline-grid
  }

  .page-wrapper--base .sm\:hidden {
    display: none
  }

  .page-wrapper--base .sm\:table {
    display: table
  }

  .page-wrapper--base .sm\:table-row {
    display: table-row
  }

  .page-wrapper--base .sm\:table-cell {
    display: table-cell
  }

  .page-wrapper--base .sm\:contents {
    display: contents
  }

  .page-wrapper--base .sm\:list-item {
    display: list-item
  }
}

@media(min-width:768px) {
  .page-wrapper--base .md\:block {
    display: block
  }

  .page-wrapper--base .md\:inline {
    display: inline
  }

  .page-wrapper--base .md\:inline-block {
    display: inline-block
  }

  .page-wrapper--base .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .page-wrapper--base .md\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
  }

  .page-wrapper--base .md\:grid {
    display: grid
  }

  .page-wrapper--base .md\:inline-grid {
    display: inline-grid
  }

  .page-wrapper--base .md\:hidden {
    display: none
  }

  .page-wrapper--base .md\:table {
    display: table
  }

  .page-wrapper--base .md\:table-row {
    display: table-row
  }

  .page-wrapper--base .md\:table-cell {
    display: table-cell
  }

  .page-wrapper--base .md\:contents {
    display: contents
  }

  .page-wrapper--base .md\:list-item {
    display: list-item
  }
}

@media(min-width:1024px) {
  .page-wrapper--base .lg\:block {
    display: block
  }

  .page-wrapper--base .lg\:inline {
    display: inline
  }

  .page-wrapper--base .lg\:inline-block {
    display: inline-block
  }

  .page-wrapper--base .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .page-wrapper--base .lg\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
  }

  .page-wrapper--base .lg\:grid {
    display: grid
  }

  .page-wrapper--base .lg\:inline-grid {
    display: inline-grid
  }

  .page-wrapper--base .lg\:hidden {
    display: none
  }

  .page-wrapper--base .lg\:table {
    display: table
  }

  .page-wrapper--base .lg\:table-row {
    display: table-row
  }

  .page-wrapper--base .lg\:table-cell {
    display: table-cell
  }

  .page-wrapper--base .lg\:contents {
    display: contents
  }

  .page-wrapper--base .lg\:list-item {
    display: list-item
  }
}

@media(min-width:1280px) {
  .page-wrapper--base .xl\:block {
    display: block
  }

  .page-wrapper--base .xl\:inline {
    display: inline
  }

  .page-wrapper--base .xl\:inline-block {
    display: inline-block
  }

  .page-wrapper--base .xl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .page-wrapper--base .xl\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
  }

  .page-wrapper--base .xl\:grid {
    display: grid
  }

  .page-wrapper--base .xl\:inline-grid {
    display: inline-grid
  }

  .page-wrapper--base .xl\:hidden {
    display: none
  }

  .page-wrapper--base .xl\:table {
    display: table
  }

  .page-wrapper--base .xl\:table-row {
    display: table-row
  }

  .page-wrapper--base .xl\:table-cell {
    display: table-cell
  }

  .page-wrapper--base .xl\:contents {
    display: contents
  }

  .page-wrapper--base .xl\:list-item {
    display: list-item
  }
}

.page-wrapper--base .text-center {
  text-align: center
}

.page-wrapper--base .text-white {
  color: var(--color-white)
}

.page-wrapper--base .text-black {
  color: var(--color-black)
}

.page-wrapper--base .text-right {
  text-align: right
}

.page-wrapper--base .text-left {
  text-align: left
}

.page-wrapper--base .tracking-tighter {
  letter-spacing: -0.8px
}

.page-wrapper--base .tracking-tight {
  letter-spacing: -0.4px
}

.page-wrapper--base .tracking-normal {
  letter-spacing: 0
}

.page-wrapper--base .tracking-wide {
  letter-spacing: .4px
}

.page-wrapper--base .tracking-wider {
  letter-spacing: .8px
}

.page-wrapper--base .tracking-widest {
  letter-spacing: 1.6px
}

.page-wrapper--base .bg-gradient-yellow-light {
  background: radial-gradient(60.4% 117.23% at 49.14% -2.8%, #2a2000 0, #010213 98.25%)
}

.page-wrapper--base .bg-white {
  background: var(--color-white)
}

.page-wrapper--base .bg-black {
  background: #000
}

.page-wrapper--base .bg-black-900 {
  background-color: var(--color-black-900)
}

.page-wrapper--base .bg-black-800 {
  background-color: var(--color-black-800)
}

.page-wrapper--base .bg-black-700 {
  background-color: var(--color-black-700)
}

.page-wrapper--base .bg-black-600 {
  background-color: var(--color-black-600)
}

.page-wrapper--base .bg-gray-100 {
  background-color: var(--color-gray-100)
}

.page-wrapper--base .rounded-none {
  border-radius: 0
}

.page-wrapper--base .rounded-sm {
  border-radius: .125rem
}

.page-wrapper--base .rounded {
  border-radius: .25rem
}

.page-wrapper--base .rounded-md {
  border-radius: .375rem
}

.page-wrapper--base .rounded-lg {
  border-radius: .5rem
}

.page-wrapper--base .rounded-xl {
  border-radius: .75rem
}

.page-wrapper--base .rounded-2xl {
  border-radius: 1rem
}

.page-wrapper--base .rounded-3xl {
  border-radius: 1.5rem
}

.page-wrapper--base .rounded-full {
  border-radius: 9999px
}

.page-wrapper--base .table-responsive {
  overflow-x: auto
}

.page-wrapper--base .button-icon--right {
  padding-right: 16px
}

.video_player_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(7, 13, 20, 0.84);
  width: 100%;
  height: 100%;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  z-index: 99999;
  overflow-y: auto;
  opacity: 0;
  display: none
}

.video_player_wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.video_player_wrapper.active {
  display: block;
  opacity: 1
}

.video_player_container {
  width: 100%;
  max-width: 75%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  padding: 40px 0
}

.video_player_close_btn {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative
}

.video_player_close_btn:before {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.video_player_close_btn:after {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.video_player {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  margin: 12px auto 0
}

.video_player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.button--light {
  display: inline-block;
  border-radius: 4px;
  width: auto;
  cursor: pointer;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.2px;
  font-family: inherit;
  color: var(--color-black);
  background: var(--color-white);
  border: 1px solid #e1e2e5
}

.button--light:hover {
  text-decoration: none;
  opacity: .9;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.button--primary {
  display: inline-block;
  border-radius: 4px;
  width: auto;
  cursor: pointer;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.2px;
  font-family: inherit;
  color: var(--color-white);
  background: var(--color-base-red);
  border: 1px solid var(--color-base-red)
}

.button--primary:hover {
  text-decoration: none;
  opacity: .9;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.button--dark {
  display: inline-block;
  border-radius: 4px;
  width: auto;
  cursor: pointer;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.2px;
  font-family: inherit;
  color: var(--color-white);
  background: var(--color-black);
  border: 1px solid var(--color-black)
}

.button--dark:hover {
  text-decoration: none;
  opacity: .9;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.form-group {
  margin-bottom: 12px
}

textarea {
  resize: vertical
}

.form-item {
  margin-bottom: 16px
}

.form-control {
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  padding: 10px 12px;
  font-family: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none
}

.form-control:focus,
.form-control:focus-within {
  outline: unset;
  -webkit-box-shadow: 0 0 1.5px -0.25px var(--color-base-blue);
  box-shadow: 0 0 1.5px -0.25px var(--color-base-blue);
  border: 1px solid var(--color-base-blue)
}

.form-control.is-invalid:not(select.form-control) {
  border-color: #ff1e1e;
  padding-right: calc(1.5em + 0.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF1E1E'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF1E1E' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-color: var(--color-white)
}

.was-validated .form-control:invalid {
  border-color: red
}

.form-error {
  margin-top: 4px;
  font-size: 14px;
  color: #ff1e1e;
  display: none
}

textarea.form-control {
  height: auto;
  padding: 12px
}

.form-group select,
.opm-form-select {
  --form-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-image: var(--form-bg-img), var(--form-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px
}

.form-group select.is-invalid,
.opm-form-select.is-invalid {
  --form-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF1E1E'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF1E1E' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  border-color: #ff1e1e !important;
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

a {
  color: var(--color-base-blue)
}

.text-underline {
  text-decoration: underline
}

#scroll,
#VideosAndLogos {
  display: none
}

.unorder-list {
  list-style-type: disc;
  padding-left: 20px
}

.icon-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px
}

.icon-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDkuOTk1NzFDMjAgOS45ODcxMyAyMCA5Ljk3NDI2IDIwIDkuOTY1NjhDMjAgOS44OTcwNCAyMCA5LjgyODQgMTkuOTk1NyA5Ljc2NDA1QzE5Ljk5NTcgOS43MjU0NCAxOS45OTE0IDkuNjg2ODMgMTkuOTkxNCA5LjY0MzkzQzE5Ljk5MTQgOS42MDUzMiAxOS45ODcxIDkuNTY2NzEgMTkuOTg3MSA5LjUyODFDMTkuOTgyOCA5LjQ4MDkxIDE5Ljk4MjggOS40MzM3MiAxOS45Nzg1IDkuMzg2NTNDMTkuOTc4NSA5LjM1NjUgMTkuOTc0MiA5LjMyNjQ3IDE5Ljk3NDIgOS4yOTY0NEMxOS45NyA5LjI0NDk2IDE5Ljk2NTcgOS4xOTM0OCAxOS45NjE0IDkuMTQyQzE5Ljk2MTQgOS4xMjA1NSAxOS45NTcxIDkuMDk0ODEgMTkuOTU3MSA5LjA3MzM2QzE5Ljk1MjggOS4wMTc1OSAxOS45NDQyIDguOTYxODIgMTkuOTM5OSA4LjkwMTc2QzE5LjkzOTkgOC44ODg4OSAxOS45MzU2IDguODcxNzMgMTkuOTM1NiA4Ljg1ODg2QzE5LjM2OTEgMy44NzM4NyAxNS4xMzczIDAgMTAgMEM0Ljg2MjY2IDAgMC42MzA5MDEgMy44NzM4NyAwLjA2NDM3NzcgOC44NjMxNUMwLjA2NDM3NzcgOC44NzYwMiAwLjA2MDA4NTggOC44OTMxOCAwLjA2MDA4NTggOC45MDYwNUMwLjA1NTc5NCA4Ljk2MTgyIDAuMDQ3MjEwMyA5LjAxNzU5IDAuMDQyOTE4NSA5LjA3NzY1QzAuMDM4NjI2NiA5LjA5OTEgMC4wMzg2MjY2IDkuMTI0ODQgMC4wMzg2MjY2IDkuMTQ2MjlDMC4wMzQzMzQ3IDkuMTk3NzcgMC4wMzAwNDI5IDkuMjQ5MjUgMC4wMjU3NTExIDkuMzAwNzNDMC4wMjU3NTExIDkuMzMwNzYgMC4wMjE0NTkyIDkuMzYwNzkgMC4wMjE0NTkyIDkuMzkwODJDMC4wMTcxNjc0IDkuNDM4MDEgMC4wMTcxNjczIDkuNDg1MiAwLjAxMjg3NTUgOS41MzIzOUMwLjAxMjg3NTUgOS41NzEgMC4wMDg1ODM3MiA5LjYwOTYxIDAuMDA4NTgzNzIgOS42NDgyMkMwLjAwODU4MzcyIDkuNjg2ODMgMC4wMDQyOTE4NiA5LjcyNTQ0IDAuMDA0MjkxODYgOS43NjgzNEMwLjAwNDI5MTg2IDkuODM2OTggMCA5LjkwNTYyIDAgOS45Njk5N0MwIDkuOTc4NTUgMCA5Ljk5MTQyIDAgMTBDMCAxMCAwIDEwIDAgMTAuMDA0M0MwIDEwLjAwODYgMCAxMC4wMDQzIDAgMTAuMDA4NkMwIDEwLjAxNzIgMCAxMC4wMyAwIDEwLjAzODZDMCAxMC4xMDcyIDEuNjMwODFlLTA4IDEwLjE3NTkgMC4wMDQyOTE4NiAxMC4yNDAyQzAuMDA0MjkxODYgMTAuMjc4OSAwLjAwODU4MzcyIDEwLjMxNzUgMC4wMDg1ODM3MiAxMC4zNjA0QzAuMDA4NTgzNzIgMTAuMzk5IDAuMDEyODc1NSAxMC40Mzc2IDAuMDEyODc1NSAxMC40NzYyQzAuMDE3MTY3MyAxMC41MjM0IDAuMDE3MTY3NCAxMC41NzA2IDAuMDIxNDU5MiAxMC42MTc4QzAuMDIxNDU5MiAxMC42NDc4IDAuMDI1NzUxMSAxMC42Nzc4IDAuMDI1NzUxMSAxMC43MDc5QzAuMDMwMDQyOSAxMC43NTkzIDAuMDM0MzM0NyAxMC44MTA4IDAuMDM4NjI2NiAxMC44NjIzQzAuMDM4NjI2NiAxMC44ODM3IDAuMDQyOTE4NSAxMC45MDk1IDAuMDQyOTE4NSAxMC45MzA5QzAuMDQ3MjEwMyAxMC45ODY3IDAuMDU1Nzk0IDExLjA0MjUgMC4wNjAwODU4IDExLjEwMjVDMC4wNjAwODU4IDExLjExNTQgMC4wNjQzNzc3IDExLjEzMjYgMC4wNjQzNzc3IDExLjE0NTRDMC42MzA5MDEgMTYuMTI2MSA0Ljg2MjY2IDIwIDEwIDIwQzE1LjEzNzMgMjAgMTkuMzY5MSAxNi4xMjYxIDE5LjkzNTYgMTEuMTQxMUMxOS45MzU2IDExLjEyODMgMTkuOTM5OSAxMS4xMTExIDE5LjkzOTkgMTEuMDk4MkMxOS45NDQyIDExLjA0MjUgMTkuOTUyOCAxMC45ODY3IDE5Ljk1NzEgMTAuOTI2NkMxOS45NjE0IDEwLjkwNTIgMTkuOTYxNCAxMC44Nzk1IDE5Ljk2MTQgMTAuODU4QzE5Ljk2NTcgMTAuODA2NSAxOS45NyAxMC43NTUgMTkuOTc0MiAxMC43MDM2QzE5Ljk3NDIgMTAuNjczNSAxOS45Nzg1IDEwLjY0MzUgMTkuOTc4NSAxMC42MTM1QzE5Ljk4MjggMTAuNTY2MyAxOS45ODI4IDEwLjUxOTEgMTkuOTg3MSAxMC40NzE5QzE5Ljk4NzEgMTAuNDMzMyAxOS45OTE0IDEwLjM5NDcgMTkuOTkxNCAxMC4zNTYxQzE5Ljk5MTQgMTAuMzE3NSAxOS45OTU3IDEwLjI3ODggMTkuOTk1NyAxMC4yMzU5QzE5Ljk5NTcgMTAuMTY3MyAyMCAxMC4wOTg3IDIwIDEwLjAzNDNDMjAgMTAuMDI1NyAyMCAxMC4wMTI5IDIwIDEwLjAwNDNDMjAgMTAgMjAgMTAgMjAgOS45OTU3MUMyMCAxMCAyMCAxMCAyMCA5Ljk5NTcxWiIgZmlsbD0iIzJCQjY3MyIvPgo8cGF0aCBkPSJNMTQuMjg1NiA3LjVMOC42MzgyNSAxMi44NTcxTDYuMDcxMjkgMTAuNDIyMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-block
}

.text-capitalize {
  text-transform: capitalize
}

.heading-menu {
  display: none
}

.monitoring-devices-section .row,
.why-choose-section .row {
  gap: 24px 0
}

.highlight-section img {
  width: 100%;
  height: auto
}

.highlight-section .row:nth-child(2) img {
  max-width: 420px
}

.highlight-section .row:nth-child(3) img,
.highlight-section .row:nth-child(4) img {
  max-width: 360px
}

.banner-section .icon-list li {
  padding-left: 24px
}

.banner-section .icon-list li::before {
  background-size: 16px;
  width: 16px;
  height: 16px;
  top: 4.5px
}

.top-feature-list span {
  border-radius: 100px;
  border: 1px solid #f2eee0;
  background: var(--color-white);
  font-size: 17px;
  padding: 8px 16px 8px 40px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative
}

.top-feature-list span::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDEwLjQ5NTdDMjAgMTAuNDg3MSAyMCAxMC40NzQzIDIwIDEwLjQ2NTdDMjAgMTAuMzk3IDIwIDEwLjMyODQgMTkuOTk1NyAxMC4yNjRDMTkuOTk1NyAxMC4yMjU0IDE5Ljk5MTQgMTAuMTg2OCAxOS45OTE0IDEwLjE0MzlDMTkuOTkxNCAxMC4xMDUzIDE5Ljk4NzEgMTAuMDY2NyAxOS45ODcxIDEwLjAyODFDMTkuOTgyOCA5Ljk4MDkxIDE5Ljk4MjggOS45MzM3MiAxOS45Nzg1IDkuODg2NTNDMTkuOTc4NSA5Ljg1NjUgMTkuOTc0MiA5LjgyNjQ3IDE5Ljk3NDIgOS43OTY0NEMxOS45NyA5Ljc0NDk2IDE5Ljk2NTcgOS42OTM0OCAxOS45NjE0IDkuNjQyQzE5Ljk2MTQgOS42MjA1NSAxOS45NTcxIDkuNTk0ODEgMTkuOTU3MSA5LjU3MzM2QzE5Ljk1MjggOS41MTc1OSAxOS45NDQyIDkuNDYxODIgMTkuOTM5OSA5LjQwMTc2QzE5LjkzOTkgOS4zODg4OSAxOS45MzU2IDkuMzcxNzMgMTkuOTM1NiA5LjM1ODg2QzE5LjM2OTEgNC4zNzM4NyAxNS4xMzczIDAuNSAxMCAwLjVDNC44NjI2NiAwLjUgMC42MzA5MDEgNC4zNzM4NyAwLjA2NDM3NzcgOS4zNjMxNUMwLjA2NDM3NzcgOS4zNzYwMiAwLjA2MDA4NTggOS4zOTMxOCAwLjA2MDA4NTggOS40MDYwNUMwLjA1NTc5NCA5LjQ2MTgyIDAuMDQ3MjEwMyA5LjUxNzU5IDAuMDQyOTE4NSA5LjU3NzY1QzAuMDM4NjI2NiA5LjU5OTEgMC4wMzg2MjY2IDkuNjI0ODQgMC4wMzg2MjY2IDkuNjQ2MjlDMC4wMzQzMzQ3IDkuNjk3NzcgMC4wMzAwNDI5IDkuNzQ5MjUgMC4wMjU3NTExIDkuODAwNzNDMC4wMjU3NTExIDkuODMwNzYgMC4wMjE0NTkyIDkuODYwNzkgMC4wMjE0NTkyIDkuODkwODJDMC4wMTcxNjc0IDkuOTM4MDEgMC4wMTcxNjczIDkuOTg1MiAwLjAxMjg3NTUgMTAuMDMyNEMwLjAxMjg3NTUgMTAuMDcxIDAuMDA4NTgzNzIgMTAuMTA5NiAwLjAwODU4MzcyIDEwLjE0ODJDMC4wMDg1ODM3MiAxMC4xODY4IDAuMDA0MjkxODYgMTAuMjI1NCAwLjAwNDI5MTg2IDEwLjI2ODNDMC4wMDQyOTE4NiAxMC4zMzcgMCAxMC40MDU2IDAgMTAuNDdDMCAxMC40Nzg1IDAgMTAuNDkxNCAwIDEwLjVDMCAxMC41IDAgMTAuNSAwIDEwLjUwNDNDMCAxMC41MDg2IDAgMTAuNTA0MyAwIDEwLjUwODZDMCAxMC41MTcyIDAgMTAuNTMgMCAxMC41Mzg2QzAgMTAuNjA3MiAxLjYzMDgxZS0wOCAxMC42NzU5IDAuMDA0MjkxODYgMTAuNzQwMkMwLjAwNDI5MTg2IDEwLjc3ODkgMC4wMDg1ODM3MiAxMC44MTc1IDAuMDA4NTgzNzIgMTAuODYwNEMwLjAwODU4MzcyIDEwLjg5OSAwLjAxMjg3NTUgMTAuOTM3NiAwLjAxMjg3NTUgMTAuOTc2MkMwLjAxNzE2NzMgMTEuMDIzNCAwLjAxNzE2NzQgMTEuMDcwNiAwLjAyMTQ1OTIgMTEuMTE3OEMwLjAyMTQ1OTIgMTEuMTQ3OCAwLjAyNTc1MTEgMTEuMTc3OCAwLjAyNTc1MTEgMTEuMjA3OUMwLjAzMDA0MjkgMTEuMjU5MyAwLjAzNDMzNDcgMTEuMzEwOCAwLjAzODYyNjYgMTEuMzYyM0MwLjAzODYyNjYgMTEuMzgzNyAwLjA0MjkxODUgMTEuNDA5NSAwLjA0MjkxODUgMTEuNDMwOUMwLjA0NzIxMDMgMTEuNDg2NyAwLjA1NTc5NCAxMS41NDI1IDAuMDYwMDg1OCAxMS42MDI1QzAuMDYwMDg1OCAxMS42MTU0IDAuMDY0Mzc3NyAxMS42MzI2IDAuMDY0Mzc3NyAxMS42NDU0QzAuNjMwOTAxIDE2LjYyNjEgNC44NjI2NiAyMC41IDEwIDIwLjVDMTUuMTM3MyAyMC41IDE5LjM2OTEgMTYuNjI2MSAxOS45MzU2IDExLjY0MTFDMTkuOTM1NiAxMS42MjgzIDE5LjkzOTkgMTEuNjExMSAxOS45Mzk5IDExLjU5ODJDMTkuOTQ0MiAxMS41NDI1IDE5Ljk1MjggMTEuNDg2NyAxOS45NTcxIDExLjQyNjZDMTkuOTYxNCAxMS40MDUyIDE5Ljk2MTQgMTEuMzc5NSAxOS45NjE0IDExLjM1OEMxOS45NjU3IDExLjMwNjUgMTkuOTcgMTEuMjU1IDE5Ljk3NDIgMTEuMjAzNkMxOS45NzQyIDExLjE3MzUgMTkuOTc4NSAxMS4xNDM1IDE5Ljk3ODUgMTEuMTEzNUMxOS45ODI4IDExLjA2NjMgMTkuOTgyOCAxMS4wMTkxIDE5Ljk4NzEgMTAuOTcxOUMxOS45ODcxIDEwLjkzMzMgMTkuOTkxNCAxMC44OTQ3IDE5Ljk5MTQgMTAuODU2MUMxOS45OTE0IDEwLjgxNzUgMTkuOTk1NyAxMC43Nzg4IDE5Ljk5NTcgMTAuNzM1OUMxOS45OTU3IDEwLjY2NzMgMjAgMTAuNTk4NyAyMCAxMC41MzQzQzIwIDEwLjUyNTcgMjAgMTAuNTEyOSAyMCAxMC41MDQzQzIwIDEwLjUgMjAgMTAuNSAyMCAxMC40OTU3QzIwIDEwLjUgMjAgMTAuNSAyMCAxMC40OTU3WiIgZmlsbD0iIzJCQjY3MyIvPgo8cGF0aCBkPSJNMTQuMjg1OCA4TDguNjM4NDQgMTMuMzU3MUw2LjA3MTQ3IDEwLjkyMjEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.clients-item-wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px 0
}

.clients-item-wrapper .client-item:not(:nth-child(2)) img {
  max-height: 36px
}

/* ═══════════════════════════════════════════
   Traffic Section — Challenge vs Solution
   ═══════════════════════════════════════════ */
/* ========================================
   TRAFFIC SECTION — Challenge → Solution
   ======================================== */
.traffic-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.traffic-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #eee 20%, #eee 80%, transparent);
}

/* --- Header --- */
.traffic-header {
  text-align: center;
  /* margin-bottom: 56px; */
}

.traffic-header h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
}

.traffic-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #9a7b15;
  margin-bottom: 16px;
  padding: 6px 20px;
  background: rgba(201, 148, 10, 0.1);
  border: 1px solid rgba(201, 148, 10, 0.18);
  border-radius: 100px;
}

.traffic-intro {
  font-size: 17px;
  line-height: 1.6;
  color: #555;
  max-width: 540px;
  margin: 0 auto;
}

/* --- Comparison Layout --- */
.traffic-compare {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.traffic-compare__side {
  flex: 1;
  border-radius: 16px;
  padding: 40px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.traffic-compare__side:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

/* Problem side */
.traffic-compare__problem {
  background: #fff;
  border: 1px solid #f0ece0;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.04);
}

/* Solution side */
.traffic-compare__solution {
  background: #fff;
  border: 1px solid #f0ece0;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.04);
}

/* Badge */
.traffic-compare__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px 8px 12px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

.traffic-compare__badge--problem {
  background: rgba(232, 14, 25, 0.06);
  border: 1px solid rgba(232, 14, 25, 0.1);
  color: #c00b14;
}

.traffic-compare__badge--solution {
  background: rgba(9, 171, 88, 0.06);
  border: 1px solid rgba(9, 171, 88, 0.1);
  color: #077a3e;
}

.traffic-compare__desc {
  font-size: 16px;
  line-height: 1.65;
  color: #555;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f0ece0;
}

/* Items */
.traffic-compare__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.traffic-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 12px;
  transition: background 0.25s ease, transform 0.25s ease;
}

.traffic-item:hover {
  transform: translateX(4px);
}

.traffic-item--problem:hover {
  background: rgba(232, 14, 25, 0.03);
}

.traffic-item--solution:hover {
  background: rgba(9, 171, 88, 0.03);
}

.traffic-item__icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.traffic-item--problem .traffic-item__icon {
  background: rgba(232, 14, 25, 0.08);
}

.traffic-item--solution .traffic-item__icon {
  background: rgba(9, 171, 88, 0.08);
}

.traffic-item__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.traffic-item__content strong {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  line-height: 1.4;
}

.traffic-item__content span {
  font-size: 14px;
  font-weight: 300;
  color: #555;
  line-height: 1.5;
}

/* --- Center Connector --- */
.traffic-compare__connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  flex-shrink: 0;
  padding: 20px 0;
}

.traffic-connector__line {
  flex: 1;
  width: 2px;
  background: linear-gradient(180deg, transparent, #e0dbc8 30%, #e0dbc8 70%, transparent);
}

.traffic-connector__pulse {
  padding: 12px 0;
  animation: connectorPulse 2.5s ease-in-out infinite;
}

@keyframes connectorPulse {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50%      { transform: scale(1.15); opacity: 1; }
}

/* --- Metrics Strip --- */
.traffic-metrics {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 56px;
  padding: 0;
  background: linear-gradient(135deg, #191510 0%, #24201a 50%, #191510 100%);
  border: 1px solid rgba(232, 184, 48, 0.15);
  border-radius: 16px;
  overflow: hidden;
}

.traffic-metric {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px 20px;
  transition: background 0.3s ease;
}

.traffic-metric:hover {
  background: rgba(232, 184, 48, 0.06);
}

.traffic-metric__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(232, 184, 48, 0.1);
  border: 1px solid rgba(232, 184, 48, 0.18);
  flex-shrink: 0;
}

.traffic-metric__text {
  text-align: center;
}

.traffic-metric__value {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.traffic-metric__label {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.traffic-metric__divider {
  width: 1px;
  height: 56px;
  background: rgba(232, 184, 48, 0.15);
  flex-shrink: 0;
}

/* --- Scroll Animations --- */
.sec-anim {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--sec-order, 0) * 0.15s);
}

.sec-anim.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- Responsive --- */
@media only screen and (max-width: 991px) {
  .traffic-header h2 {
    font-size: 30px;
  }

  .traffic-compare {
    flex-direction: column;
    gap: 0;
  }

  .traffic-compare__connector {
    flex-direction: row;
    width: 100%;
    height: 48px;
    padding: 0 20px;
  }

  .traffic-connector__line {
    flex: 1;
    height: 2px;
    width: auto;
    background: linear-gradient(90deg, transparent, #e0dbc8 30%, #e0dbc8 70%, transparent);
  }

  .traffic-connector__pulse {
    padding: 0 12px;
  }

  .traffic-connector__pulse svg {
    transform: rotate(90deg);
  }

  .traffic-compare__side {
    padding: 32px;
  }

  .traffic-metrics {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .traffic-metric {
    padding: 24px;
    justify-content: flex-start;
    gap: 14px;
  }

  .traffic-metric__divider {
    width: 80%;
    height: 1px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 575px) {
  .traffic-header h2 {
    font-size: 24px;
  }

  .traffic-compare__side {
    padding: 24px;
  }

  .traffic-item {
    padding: 10px 12px;
    gap: 12px;
  }

  .traffic-item__content strong {
    font-size: 14px;
  }

  .traffic-item__content span {
    font-size: 13px;
  }

  .traffic-metric__value {
    font-size: 24px;
  }

  .traffic-metric__icon-wrap {
    width: 42px;
    height: 42px;
  }

  .traffic-metrics {
    margin-top: 40px;
  }
}



.hpe-card {
  border: 1px solid #363636;
  padding: 24px;
  border-radius: 8px;
  height: 100%
}

.hpe-card-icon {
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.hpe-card-icon img {
  width: 32px;
  height: 32px
}

.alternative-section-img img {
  max-width: 540px;
  width: 100%;
  height: auto
}

.toggle-tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  padding: 4px;
  border-radius: 100px;
  background: var(--color-black)
}

.toggle-tab .tab-item {
  padding: 10px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 100px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  cursor: pointer;
  color: var(--color-white);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.toggle-tab .tab-item.active {
  background-color: var(--color-white);
  color: var(--color-black)
}

.tab-content {
  display: none
}

.tab-content.active {
  display: block
}

.pills-tab-header {
  margin: 20px 0;
  padding: 14px 0;
  position: sticky;
  top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.pills-tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 12px;
  padding: 6px;
  border-radius: 72px;
  scrollbar-width: none
}

.pills-tab::-webkit-scrollbar {
  width: 0
}

.pills-tab .tab-item {
  border-radius: 50px;
  padding: 12px 24px;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  white-space: nowrap
}

.pills-tab.pills-tab-dark .tab-item {
  border: 1px solid #5b5b5b;
  background-color: #2e2e2e;
  color: var(--color-white)
}

.pills-tab.pills-tab-dark .tab-item.active {
  background: var(--color-base-yellow);
  border-color: var(--color-base-yellow);
  color: var(--color-black)
}

.pills-tab-body {
  background: var(--color-white);
  padding: 40px
}

.feature-section img {
  border: 1px solid #ddd;
  border-radius: 6px
}

@media screen and (max-width:992px) {
  .feature-section .tab-content .row:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.switch-form-card {
  padding: 40px;
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.06);
  max-width: 960px;
  margin: auto
}

.vertical-stepper-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  position: relative;
  overflow: hidden;
  padding-bottom: 12px
}

.vertical-stepper-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #eaeaea;
  left: 23px;
  top: 0;
  z-index: -1
}

.vertical-stepper-item:last-child {
  padding-bottom: 0
}

.vertical-stepper-item:last-child::before {
  display: none
}

.stepper-count {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 4px solid #eaeaea;
  font-size: 17px
}

.video-section .video-img-wrapper {
  cursor: pointer
}

.video-section .video-img-wrapper img {
  max-width: 540px;
  width: 100%;
  margin: auto;
  height: auto;
  border-radius: 8px
}

.video-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px
}

.video-container {
  max-width: 340px;
  width: 100%;
  height: 340px;
  overflow: hidden;
  position: relative;
  cursor: pointer
}

.video-container::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px
}

.video-container img {
  border-radius: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover
}

.btn-play-icon {
  border: 0;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 54px;
  height: 54px;
  border-radius: 100px;
  cursor: pointer;
  background-color: #e80e19
}

.btn-play-icon::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 54px;
  height: 54px;
  border-radius: 100px;
  background-color: #e80e19;
  z-index: -1
}

.btn-play-icon::after {
  -webkit-animation: btn-pulse 2000ms ease-in-out infinite;
  animation: btn-pulse 2000ms ease-in-out infinite
}

@-webkit-keyframes btn-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
}

@keyframes btn-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
}

.btn-play-icon::before {
  display: inline-block;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-left: 14px solid #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-36%, -50%);
  transform: translate(-36%, -50%)
}

.testimonial-content {
  gap: 24px
}

.testimonial-content h4 {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5
}

.quotation-icon {
  width: 36px;
  height: 36px;
  opacity: .15
}

.customer-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.customer-testimonial .swiper-slide {
  background: #f6f6f6;
  padding: 40px;
  border-radius: 12px
}

.customer-testimonial .swiper-button-next:after,
.customer-testimonial .swiper-button-prev:after {
  -webkit-filter: grayscale(1);
  filter: grayscale(1)
}

.recognized-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px
}

.recognized-wrapper .recognized-item {
  border-radius: 12px;
  background: #f6f6f6;
  padding: 40px 0;
  display: grid;
  place-items: center
}

.bg-capetrra_shortlist_2023 {
  width: 212px;
  height: 177px;
  background: url("https://www.manageengine.com/products/netflow/images/review-logos-badges/review_platform.webp") -1045px -10px;
  zoom: .65
}

.bg-software_advice_recommended {
  width: 193px;
  height: 196px;
  background: url("https://www.manageengine.com/products/netflow/images/review-logos-badges/review_platform.webp") -610px -10px;
  zoom: .65
}

.bg-capetrra_best_of_use_2024 {
  width: 202px;
  height: 184px;
  background: url("https://www.manageengine.com/products/netflow/images/review-logos-badges/review_platform.webp") -823px -10px;
  zoom: .65
}

.bg-get_app_category_leader {
  width: 232px;
  height: 180px;
  background: url("https://www.manageengine.com/products/netflow/images/review-logos-badges/review_platform.webp") -1520px -10px;
  zoom: .65
}

.bg-slashdot {
  width: 175px;
  height: 198px;
  background: url("https://www.manageengine.com/products/netflow/images/review-logos-badges/review_platform.webp") -10px -10px;
  zoom: .65
}

.bg-capetrra_shortlist_2024 {
  width: 223px;
  height: 184px;
  background: url("https://www.manageengine.com/products/netflow/images/review-logos-badges/review_platform.webp") -1277px -10px;
  zoom: .65
}

.bg-software_advice_front_runner {
  width: 184px;
  height: 195px;
  background: url("https://www.manageengine.com/products/netflow/images/review-logos-badges/review_platform.webp") -406px -10px;
  zoom: .65
}

.bg-sourceforge {
  width: 181px;
  height: 195px;
  background: url("https://www.manageengine.com/products/netflow/images/review-logos-badges/review_platform.webp") -205px -10px;
  zoom: .65
}

.bg-capterra {
  width: 191px;
  height: 43px;
  background: url("https://www.manageengine.com/products/netflow/images/review-logos-badges/review_platform.webp") -10px -10px
}

.bg-app_store {
  width: 171px;
  height: 49px;
  background: url("https://www.manageengine.com/products/netflow/images/review-logos-badges/review_platform.webp") -10px -73px
}

.bg-gartner {
  width: 146px;
  height: 34px;
  background: url("https://www.manageengine.com/products/netflow/images/review-logos-badges/review_platform.webp") -221px -64px
}

.bg-trust_radius {
  width: 198px;
  height: 34px;
  background: url("https://www.manageengine.com/products/netflow/images/review-logos-badges/review_platform.webp") -221px -10px
}

.bg-g2 {
  width: 53px;
  height: 55px;
  background: url("https://www.manageengine.com/products/netflow/images/review-logos-badges/review_platform.webp") -221px -118px
}

.bg-google_play {
  width: 189px;
  height: 43px;
  background: url("https://www.manageengine.com/products/netflow/images/review-logos-badges/review_platform.webp") -10px -142px
}

.rating-item {
  background: #f6f6f6;
  border-radius: 8px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.rating-item span:nth-child(1) {
  display: inline-block;
  zoom: .6
}

.rating-item span:nth-child(2) {
  font-size: 22px;
  font-weight: 300
}

.rating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6px
}

.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100
}

.asterisk {
  vertical-align: text-bottom;
  color: gray;
  font-weight: 300
}

.disclaimer-card {
  padding: 24px;
  background: #f6f6f6;
  border-radius: 12px
}

.switch-block-wrapper .feature-card {
  border: 0;
  border-bottom: 1px solid #f1f1f1;
  border-radius: 0;
  margin: 30px 0;
  padding: 20px;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out
}

.switch-block-wrapper .feature-card:last-of-type {
  border-bottom: none !important
}

.switch-block-wrapper .feature-card.active {
  background-color: #fff7df;
  border-radius: 8px
}

.switch-block-wrapper .feature-card.active span.eyebrow-text {
  color: #93561d
}

.switch-block-wrapper .feature-card.active h3 {
  color: #1b2329 !important
}

.switch-block-wrapper .feature-card.active p {
  color: #30373c
}

.switch-block-wrapper .feature-card span.eyebrow-text {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #1b2329;
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
  border-radius: 5px;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out
}

.switch-block-wrapper .feature-card h3 {
  font-size: 24px;
  color: #1b2329 !important;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out
}

.switch-block-wrapper .feature-card p {
  color: #30373c;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out
}

.switch-block-wrapper .feature-card:last-of-type {
  margin-bottom: 200px
}

.switch-block-sticky .switch-block-img-wrapper {
  position: sticky;
  top: 150px;
  height: 500px;
  border-radius: 20px;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out
}

.switch-block-sticky .switch-block-img-wrapper img {
  position: absolute;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out
}

.switch-block-sticky .switch-block-img-wrapper img:last-child {
  -webkit-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.08);
  border-radius: 12px
}

.switch-block-sticky .switch-block-img-wrapper img.visible {
  opacity: 1
}

.switch-block-sticky .switch-block-img-wrapper img.hidden {
  opacity: 0
}

.use-case-block {
  padding: 20px;
  border-radius: 8px;
  background: #f6f6f6;
  margin-bottom: 24px;
  border: 1px solid #ddd
}

.result-block {
  padding: 20px;
  border-radius: 8px;
  background: #ecf9ed;
  margin-bottom: 24px;
  border: 1px solid #aed3b1
}

.switch-block-img-md {
  display: none
}

@media screen and (max-width:992px) {
  .switch-block-wrapper .feature-card:last-of-type {
    padding-bottom: 40px
  }
}

@media screen and (max-width:992px) {
  .banner-section img {
    margin: 60px auto 0;
    max-width: 420px;
    width: 100%
  }

  .highlight-section .row:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .switch-block-img-md {
    display: block !important
  }

  .switch-block-img-md img {
    display: block !important;
    max-width: 540px;
    width: 100%;
    margin: auto
  }

  .switch-block-img-wrapper {
    display: none
  }

  .feature-card.active {
    background: transparent !important
  }

  .recognized-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
  }

  .clients-item-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media screen and (max-width:767px) {
  .rating-wrapper {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(224px, 1fr))
  }

  .video-testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .video-testimonial .quotation-icon {
    margin: auto
  }
}

/* ===== Section 8: Table ===== */
/* section-table background set above */
.page-wrapper--base .table-wrapper {
    overflow-x: auto;
    margin-top: 32px;
    border-radius: 20px;
    border: 1px solid #e3e3e3;
}
.page-wrapper--base .comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 17px;
}
.page-wrapper--base .comparison-table th,
.page-wrapper--base .comparison-table td {
    padding: 18px 20px;
    text-align: left;
    border-bottom: 1px solid #e3e3e3;
    vertical-align: middle;
}
.page-wrapper--base .comparison-table thead th {
    background: #ffffff;
    font-weight: 600;
}
.page-wrapper--base .comparison-table tbody tr:last-child td {
    border-bottom: none;
}
.page-wrapper--base .comparison-table tbody tr:hover td {
    background: hsla(46.25, 100%, 93%, 0.4);
}
.page-wrapper--base .comparison-table .highlight-col {
    background: hsla(46.25, 100%, 93%, 0.9);
    font-weight: 500;
}
.page-wrapper--base .comparison-table thead .highlight-col {
    background: hsla(46.25, 100%, 93%, 0.9);
}

.switch-block-wrapper .feature-card.active .eyebrow-text {
    color: #93561d !important
}

/* ===== Banner Toggle Switch ===== */
.banner-slides-wrapper {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}

.banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
  pointer-events: none;
}

.banner-slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* Toggle wrapper */
/* Banner Pagination Dots */
.banner-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.banner-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  padding: 0;
  flex-shrink: 0;
}

.banner-dot:hover {
  background: rgba(0, 0, 0, 0.35);
}

.banner-dot.active {
  width: 12px;
  height: 12px;
  background: #007aff;
  box-shadow: none;
}

/* Question mark icon list (red) */
.banner-section .icon-list--question li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e80e19'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75l-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z'/%3E%3C/svg%3E");
  background-size: 16px;
  width: 16px;
  height: 16px;
}

/* Checkmark icon list (green) */
.banner-section .icon-list--check li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2309ab58'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");
  background-size: 16px;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 768px) {
  .banner-pagination {
    margin-top: 24px;
    gap: 8px;
  }
  .banner-dot {
    width: 8px;
    height: 8px;
  }
  .banner-dot.active {
    width: 10px;
    height: 10px;
  }
}

.breadcrumb-header {
    margin-bottom: 24px
}

.breadcrumb-header ul li {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 8px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7)
}

.breadcrumb-header ul li a {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.2s ease
}

.breadcrumb-header ul li a:hover {
    color: #fff
}

.breadcrumb-header ul li.breadcrumb-separator {
    margin: 0 4px
}

/* ========================================
   BANNER LEFT-SIDE ANIMATION SYSTEM
   ======================================== */

/* --- Core entrance animations --- */
.banner-anim {
  opacity: 0;
  will-change: opacity, transform;
}

.banner-anim.is-visible {
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: calc(var(--anim-order, 0) * 0.12s);
}

/* Fade-up variant */
.banner-anim--fade-up {
  transform: translateY(32px);
}
.banner-anim--fade-up.is-visible {
  animation-name: bannerFadeUp;
}

@keyframes bannerFadeUp {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Fade-right variant */
.banner-anim--fade-right {
  transform: translateX(-24px);
}
.banner-anim--fade-right.is-visible {
  animation-name: bannerFadeRight;
}

@keyframes bannerFadeRight {
  from { opacity: 0; transform: translateX(-24px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* Scale-in variant */
.banner-anim--scale {
  transform: scale(0.85);
}
.banner-anim--scale.is-visible {
  animation-name: bannerScaleIn;
}

@keyframes bannerScaleIn {
  from { opacity: 0; transform: scale(0.85); }
  to   { opacity: 1; transform: scale(1); }
}

/* --- Animated Heading shimmer --- */
.banner-h1 {
  background: linear-gradient(135deg, #ffffff 0%, #e6b52c 50%, #ffffff 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: bn-shimmer 4s 1.5s ease-in-out infinite;
}

@keyframes bn-shimmer {
  0%   { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

/* .banner-heading-em {
  display: inline;
  text-decoration: underline;
  text-decoration-color: #e8b830;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
} */

/* --- Subtext --- */
.banner-subtext {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  max-width: 560px;
  letter-spacing: 0.1px;
}

.banner-subtext strong {
  color: #e8b830;
  font-weight: 500;
}

/* --- Feature Tags (golden outline) --- */
.banner-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.banner-feature-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px 8px 14px;
  border: 1px solid rgba(232, 184, 48, 0.35);
  border-radius: 100px;
  background: rgba(232, 184, 48, 0.06);
  transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  cursor: default;
}

.banner-feature-item:hover {
  border-color: rgba(232, 184, 48, 0.7);
  background: rgba(232, 184, 48, 0.12);
  box-shadow: 0 0 20px rgba(232, 184, 48, 0.15), inset 0 0 12px rgba(232, 184, 48, 0.05);
  transform: translateY(-1px);
}

.banner-feature-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.banner-feature-dot--red {
  background: #e80e19;
  box-shadow: 0 0 6px rgba(232, 14, 25, 0.5);
}

.banner-feature-dot--blue {
  background: #006deb;
  box-shadow: 0 0 6px rgba(0, 109, 235, 0.5);
}

.banner-feature-dot--green {
  background: #09ab58;
  box-shadow: 0 0 6px rgba(9, 171, 88, 0.5);
}

.banner-feature-dot--gold {
  background: #e8b830;
  border: 1.5px solid #c9940a;
  box-shadow: 0 0 6px rgba(232, 184, 48, 0.5);
}

.banner-feature-text {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.3;
}

/* --- CTA Wrapper --- */
.banner-cta-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.banner-cta-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.banner-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(232, 14, 25, 0.35);
}

.banner-cta-arrow {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.banner-cta-btn:hover .banner-cta-arrow {
  transform: translateX(4px);
}

/* Shimmer effect on primary CTA */
.banner-cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  animation: ctaShimmer 3s 1.5s ease-in-out infinite;
}

@keyframes ctaShimmer {
  0%   { left: -100%; }
  30%  { left: 120%; }
  100% { left: 120%; }
}

.banner-cta-btn-secondary {
  transition: transform 0.25s ease, border-color 0.25s ease;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  background: transparent !important;
}
.banner-cta-btn-secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.6) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

/* --- Responsive --- */
@media screen and (max-width: 992px) {
  .banner-features {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .banner-features {
    gap: 8px;
  }
  .banner-feature-item {
    padding: 6px 16px 6px 12px;
  }
  .banner-feature-text {
    font-size: 14px;
  }
  .banner-cta-wrapper {
    margin-top: 24px;
  }
}

/* =============================================
   Speed FAQ / Q&A Section
   ============================================= */
.speed-faq-section {
  background: linear-gradient(180deg, #faf8f3 0%, #fff 100%);
  position: relative;
}

.speed-faq-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e0dbc8 30%, #e0dbc8 70%, transparent);
}

/* --- Header --- */
.speed-faq__header {
  text-align: center;
  margin-bottom: 56px;
}

.speed-faq__eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #9a7b15;
  background: rgba(232, 184, 48, 0.1);
  border: 1px solid rgba(232, 184, 48, 0.25);
  border-radius: 100px;
  padding: 6px 20px;
  margin-bottom: 20px;
}

.speed-faq__header h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-black-800);
  line-height: 1.3;
}

.speed-faq__highlight {
  background: linear-gradient(90deg, #c9940a, #e8b830);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* --- FAQ List --- */
.speed-faq__list {
  max-width: 820px;
  margin: 0 auto;
}

/* --- FAQ Item --- */
.speed-faq__item {
  border: 1px solid #e8e4d9;
  border-radius: 14px;
  margin-bottom: 12px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.speed-faq__item:hover {
  border-color: rgba(232, 184, 48, 0.4);
  box-shadow: 0 4px 20px rgba(201, 148, 10, 0.06);
}

.speed-faq__item.is-open {
  border-color: rgba(232, 184, 48, 0.5);
  box-shadow: 0 6px 28px rgba(201, 148, 10, 0.08);
}

/* --- Trigger Button --- */
.speed-faq__trigger {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s ease;
}

.speed-faq__trigger:hover {
  background: rgba(232, 184, 48, 0.04);
}

.speed-faq__number {
  font-size: 14px;
  font-weight: 700;
  color: #c9940a;
  font-family: 'ZohoPuvi', sans-serif;
  min-width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(232, 184, 48, 0.1);
  flex-shrink: 0;
}

.speed-faq__question {
  flex: 1;
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.45;
  font-family: 'ZohoPuvi', sans-serif;
}

.speed-faq__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #e0dbc8;
  color: #9a7b15;
  flex-shrink: 0;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.speed-faq__item.is-open .speed-faq__icon {
  transform: rotate(45deg);
  background: #c9940a;
  border-color: #c9940a;
  color: #fff;
}

/* --- Answer Panel --- */
.speed-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.speed-faq__item.is-open .speed-faq__answer {
  max-height: 400px;
}

.speed-faq__answer-inner {
  padding: 0 24px 24px 68px;
}

.speed-faq__problem {
  font-size: 15px;
  line-height: 1.65;
  color: #555;
  margin-bottom: 12px;
  padding-left: 14px;
  border-left: 3px solid #e0dbc8;
}

.speed-faq__solution {
  font-size: 15px;
  line-height: 1.65;
  color: #2a2a2a;
  margin: 0;
  padding: 14px 16px;
  background: linear-gradient(135deg, rgba(232, 184, 48, 0.06) 0%, rgba(232, 184, 48, 0.02) 100%);
  border-radius: 10px;
  border: 1px solid rgba(232, 184, 48, 0.15);
}

.speed-faq__solution strong {
  color: #9a7b15;
}

/* --- Responsive --- */
@media only screen and (max-width: 991px) {
  .speed-faq__list {
    max-width: 100%;
  }

  .speed-faq__header h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .speed-faq__trigger {
    padding: 16px 16px;
    gap: 12px;
  }

  .speed-faq__question {
    font-size: 15px;
  }

  .speed-faq__answer-inner {
    padding: 0 16px 20px 56px;
  }

  .speed-faq__header h2 {
    font-size: 24px;
  }

  .speed-faq__problem,
  .speed-faq__solution {
    font-size: 14px;
  }
}

/* =============================================
   NFA Features — Tabbed Showcase Section
   ============================================= */
.nfa-features-section {
  position: relative;
  background: radial-gradient(60.4% 117.23% at 49.14% -2.8%, #2a2000 0, #010213 98.25%);
  padding: 100px 0;
  overflow: hidden;
}

.nfa-features__bg-glow {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(232,184,48,0.08) 0%, transparent 70%);
  pointer-events: none;
}

/* --- Header --- */
.nfa-features__header {
  text-align: center;
  margin-bottom: 48px;
}

.nfa-features__eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #e8b830;
  background: rgba(232, 184, 48, 0.1);
  border: 1px solid rgba(232, 184, 48, 0.25);
  border-radius: 100px;
  padding: 6px 20px;
  margin-bottom: 20px;
}

.nfa-features__header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 12px;
}

.nfa-features__title-gold {
  background: linear-gradient(90deg, #c9940a, #e8b830);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nfa-features__subtitle {
  font-size: 17px;
  color: rgba(255,255,255,0.5);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.6;
}

/* --- Tab Nav --- */
.nfa-features__tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 16px;
}

.nfa-features__tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.55);
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
  white-space: nowrap;
}

.nfa-features__tab:hover {
  border-color: rgba(232,184,48,0.35);
  color: rgba(255,255,255,0.85);
  background: rgba(232,184,48,0.06);
}

.nfa-features__tab.active {
  border-color: #c9940a;
  background: linear-gradient(135deg, rgba(232,184,48,0.18) 0%, rgba(201,148,10,0.08) 100%);
  color: #e8b830;
}



/* =====================================================
   Why NetFlow Analyzer Stands Out Section
   ===================================================== */
.nfa-why-section {
  background: linear-gradient(180deg, #faf8f3 0%, #fff 100%);
  position: relative;
}

.nfa-why-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e0dbc8 30%, #e0dbc8 70%, transparent);
}

.nfa-why__header {
  text-align: center;
  margin-bottom: 64px;
}

.nfa-why__eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #9a7b15;
  background: rgba(232, 184, 48, 0.1);
  border: 1px solid rgba(232, 184, 48, 0.25);
  border-radius: 100px;
  padding: 6px 20px;
  margin-bottom: 20px;
}

.nfa-why__header h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-black-800);
  line-height: 1.3;
  max-width: 640px;
  margin: 0 auto;
}

.nfa-why__highlight {
  background: linear-gradient(90deg, #c9940a, #e8b830);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* --- Feature List --- */
.nfa-why__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 56px;
}

/* Add a vertical centre divider between columns */
.nfa-why__list::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, #e8e4d9 10%, #e8e4d9 90%, transparent);
  pointer-events: none;
}

/* Need relative on the list for the pseudo divider */
.nfa-why__list {
  position: relative;
}

/* --- Item --- */
.nfa-why__item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 28px 0;
  border-bottom: 1px solid #f0ece3;
  box-shadow: inset 3px 0 0 transparent;
  padding-left: 16px;
  margin-left: -16px;
  transition: box-shadow 0.2s ease, background 0.2s ease;
  border-radius: 0 8px 8px 0;
}

/* Last row: no bottom border */
.nfa-why__item:nth-child(5),
.nfa-why__item:nth-child(6) {
  border-bottom: none;
}

.nfa-why__item:hover {
  box-shadow: inset 3px 0 0 #e8b830;
  background: rgba(232, 184, 48, 0.03);
}

/* --- Meta: icon + number stacked --- */
.nfa-why__item-meta {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 44px;
  padding-top: 2px;
}

.nfa-why__item-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(232, 184, 48, 0.1);
  border: 1px solid rgba(232, 184, 48, 0.26);
  border-radius: 12px;
  color: #9a7b15;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nfa-why__item:hover .nfa-why__item-icon {
  background: rgba(232, 184, 48, 0.18);
  border-color: rgba(232, 184, 48, 0.45);
  color: #c9940a;
}

/* .nfa-why__item-num {
  font-size: 10.5px;
  font-weight: 700;
  color: rgba(201, 148, 10, 0.4);
  letter-spacing: 1px;
  line-height: 1;
} */

/* --- Content --- */
.nfa-why__item-content {
  flex: 1;
  min-width: 0;
}

.nfa-why__item-title {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  line-height: 1.45;
  margin-bottom: 7px;
}

.nfa-why__item-desc {
  font-size: 14px;
  font-weight: 400;
  color: #4b5563;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 991px) {
  .nfa-why__header h2 { font-size: 30px; }
  .nfa-why__list::before { display: none; }
}

@media (max-width: 767px) {
  .nfa-why__list { grid-template-columns: 1fr; }
  .nfa-why__item:nth-child(5) { border-bottom: 1px solid #f0ece3; }
  .nfa-why__item:nth-child(6) { border-bottom: none; }
}

@media (max-width: 575px) {
  .nfa-why__header h2 { font-size: 24px; }
}

/* =====================================================
   Key Metrics Section
   ===================================================== */
.nfa-metrics-section {
  background: radial-gradient(60.4% 117.23% at 49.14% -2.8%, #2a2000 0, #010213 98.25%);
  position: relative;
  overflow: hidden;
}

.nfa-metrics-section::before {
  content: '';
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(232, 184, 48, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

/* --- Header --- */
.nfa-metrics__header {
  text-align: center;
  margin-bottom: 56px;
}

.nfa-metrics__eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #e8b830;
  background: rgba(232, 184, 48, 0.1);
  border: 1px solid rgba(232, 184, 48, 0.25);
  border-radius: 100px;
  padding: 6px 20px;
  margin-bottom: 20px;
}

.nfa-metrics__header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 14px;
}

.nfa-metrics__highlight {
  background: linear-gradient(90deg, #c9940a, #e8b830);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nfa-metrics__subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  max-width: 520px;
  margin: 0 auto;
}

/* --- 4-col tile grid --- */
.nfa-metrics__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

/* --- Tile --- */
.nfa-metrics__tile {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 18px 20px;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nfa-metrics__tile:hover {
  background: rgba(232, 184, 48, 0.07);
  border-color: rgba(232, 184, 48, 0.3);
  transform: translateY(-2px);
}

/* --- Icon --- */
.nfa-metrics__tile-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(232, 184, 48, 0.1);
  border: 1px solid rgba(232, 184, 48, 0.22);
  border-radius: 10px;
  color: #e8b830;
  transition: background 0.2s ease;
}

.nfa-metrics__tile:hover .nfa-metrics__tile-icon {
  background: rgba(232, 184, 48, 0.18);
}

/* --- Body --- */
.nfa-metrics__tile-body {
  flex: 1;
  min-width: 0;
}

.nfa-metrics__tile-name {
  font-size: 13.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
  margin: 0 !important;
}

@media (max-width: 991px) {
  .nfa-metrics__header h2 { font-size: 30px; }
  .nfa-metrics__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575px) {
  .nfa-metrics__header h2 { font-size: 24px; }
  .nfa-metrics__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .nfa-metrics__tile { padding: 14px 16px; gap: 12px; }
  .nfa-metrics__tile-icon { width: 36px; height: 36px; }
  .nfa-metrics__tile-name { font-size: 12.5px; }
}

/* --- Panels --- */
.nfa-features__panels {
  position: relative;
}

.nfa-features__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
  pointer-events: none;
}

.nfa-features__panel.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nfa-features__panel-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: center;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(232,184,48,0.12);
  border-radius: 20px;
  padding: 48px;
  backdrop-filter: blur(4px);
}

/* --- Panel Text --- */
.nfa-features__panel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(232,184,48,0.1);
  border: 1px solid rgba(232,184,48,0.2);
  margin-bottom: 20px;
}

.nfa-features__panel-text h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 14px;
}

.nfa-features__panel-text p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.6);
  margin-bottom: 12px;
}

.nfa-features__panel-text p:last-of-type {
  margin-bottom: 20px;
}

/* --- Panel Image --- */
.nfa-features__panel-image {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(0,0,0,0.25);
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
  cursor: zoom-in;
  position: relative;
}


.nfa-features__panel-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 340px;
  object-fit: cover;
  object-position: top left;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.nfa-features__panel-image:hover img {
  transform: scale(1.04);
}

/* --- Lightbox Modal --- */
#nfa-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.85);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 24px;
}

#nfa-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

#nfa-lightbox.is-open .nfa-lightbox__img-wrap {
  transform: scale(1);
  opacity: 1;
}

.nfa-lightbox__img-wrap {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  transform: scale(0.93);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,0.7);
  border: 1px solid rgba(255,255,255,0.1);
}

.nfa-lightbox__img-wrap img {
  display: block;
  max-width: 90vw;
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
}

.nfa-lightbox__close {
  position: fixed;
  top: 20px;
  right: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
  z-index: 10000;
}

.nfa-lightbox__close:hover {
  background: rgba(255,255,255,0.2);
  transform: rotate(90deg);
}

/* Widget wrap inside lightbox */
.nfa-lightbox__widget-wrap {
  display: none;
  max-width: min(900px, 92vw);
  max-height: 88vh;
  width: 100%;
  transform: scale(0.93);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,0.7);
  border: 1px solid rgba(255,255,255,0.1);
  background: #fff;
}

#nfa-lightbox.is-open .nfa-lightbox__widget-wrap {
  transform: scale(1);
  opacity: 1;
}

/* Scale widget inside lightbox - sticky title bar, scrollable body */
.nfa-lightbox__widget-wrap .nspd-window {
  display: flex;
  flex-direction: column;
  max-height: 85vh;
  overflow: hidden;
  border-radius: 14px;
}

.nfa-lightbox__widget-wrap .nspd-window__bar {
  flex-shrink: 0;
}

.nfa-lightbox__widget-wrap .nspd-window__body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.nfa-lightbox__widget-wrap .nspd-widget,
.nfa-lightbox__widget-wrap .nbw-widget,
.nfa-lightbox__widget-wrap .ncg-widget,
.nfa-lightbox__widget-wrap .nwi-widget,
.nfa-lightbox__widget-wrap .ncp-widget,
.nfa-lightbox__widget-wrap .nal-widget {
  max-height: none;
  overflow: visible;
}

.nfa-lightbox__widget-wrap .nbw-widget {
  overflow-y: visible;
}

/* =============================================
   NWI Widget — WAN Interface Inventory (Panel 3)
   ============================================= */

.nwi-widget {
  font-family: ZohoPuvi, sans-serif;
  background: #f0f2f5;
  max-height: 356px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 7px;
  overflow: hidden;
}

/* Tab bar — light header matching other widgets */
.nwi-tabs {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  padding: 0 8px;
  flex-shrink: 0;
  gap: 0;
  overflow: hidden;
}

.nwi-tab {
  font-size: 10.5px;
  font-weight: 500;
  color: #6b7280;
  padding: 7px 11px;
  cursor: default;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  white-space: nowrap;
}

.nwi-tab em {
  font-style: normal;
  color: #9ca3af;
}

.nwi-tab--active {
  color: #111827;
  border-bottom-color: #16a34a;
  font-weight: 600;
}

.nwi-tab--active em {
  color: #374151;
}

.nwi-tab--dots {
  color: #9ca3af;
  padding: 7px 6px;
  letter-spacing: 1px;
}

.nwi-tab-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}

.nwi-time-filter {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10.5px;
  color: #374151;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 3px 7px;
  white-space: nowrap;
  cursor: default;
}

.nwi-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  padding: 4px 5px;
  border-radius: 3px;
  cursor: default;
  flex-shrink: 0;
}

.nwi-icon-btn--active {
  color: #111827;
  background: #f3f4f6;
}

/* Body: sidebar + table side-by-side */
.nwi-body {
  display: flex;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

/* Left sidebar */
.nwi-sidebar {
  width: 174px;
  flex-shrink: 0;
  background: #fff;
  border-right: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

/* Status donut section */
.nwi-status {
  padding: 11px 12px 12px;
  border-bottom: 1px solid #f0f2f5;
}

.nwi-status__title {
  font-size: 11px;
  font-weight: 700;
  color: #111827;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}

.nwi-status__body {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  gap: 10px;
}

.nwi-status__legend {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 0;
}

.nwi-status__leg {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 9.5px;
  color: #4b5563;
  min-width: 0;
}

.nwi-status__leg span:nth-child(2) {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nwi-status__leg b {
  font-size: 10px;
  font-weight: 700;
  color: #111827;
  flex-shrink: 0;
  margin-left: 2px;
}

.nwi-status__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Conic ring chart */
.nwi-ring-wrap {
  position: relative;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}

.nwi-ring {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: conic-gradient(
    #16a34a 0% 72.7%,
    #ffc107 72.7% 81.9%,
    #6c757d 81.9% 91%,
    #17a2b8 91% 100%
  );
  box-shadow: 0 2px 10px rgba(0,0,0,0.14);
}

.nwi-ring::before {
  content: '';
  position: absolute;
  inset: 17px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.nwi-ring__center {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.nwi-ring__num {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  font-family: ZohoPuvi, sans-serif;
  line-height: 1;
}

/* Interface type bars */
.nwi-itype {
  padding: 10px 10px 8px;
}

.nwi-itype__hd {
  font-size: 11px;
  font-weight: 700;
  color: #111827;
  border-bottom: 1px solid #f0f2f5;
  padding-bottom: 5px;
  margin-bottom: 8px;
}

.nwi-itype__row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.nwi-itype__name {
  font-size: 10px;
  color: #555;
  width: 54px;
  flex-shrink: 0;
}

.nwi-itype__track {
  flex: 1;
  height: 5px;
  background: #e9ecef;
  border-radius: 3px;
  overflow: hidden;
}

.nwi-itype__fill {
  height: 100%;
  background: #1877c8;
  border-radius: 3px;
}

.nwi-itype__count {
  font-size: 10.5px;
  font-weight: 700;
  color: #111;
  width: 12px;
  text-align: right;
  flex-shrink: 0;
}

/* Scrollable table pane */
.nwi-table-wrap {
  flex: 1;
  min-width: 0;
  overflow-y: auto;
  overflow-x: auto;
}

.nwi-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10.5px;
  font-family: ZohoPuvi, sans-serif;
  min-width: 540px;
}

.nwi-table thead tr {
  background: #f4f5f7;
  position: sticky;
  top: 0;
  z-index: 2;
}

.nwi-table th {
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 700;
  color: #374151;
  border-bottom: 2px solid #e0e3e8;
  text-align: left;
  white-space: nowrap;
}

.nwi-table td {
  padding: 4px 8px;
  border-bottom: 1px solid #f0f2f5;
  color: #374151;
  white-space: nowrap;
  vertical-align: middle;
}

.nwi-table tbody tr:nth-child(even) { background: #fafbfc; }
.nwi-table tbody tr:hover { background: #f0f4ff; }

.nwi-th-chk,
.nwi-table td:first-child {
  width: 22px;
  padding: 4px 6px;
  text-align: center;
}

.nwi-table input[type="checkbox"] {
  width: 10px;
  height: 10px;
  cursor: default;
  accent-color: #1877c8;
}

/* Status icons - circular SVG badges */
.nwi-s-ok,
.nwi-s-warn {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  line-height: 1;
}
/* Override inline SVG fill attribute to match unified green */
.nwi-s-ok svg circle { fill: #16a34a; }

.nwi-spark-ico {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  opacity: 0.55;
  vertical-align: middle;
}

.nwi-iname {
  font-size: 10px;
  color: #1a4a8a;
  font-weight: 500;
}

.nwi-rname {
  font-size: 10px;
  color: #374151;
  max-width: 105px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Utilization bar cell */
.nwi-util {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.nwi-util-track {
  width: 52px;
  height: 11px;
  background: #e5e7eb;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
}

.nwi-util-fill {
  height: 100%;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.nwi-util--none   { background: #d1d5db; }
.nwi-util--green  { background: #16a34a; }
.nwi-util--orange { background: #9c27b0; }
.nwi-util--red    { background: #dc3545; }

.nwi-util span {
  font-size: 10px;
  color: #555;
  min-width: 30px;
}

/* Footer / Pagination */
.nwi-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  flex-shrink: 0;
  gap: 8px;
}

.nwi-footer__export {
  display: flex;
  gap: 6px;
  color: #6b7280;
  align-items: center;
  flex-shrink: 0;
}

.nwi-footer__export svg {
  cursor: default;
  opacity: 0.7;
}

.nwi-pagination {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 10px;
  color: #555;
  white-space: nowrap;
}

.nwi-pg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 18px;
  border: 1px solid #d1d5db;
  border-radius: 3px;
  font-size: 10px;
  color: #555;
  background: #fff;
  cursor: default;
}

.nwi-pg-input {
  width: 26px;
  height: 18px;
  border: 1px solid #d1d5db;
  border-radius: 3px;
  text-align: center;
  font-size: 10px;
  font-family: ZohoPuvi, sans-serif;
  color: #333;
  padding: 0 2px;
}

.nwi-pg-select {
  height: 18px;
  border: 1px solid #d1d5db;
  border-radius: 3px;
  font-size: 10px;
  font-family: ZohoPuvi, sans-serif;
  color: #333;
  padding: 0 2px;
  cursor: default;
}

.nwi-footer__count {
  font-size: 10px;
  color: #6b7280;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ============================================================
   Capacity Planning Report Widget (Panel 4) — ncp-*
   ============================================================ */

.ncp-widget {
  font-family: ZohoPuvi, sans-serif;
  background: #f0f2f5;
  max-height: 356px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 7px;
  overflow: hidden;
}

/* Report header */
.ncp-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 8px 12px 8px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  flex-shrink: 0;
  gap: 8px;
}

.ncp-header__left {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.ncp-header__title {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  white-space: nowrap;
}

.ncp-header__crumb {
  font-size: 9.5px;
  color: #6b7280;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ncp-sep {
  margin: 0 3px;
  color: #9ca3af;
}

.ncp-edit {
  color: #1877c8;
  font-size: 10px;
  cursor: default;
}

.ncp-header__tools {
  display: flex;
  gap: 2px;
  align-items: center;
  flex-shrink: 0;
}

.ncp-tool-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 11px;
  color: #6b7280;
  border-radius: 3px;
  cursor: default;
  transition: background 0.15s;
}

.ncp-tool-btn:hover {
  background: #f3f4f6;
  color: #111;
}

/* Sub-tabs */
.ncp-tabs {
  display: flex;
  align-items: center;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  flex-shrink: 0;
  gap: 0;
}

.ncp-tab {
  font-size: 11px;
  font-weight: 500;
  color: #6b7280;
  padding: 6px 12px;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  cursor: default;
  white-space: nowrap;
}

.ncp-tab--active {
  color: #16a34a;
  border-bottom-color: #16a34a;
  font-weight: 600;
}

.ncp-tab-controls {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.ncp-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16a34a;
  flex-shrink: 0;
}

.ncp-count-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 16px;
  border: 1px solid #d1d5db;
  border-radius: 3px;
  font-size: 10px;
  color: #374151;
  background: #fff;
}

.ncp-time-filter {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10.5px;
  color: #374151;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 3px 7px;
  white-space: nowrap;
  cursor: default;
}

/* Chart + legend row */
.ncp-chart-area {
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
  padding: 6px 6px 6px 4px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.ncp-svg {
  flex: 1;
  min-width: 0;
  display: block;
  height: auto;
  overflow: visible;
}

.ncp-grid {
  stroke: #eff1f5;
  stroke-width: 0.8;
}

.ncp-grid--base {
  stroke: #d1d5db;
  stroke-width: 1;
}

.ncp-lbl {
  font-size: 7.5px;
  fill: #9ca3af;
  font-family: ZohoPuvi, sans-serif;
}

.ncp-axis-unit {
  font-size: 7.5px;
  fill: #9ca3af;
  font-family: ZohoPuvi, sans-serif;
}

/* Legend */
.ncp-legend {
  width: 88px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 4px 0 4px 6px;
}

.ncp-legend__item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  color: #374151;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ncp-legend__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Scrollable table */
.ncp-table-wrap {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.ncp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
  font-family: ZohoPuvi, sans-serif;
  min-width: 700px;
}

.ncp-table thead tr {
  background: #f4f5f7;
  position: sticky;
  top: 0;
  z-index: 2;
}

.ncp-table th {
  padding: 5px 9px;
  font-size: 9.5px;
  font-weight: 700;
  color: #374151;
  border-bottom: 2px solid #e0e3e8;
  text-align: left;
  white-space: nowrap;
}

.ncp-th-app {
  min-width: 100px;
}

.ncp-table td {
  padding: 4px 9px;
  border-bottom: 1px solid #f0f2f5;
  color: #4b5563;
  white-space: nowrap;
  vertical-align: middle;
}

.ncp-table tbody tr:nth-child(even) { background: #fafbfc; }
.ncp-table tbody tr:hover { background: #f0f4ff; }
.ncp-table tbody tr:last-child td { border-bottom: none; }

.ncp-app-name {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: #1a202c;
}

.ncp-app-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-block;
}

.ncp-null {
  color: #9ca3af;
  text-align: center;
}

.ncp-hi {
  color: #0369a1;
  font-weight: 600;
}

/* =============================================
   NFA Stories — Real-world Resolution Cards
   ============================================= */
.nfa-stories-section {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.nfa-stories__bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 30%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 30%, transparent 100%);
}

/* --- Header --- */
.nfa-stories__header {
  text-align: center;
  margin-bottom: 56px;
}

.nfa-stories__eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #9a7b15;
  background: rgba(201, 148, 10, 0.1);
  border: 1px solid rgba(201, 148, 10, 0.22);
  border-radius: 100px;
  padding: 6px 20px;
  margin-bottom: 20px;
}

.nfa-stories__header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
  margin-bottom: 12px;
}

.nfa-stories__title-gold {
  background: linear-gradient(90deg, #c9940a, #e8b830);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nfa-stories__subtitle {
  font-size: 17px;
  color: #6b7280;
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.6;
}

/* --- Grid --- */
.nfa-stories__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* --- Card --- */
.nfa-stories__card {
  position: relative;
  background: #fff;
  border: 1px solid #e8e4d9;
  border-radius: 18px;
  padding: 32px;
  overflow: hidden;
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.nfa-stories__card:hover {
  border-color: rgba(201,148,10,0.35);
  background: rgba(255,252,240,0.6);
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}

.nfa-stories__card-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(201,148,10,0.6), rgba(232,184,48,0.9), rgba(201,148,10,0.3));
  border-radius: 18px 18px 0 0;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.nfa-stories__card:hover .nfa-stories__card-accent {
  opacity: 1;
}

/* .nfa-stories__card-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #e8b830;
  background: rgba(232,184,48,0.1);
  border: 1px solid rgba(232,184,48,0.2);
  border-radius: 100px;
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 14px;
} */

.nfa-stories__card-title {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
  margin-bottom: 20px;
}

/* --- Problem / Divider / Solution --- */
.nfa-stories__card-body {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.nfa-stories__problem,
.nfa-stories__solution {
  padding: 16px;
  border-radius: 10px;
}

.nfa-stories__problem {
  background: rgba(224,82,82,0.05);
  border: 1px solid rgba(224,82,82,0.12);
}

.nfa-stories__solution {
  background: rgba(232,184,48,0.05);
  border: 1px solid rgba(232,184,48,0.12);
  margin-top: 16px;
}

.nfa-stories__label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-radius: 100px;
  padding: 3px 10px 3px 8px;
  margin-bottom: 10px;
}

.nfa-stories__label--problem {
  color: #e05252;
  background: rgba(224,82,82,0.1);
  border: 1px solid rgba(224,82,82,0.2);
}

.nfa-stories__label--solution {
  color: #e8b830;
  background: rgba(232,184,48,0.1);
  border: 1px solid rgba(232,184,48,0.2);
}

.nfa-stories__problem p,
.nfa-stories__solution p {
  font-size: 14px;
  line-height: 1.7;
  color: #4b5563;
  margin: 0;
}

.nfa-stories__solution p {
  color: #374151;
}

.nfa-stories__resolved {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #22c55e;
  background: rgba(34,197,94,0.08);
  border: 1px solid rgba(34,197,94,0.2);
  border-radius: 100px;
  padding: 3px 10px 3px 8px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* --- Responsive --- */
@media only screen and (max-width: 991px) {
  .nfa-stories__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .nfa-stories__header h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .nfa-stories__card {
    padding: 24px 20px;
  }

  .nfa-stories__header h2 {
    font-size: 24px;
  }

  .nfa-stories__card-title {
    font-size: 16px;
  }
}

/* --- Responsive --- */
@media only screen and (max-width: 991px) {
  .nfa-features__panel-content {
    grid-template-columns: 1fr;
    padding: 32px;
    gap: 28px;
  }

  .nfa-features__panel-image {
    order: -1;
  }

  .nfa-features__header h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .nfa-features__header h2 {
    font-size: 24px;
  }

  .nfa-features__tab {
    padding: 8px 14px;
    font-size: 13px;
  }

  .nfa-features__panel-content {
    padding: 24px 20px;
  }

  .nfa-features__panel-text h3 {
    font-size: 18px;
  }
}


/* =============================================
   NFA BENEFITS SECTION
   ============================================= */

.nfa-benefits-section {
  position: relative;
  background: linear-gradient(180deg, #faf8f3 0%, #fff 100%);
  padding: 100px 0;
  overflow: hidden;
}

.nfa-benefits-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e0dbc8 30%, #e0dbc8 70%, transparent);
}

.nfa-benefits__header {
  text-align: center;
  margin-bottom: 56px;
}

.nfa-benefits__eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #9a7b15;
  background: rgba(232, 184, 48, 0.1);
  border: 1px solid rgba(232, 184, 48, 0.25);
  border-radius: 100px;
  padding: 6px 20px;
  margin-bottom: 20px;
}

.nfa-benefits__header h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-black-800);
  line-height: 1.3;
  margin-bottom: 14px;
}

.nfa-benefits__highlight {
  background: linear-gradient(90deg, #c9940a, #e8b830);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nfa-benefits__subtitle {
  font-size: 17px;
  color: #6b7280;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}

.nfa-benefits__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.nfa-benefits__card {
  background: #fff;
  border: 1px solid #e8e4d9;
  border-radius: 16px;
  padding: 36px;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.nfa-benefits__card:hover {
  border-color: rgba(232, 184, 48, 0.5);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.nfa-benefits__card-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(232, 184, 48, 0.1);
  border: 1px solid rgba(232, 184, 48, 0.26);
  border-radius: 12px;
  color: #9a7b15;
  margin-bottom: 20px;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}

.nfa-benefits__card:hover .nfa-benefits__card-icon {
  background: rgba(232, 184, 48, 0.18);
  color: #c9940a;
}

.nfa-benefits__card-title {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
  line-height: 1.4;
}

.nfa-benefits__card-desc {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .nfa-benefits__grid {
    grid-template-columns: 1fr;
  }

  .nfa-benefits__header h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .nfa-benefits-section {
    padding: 64px 0;
  }

  .nfa-benefits__card {
    padding: 24px 20px;
  }

  .nfa-benefits__header h2 {
    font-size: 22px;
  }
}


/* =============================================
   NFA CTA SECTION
   ============================================= */

.nfa-cta-section {
  position: relative;
  background: radial-gradient(60.4% 117.23% at 49.14% -2.8%, #2a2000 0, #010213 98.25%);
  padding: 100px 0;
  overflow: hidden;
  border-top: 1px solid rgba(232, 184, 48, 0.12);
}

.nfa-cta__bg-glow {
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(232, 184, 48, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.nfa-cta__bg-glow--bottom {
  top: auto;
  bottom: -160px;
  opacity: 0.5;
}

.nfa-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.nfa-cta__eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #e8b830;
  background: rgba(232, 184, 48, 0.1);
  border: 1px solid rgba(232, 184, 48, 0.25);
  border-radius: 100px;
  padding: 6px 20px;
  margin-bottom: 24px;
}

.nfa-cta__heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
  /* max-width: 760px; */
  background: linear-gradient(135deg, #ffffff 0%, #e6b52c 50%, #ffffff 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: bn-shimmer 4s 1.5s ease-in-out infinite;
}

/* .nfa-cta__highlight {
  display: inline;
  text-decoration: underline;
  text-decoration-color: #e8b830;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  white-space: nowrap;
} */

.nfa-cta__sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.65;
  margin-bottom: 40px;
  max-width: 520px;
}

.nfa-cta__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.nfa-cta__btn {
  display: inline-block;
  border-radius: 6px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.1px;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  white-space: nowrap;
}

/* button variants handled by button--primary / button--light + banner-cta-btn classes */

.nfa-cta__br {
  display: block;
}

@media only screen and (max-width: 767px) {
  .nfa-cta__heading {
    font-size: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .nfa-cta-section {
    padding: 64px 0;
  }

  .nfa-cta__heading {
    font-size: 22px;
  }

  .nfa-cta__btn {
    padding: 12px 24px;
    font-size: 15px;
  }
}

/* ============================================================
   NetSpeed Tracker Widget (Panel 0)
   ============================================================ */

/* Override panel-image styles for widget variant */
.nfa-features__panel-image--widget {
  cursor: zoom-in;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.nfa-features__panel-image--widget:hover img { transform: none; }

/* macOS window chrome */
.nspd-window {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.22),       /* bright top-edge highlight */
    0 0 0 1px rgba(255,255,255,0.05),            /* subtle outer glow ring */
    0 2px 8px  rgba(0,0,0,0.55),                 /* close contact shadow */
    0 8px 24px rgba(0,0,0,0.65),                 /* mid-lift layer */
    0 24px 56px rgba(0,0,0,0.72),                /* far depth shadow */
    0 0 48px rgba(255,255,255,0.04),             /* soft white ambient lift */
    0 0 80px rgba(232,184,48,0.07);              /* warm gold section tint */
  font-family: ZohoPuvi, sans-serif;
  transform: translateZ(0);
}

.nspd-window__bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: linear-gradient(180deg, #3a3a3c 0%, #2c2c2e 100%);
  border-bottom: 1px solid rgba(0,0,0,0.4);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  position: relative;
}

.nspd-window__dots {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-shrink: 0;
  z-index: 1;
}

.nspd-window__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* .nspd-window__dot--red   { background: #ff5f57; box-shadow: 0 0 0 0.5px rgba(0,0,0,0.25); }
.nspd-window__dot--amber { background: #febc2e; box-shadow: 0 0 0 0.5px rgba(0,0,0,0.20); }
.nspd-window__dot--green { background: #28c840; box-shadow: 0 0 0 0.5px rgba(0,0,0,0.20); } */

.nspd-window__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  white-space: nowrap;
  letter-spacing: 0.1px;
  pointer-events: none;
}

.nspd-window__body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Widget shell */
.nspd-widget {
  position: relative;
  background: #f0f2f5;
  border-radius: 0;
  overflow: hidden;
  border: none;
  box-shadow: none;
  font-family: ZohoPuvi, sans-serif;
  max-height: 356px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 7px;
}

/* no decorative overlays needed with card layout */

.nspd-widget > * {
  position: relative;
}

/* Top bar */
.nspd-widget__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  gap: 12px;
  flex-shrink: 0;
}

.nspd-widget__report-title {
  font-size: 12.5px;
  font-weight: 700;
  color: #1a202c;
  white-space: nowrap;
}

.nspd-widget__bar-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.nspd-widget__gtypes {
  display: flex;
  gap: 2px;
  align-items: center;
  background: #eaecf0;
  border-radius: 6px;
  padding: 3px;
}

.nspd-gtype {
  width: 26px;
  height: 24px;
  background: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  padding: 0;
  transition: background 0.15s ease, color 0.15s ease;
}

.nspd-gtype--active {
  background: #fff;
  color: #1a202c;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}

.nspd-gtype:hover:not(.nspd-gtype--active) {
  background: rgba(255,255,255,0.6);
  color: #374151;
}

.nspd-widget__timerange {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: #374151;
  background: #fff;
  border: 1px solid #dde1e9;
  border-radius: 5px;
  padding: 4px 9px;
  white-space: nowrap;
}

/* Chart wrap */
.nspd-chart-wrap {
  padding: 10px 12px 8px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  flex-shrink: 0;
}

.nspd-chart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.nspd-chart-name {
  font-size: 11.5px;
  font-weight: 600;
  color: #374151;
}

.nspd-legend {
  display: flex;
  gap: 14px;
  align-items: center;
}

.nspd-legend-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10.5px;
  color: #6b7280;
}

.nspd-legend-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
}

.nspd-legend-dot--up { background: #00bcd4; }
.nspd-legend-dot--dn { background: #ff9800; }

.nspd-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.nspd-grid {
  stroke: #eff1f5;
  stroke-width: 1;
}

.nspd-grid--base {
  stroke: #d1d5db;
  stroke-width: 1;
}

.nspd-lbl {
  font-size: 8.5px;
  fill: #9ca3af;
  font-family: ZohoPuvi, sans-serif;
}

.nspd-unit {
  font-size: 8px;
  fill: #9ca3af;
  font-family: ZohoPuvi, sans-serif;
}

.nspd-area--up { 
  fill: rgba(0,188,212,0.12);
  filter: drop-shadow(0 0px 2px rgba(0,188,212,0.1));
}

.nspd-area--dn { 
  fill: rgba(255,152,0,0.1);
  filter: drop-shadow(0 0px 2px rgba(255,152,0,0.08));
}

.nspd-line {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nspd-line--up { 
  stroke: #00bcd4;
  filter: drop-shadow(0 1px 3px rgba(0,188,212,0.3));
}

.nspd-line--dn { 
  stroke: #ff9800;
  filter: drop-shadow(0 1px 3px rgba(255,152,0,0.3));
}

/* Animate lines on panel activation */
.nfa-features__panel .nspd-line {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  transition: stroke-dashoffset 0s;
}

.nfa-features__panel.active .nspd-line {
  animation: nspd-draw 1.2s cubic-bezier(0.4,0,0.2,1) forwards;
}

.nfa-features__panel.active .nspd-line--dn {
  animation-delay: 0.15s;
}

@keyframes nspd-draw {
  from { stroke-dashoffset: 2000; }
  to   { stroke-dashoffset: 0; }
}

.nspd-x-unit {
  text-align: center;
  font-size: 9.5px;
  color: #9ca3af;
  padding: 2px 0 8px;
}

/* Table */
.nspd-table-wrap {
  overflow: auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  flex: 1;
  min-height: 0;
}

.nspd-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10.5px;
}

.nspd-table thead tr {
  background: #f8f9fb;
  border-bottom: 1px solid #e5e7eb;
}

.nspd-table th {
  padding: 6px 11px;
  text-align: left;
  font-weight: 700;
  color: #374151;
  white-space: nowrap;
  border-right: 1px solid #f0f2f5;
}

.nspd-table th:last-child { border-right: none; }

.nspd-table tbody tr {
  border-bottom: 1px solid #f3f4f6;
  transition: background 0.1s ease;
}

.nspd-table tbody tr:last-child { border-bottom: none; }

.nspd-table tbody tr:hover { background: #f9fafb; }

.nspd-table td {
  padding: 5px 11px;
  color: #4b5563;
  white-space: nowrap;
  border-right: 1px solid #f3f4f6;
}

.nspd-table td:last-child { border-right: none; }

.nspd-val--up { color: #0891b2; font-weight: 600; }
.nspd-val--dn { color: #d97706; font-weight: 600; }
.nspd-val--warn { color: #dc2626 !important; }

/* ============================================================
   Bandwidth Dashboard Widget (Panel 1) — nbw-*
   ============================================================ */
.nbw-widget {
  background: #f0f2f5;
  font-family: ZohoPuvi, sans-serif;
  max-height: 356px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 7px;
  overflow-y: auto;
}

/* Sub-nav bar */
.nbw-nav {
  display: flex;
  align-items: center;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  flex-shrink: 0;
  gap: 0;
}

.nbw-nav__tab {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 11.5px;
  font-weight: 500;
  color: #666;
  padding: 7px 11px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.nbw-nav__tab--active {
  color: #16a34a;
  border-bottom-color: #16a34a;
  font-weight: 600;
}

.nbw-nav__tab:hover:not(.nbw-nav__tab--active) {
  color: #333;
}

.nbw-nav__sep {
  width: 1px;
  height: 14px;
  background: #e0e0e0;
  flex-shrink: 0;
}

/* Dashboard grid */
.nbw-dashboard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  padding: 0;
}

/* Cards */
.nbw-card {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.nbw-card__hd {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 8px 12px 7px;
  border-bottom: 1px solid #f0f0f0;
  flex-shrink: 0;
}

.nbw-card__title {
  font-size: 12px;
  font-weight: 700;
  color: #1a202c;
}

.nbw-card__sub {
  font-size: 10px;
  color: #999;
}

.nbw-card__bd {
  flex: 1;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
}

.nbw-card__bd--chart {
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

/* Donut chart */
.nbw-donut {
  width: 96px;
  height: 96px;
  flex-shrink: 0;
}

.nbw-donut__lbl1 {
  font-size: 11.5px;
  font-weight: 700;
  fill: #222;
  font-family: ZohoPuvi, sans-serif;
}

.nbw-donut__lbl2 {
  font-size: 9.5px;
  fill: #999;
  font-family: ZohoPuvi, sans-serif;
}

/* Legend */
.nbw-legend {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.nbw-legend__item {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
}

.nbw-legend__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.nbw-legend__name {
  font-size: 10.5px;
  color: #444;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nbw-legend__val {
  font-size: 10.5px;
  font-weight: 700;
  color: #111;
  flex-shrink: 0;
}

/* Horizontal user bars */
.nbw-bars {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.nbw-bar-row {
  display: flex;
  align-items: center;
  gap: 7px;
}

.nbw-bar-ip {
  font-size: 10px;
  color: #2a6db5;
  width: 88px;
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.nbw-bar-track {
  flex: 1;
  height: 8px;
  background: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
}

.nbw-bar-fill {
  height: 100%;
  border-radius: 4px;
  opacity: 0.88;
}

.nbw-bar-val {
  font-size: 10px;
  font-weight: 700;
  color: #333;
  width: 40px;
  text-align: right;
  flex-shrink: 0;
}

/* ============================================================
   Network Congestion Widget (Panel 2) — ncg-*
   ============================================================ */
.ncg-widget {
  background: #f0f2f5;
  font-family: ZohoPuvi, sans-serif;
  max-height: 356px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 7px;
  overflow: hidden;
}

/* Top bar */
.ncg-widget__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  gap: 10px;
  flex-shrink: 0;
}

.ncg-widget__bar-left {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.ncg-widget__bar-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.ncg-widget__title {
  font-size: 12.5px;
  font-weight: 700;
  color: #1a202c;
  white-space: nowrap;
}

.ncg-alert-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 600;
  color: #dc2626;
  background: rgba(220,38,38,0.08);
  border: 1px solid rgba(220,38,38,0.2);
  border-radius: 100px;
  padding: 2px 7px 2px 5px;
  white-space: nowrap;
}

/* Chart wrap */
.ncg-chart-wrap {
  padding: 8px 12px 8px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  flex-shrink: 0;
}

.ncg-chart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.ncg-chart-name {
  font-size: 11px;
  font-weight: 600;
  color: #374151;
}

.ncg-legend-alert {
  color: #dc2626 !important;
}

/* Chart lines */
.ncg-line {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ncg-line--in  { stroke: #2196f3; filter: drop-shadow(0 0 3px rgba(33,150,243,0.35)); }
.ncg-line--out { stroke: #ff9800; filter: drop-shadow(0 0 3px rgba(255,152,0,0.30)); }

/* Alert x-label */
.ncg-lbl--alert {
  fill: #dc2626 !important;
  font-weight: 700;
}

/* Status pills */
.ncg-status {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 100px;
}

.ncg-status--critical {
  background: rgba(220,38,38,0.1);
  color: #dc2626;
  border: 1px solid rgba(220,38,38,0.2);
}

.ncg-status--warn {
  background: rgba(234,179,8,0.1);
  color: #b45309;
  border: 1px solid rgba(234,179,8,0.25);
}

.ncg-status--ok {
  background: rgba(22,163,74,0.08);
  color: #16a34a;
  border: 1px solid rgba(22,163,74,0.18);
}

/* Alert row highlight */
.ncg-row--alert td {
  background: rgba(220,38,38,0.03);
}
.safeguarding-section {
  position: relative;
  background: #ffffff;
}

.safeguarding-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e0dbc8 30%, #e0dbc8 70%, transparent);
}

.safeguarding__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9a7b15;
  background: rgba(201, 148, 10, 0.08);
  border: 1px solid rgba(201, 148, 10, 0.18);
  border-radius: 100px;
  padding: 5px 14px;
  margin-bottom: 18px;
}

.safeguarding__heading {
  color: var(--color-black-800);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 18px;
}

.safeguarding__desc {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 14px;
}

.safeguarding__compliance-label {
  color: #374151;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}

.safeguarding__badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.safeguarding__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 8px 16px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.safeguarding__badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c9940a;
  flex-shrink: 0;
}

.safeguarding__badge:hover {
  border-color: #c9940a;
  background: rgba(201, 148, 10, 0.05);
}

@media only screen and (max-width: 991px) {
  .safeguarding-section .row > [class*="col-"] + [class*="col-"] {
    margin-top: 32px;
  }
}

/* ============================================================
   Case Study Section — warm light gradient bg
   ============================================================ */
.casesstudy-section {
  position: relative;
  background: linear-gradient(180deg, #faf8f3 0%, #fff 100%);
}

.casesstudy-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e0dbc8 30%, #e0dbc8 70%, transparent);
}

.casesstudy__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9a7b15;
  background: rgba(201, 148, 10, 0.08);
  border: 1px solid rgba(201, 148, 10, 0.18);
  border-radius: 100px;
  padding: 5px 14px;
  margin-bottom: 18px;
}

.casesstudy__heading {
  color: var(--color-black-800);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 18px;
}

.casesstudy__desc {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 28px;
}

.casesstudy__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

@media only screen and (max-width: 991px) {
  .casesstudy-section .row > [class*="col-"] + [class*="col-"] {
    margin-top: 32px;
  }
}

/* =============================================
   NAL Widget — Active Alarms (Panel 5)
   ============================================= */

.nal-widget {
  font-family: ZohoPuvi, sans-serif;
  background: #f0f2f5;
  max-height: 356px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 7px;
  overflow: hidden;
}

/* Sub-tabs */
.nal-sub-tabs {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  padding: 0 8px;
  flex-shrink: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.nal-sub-tabs::-webkit-scrollbar { display: none; }

.nal-sub-tab {
  font-family: ZohoPuvi, sans-serif;
  font-size: 11.5px;
  color: #374151;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 7px 10px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  margin-bottom: -1px;
}
.nal-sub-tab--active {
  color: #16a34a;
  border-bottom-color: #16a34a;
  font-weight: 600;
}

/* Body layout */
.nal-body {
  display: flex;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

/* Left sidebar */
.nal-sidebar {
  width: 68px;
  flex-shrink: 0;
  border-right: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 8px;
  gap: 6px;
  overflow-y: auto;
  scrollbar-width: none;
}
.nal-sidebar::-webkit-scrollbar { display: none; }

.nal-badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nal-badge__num {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #111;
}
.nal-badge--total    { border-color: #0891b2; }
.nal-badge--critical { border-color: #dc2626; }
.nal-badge--trouble  { border-color: #ea580c; }
.nal-badge--attention{ border-color: #d97706; }
.nal-badge--clear    { border-color: #16a34a; }

.nal-sidebar-divider {
  width: 28px;
  height: 2px;
  background: #16a34a;
  border-radius: 2px;
  flex-shrink: 0;
  margin: 2px 0;
}

.nal-sidebar-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #374151;
}

.nal-sidebar-count {
  font-size: 13px;
  font-weight: 700;
  color: #6b7280;
}

/* Main area */
.nal-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
}

.nal-main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 10px 6px;
  border-bottom: 1px solid #f0f2f5;
  flex-shrink: 0;
}
.nal-main-title {
  font-size: 12px;
  font-weight: 700;
  color: #111;
}
.nal-main-count {
  font-weight: 500;
  color: #6b7280;
}

.nal-toolbar {
  display: flex;
  align-items: center;
  gap: 2px;
}
.nal-tool-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 3px 5px;
  border-radius: 4px;
  color: #9ca3af;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nal-tool-btn:hover { background: #f3f4f6; color: #374151; }
.nal-tool-btn--active { color: #374151; background: #f3f4f6; }
.nal-toolbar-sep {
  width: 1px;
  height: 14px;
  background: #e5e7eb;
  margin: 0 3px;
}

/* Table */
.nal-table-wrap {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: auto;
}

.nal-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 11px;
}

.nal-table thead tr {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #f9fafb;
}

.nal-table th {
  padding: 5px 7px;
  text-align: left;
  font-weight: 600;
  font-size: 10.5px;
  color: #6b7280;
  border-bottom: 1px solid #e5e7eb;
  white-space: nowrap;
}

.nal-table td {
  padding: 5px 7px;
  border-bottom: 1px solid #f0f2f5;
  vertical-align: middle;
  white-space: nowrap;
}

.nal-table tbody tr:hover { background: #f9fafb; }

.nal-th-chk,
.nal-td-chk { width: 22px; padding-left: 8px !important; }

.nal-th-sev,
.nal-table td:nth-child(2) { width: 20px; }

.nal-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.nal-dot--crit { background: #dc2626; }
.nal-dot--trbl { background: #ea580c; }
.nal-dot--attn { background: #d97706; }

.nal-td-alarm {
  color: #1e3a5f;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
}

.nal-td-meta {
  color: #6b7280;
  font-size: 10.5px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nal-td-time {
  color: #9ca3af;
  font-size: 10.5px;
  white-space: nowrap;
}

.nal-td-ack {
  text-align: center;
  width: 24px;
}

.nal-sev {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  padding: 1px 6px;
  border-radius: 10px;
  white-space: nowrap;
}
.nal-sev--crit { background: #fee2e2; color: #dc2626; }
.nal-sev--trbl { background: #ffedd5; color: #ea580c; }
.nal-sev--attn { background: #fef3c7; color: #d97706; }

/* Footer */
.nal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  border-top: 1px solid #e5e7eb;
  flex-shrink: 0;
  font-size: 11px;
}

.nal-page-btns {
  display: flex;
  align-items: center;
  gap: 3px;
}

.nal-page-btn {
  background: none;
  border: 1px solid #e5e7eb;
  border-radius: 3px;
  padding: 1px 5px;
  font-size: 10px;
  cursor: pointer;
  color: #374151;
  font-family: ZohoPuvi, sans-serif;
}
.nal-page-btn:disabled { opacity: 0.4; cursor: default; }

.nal-page-input {
  width: 24px;
  text-align: center;
  border: 1px solid #d1d5db;
  border-radius: 3px;
  font-size: 10px;
  padding: 1px 3px;
  font-family: ZohoPuvi, sans-serif;
}

.nal-page-info { font-size: 10.5px; color: #374151; }

.nal-footer-count {
  font-size: 10.5px;
  color: #9ca3af;
}

/* =============================================
   Widget On-Load / Tab-Switch Animations
   ============================================= */

@keyframes widgetWindowIn {
  from {
    opacity: 0;
    transform: translateY(32px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes widgetBarIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes widgetBodyIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes widgetRowIn {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes widgetBadgeIn {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Reset when panel is inactive so animation replays on next activation */
.nfa-features__panel .nspd-window         { animation: none; }
.nfa-features__panel .nspd-window__bar    { animation: none; }
.nfa-features__panel .nspd-window__body   { animation: none; }

/* macOS window chrome entrance */
.nfa-features__panel.active .nspd-window {
  animation: widgetWindowIn 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.06s;
}

/* Title bar slides down from top */
.nfa-features__panel.active .nspd-window__bar {
  animation: widgetBarIn 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.22s;
}

/* Widget body slides up */
.nfa-features__panel.active .nspd-window__body {
  animation: widgetBodyIn 0.52s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.30s;
}

/* ── Table row stagger (all widgets) ── */
.nfa-features__panel.active .nspd-table tbody tr,
.nfa-features__panel.active .nwi-table tbody tr,
.nfa-features__panel.active .ncp-table tbody tr,
.nfa-features__panel.active .nal-table tbody tr {
  animation: widgetRowIn 0.38s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.nfa-features__panel.active .nspd-table tbody tr:nth-child(1),
.nfa-features__panel.active .nwi-table tbody tr:nth-child(1),
.nfa-features__panel.active .ncp-table tbody tr:nth-child(1),
.nfa-features__panel.active .nal-table tbody tr:nth-child(1) { animation-delay: 0.42s; }

.nfa-features__panel.active .nspd-table tbody tr:nth-child(2),
.nfa-features__panel.active .nwi-table tbody tr:nth-child(2),
.nfa-features__panel.active .ncp-table tbody tr:nth-child(2),
.nfa-features__panel.active .nal-table tbody tr:nth-child(2) { animation-delay: 0.48s; }

.nfa-features__panel.active .nspd-table tbody tr:nth-child(3),
.nfa-features__panel.active .nwi-table tbody tr:nth-child(3),
.nfa-features__panel.active .ncp-table tbody tr:nth-child(3),
.nfa-features__panel.active .nal-table tbody tr:nth-child(3) { animation-delay: 0.54s; }

.nfa-features__panel.active .nspd-table tbody tr:nth-child(4),
.nfa-features__panel.active .nwi-table tbody tr:nth-child(4),
.nfa-features__panel.active .ncp-table tbody tr:nth-child(4),
.nfa-features__panel.active .nal-table tbody tr:nth-child(4) { animation-delay: 0.60s; }

.nfa-features__panel.active .nspd-table tbody tr:nth-child(5),
.nfa-features__panel.active .nwi-table tbody tr:nth-child(5),
.nfa-features__panel.active .ncp-table tbody tr:nth-child(5),
.nfa-features__panel.active .nal-table tbody tr:nth-child(5) { animation-delay: 0.66s; }

.nfa-features__panel.active .nspd-table tbody tr:nth-child(6),
.nfa-features__panel.active .nwi-table tbody tr:nth-child(6),
.nfa-features__panel.active .ncp-table tbody tr:nth-child(6),
.nfa-features__panel.active .nal-table tbody tr:nth-child(6) { animation-delay: 0.72s; }

.nfa-features__panel.active .nspd-table tbody tr:nth-child(7),
.nfa-features__panel.active .nwi-table tbody tr:nth-child(7),
.nfa-features__panel.active .ncp-table tbody tr:nth-child(7),
.nfa-features__panel.active .nal-table tbody tr:nth-child(7) { animation-delay: 0.78s; }

.nfa-features__panel.active .nspd-table tbody tr:nth-child(8),
.nfa-features__panel.active .nwi-table tbody tr:nth-child(8),
.nfa-features__panel.active .ncp-table tbody tr:nth-child(8),
.nfa-features__panel.active .nal-table tbody tr:nth-child(8) { animation-delay: 0.84s; }

/* ── Dashboard cards (Panel 1 Bandwidth) ── */
.nfa-features__panel.active .nbw-card {
  animation: widgetBodyIn 0.48s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.nfa-features__panel.active .nbw-card:nth-child(1) { animation-delay: 0.40s; }
.nfa-features__panel.active .nbw-card:nth-child(2) { animation-delay: 0.52s; }

/* ── Congestion (Panel 2) chart & header ── */
.nfa-features__panel.active .ncg-header {
  animation: widgetBarIn 0.40s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.34s;
}

/* ── WAN sidebar & ring (Panel 3) ── */
.nfa-features__panel.active .nwi-sidebar {
  animation: widgetBodyIn 0.48s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.36s;
}
.nfa-features__panel.active .nwi-ring-wrap {
  animation: widgetBadgeIn 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation-delay: 0.52s;
}

/* ── Capacity Planning chart (Panel 4) ── */
.nfa-features__panel.active .ncp-chart-area {
  animation: widgetBodyIn 0.52s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.36s;
}
.nfa-features__panel.active .ncp-legend {
  animation: widgetRowIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.48s;
}

/* ── Alerts sidebar badges (Panel 5) ── */
.nfa-features__panel.active .nal-sidebar {
  animation: widgetBodyIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.34s;
}
.nfa-features__panel.active .nal-badge {
  animation: widgetBadgeIn 0.42s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.nfa-features__panel.active .nal-badge:nth-child(1) { animation-delay: 0.40s; }
.nfa-features__panel.active .nal-badge:nth-child(2) { animation-delay: 0.48s; }
.nfa-features__panel.active .nal-badge:nth-child(3) { animation-delay: 0.56s; }
.nfa-features__panel.active .nal-badge:nth-child(4) { animation-delay: 0.64s; }
.nfa-features__panel.active .nal-badge:nth-child(5) { animation-delay: 0.72s; }

/* ── Chart SVG line draw (Panel 0 & 2) ── */
.nfa-features__panel.active .nspd-area-path,
.nfa-features__panel.active .ncg-area-path {
  animation: widgetBodyIn 0.60s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.44s;
}

/* Prevent animation on lightbox (already rendered, no re-entrance needed) */
.nfa-lightbox__widget-wrap .nspd-window,
.nfa-lightbox__widget-wrap .nspd-window__bar,
.nfa-lightbox__widget-wrap .nspd-window__body,
.nfa-lightbox__widget-wrap .nspd-table tbody tr,
.nfa-lightbox__widget-wrap .nwi-table tbody tr,
.nfa-lightbox__widget-wrap .ncp-table tbody tr,
.nfa-lightbox__widget-wrap .nal-table tbody tr,
.nfa-lightbox__widget-wrap .nbw-card,
.nfa-lightbox__widget-wrap .nal-badge,
.nfa-lightbox__widget-wrap .nwi-ring-wrap,
.nfa-lightbox__widget-wrap .ncp-chart-area,
.nfa-lightbox__widget-wrap .ncp-legend,
.nfa-lightbox__widget-wrap .nal-sidebar,
.nfa-lightbox__widget-wrap .nwi-sidebar,
.nfa-lightbox__widget-wrap .ncg-header,
.nfa-lightbox__widget-wrap .nspd-area-path,
.nfa-lightbox__widget-wrap .ncg-area-path {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/* =============================================
   NBM Widget — Banner Live Speed Monitor
   ============================================= */

.nbm-window-wrap {
  display: block;
  width: 100%;
}

.nbm-window-body {
  overflow: hidden !important;
}

.nbm-widget {
  font-family: ZohoPuvi, sans-serif;
  background: #eef0f4;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 7px;
  max-height: 412px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Top bar */
.nbm-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px 7px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
  flex-shrink: 0;
}

.nbm-topbar__left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nbm-title {
  font-size: 12px;
  font-weight: 700;
  color: #1a1d2e;
  white-space: nowrap;
}

.nbm-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: #d03535;
  border-radius: 100px;
  padding: 2px 6px;
}

.nbm-live-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  animation: nbmLivePulse 1.4s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes nbmLivePulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.3; }
}

.nbm-topbar__right {
  display: flex;
  align-items: center;
}

.nbm-timerange {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10.5px;
  color: #64748b;
  background: #f1f3f6;
  border: 1px solid rgba(0,0,0,0.09);
  border-radius: 4px;
  padding: 3px 8px;
  white-space: nowrap;
}

/* Stat cards row */
.nbm-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  flex-shrink: 0;
}

.nbm-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 7px;
  padding: 12px 10px 11px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
  transition: box-shadow 0.15s, transform 0.15s;
}

.nbm-stat:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  transform: translateY(-1px);
}

.nbm-stat__icon {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0;
}

.nbm-stat--in    .nbm-stat__icon { background: rgba(30,120,160,0.1);   color: #1e78a0; }
.nbm-stat--out   .nbm-stat__icon { background: rgba(192,112,32,0.1);   color: #c07020; }
.nbm-stat--iface .nbm-stat__icon { background: rgba(34,130,80,0.1);    color: #228050; }
.nbm-stat--alert .nbm-stat__icon { background: rgba(192,48,48,0.1);    color: #c03030; }

.nbm-stat__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  min-width: 0;
}

.nbm-stat__label {
  font-size: 9.5px;
  color: #94a3b8;
  font-weight: 500;
  white-space: nowrap;
}

.nbm-stat__val {
  font-size: 15px;
  font-weight: 700;
  color: #1a1d2e;
  line-height: 1.1;
}

.nbm-stat__val em {
  font-style: normal;
  font-size: 9px;
  font-weight: 600;
  color: #94a3b8;
}

.nbm-stat__trend {
  font-size: 9.5px;
  font-weight: 600;
}

.nbm-stat__trend--up   { color: #c03030; }
.nbm-stat__trend--down { color: #228050; }
.nbm-stat__trend--ok   { color: #228050; }
.nbm-stat__trend--warn { color: #c07020; }

/* Chart section */
.nbm-chart-section {
  padding: 8px 12px 6px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
  flex-shrink: 0;
}

.nbm-chart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.nbm-chart-title {
  font-size: 11px;
  font-weight: 700;
  color: #374151;
}

.nbm-legend {
  display: flex;
  gap: 10px;
  align-items: center;
}

.nbm-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: #64748b;
}

.nbm-legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.nbm-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

/* Animate area paths on banner load */
.nbm-area-path {
  opacity: 0;
  animation: nbmAreaFadeIn 0.8s cubic-bezier(0.22,1,0.36,1) 0.9s forwards;
}

.nbm-line-path {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: nbmLineDraw 1.1s cubic-bezier(0.22,1,0.36,1) 0.85s forwards;
}

@keyframes nbmAreaFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes nbmLineDraw {
  to { stroke-dashoffset: 0; }
}

/* Top apps */
.nbm-apps {
  padding: 8px 12px 8px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
  flex-shrink: 0;
}

.nbm-apps-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}

.nbm-apps-title {
  font-size: 11px;
  font-weight: 700;
  color: #374151;
}

.nbm-apps-subtitle {
  font-size: 9.5px;
  color: #94a3b8;
}

.nbm-app-row {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 5px;
}

.nbm-app-row:last-child { margin-bottom: 0; }

.nbm-app-name {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10.5px;
  color: #374151;
  font-weight: 500;
  width: 80px;
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nbm-app-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.nbm-app-track {
  flex: 1;
  height: 7px;
  background: #e8eaef;
  border-radius: 4px;
  overflow: hidden;
}

.nbm-app-fill {
  height: 100%;
  border-radius: 4px;
  opacity: 0.8;
  transform-origin: left;
  transform: scaleX(0);
  animation: nbmBarGrow 0.7s cubic-bezier(0.22,1,0.36,1) forwards;
}

.nbm-app-row:nth-child(2) .nbm-app-fill { animation-delay: 1.0s; }
.nbm-app-row:nth-child(3) .nbm-app-fill { animation-delay: 1.1s; }
.nbm-app-row:nth-child(4) .nbm-app-fill { animation-delay: 1.2s; }
.nbm-app-row:nth-child(5) .nbm-app-fill { animation-delay: 1.3s; }

@keyframes nbmBarGrow {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

.nbm-app-val {
  font-size: 10px;
  font-weight: 700;
  color: #64748b;
  width: 62px;
  text-align: right;
  flex-shrink: 0;
}

/* Footer status bar */
.nbm-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
  font-size: 10px;
  color: #64748b;
  flex-shrink: 0;
}

.nbm-footer__iface {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #228050;
  font-weight: 600;
}

.nbm-footer__sep {
  width: 1px;
  height: 10px;
  background: rgba(0,0,0,0.1);
  flex-shrink: 0;
}

.nbm-footer__alert {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #c03030;
  font-weight: 600;
}

.nbm-footer__alert-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c03030;
  flex-shrink: 0;
}

.nbm-footer__refresh {
  margin-left: auto;
  color: #94a3b8;
}

/* Responsive: stack on small screens */
@media only screen and (max-width: 991px) {
  .nbm-window-wrap {
    margin-top: 32px;
  }

  .nbm-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}

