/* input(578,1): run-time error CSS1019: Unexpected token, found '}' */
@font-face {
    font-family: 'Helvetica Neue Custom';
    src: url('/fonts/HelveticaNeue-Roman.woff2?v=Oq1SVcIsBaiDdwp36Ul8igoI0a8') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Custom';
    src: url('/fonts/HelveticaNeue-Light.woff2?v=r3IEka6xIvvOgKstn47PqyMeHPA') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Custom';
    src: url('/fonts/HelveticaNeue-Medium.woff2?v=jVrEXkIkPPPZXPcUc8i0Shi7RHE') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Custom';
    src: url('/fonts/HelveticaNeue-Bold.woff2?v=cgpLUmq0BZcglByT8jE0NJnnN74') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Custom';
    src: url('/fonts/HelveticaNeue-Thin.woff2?v=DFXAOrxf6T9k_O63PP3DGzflUMk') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

.min-width-content {
    max-width: 1080px;
    margin: 0 auto;
}

.max-width-content {
    width: 100%;
    max-width: none;
    margin: 0;
}

html, body, a {
    scroll-behavior: smooth;
    scroll-padding-top: 64px;
    text-decoration: none;
    color: inherit;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --body-font-hn: 'Helvetica Neue Custom', sans-serif;
    --body-font--monosql: "Cascadia Code", "Consolas", monospace;
    --body-font--segoe: "Segoe Script", "Bradley Hand", "Comic Sans MS", cursive;
    --blue: #1a73e8;
    --cyan-logo-nti: #0095DD;
    --blue-ibmi: #66C6E2;
    --blue-sea: #3a4bff;
    --black: #000000;
    --black-title: #0a0a0a;
    --black-powershell: #1F1F1F;
    --white: #fff;
    --lawngreen: #7cfc00;
    --cornflowerblue: #6495ed;
    --grey: #F9FAFB;
    --ancre: #06c;
    --font-grey: rgb(255, 255, 255);
    --font-dark-grey: #020817CC;
    --title-grey: #5E5E5E;
    --font-grey-p: #6e6e73;
    --font-grey-faq: #49494b;
    --border-faq: #e5e7eb;
    --border-input: #c4c4c9;
    --nav-grey: rgba(245,245,247,.8);
    --base-font: 16px;
    --error: #d93025;
    --success: #00691f;
    --black-desc: #000000bd;
    --sql-text: #D63394;
    --dot-ado: #512BD4;
    --dot-ef: #7C4DFF;
    --dot-net: #512BD4;
    --dot-cl: #333333;
    --dot-multi: #00CFFF;
    --dot-rpg: #E0C200;
    --label-error: #ff4949;
    --checkbox: #1a73e8;
    --btn-hover: #3a4bffcf;
    --dot-blue: #2b50ff;
    --dot-cyan: #00b9e8;
    --dot-dark: #1a1a1a;
    --dot-violet: #6a6eff;
    --dot-lightblue: #5ec7ff;
    --table-th: #EDF5FF;
}

.vbp-header-menu-button__svg {
    width: 24px;
    height: 24px;
    cursor: pointer;
    transform: scaleX(-1);
}

.vbp-header-menu-button__svg line {
    stroke: var(--black);
    stroke-dasharray: 100%;
    stroke-dashoffset: 0%;
    transition: transform 0.3s, stroke-dashoffset .4s;
    transform-origin: center;
    stroke-width: 3px;
}

.vbp-header-menu-button__svg .top {
    transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
}

.vbp-header-menu-button__svg .middle {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transition: opacity .3s, transform .3s;
    -webkit-transition: opacity .3s, transform .3s;
    -moz-transition: opacity .3s, transform .3s;
    -o-transition: opacity .3s, transform .3s;
}

.vbp-header-menu-button__svg .bottom {
    transform: translateY(33%);
    -webkit-transform: translateY(33%);
    -moz-transform: translateY(33%);
    -ms-transform: translateY(33%);
    -o-transform: translateY(33%);
}

body.menu-open .vbp-header-menu-button__svg .top {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    stroke-linecap: round;
}

body.menu-open .vbp-header-menu-button__svg .middle {
    transform: scaleX(0.1);
    -webkit-transform: scaleX(0.1);
    -moz-transform: scaleX(0.1);
    -ms-transform: scaleX(0.1);
    -o-transform: scaleX(0.1);
    opacity: 0;
}

body.menu-open .vbp-header-menu-button__svg line.bottom {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    stroke-linecap: round;
}

body.menu-open .vbp-header-menu-button__svg .bottom {
    stroke-dashoffset: 0%;
}

body.menu-open .vbp-header-menu-button__svg .top {
    stroke-dashoffset: 0%;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(245, 245, 247, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: background-color 0.4s ease, box-shadow 0.4s ease, opacity 0.4s ease;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1440px;
    min-height: 48px;
    margin: 0 auto;
    padding: 0 24px;
    top: 0;
}

.nav-mobile-menu {
    display: flex;
    justify-content: space-between;
    flex: 4;
    justify-content: center;
}

.brand-link {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: var(--body-font-hn);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 3px;
    text-decoration: none;
    color: var(--black);
}

.brand-link img {
    width: 28px;
    height: 28px;
}

.home-link-mobile {
    display: none;
}

.nav-items-center a:not(.brand-link) {
    font-family: var(--body-font-hn);
    padding: 5px 10px;
    transition: background-color 0.5s ease;
    color: var(--black);
    font-size: 14px;
    position: relative;
    letter-spacing: -0.01em;
    line-height: 1;
    font-weight: 300;
}

.nav-items-center .nav-link-center {
    position: relative;
}

.active-header {
    color: var(--blue) !important;
    font-weight: 500;
}

.mobile-menu {
    display: none;
    width: 100%;
    flex-direction: column;
}

.nav-items-center {
    display: flex;
    justify-content: center;
    gap: 55px;
    align-items: center;
}

.nav-item-burger {
    display: none;
    top: 41px;
    right: 41px;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    width: 30px;
    height: 30px;
}

.nav-container.fade-in {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

.nav-container.fade-out {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.nav-items-center .nav-link-center-action {
    background-color: var(--blue-sea);
    font-family: var(--body-font-hn);
    color: var(--white) !important;
    box-shadow: 0 32px 32px #1118270a, 0 16px 16px #1118270a, 0 8px 8px #1118270a, 0 4px 4px -2px #1118270a, 0 2px 2px -1px #1118270a, 0 0 0 1px rgba(0,0,0,0.08);
    border: none;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 12px 24px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    transition: background-color 0.25s ease;
}

.nav-items-center .nav-link-center-action:hover {
     background-color: var(--btn-hover);
}

.site-footer {
    width: 100%;
    background: var(--grey);
    margin: 0 auto;
    padding: 0 16px;
}

.footer-top {
  padding: 40px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    align-items: start;
    padding-top: 30px;
}

.footer-accordion {
    width: 100%;
    padding-bottom: 10px;
    background: none;
    border: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-family: var(--body-font-hn);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--black);
    cursor: pointer;
}

.footer-acc-icon {
    transition: transform .2s ease;
}

.footer-col h3 {
  font-family: var(--body-font-hn);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 12px 0;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col a {
  display: inline-block;
  font-family: var(--body-font-hn);
  font-size: 17px;
  line-height: 1.47;
  font-weight: 400;
  letter-spacing: -0.022em;
  color: var(--title-grey);
  text-decoration: none;
  padding-bottom: 4px; 
  position: relative;
  transition: color .25s ease;
}

.footer-col a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px; 
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width .25s ease;
}
.footer-col a:hover {
  color: var(--ancre, #0a66c2);
}
.footer-col a:hover::after { 
    width: 100%; 
}

.footer-separator {
    position: relative;
    width: 100%;
    height: 1px;
    background: linear-gradient( to right, var(--grey) 0%, rgba(0, 0, 0, 0.12) 15%, rgba(0, 0, 0, 0.12) 85%, var(--grey) 100% );
    opacity: 0.9;
    margin: 40px auto 30px;
}

.footer-bottom {
  text-align: center;
  padding: 0 0 40px 0;
}

.footer-bottom p {
  margin: 0;
  font-family: var(--body-font-hn);
  font-size: 15px;
  color: var(--title-grey);
}

@media ( max-width: 1440px) {
    footer {
        padding: 20px 20px;
    }
}

@media (max-width: 1050px) {
    .nav-link-center {
        display: none;
    }

    .nav-items-center .brand-text {
        display: none;
    }
    .nav-items-center .nav-link-center-action {
        border-radius: 0;
    }

    .nav-items-center .brand-link img {
        display: block;
        width: 28px;
        height: 28px;
    }

    .nav-items-center {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0;
        padding-top: 0;
        width: 100%;
        will-change: transform, opacity;
    }

    .nav-container {
        padding: 0px 20px;
    }

    .nav-item-burger {
        border: none;
        background: transparent;
        display: block;
        top: 11px;
        right: 10px;
    }

    .nav-mobile-menu {
        flex-direction: column;
        padding-top: 0 !important;
    }

    .nav-items-center a:not(.brand-link){
        display: none;
        padding: 0;
    }

    body.menu-open .nav-items-center {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding-top: 10px;
    }

    body.menu-open .nav-items-center .nav-link-center, .nav-link-center-action {
        display: block;
        font-size: 28px;
        line-height: 1.1428571429;
        font-weight: 600;
        letter-spacing: .007em;
        animation: menuSlideDown .30s ease-out both;
    }
        
    body .menu-closing .nav-items-center .nav-link-center {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        padding-top: 10px;
    }

    body.menu-closing .nav-items-center .nav-link-center, .nav-link-center-action {
        display: block;
        font-size: 28px;
        line-height: 1.1428571429;
        font-weight: 600;
        letter-spacing: .007em;
        width: 100%;
        padding: 0;
        animation: menuSlideUp .24s ease-in both;
    }

    body.menu-open .nav-items-center .nav-link-center-action,
    body.menu-closing .nav-items-center .nav-link-center-action {
        display: inline-block;
        width: auto;
        padding: 0;
        font-size: 28px;
        line-height: 1.3;
        font-weight: 600;
        color: var(--blue-sea) !important;
        animation: menuSlideDown .30s ease-out both;
        background-color: transparent;
        box-shadow: none;
    }

    @keyframes menuSlideDown {
        from {
            transform: translateY(-14px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes menuSlideUp {
        from {
            transform: translateY(0);
            opacity: 1;
        }

        to {
            transform: translateY(-14px);
            opacity: 0;
        }
    }

    .home-link-mobile {
        display: block;
    }

    .mobile-menu-overlay {
        display: none !important;
    }

    .footer-top {
        padding: 32px 0;
    }

    .footer-col h3 {
        font-size: 22px;
    }

    .footer-col a {
        font-size: 16px;
    }

    .footer-bottom {
        padding: 0 0 32px 0;
    }
}

@media (min-width: 736px) {
    .footer-accordion {
        pointer-events: none;
    }

    .footer-acc-icon {
        display: none;
    }
    .footer-col ul {
        display: block !important;
        height: auto !important;
    }
}

@media (max-width: 735px) {
  .site-footer {
    padding: 0 14px;
  }

  .footer-grid {
      grid-template-columns: 1fr;
      gap: 18px;
  }
  
  .footer-col ul {
      display: none;
      padding-top: 0;
  }
  
  .footer-accordion[aria-expanded="true"] + ul {
      display: block;
      padding-left: 0;
  }
  
  .footer-accordion[aria-expanded="true"] .footer-acc-icon {
      transform: rotate(90deg);
  
  }
    .footer-col a::after {
        content: none;
    }
  .footer-top {
    padding: 24px 0;
  }

  .footer-col h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .footer-col a {
    font-size: 16px;
  }
    .footer-separator {
        margin: 10px auto 40px;
    }
  .footer-bottom {
    padding: 0 0 50px 0;
  }

  .footer-bottom p {
    font-size: 14px;
  }
}

.gradient-text {
    background-image: linear-gradient(86.68deg, #2142e7, #03b5ed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.text-link{
    color: var(--blue-sea);
}

.modernize-hero {
    height: 25vh;
    background-color: var(--white);
    display: flex;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-height: 185px
}

.modernize-hero-header {
    display: flex;
    flex-direction: column;
}

.modernize-h1 {
    display: flex;
    flex-direction: column;
    font-family: var(--body-font-hn);
    font-weight: 700;
    line-height: 1.1;
    padding: 60px 0 5px 0; 
    color: var(--black-title);
    margin: 0;
}

.modernize-h1 .line-1 {
    font-size: 48px;
}

.modernize-h1 .line-2 {
    margin-top: 5px;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.19048;
    letter-spacing: .011em;
    color: var(--font-grey-p);
}

.modernize-intro {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: radial-gradient( circle at center, rgba(63, 140, 255, 0.25) 0%, rgba(100, 170, 255, 0.18) 25%, rgba(160, 205, 255, 0.10) 45%, rgba(230, 245, 255, 0.05) 70%, rgba(255, 255, 255, 1) 100% );
    background-repeat: no-repeat;
    background-size: 180% 140%;
    background-position: center;
    background-blend-mode: lighten;
    height: 55vh;
    display: flex;
    align-items: center;
}

.modernize-intro-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modernize-intro-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.modernize-intro-text h2 {
    font-family: var(--body-font-hn);
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -.003em;
    margin-bottom: 30px
}

.modernize-intro-text p {
    font-family: var(--body-font-hn);
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: var(--font-grey-p);
    margin-bottom: 8px;
   padding-right: 13%;
}


.modernize-hero-cta {
    display: flex;
    gap: 18px;
    margin-top: 35px;
}

.modernize-hero-cta .btn{
   display: inline-block;
    padding: 8px 28px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
    font-family: var(--body-font-hn);
}

.hero-primary {
    background-color: var(--blue-sea);
    color: var(--white);
    box-shadow: 0 32px 32px #1118270a, 0 16px 16px #1118270a, 0 8px 8px #1118270a, 0 4px 4px -2px #1118270a, 0 2px 2px -1px #1118270a, 0 0 0 1px rgba(0,0,0,0.08);
}

.hero-primary:hover {
    background-color: var(--btn-hover);
}

.hero-secondary {
    background-color: var(--white);
    color: var(--black-btn);
    box-shadow: 0 32px 32px #1118270a, 0 16px 16px #1118270a, 0 8px 8px #1118270a, 0 4px 4px -2px #1118270a, 0 2px 2px -1px #1118270a, 0 0 0 1px rgba(0,0,0,0.08);
}

.hero-secondary:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.modernize-section-content{
    padding: 80px 0 80px 0;
}

.modernize-section-content h2{
    font-family: var(--body-font-hn);
    font-size: 32px;
    font-weight: 600;
    color: var(--black-title);
    margin-bottom: 30px;
}

.gradient-scan {
    position: relative;
    display: inline-block;
    font-family: var(--body-font-hn);
    font-size: 32px;
    font-weight: 600;
    color: var(--black-title);
    background: linear-gradient( 90deg, var(--black-title) 0%, var(--black-title) 40%, #2142e7 47%, #03b5ed 53%, var(--black-title) 60%, var(--black-title) 100% );
    background-size: 400%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: scanGradient 9s linear infinite;
}

@keyframes scanGradient {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.modernize-section-content p {
    font-family: var(--body-font-hn);
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: var(--black-desc);
    margin-bottom: 15px;
}

.modernize-benefits {
    padding: 100px 0;
    background: var(--grey);
}

.modernize-benefits-container {
    max-width: 1080px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 0 auto;
}


.benefit-item {
    text-align: left;
}

.icon-box {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: rgba(26, 115, 232, 0.08) 0px 2px 6px;
    background: linear-gradient(135deg, rgb(239, 248, 253) 0%, rgb(248, 251, 255) 100%);
    border-radius: 12px;
    transition: 0.3s;
}

.benefit-item h3 {
    font-family: var(--body-font-hn);
    font-size: 22px;
    font-weight: 600;
    color: var(--black-title);
    margin: 15px 0;
}

.benefit-item p {
    font-family: var(--body-font-hn);
    font-size: 15px;
    line-height: 1.6;
    color: var(--font-grey-p);
    max-width: 300px;
}

.modernize-timeline {
    position: relative;
    margin-top: 120px;
}

.timeline-container {
    position: relative;
    width: 100%;
    margin: 100px auto 140px;
    max-width: 1080px;
}

.timeline-line {
    position: relative;
    height: 12px;
    width: 100%;
    background: linear-gradient(to right, #5bd5e0, #006eff, #6d35d9);
    border-radius: 4px;
}

    .timeline-line::after {
        content: "";
        position: absolute;
        right: -17px !important;
        top: -8px !important;
        width: 0;
        height: 0;
        border-top: 14px solid transparent !important;
        border-bottom: 14px solid transparent !important;
        border-left: 24px solid #6d35d9 !important;
    }

.timeline-item {
    position: absolute;
    transform: translateX(-50%);
}

.timeline-dot {
    border-radius: 3px;
    width: 30px;
    height: 30px;
    border: 5px solid var(--black);
    background: var(--white);
    box-sizing: border-box;
    position: absolute;
    top: -21px;
}

.timeline-line::after {
    top: -6px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #6d35d9;
}

.item-1 {
    left: 3%;
}

.item-2 {
    left: 37%;
}

.item-3 {
    left: 74%;
}

.timeline-text {
    position: absolute;
    width: 215px;
}

.timeline-text h3 {
    margin: 0;
    font-family: var(--body-font-hn);
    font-size: 22px;
    font-weight: 600;
    color: var(--blue-sea);
}

.timeline-text p {
    margin: 2px 0 0;
    font-family: var(--body-font-hn);
    font-size: 16px;
    line-height: 1.55;
    color: var(--font-grey-p);
}

.item-1 {
    left: 5%;
}

.item-2 {
    left: 45%;
}

.item-3 {
    left: 85%;
}

.timeline-text.top {
    bottom: 40px;
    text-align: left;
}

.timeline-text.bottom {
    top: 25px;
    text-align: left;
}

.modernize-section-table {
    margin: 100px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.modernize-section-table-container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.modernize-section-table-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
    text-align: center;
}

.modernize-section-table-header h2 {
    font-family: var(--body-font-hn);
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--black-title);
    margin-bottom: 12px;
}

.modernize-section-table-header p {
    font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.6;
    color: var(--font-grey-p);
    font-weight: 400;

}

.nti-compare-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

.nti-compare-table thead th {
    padding: 20px 28px;
    font-family: var(--body-font-hn);
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    background: var(--table-th);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nti-compare-table tbody tr {
    transition: background 0.25s ease;
}

.nti-compare-table tbody tr:hover {
    background: rgba(33, 66, 231, 0.06);
}

.nti-compare-table td {
    padding: 18px 28px;
    font-family: var(--body-font-hn);
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: -0.1px;
    color: var(--black-desc);
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.nti-compare-table tbody tr:last-child td {
    border-bottom: none;
}

.modernize-quote {
    position: relative;
    backdrop-filter: blur(6px);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 8px 20px;
    max-width: 670px;
    margin: 70px auto 0;
    padding: 20px 20px 20px 28px;
    background: linear-gradient(135deg, rgba(63, 140, 255, 0.08), rgba(3, 181, 237, 0.04));
    border-radius: 14px;
}

.modernize-quote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;    
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(86deg, rgb(33, 66, 231), rgb(3, 181, 237));
}
.modernize-quote p {
    font-family: var(--body-font-hn);
    font-size: 17px;
    line-height: 1.55;
    font-weight: 500;
    color: var(--black-title);
    margin: 0;
}

.modernize-modern-experience-image{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 0 60px 0;
}

.modernize-modern-experience-image img {
    width: 400px;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
}

.modernize-modern-header {
    text-align: center;
    margin-bottom: 120px;
}

.modernize-modern-header h2 {
    font-family: var(--body-font-hn);
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--black-title);
    margin-bottom: 12px;
}

.modernize-modern-header p {
    font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.6;
    color: var(--font-grey-p);
    font-weight: 400;
}

.modernize-modern-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.modernize-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 10px 25px rgba(20, 40, 80, 0.07);
    border: 1px solid rgba(63, 140, 255, 0.15);
    display: flex;
    flex-direction: column;
}

.modernize-icon {
    font-size: 42px;
    color: #2142e7;
    margin-bottom: 18px;
}

.modernize-card h3 {
    font-family: var(--body-font-hn);
    font-size: 24px;
    font-weight: 600;
    color: var(--black-title);
    margin-bottom: 25px;
}

.modernize-card p {
    font-family: var(--body-font-hn);
    font-size: 15.5px;
    color: var(--font-grey-p);
    line-height: 1.6;
    margin-bottom: 8px;
}

.modernize-section-pragmatic {
    margin-top: 120px;
    background: var(--grey);
}

.modernize-pragmatic-wrapper {
    display: flex;
    flex-direction: row;
    gap: 55px;
    align-items: center;
    padding: 100px 0;
}

.pragmatic-col-left,
.pragmatic-col-right {
    flex: 1 1 50%;
}

.pragmatic-col-left h2 {
    font-family: var(--body-font-hn);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--black-title);
    margin-bottom: 15px;
}

.pragmatic-underline {
    display: block;
    width: 75px;
    height: 5px;
    background: linear-gradient(86deg, #2142e7, #03b5ed);
    border-radius: 999px;
    margin-bottom: 30px;
}

.pragmatic-col-left p {
    font-family: var(--body-font-hn);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: var(--font-grey-p);
    margin-bottom: 15px;
}

.pragmatic-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pragmatic-list li {
    display: flex;
    align-items: center;
    gap: 10px; 
    font-family: var(--body-font-hn);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: var(--black-desc);   
    margin-bottom: 10px;
    padding-left: 0; 
    position: relative;
}

.pragmatic-list li .check-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: block;
}

.modernize-action-benefits {
    padding: 100px 0 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.modernize-action-benefits h2 {
    font-family: var(--body-font-hn);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--black-title);
    margin-bottom: 12px;
}

.modernize-action-benefits p {
   font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.6;
    color: var(--font-grey-p);
    font-weight: 400;
}

.action-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 65px 50px;
    max-width: 800px;
    margin: 100px auto;
}

.action-benefit-item {
    display: flex;
    align-items: flex-start;
    text-align: left;
    gap: 16px;
}

.action-benefit-item .check-icon {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    margin-top: 4px;
}

.action-benefit-item .benefit-text h3 {
    font-family: var(--body-font-hn);
    font-size: 22px;
    font-weight: 600;
    color: var(--black-title);
    margin: 0 0 8px 0;
}

.action-benefit-item .benefit-text p {
    font-family: var(--body-font-hn);
    font-size: 16px;
    line-height: 1.55;
    color: var(--font-grey-p);
    margin: 0;
    max-width: 340px;
}

.modernize-logo-partner {
    background-color: var(--white);
    text-align: center
}

.modernize-logo-partner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    gap: 100px;
}

.modernize-logo-partner-container::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80px;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(0, 0, 0, 0.08) 15%,
        rgba(0, 0, 0, 0.08) 85%,
        rgba(255, 255, 255, 1) 100%
    );
    left: calc(50% + -17px);
    z-index: 2;
    opacity: 1;
    pointer-events: none;
}

.partner-logo-card:first-child img {
    background-color: var(--white);
    border-radius: 8px;
    padding: 4px 10px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.partner-logo-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.partner-logo-inner img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: block
}

.modernize-faq {
    display: flex;
    flex-direction: column;
    padding-top: 100px;
}

.modernize-faq-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 100px;
}

.modernize-faq-title h2 {
    font-family: var(--body-font-hn);
    font-size: 48px;
    font-weight: 600;
    line-height: 1.05;
    color: var(--black-title);
    text-align: center;
}

.modernize-faq-questions {
    background-color: var(--grey);
    margin-bottom: 80px;
    padding: 80px 2px;
    display: flex;
    justify-content: center;
    border-radius: 34px;
    box-shadow: 0px 16px 16px rgba(17, 24, 39, 0.03), 0px 8px 8px rgba(17, 24, 39, 0.03), 0px 4px 4px rgba(17, 24, 39, 0.03), 0px 2px 2px rgba(17, 24, 39, 0.03), 0px 0px 0px 0px rgba(17, 24, 39, 0.16);
}

.faq-block {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid var(--border-faq);
    padding: 35px 0;
}

.faq-toggle {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.faq-toggle, .faq-answer-inner {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}

.faq-question {
    font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.2105263158;
    font-weight: 600;
    letter-spacing: .012em;
    margin: 0;
    text-align: left;
    max-width: 92%;
}

 .toggle-faq {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 8px;
    background: #f3f4f6;
    box-shadow:
        0 1px 2px rgba(0,0,0,0.06),
        0 1px 3px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

 .toggle-faq img {
    width: 16px;
    height: 16px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.faq-toggle:hover .toggle-faq {
    background: #e5e7eb;
    box-shadow:
        0 2px 4px rgba(0,0,0,0.08);
}

.faq-item.open .toggle-faq img {
    transform: rotate(90deg);
}

.faq-answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease;
}
.faq-answer-inner {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.35s ease;
    padding: 15px 0;
}

.faq-item.open .faq-answer-inner {
    opacity: 1;
    transform: translateY(0);
}

.faq-answer p {
    font-family: var(--body-font-hn);
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: -0.022em;
    margin: 15px 0;
}

.faq-answer ul {
    padding-left: 20px;
    list-style-type: square;
    font-family: var(--body-font-hn);
    font-size: 16px;
}

.faq-answer li::marker {
    color: var(--blue);
}

 .faq-item:last-child {
    border-bottom: none;
}

.modernize-contact {
    padding: 0 20px 100px 20px;
}

.modernize-contact-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.modernize-contact-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 5px;
}

.action-lead-logo {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.action-lead-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
}

.aumerial-name {
    font-family: var(--body-font-hn);
    font-size: 22px;
    font-weight: 700;
    color: var(--black-title);
    margin: 0;
}

.aumerial-tagline {
    font-family: var(--body-font-hn);
    font-size: 16px;
    font-weight: 400;
    color: var(--font-grey-p);
}

.modernize-buttons {
    display: flex;
    gap: 22px;
    margin-bottom: 60px;
}

.modernize-buttons .btn {
    display: inline-block;
    padding: 8px 28px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 500;
    font-family: var(--body-font-hn);
    text-decoration: none;
    transition: all 0.25s ease;
}

.modernize-buttons .btn-primary {
    background-color: var(--blue-sea);
    color: var(--white);
    box-shadow: 0 32px 32px #1118270a, 0 16px 16px #1118270a;
}

.modernize-buttons .btn-primary:hover {
    background-color: var(--btn-hover);
}

.modernize-buttons .btn-secondary {
    background-color: var(--white);
    border: 1px solid rgba(0,0,0,0.08);
    color: var(--black-btn);
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}

.modernize-buttons .btn-secondary:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

@media (max-width:1080px) {

    .modernize-timeline, .modernize-section-table-container, .modernize-modern-experience{
        padding: 0 20px;
    }


    .modernize-section-table-container{
        padding: 40px 20px 80px 20px;
    }

    .modernize-section-table-header h2, .modernize-modern-header h2, .modernize-action-benefits h2, .modernize-faq-title h2 {
        font-size: 40px;
    }

    .modernize-hero {
        height: auto;
        padding: 0 20px 20px 20px;
    }

    .modernize-intro{
        height: auto;
    }

    .modernize-h1 .line-1 {
        font-size: 40px;
    }

    .modernize-h1 .line-2 {
        font-size: 18px;
    }

    .modernize-hero-cta .btn {
        font-size: 16px;
        padding: 10px 26px;
    }

    .modernize-intro-content {
        padding: 60px 20px;
    }

    .modernize-section-content {
        padding: 80px 20px 80px 20px;
    }
    .modernize-section-content p{
        font-size: 17px;
        line-height: 1.4;
    }

    .modernize-benefits{
        padding: 80px 20px;
    }

    .modernize-benefits-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .timeline-line {
        width: 98%;
    }

    .item-1 {
        left: 7%;
    }
    .item-2 { left: 42%; }
    .item-3 { left: 80%; }

    .timeline-text {
        width: 180px !important;
    }

    .timeline-text h3 {
        font-size: 20px;
    }
    .timeline-text p {
        font-size: 14px;
    }

    .nti-compare-table thead th {
        font-size: 16px;
    }
    .nti-compare-table td {
        font-size: 16px;
    }
    .modernize-modern-header {
        margin-bottom: 70px;
    }
    .modernize-modern-grid {
        grid-template-columns: 1fr;
        justify-items: center; 
        gap: 28px;
    }

    .modernize-card {
        max-width: 520px;
        width: 100%;
    }

    .modernize-section-pragmatic {
        margin-top: 80px;
    }
    .modernize-pragmatic-wrapper {
        flex-direction: column;
        align-items: start;
        padding: 80px 20px;
        gap: 30px;
    }

    .pragmatic-col-left h2{
        font-size: 32px;
    }
    .pragmatic-col-left p, .pragmatic-list li {
        font-size: 16px;
    }

    .pragmatic-list li {
        margin-bottom: 6px;
        padding-left: 0;
    }

    .modernize-action-benefits {
        padding: 80px 20px 0 20px;
    }
    .action-benefits-grid {
        gap: 40px 30px;
        margin: 80px auto;
    }
    .action-benefit-item .benefit-text h3 {
        font-size: 19px;
        margin: 0 0 12px 0;
    }
    .action-benefit-item .benefit-text p {
        font-size: 15px;
        font-weight: 400;
    }
    .modernize-faq{
        padding: 100px 20px 0 20px;
    }
    .modernize-faq-questions {
        padding: 40px 20px;
    }

}

@media (max-width:735px) {
    .modernize-h1 .line-1, .modernize-intro-text h2, .modernize-section-table-header h2, .modernize-modern-header h2, .modernize-action-benefits h2, .modernize-faq-title h2 {
        font-size: 32px;
    }

    .modernize-section-table-header p, .modernize-modern-header p,  .modernize-action-benefits p{
        font-size: 16px;
    }

    .modernize-intro-text p {
        padding-right: 0%;
        margin-bottom: 15px;
        font-size: 16px;
    }
    .modernize-hero-cta {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        gap: 16px;
    }
    .modernize-section-content {
        padding: 50px 20px 30px 20px;
    }
    .modernize-section-content p{
         font-size: 16px;
    }
    .modernize-benefits {
        padding: 60px 20px;
    }
    .benefit-item {
        text-align: left;
        max-width: 100%;
    }

    .timeline-line {
        height: 8px;
    }

    .timeline-dot {
        width: 24px;
        height: 24px;
        border: 3px solid var(--black);
        top: -16px;
    }
    .timeline-text {
        width: 130px !important;
    }
    .timeline-line::after {
        top: -10px !important;
    }
    .modernize-section-table {
        margin: 80px 0 60px 0;
    }
    .modernize-section-table-header {
        margin-bottom: 60px;
    }
    .modernize-section-table-container {
        padding: 0 20px 40px 20px;
    }
    .nti-compare-table thead th {
        font-size: 15px;
        padding: 20px 20px;
    }

    .nti-compare-table td {
        font-size: 14px;
        padding: 20px 20px;
    }
    .modernize-quote {
        margin: 50px auto 0;
    }
    .modernize-quote p {
        font-size: 15px;
    }
    .modernize-modern-experience-image {
        margin: 60px 0 60px 0;
    }
    .modernize-modern-experience-image img {
        width: 300px;
    }

    .modernize-modern-grid {
        gap: 35px;
    }

    .modernize-card {
        max-width: none; 
        width: 100%; 
    }
    .modernize-pragmatic-wrapper {
        padding: 60px 20px;
    }
    .modernize-section-pragmatic {
        margin-top: 80px;
    }
    .pragmatic-list li {
        font-size: 15px;
    }
    .modernize-action-benefits {
        padding: 60px 20px 0 20px;
    }
    .action-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        margin: 60px auto;
    }
    .action-benefit-item {
        gap: 8px;
    }

    .modernize-logo-partner-container {
        gap: 60px
    }

    .partner-logo-card {
        width: 140px;
        height: 70px
    }
    .modernize-faq {
        padding: 80px 20px 0 20px;
    }
    .modernize-faq-title {
        margin-bottom: 80px;
    }
    .faq-question {
        font-size: 16px;
    }

    .modernize-contact {
        padding: 0 20px 60px 20px;
    }
    .action-lead-intro, .action-lead-final {
        font-size: 16px;
    }

    .modernize-buttons {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 40px;
    }

    .modernize-buttons .btn {
        font-size: 16px;
        padding: 10px 26px;
    }
}

@media (max-width:550px) {
    .item-1 {
        left: 3%;
    }
    .item-2 {
        left: 33%;
    }
    .item-3 {
        left: 66%;
    }
    .timeline-text h3 {
        font-size: 17px;
    }
    .timeline-text p {
        font-size: 12px;
    }
    .modernize-benefits-container {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    .modernize-action-benefits {
        padding: 60px 20px 0 20px;
    }
    .action-benefits-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px 0px;
    }
    .modernize-logo-partner-container {
        gap: 25px;
    }

}

