/* input(597,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-link-mobile-home {
    display: none;
}

.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, .nav-link-mobile-home {
        display: block;
        font-size: 20px;
        line-height: 1.1;
        font-weight: 500;
        letter-spacing: .007em;
        animation: menuSlideDown .30s ease-out both;
    }

    body.menu-open .nav-link-mobile-home{
        margin-top: 30px;
    }

    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: 20px;
        line-height: 1.1;
        font-weight: 500;
        letter-spacing: .007em;
        width: 100%;
        padding: 0;
        animation: menuSlideUp .24s ease-in both;
    }

    body.menu-open .nav-items-center a:not(.brand-link) {
        width: 100%;
        padding: 14px 0;
        border-bottom: 1px solid #e5e7eb;
    }

    body.menu-open .nav-items-center a:last-child {
        border-bottom: none;
    }

    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: 20px;
        line-height: 1.1;
        font-weight: 600;
        color: var(--blue-sea) !important;
        animation: menuSlideDown .30s ease-out both;
        background-color: transparent;
        box-shadow: none;
        border-bottom: none !important;
    }

    @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 {
    display: inline;
    background-image: linear-gradient(86.68deg, #2142e7, #03b5ed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.gradient-scan {
    position: relative;
    display: inline-block;
    font-family: var(--body-font-hn);
    font-size: 32px;
    font-weight: 500;
    color: var(--font-dark-grey);
    background: linear-gradient( 90deg, var(--font-dark-grey) 0%, var(--font-dark-grey) 40%, #2142e7 47%, #03b5ed 53%, var(--font-dark-grey) 60%, var(--font-dark-grey) 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;
    }
}

.dotnet-hero {
    height: 25vh;
    background-color: var(--white);
    display: flex;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    min-height: 185px
}

.dotnet-hero-header {
    display: flex;
    flex-direction: column;
}

.dotnet-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;
}

.dotnet-h1 .line-1 {
    font-size: 48px;
}

.dotnet-h1 .line-2 {
    margin-top: 5px;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.19048;
    letter-spacing: .011em;
    color: var(--font-grey-p);
}

.dotnet-hero-header p{
    font-family: var(--body-font-hn);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.19048;
    letter-spacing: .011em;
    color: var(--font-grey-p);
}

.dotnet-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;
}

.dotnet-intro-content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 40px;
    height: 100%
}

.dotnet-intro-content {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.dotnet-intro-text h2 {
    font-family: var(--body-font-hn);
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -.003em;
    margin-bottom: 15px
}

.dotnet-intro-actions {
    display: flex;
    gap: 20px;
    margin: 30px 0 80px 0;
    gap: 20px;
}

.intro-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);
}

.intro-btn-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);
}

 .intro-btn-primary:hover {
    background-color: var(--btn-hover);
}

.intro-btn-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);
}

.intro-btn-secondary:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.dotnet-intro-image {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0
}

.dotnet-intro-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain
}

.dotnet-benefits {
    padding: 120px 0 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.dotnet-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;
}

.gradient-text-dotnet {
    background: linear-gradient(#2a39d0, #9c3def);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.dotnet-benefits p {
    max-width: 900px;
    font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.6;
    color: var(--font-grey-p);
    font-weight: 400;
}

.dotnet-benefits-wrapper {
    padding: 100px 0;
    max-width: 1080px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
    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;
}

.dotnet-possibilities {
    background: radial-gradient(circle at 50% 0%, 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-blend-mode: lighten;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.dotnet-possibilities-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}

.dotnet-possibilities-header h2{
    font-family: var(--body-font-hn);
    font-size: 32px;
    font-weight: 600;
    color: var(--black-title);
    margin-bottom: 12px;
}

.dotnet-possibilities-header p{
    max-width: 900px;
    font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.6;
    color: var(--font-grey-p);
    font-weight: 400;
}

.dotnet-possibilities-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 10px;
}

.dotnet-card {
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: var(--white);
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.dotnet-card:hover {
    border-color: #1a73e8;
    border-color: rgba(26, 115, 232, 0.2);
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.08), 0 0 40px rgba(26, 115, 232, 0.12);
}

.icon-box {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #eff8fd 0%, #f8fbff 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(26, 115, 232, 0.08);
  transition: all 0.3s ease;
}

.icon-box svg {
  color: #1a73e8;
  transition: color 0.3s ease;
}

.dotnet-card:hover .icon-box svg {
    color: #1669d6;
}

.dotnet-card:hover .icon-box {
    background: linear-gradient(135deg, #e6f3ff 0%, #f3f8ff 100%);
    box-shadow: 0 2px 8px rgba(26, 115, 232, 0.18);
}

.dotnet-card h3 {
    font-family: var(--body-font-hn);
    font-size: 22px;
    font-weight: 600;
    color: var(--black-title);
    margin-bottom: 16px;
}

.dotnet-card p {
    font-family: var(--body-font-hn);
    font-size: 15px;
    color: var(--font-grey-p);
    line-height: 1.6;
    min-height: 80px;
}

.dotnet-nti {
    padding: 50px 0 100px 0;
}

.dotnet-nti-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 150px;
}

.dotnet-nti-header H2{
    font-family: var(--body-font-hn);
    font-size: 48px;
    font-weight: 600;
    color: var(--black-title);
    margin-bottom: 12px;
}

.dotnet-nti-header p {
    max-width: 900px;
    font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.6;
    color: var(--font-grey-p);
    font-weight: 400;
}

.dotnet-nti-features {
    display: flex;
    flex-direction: column;
    gap: 100px;
    margin-top: 100px;
}

.dotnet-nti-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
    font-family: var(--body-font-hn);
}

.card-right .dotnet-nti-card-img {
    order: 2;
}

.dotnet-nti-card-img {
    background: #f8fafc;
    border: 1px dashed #e5e7eb;
    border-radius: 12px;
}

.dotnet-nti-card-img img {
    width: 100%;
    max-width: 500px;     
    height: auto;     
    display: block;
    border-radius: 12px;
}
.dotnet-nti-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: calc(471 / 500 * 100%);
}

.dotnet-nti-slide-track {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 200%;
    height: 100%;
    animation: ntiSlide 15s infinite ease-in-out;
    will-change: transform;
    transform: translateZ(0);
}

.dotnet-nti-slide-track img {
    flex: 0 0 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    backface-visibility: hidden;
    transform: translateZ(0);
}

@keyframes ntiSlide {
    0% {
        transform: translateX(0%);
    }

    40% {
        transform: translateX(0%);
    }

    50% {
        transform: translateX(-50%);
    }

    90% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

.dotnet-nti-card-text {
    max-width: 480px;
}

.dotnet-nti-card-step {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: var(--blue-sea);
    margin-bottom: 24px;
}

.dotnet-nti-card-bullet-point {
    color: var(--font-dark-grey);
    font-size: 14px;
}

.dotnet-nti-card-text h3 {
    font-size: 28px;
    font-weight: 600;
    color: var(--black-title);
    line-height: 1.2;
    margin-bottom: 24px;
}

.dotnet-nti-card-text p {
    font-size: 15px;
    line-height: 1.55;
    color: #475569;
    margin-bottom: 25px;
}

.dotnet-nti-link {
    display: inline-block;
}

.dotnet-nti-link a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--body-font-hn);
    font-size: 17px;
    font-weight: 500;
    color: var(--blue-sea);
    text-decoration: none;
    transition: color 0.2s ease;
     overflow: visible;
}

.dotnet-nti-link a .arrow {
    transition: transform 0.3s ease;
}

.dotnet-nti-link a:hover .arrow {
    transform: translateX(5px);
}

.dotnet-nti-cta{
    display: flex;
    justify-content: center;
    padding-top: 100px;
}

.dotnet-nti-btn {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    font-family: var(--body-font-hn);
    padding: 8px 28px;
    border-radius: 12px;
    text-decoration: none;
    transition: 0.25s;
    background-color: var(--white);
    color: var(--black-btn);
    box-shadow: rgba(17, 24, 39, 0.04) 0px 32px 32px, rgba(17, 24, 39, 0.04) 0px 16px 16px, rgba(17, 24, 39, 0.04) 0px 8px 8px, rgba(17, 24, 39, 0.04) 0px 4px 4px -2px, rgba(17, 24, 39, 0.04) 0px 2px 2px -1px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.dotnet-nti-btn:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.dotnet-compare {
    background: var(--grey);
}

.dotnet-compare-wrapper {
    display: flex;
    flex-direction: row;
    gap: 55px;
    align-items: center;
    padding: 100px 0;
}

.compare-col-left,
.compare-col-right {
    flex: 1 1 50%;
}

.compare-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;
}

.compare-underline {
    display: block;
    width: 92px;
    height: 5px;
    background: linear-gradient(86deg, #2142e7, #03b5ed);
    border-radius: 999px;
}

.compare-col-right 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;
}

.compare-table-outer {
    position: relative;
}

.compare-table-wrapper {
    padding: 0 0 80px 0;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
}

.compare-table th,
.compare-table td {
    font-family: var(--body-font-hn);
    padding: 14px 10px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    vertical-align: middle;
}

.compare-table th{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--black-title);
}

.compare-table th span{
    color: var(--font-grey-p);
}

.compare-table td{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--black-title);
}

.compare-table th:first-child,
.compare-table td:first-child {
    text-align: left;
}

.compare-table th:first-child,
.compare-table td:first-child {
    text-align: left;
}

.compare-notes {
    margin-top: 40px;
    font-family: var(--body-font-hn);
    font-size: 14px;
    font-style: italic;
    max-width: 700px; 
}

.compare-notes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.compare-notes li {
    margin-bottom: 6px;
    display: flex;
    gap: 6px;
    line-height: 1.45;
}

.compare-notes li span {
    color: var(--font-grey-p);
    font-weight: 600;
    color: #000;
    display: inline-block;
    width: 40px; 
}

.dotnet-usecases{
    padding: 100px 0;
}

.dotnet-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}

.dotnet-header H2{
    font-family: var(--body-font-hn);
    font-size: 48px;
    font-weight: 600;
    color: var(--black-title);
    margin-bottom: 12px;
}

.dotnet-header p {
    max-width: 900px;
    font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.6;
    color: var(--font-grey-p);
    font-weight: 400;
}

.dotnet-usecase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.usecase-card {
    background: var(--white);
    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;
}

.usecase-title-wrapper {
    min-height: 64px;
    display: flex;
    align-items: flex-start;
}

.usecase-text-wrapper {
    flex: 1;
    display: flex;
}

.usecase-text-wrapper p {
    flex: 1;
}

.usecase-icon {
    font-size: 42px;
    margin-bottom: 18px;
}

.usecase-card h3 {
    font-family: var(--body-font-hn);
    font-size: 24px;
    font-weight: 600;
    color: var(--black-title);
    margin-bottom: 12px;
}

.usecase-card p {
    font-family: var(--body-font-hn);
    font-size: 15px;
    color: var(--font-grey-p);
    line-height: 1.6;
}

.dotnet-faq {
    display: flex;
    flex-direction: column;
}

.dotnet-faq-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 100px;
}

.dotnet-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;
}

.dotnet-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;
}

 .dotnet-partners {
    padding: 0 0 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dotnet-partners-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    gap: 100px;
}

.dotnet-partners-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
}


@media (max-width:1080px) {
    .dotnet-intro, .dotnet-benefits, .dotnet-possibilities, .dotnet-nti, .dotnet-compare, .dotnet-usecases, .dotnet-faq {
        padding-left: 20px;
        padding-right: 20px;
    }

    .dotnet-hero {
        height: auto;
        padding: 0 20px 40px 20px;
    }

    .dotnet-h1 .line-1, .dotnet-benefits h2, .dotnet-nti-header H2, .dotnet-header H2, .dotnet-faq-title h2 {
        font-size: 40px;
    }

    .dotnet-h1 .line-2, .dotnet-benefits p, .dotnet-possibilities-header p, .dotnet-nti-header p, .dotnet-header p {
        font-size: 18px;
    }
    .dotnet-intro-text h2 {
        font-size: 22px;
    }
    .dotnet-intro-actions{
        flex-direction: column;
    }

    .intro-btn-primary, .intro-btn-secondary {
        max-width: 230px;
        text-align: center;
    }

    .dotnet-benefits {
        padding-top: 80px;
    }

    .dotnet-benefits-wrapper {
        gap: 30px;
    }
    .benefit-item h3 {
        font-size: 18px;
    }

    .benefit-item p {
        font-size: 15px;
        line-height: 1.5;
    }

    .dotnet-possibilities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dotnet-nti {
        padding-top: 0;
        padding-bottom: 80px;
    }
    .dotnet-nti-header {
        margin-bottom: 100px;
    }
    .dotnet-nti-card {
        gap: 50px;
    }

    .dotnet-nti-card-step {
        font-size: 16px;
    }

    .dotnet-nti-card-text h3 {
        font-size: 24px;
    }
    .dotnet-compare-wrapper {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
    .compare-table th {
        font-size: 16px;
        line-height: 1;
    }
    .compare-table td {
        font-size: 14px;
        line-height: 1;
        padding: 12px 0;
    }

    .compare-table td .arrow {
        width: 17px;
        height: 17px;
    }
    .dotnet-usecase-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .usecase-card h3 {
        font-size: 22px;
    }
    .dotnet-faq-questions {
        padding: 40px 20px;
    }

    .dotnet-partners-container {
        gap: 30px
    }

    .partner-logo-card {
        width: 140px;
        height: 70px
    }
}

@media (max-width:735px) {

    .dotnet-h1 .line-1, .dotnet-benefits h2, .dotnet-nti-header H2, .dotnet-header H2, .dotnet-faq-title h2 {
        font-size: 32px;
    }

    .dotnet-h1 .line-2, .dotnet-benefits p, .dotnet-possibilities-header p, .dotnet-nti-header p, .dotnet-header p {
        font-size: 16px;
    }
    .dotnet-intro-actions{
        flex-direction: row;
    }

    .intro-btn {
        padding: 8px 20px;
        border-radius: 12px;
        font-size: 15px;
    }

    .dotnet-intro {
        height: auto;
        padding: 35px 20px 35px 20px;
    }

    .dotnet-intro-content-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .dotnet-intro-content{
        width: 100%;
    }

    .dotnet-intro-text h2 {
        padding-right: 20%;
    }

    .dotnet-benefits-wrapper {
        padding: 80px 0;
    }

    .benefit-item p {
        font-size: 13px;
    }

    .dotnet-possibilities {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .dotnet-possibilities-header {
        margin-bottom: 80px;
    }

    .dotnet-possibilities-header h2{
        font-size: 28px;
    }
    .dotnet-nti-header{
        margin-bottom: 80px;
    }

    .dotnet-nti-card {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .card-right .dotnet-nti-card-img,
    .card-left .dotnet-nti-card-img {
        order: 1;
    }

    .card-right .dotnet-nti-card-text,
    .card-left .dotnet-nti-card-text {
        order: 2;
    }

    .dotnet-nti-card-img img {
        max-width: 100%;
        height: auto;
    }
    .dotnet-nti-cta {
        padding-top: 80px;
    }
    .dotnet-nti{
        padding-bottom: 80px;
    }
    .dotnet-compare-wrapper, .dotnet-usecases {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .compare-col-left h2 {
        font-size: 28px;
    }
   .compare-table-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        position: relative;
        padding-bottom: 80px;
    }

    .compare-table-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 69.2%;
        pointer-events: none;
        background: linear-gradient(to left, var(--white) 50%, rgba(255,255,255,0));
        transition: opacity 0.3s ease;
    }
    
    .compare-table-wrapper.scrolled::after {
        opacity: 0;
    }

    .compare-table {
        position: relative;
        min-width: 660px;
        width: max-content;
        border-collapse: collapse;
        white-space: nowrap;
    }

    .compare-table th,
    .compare-table td {
        white-space: nowrap;
    }

    .compare-table td .arrow {
        width: 18px;
        height: 18px;
    }
    .compare-table-wrapper::-webkit-scrollbar {
        height: 6px;
    }

    .dotnet-faq {
        padding: 0 20px 0 20px;
    }

    .modernize-faq-title {
        margin-bottom: 80px;
    }

    .faq-question {
        font-size: 16px;
    }
  
}

@media (max-width:550px){
    .dotnet-intro-text h2 {
        padding-right: 0;
        font-size: 19px;
    }
    .dotnet-intro-actions{
        flex-direction: column;
        margin: 30px auto;
    }
    .dotnet-intro-image {
        width: 100%;
        margin: 30px 0;
    }
    .dotnet-benefits-wrapper {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .benefit-item h3, .dotnet-nti-card-text h3 {
        font-size: 22px;
    }

    .benefit-item p {
        font-size: 15px;
    }
    .dotnet-possibilities-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .dotnet-nti-features {
        gap: 80px;
        margin-top: 80px;
    }
    .dotnet-nti-btn {
        font-size: 16px;
    }

     .compare-notes {
        max-width: none;
        width: max-content;
        white-space: nowrap;
        padding-left: 4px;
    }

    .compare-notes ul {
        width: max-content;
    }
    .compare-notes li span {
        width: 32px;
        min-width: 32px;
        text-align: left;
    }
    .dotnet-usecase-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}





