/* input(607,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;
    --blue-pastel: #D3E5FF;
    --black: #000000;
    --black-title: #263140;
    --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: #111827cc;
    --font-grey-light-p: #64748b;
    --font-grey-faq: #49494b;
    --border-faq: #e5e7eb;
    --border-input: #E2E7EF;
    --nav-grey: rgba(245,245,247,.8);
    --base-font: 16px;
    --success-bg: rgba(26, 115, 232, 0.08);
    --success-border: rgba(26, 115, 232, 0.25);
    --success-text: #1a73e8;
    --error-bg: rgb(245 11 11 / 10%);
    --error-border: rgb(245 11 11 / 37%);
    --error-text: #b45309;
    --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;
    --pastel-blue: rgba(26, 115, 232, 0.10);
    --pastel-cyan: rgba(3, 181, 237, 0.10);
    --pastel-violet: rgba(108, 99, 255, 0.10);
    --pastel-gray: rgba(0, 0, 0, 0.06);
}

.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: 15px;
        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: 15px;
    }

    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;
    }
}

/*HERO*/

.containers-hero {
    position: relative;
    height: 85vh;
    background-color: var(--white);
    display: flex;
    align-items: center;
    margin: 0 auto;
    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;
}

.containers-hero-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
}

.containers-hero-content {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 640px;
    text-align: left;
    max-width: 1080px;
}

.containers-hero-content h1{
    font-family: var(--body-font-hn);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1; 
    color: var(--black-title);
    margin-bottom: 40px;
    max-width: 850px;
}

.containers-hero-content h1 span{
    color: var(--blue-sea);
}

.containers-hero-content 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);    
    padding-right: 4%;
    margin-bottom: 40px;
}

.containers-hero-tags {
    font-family: var(--body-font-hn);
    display: flex;
    flex-direction: column;
    font-size: 17px;
    color: var(--font-grey-p);
    font-weight: 500;
    padding-left: 15px;
    gap: 5px;
}

.containers-hero-tags li::marker{
    color: var(--blue-sea);
}

.containers-hero-actions {
    display: flex;
    gap: 20px;
    padding: 60px 0 0 0;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
    font-family: var(--body-font-hn);
    overflow: visible;
    max-width: 260px;
    text-align: center;
}

.hero-btn-primary .arrow {
    transition: transform 0.3s ease;
}

.hero-btn-primary:hover .arrow {
    transform: translateX(5px);
}

.hero-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);
}

 .hero-btn-primary:hover {
    background-color: var(--btn-hover);
}

.hero-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);
}

.hero-btn-secondary:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.containers-hero-img {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    isolation: isolate;
}

.containers-hero-img img {
    max-width: 400px;
    height: auto;
    filter: drop-shadow(0 28px 36px rgba(0,0,0,.16));
}

/*Containers Explain*/

.containers-explain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}
.containers-explain-header {
    padding: 100px 0;
    max-width: 1000px;
    text-align: center;
}

.containers-explain-header h2 {
    font-family: var(--body-font-hn);
    font-size: 48px;
    font-weight: 700;
    color: var(--black-title);
    margin-bottom: 20px;
    line-height: 1.1;
}

.containers-explain-header p {
    font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.6;
    color: var(--font-grey-p);
    font-weight: 400;
    max-width: 740px;
}

.containers-compare {
    font-family: var(--body-font-hn);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    align-items: stretch;
    max-width: 950px;
    width: 100%;
}

.compare-card {
    background:var(--white);
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 20px 40px rgba(2, 8, 23, 0.05);
    text-align: left;
    border: 1px solid rgba(2, 8, 23, 0.06);
}

.compare-card.highlight {
    border-color: rgba(26, 115, 232, 0.2);
    box-shadow: rgba(26, 115, 232, 0.08) 0px 4px 12px, rgba(26, 115, 232, 0.12) 0px 0px 40px;
}

.compare-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.compare-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: rgba(26, 115, 232, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-card-header h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--black-title);
    margin: 15px 0px;
}
.compare-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.stack-item {
    border-radius: 14px;
    padding: 18px 18px 16px;
    border: 1px solid rgba(2, 8, 23, 0.05);
}

.stack-label {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 12px;
}

.stack-label span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #64748b;
}

.stack-bar {
    height: 34px;
    border-radius: 10px;
}

.bar-gray {
    background: rgba(15, 23, 42, 0.08);
    height: 70px;
}

.bar-blue {
    background: rgba(26, 115, 232, 0.22);
}

.bar-blue-strong {
    background: rgba(26, 115, 232, 0.28);
}

.stack-vm-app {
    background: rgba(15, 23, 42, 0.06);
}

.stack-vm-os {
    background: rgba(15, 23, 42, 0.04);
    opacity: 0.75; 
}

.stack-vm-hyper {
    background: rgba(15, 23, 42, 0.04);
    opacity: 0.65;
}

.stack-ct-app {
    background: rgba(26, 115, 232, 0.10);
    border-color: rgba(26, 115, 232, 0.12);
}

.stack-ct-deps {
    background: rgba(15, 23, 42, 0.03);
}

.label-blue {
    color: #1a73e8;
}

.compare-note {
    border-left: 3px solid #1A73E847;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--font-grey-p);
    max-width: 300px;
    padding-left: 15px;
    margin-top: 35px;
}

.compare-tags {
    display: flex;
    gap: 10px;
    margin-top: 35px;
}

.compare-tags span {
    background: rgba(26, 115, 232, 0.08);
    color: #1a73e8;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 500;
}

.containers-explain-note p{
    margin-top: 60px;
    font-family: var(--body-font-hn);
    font-size: 16px;
    line-height: 1.6;
    color: var(--font-grey-p);
    font-weight: 400;
    max-width: 940px;
    text-align: center;
}

/*.NET CONTAINERS*/

.containers-why-dotnet {
    background-color: var(--grey);
    padding-bottom: 100px;
}

.containers-why-dotnet-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
}

.containers-why-dotnet-header h2 {
    font-family: var(--body-font-hn);
    font-size: 48px;
    font-weight: 700;
    color: var(--black-title);
    margin-bottom: 20px;
    line-height: 1.1;
}

.containers-why-dotnet-header h2 span{
    color: transparent;
    background: linear-gradient(rgb(42, 57, 208), rgb(156, 61, 239)) text;
}

.containers-why-dotnet-header p {
    font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.6;
    color: var(--font-grey-p);
    font-weight: 400;
    max-width: 600px;
    text-align: center;
}

.containers-why-dotnet-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 64px;
    align-items: center;
}

.containers-why-dotnet-features {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.containers-why-dotnet-item {
    font-family: var(--body-font-hn);
    display: flex;
    justify-content: center;
    align-items: center;
    gap:30px;
}

.containers-why-dotnet-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--black-title);
}

.containers-why-dotnet-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #6C7C93;
    font-weight: 400;
}

.containers-why-dotnet-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(26, 115, 232, 0.1);
    transition: background-color 0.25s;
    flex-shrink: 0;
}

.containers-why-dotnet-code {
    background: #f8fafc;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(2, 8, 23, 0.08);
    overflow: hidden;
    border: 1px solid rgba(2, 8, 23, 0.06);
}

.containers-why-dotnet-code-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    background: #f1f5f9;
    border-bottom: 1px solid rgba(2, 8, 23, 0.05);
}

.containers-why-dotnet-code-title {
    font-family: var(--body-font-hn);
    margin-left: 12px;
    font-size: 14px;
    color: #7C7C7C;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dot.red { background: #ef4444; }
.dot.yellow { background: #facc15; }
.dot.green { background: #22c55e; }

.containers-why-dotnet-pre {
    margin: 0;
    padding: 22px 24px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 13.5px;
    line-height: 1.6;
    color: #0f172a;
    background: #f8fafc;
    overflow-x: auto;
}

/*Containers NTi*/

.containers-nti {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
    background-blend-mode: lighten;
    position: relative;
    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.1) 45%, rgba(230, 245, 255, 0.05) 70%, rgb(255, 255, 255) 100%);
    overflow: hidden
}

.containers-nti-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 100px 0;
}

.containers-nti-header h2 {
    font-family: var(--body-font-hn);
    font-size: 48px;
    font-weight: 700;
    color: var(--black-title);
    margin-bottom: 20px;
    line-height: 1.1;    
    max-width: 760px;
}

.containers-nti-header p {
    font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.6;
    color: var(--font-grey-p);
    font-weight: 400;
    max-width: 950px;
}

.containers-nti-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 60px;
}

.containers-nti-card {
    font-family: var(--body-font-hn);
    background: var(--white);
    border-radius: 12px;
    padding: 28px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(63, 140, 255, 0.15);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 18px;
}

.containers-nti-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(26, 115, 232, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.containers-nti-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.containers-nti-card p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--font-grey-p);
}

.containers-nti-schema {
    font-family: var(--body-font-hn);
    width: 100%;
    background: var(--white);
    border-radius: 22px;
    padding: 40px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(63, 140, 255, 0.15);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 18px;
}

.containers-nti-schema-title H3{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 32px;
}

.containers-nti-schema-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 20px;
}

.containers-nti-runtime {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    justify-items: center;
    width: 460px;
}

.containers-nti-runtime-item:nth-child(4) {
    grid-column: 2;
}

.containers-nti-runtime-item {
    position: relative;
    border: 1px solid rgba(26, 115, 232, 0.2);
    background: rgba(26, 115, 232, 0.08);
    border-radius: 12px;
    padding: 20px;
    font-size: 13px;
    text-align: center;
}

.containers-nti-runtime-item .item-title {
    display: block;
    font-size: 15px;
    color: var(--black-title);
    font-weight: 500;
    margin-bottom: 10px;
}

.containers-nti-runtime-item .item-subtitle{
    display: block;
    font-size: 12px;
    color: var(--font-grey-light-p);
    font-weight: 400;
}

.containers-nti-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.containers-nti-link::before,
.containers-nti-link::after{
    content: "";
    position: absolute;
    top: 50%;
    width: 50px;          
    height: 2px; 
    background: rgba(26, 115, 232, 0.45);
    transform: translateY(-50%);
    border-radius: 999px;
}

.containers-nti-link::before{ left: -50px; }
.containers-nti-link::after { right: -50px; }

.containers-nti-link img {
    max-width: 90px;  
    height: auto; 
    width: 100%;
}

.containers-nti-target {
    background: var(--grey);
    border: 3px solid rgba(26, 115, 232, 0.2);
    border-radius: 16px;
    padding: 18px 22px;
    text-align: center;
}

.containers-nti-target .target-title {
     display: block;
    font-size: 15px;
    color: var(--black-title);
    font-weight: 500;
    margin-bottom: 10px;
}

.containers-nti-target .target-subtitle {
    display: block;
    font-size: 12px;
    color: var(--font-grey-light-p);
    font-weight: 400;
}

.containers-nti-schema-check {
    display: flex;
    justify-content: center;
    gap: 32px;
    padding-top: 20px;
}

.containers-nti-schema-check span {
    display: inline-flex;
    align-items: center;     
    gap: 8px;         
    font-size: 13px;
    color: #6C7C93;
}

.containers-nti-schema-check .check-icon {
    flex-shrink: 0;
}

.containers-nti-cta{
    display: flex;
    justify-content: center;
    padding-top: 100px;
}

.containers-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;
}

.containers-nti-btn:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/*Containers Practice*/

.containers-practice {
    position: relative;
    background-blend-mode: lighten;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 18px;
    overflow: hidden;
    border-radius: 16px;
    background: radial-gradient(circle, rgba(63, 140, 255, 0.25) 0%, rgba(100, 170, 255, 0.18) 25%, rgba(160, 205, 255, 0.1) 45%, rgba(230, 245, 255, 0.05) 70%, rgb(255, 255, 255) 100%) center center / 180% 140% no-repeat;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-bottom: 100px;
}

.containers-practice-header {
    text-align: center;
    max-width: 760px;
    padding: 100px 0;
}

.containers-practice-header h2 {
    font-family: var(--body-font-hn);
    font-size: 48px;
    font-weight: 700;
    color: var(--black-title);
    margin-bottom: 20px;
    line-height: 1.1;
}

.containers-practice-header p {
    font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.6;
    color: var(--font-grey-p);
    font-weight: 400;
}

.containers-practice-step {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 32px;
    position: relative;
    margin-bottom: 32px;
    max-width: 900px;
}
.containers-practice-step-marker {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.containers-practice-step-marker::after {
    content: "";
    position: absolute;
    top: 80px;
    width: 1px;
    height: calc(100% - 0px);
    background: rgba(26, 115, 232, 0.25);
}

.containers-practice-step:last-child
.containers-practice-step-marker::after {
    display: none;
}

.containers-practice-step-index {
    font-family: var(--body-font-hn);
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: var(--blue-sea);
    color: var(--white);
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.containers-practice-step-card {
    display: flex;
    gap: 20px;
    background: var(--white);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(2, 8, 23, 0.06);
}

.containers-practice-step-card-content h3 {
    font-family: var(--body-font-hn);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.containers-practice-step-card-content p {
    font-family: var(--body-font-hn);
    font-size: 15px;
    line-height: 1.6;
    color: var(--font-grey-light-p);
    padding-right: 15%;
}

/*Containers benefits*/

.containers-benefits {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 100px 0;
}
.containers-benefits-header {
    padding: 100px 0;
    max-width: 700px;
    text-align: center;
}

.containers-benefits-header h2 {
    font-family: var(--body-font-hn);
    font-size: 48px;
    font-weight: 700;
    color: var(--black-title);
    margin-bottom: 20px;
    line-height: 1.1;
}

.containers-benefits-header p {
    font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.6;
    color: var(--font-grey-p);
    font-weight: 400;
    max-width: 650px;
}

.containers-benefits-grid {
    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;
    min-height: 50px;
}

.benefit-item p {
    font-family: var(--body-font-hn);
    font-size: 15px;
    line-height: 1.6;
    color: var(--font-grey-light-p);
    max-width: 300px;
}

/*Containers usecases*/

.containers-usecases {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
    background-color: var(--grey);
}

.containers-usecases-header {
    text-align: center;
    max-width: 760px;
    padding: 100px 0;
}

.containers-usecases-header h2 {
    font-family: var(--body-font-hn);
    font-size: 48px;
    font-weight: 700;
    color: var(--black-title);
    margin-bottom: 20px;
    line-height: 1.1;
}

.containers-usecases-header p {
    font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.6;
    color: var(--font-grey-p);
    font-weight: 400;
}

.containers-usecases-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 32px;
}

.usecase-card {
    font-family: var(--body-font-hn);
    background: var(--white);
    border-radius: 16px;
    padding: 40px;
    box-shadow: rgba(26, 115, 232, 0.08) 0px 4px 12px, rgba(26, 115, 232, 0.12) 0px 0px 40px;
    border-color: rgba(26, 115, 232, 0.2);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.usecase-header {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 100px;
    padding-right: 10%;
}

.usecase-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: rgba(26, 115, 232, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.usecase-header h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--black-title);
    margin: 15px 0px;
}

.usecase-block {
    min-height: 80px;
    margin: 15px;
}

.usecase-label {
    display: block;
    font-weight: 600;
    color: var(--blue-sea);
    font-size: 18px;
    margin-bottom: 6px;
}

.usecase-block p {
    font-size: 16px;
    color: var(--font-grey-p);
}

.usecase-diagram {
    min-height: 223px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background-color: var(--grey);
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(2, 8, 23, 0.05);
    border: 1px solid rgba(2, 8, 23, 0.06);
    margin: 20px 0;
}

.usecase-card-1 .usecase-diagram, .usecase-card-2 .usecase-diagram{
    min-height: 349px !important;
}

.usecase-card:last-child .usecase-diagram {
    padding: 10px;
    gap: 8px;
}

.usecase-card:last-child .diagram-box {
    margin-bottom: 0;
}

.diagram-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.diagram-horizontal {
    display: flex;
    align-items: center;
    gap: 8px;
}

.diagram-box {
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 40px rgba(2, 8, 23, 0.05);
    border-radius: 10px;
    padding: 10px 14px;
    display: block;
    font-size: 15px;
    color: var(--black-title);
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    min-width: 120px;
}

.usecase-card:last-child .diagram-box {
    font-size: 14px;
    padding: 8px 10px;
    min-width: 0;         
    white-space: nowrap;
}

.diagram-box small {
    display: block;
    display: block;
    font-size: 12px;
    color: var(--font-grey-light-p);
    font-weight: 400;
    margin-top: 5px
}

.usecase-card:last-child .diagram-box small {
    font-size: 11px;
    margin-top: 3px;
}

.diagram-box.accent {
    border: 1px solid rgba(26, 115, 232, 0.2);
    background: rgba(26, 115, 232, 0.08);
}

.diagram-box-group {
    display: flex;
    gap: 8px;
}

.diagram-arrow {
    font-size: 16px;
    color: var(--font-grey-light-p);
    display: inline-block;
}

.usecase-card:last-child .diagram-arrow {
    font-size: 14px;
}

.usecase-values {
    list-style: none;
    padding: 0px;
    margin: 20px 0px 0px;
    min-height: 100px;
}

.usecase-values li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--font-grey-p);
    gap: 10px;
}

/*Containers footer*/

.containers-footer-cta {
    position: relative;
    overflow: hidden;
    padding: 40px 20px;
    border-radius: 16px;
    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;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
    text-align: center;
}

.containers-footer-cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: var(--body-font-hn);
    padding: 40px 0;
    position: relative;
    margin: 0 auto;
}

.containers-footer-cta-content h2{
    color: var(--black);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.containers-footer-cta-content p{
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.footer-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
    font-family: var(--body-font-hn);
    overflow: visible;
}

.footer-cta-btn a {
   max-width: 320px;
   text-align: center;
}

.footer-cta-btn a:hover {
    background-color: var(--btn-hover);
}

.footer-cta-btn a:hover .arrow {
    transform: translateX(5px);
}

.footer-cta-btn a:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}



/* Containers FAQ*/

.containers-faq {
    display: flex;
    flex-direction: column;
}

.containers-faq-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 0;
}

.containers-faq-header h2 {
    font-family: var(--body-font-hn);
    font-size: 48px;
    font-weight: 600;
    line-height: 1.05;
    color: var(--black-title);
    text-align: center;
}

.containers-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;
}

/*Containers Partners*/

 .containers-partners {
    padding: 0 0 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.containers-partners-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    gap: 100px;
}

.containers-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) {
    .containers-hero-content h1,
    .containers-explain-header h2,
    .containers-why-dotnet-header h2,
    .containers-nti-header h2,
    .containers-practice-header h2,
    .containers-benefits-header h2,
    .containers-usecases-header H2,
    .containers-faq-header H2 {
        font-size: 40px;
    }

    .containers-hero-content p,
    .containers-explain-header p,
    .containers-why-dotnet-header p,
    .containers-nti-header p,
    .containers-practice-header p,
    .containers-benefits-header p,
    .containers-usecases-header p {
        font-size: 18px;
    }

    .containers-explain,
    .containers-nti,
    .containers-practice,
    .containers-faq {
        padding: 0 20px;
    }

    .containers-hero{
        height: auto;
        padding: 80px 20px;
    }

    .containers-hero-tags {
        flex-direction: column;
        font-size: 16px;
    }

    .containers-hero-actions {
        flex-direction: column;
        padding: 50px 0 0 0;
    }

    .containers-hero-actions .hero-btn{
        width: 260px;
    }

    .containers-hero-img img {
        max-width: 320px;
    }

    .containers-why-dotnet {
        padding: 0 20px 100px 20px;
    }

    .containers-why-dotnet-grid {
        grid-template-columns: 1fr;
    }

    .containers-why-dotnet-grid > :first-child {
        order: 2;
        width: 70%;
        margin: 0 auto;
    }

    .containers-why-dotnet-grid > :last-child {
        order: 1;
        width: 70%;
        margin: 0 auto;
    }

    .containers-nti-header p {
        max-width: 715px;
    }

    .containers-nti-cards {
        gap: 15px;
    }

    .containers-nti-card {
        padding: 20px 15px;
    }

    .containers-nti-card h3 {
        min-height: 44px;
    }

    .containers-nti-schema-content {
        padding: 20px 0;
    }

    .containers-nti-link::before, .containers-nti-link::after {
        width: 20px;
    }
    .containers-nti-link::before {
        left: -10px;
    }
    .containers-nti-link::after {
        right: -10px;
    }
    .containers-nti-runtime {
        gap: 10px;
        width: inherit;
    }

    .containers-benefits {
        padding: 0 30px 100px 30px;
    }

    .containers-usecases {
        padding: 0 20px 100px 20px;
    }

    .containers-benefits-grid {
        gap: 60px;
    }

    .containers-usecases-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .usecase-card {
        max-width: 650px;
        margin: 0 auto;
    }

    .containers-faq-questions {
        padding: 40px 20px;
    }


    .containers-partners-container {
        gap: 30px
    }

    .partner-logo-card {
        width: 140px;
        height: 70px
    }
}

@media ( max-width: 735px) {
    .containers-hero-content h1,
    .containers-explain-header h2,
    .containers-why-dotnet-header h2,
    .containers-nti-header h2,
    .containers-practice-header h2,
    .containers-benefits-header h2,
    .containers-usecases-header H2,
    .containers-faq-header H2{
        font-size: 32px;
    }

    .containers-hero-content p,
    .containers-explain-header p,
    .containers-why-dotnet-header p,
    .containers-nti-header p,
    .containers-practice-header p,
    .containers-benefits-header p,
    .containers-usecases-header p {
        font-size: 16px;
    }

    .containers-explain-header,
    .containers-why-dotnet-header,
    .containers-nti-header,
    .containers-practice-header,
    .containers-benefits-header,
    .containers-usecases-header {
        padding: 80px 0;
    }

    .containers-hero-layout{
        flex-direction: column-reverse;
    }

    .containers-hero-actions {
       align-items: center;
    }

    .containers-hero-content h1{
        margin-top: 5px;
    }

    .containers-hero-img img {
        max-width: 220px;
    }

    .containers-hero-tags {
        font-size: 15px;
    }

    .containers-explain, .containers-nti {
        margin-bottom: 80px;
    }

    .containers-compare {
        grid-template-columns: 1fr;
    }

    .compare-card {
        padding: 40px 20px;
    }

    .bar-gray {
        height: 60px;
    }

    .containers-explain-note {
        margin-top: 40px;
    }

    .containers-why-dotnet {
        padding: 0 20px 80px 20px;
    }

    .containers-why-dotnet-grid > :first-child {
        order: 2;
        width: 100%;
        margin: 0 auto;
    }

    .containers-why-dotnet-grid > :last-child {
        order: 1;
        width: 100%;
        margin: 0 auto;
    }

    .containers-why-dotnet-features {
        gap: 50px;
    }

    .containers-nti-cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .containers-nti-card {
        width: 70%;
        margin: 0 auto;
    }
    .containers-nti-card h3{
        min-height: auto;
    }
    .containers-nti-schema-content, .containers-nti-schema-check {
        flex-direction: column;
    }
    .containers-nti-schema-content {
        gap: 50px;
    }
    .containers-nti-schema-check {
        gap: 10px;
        flex-direction: column;
        margin: 0 auto;
        max-width: 210px;
    }
    .containers-nti-schema-check span{
        gap: 4px;
    }

    .containers-practice-step-marker {
        align-items: start;
        padding-top:30px;
    }

    .containers-practice-step {
        gap: 15px;
    }

    .containers-practice-step-marker::after {
        content: none;
    }

    .containers-practice-step-index {
        width: 44px;
        height: 44px;
    }

    .containers-practice-step-icon {
        display: none;
    }
    .containers-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .usecase-card {
        padding: 40px 20px;
    }

    .usecase-header{
        padding-right: 0;
    }
    .usecase-block {
        margin: 0;
    }

    .containers-faq {
        padding: 0 20px 0 20px;
    }

    .containers-faq-title {
        margin-bottom: 80px;
    }

    .faq-question {
        font-size: 16px;
    }
}

@media ( max-width: 500px) {
    .containers-hero-wrapper,
    .containers-why-dotnet-wrapper,
    .containers-nti-wrapper,
    .containers-practice-wrapper,
    .containers-usecases-wrapper,
    .containers-nti-wrapper,
    .containers-footer-wrapper {
        padding: 10px;
        background: var(--white);
    }

    .containers-hero,
    .containers-why-dotnet,
    .containers-nti,
    .containers-practice,
    .containers-usecases,
    .containers-footer-cta{
        border-radius: 12px;
    }

    .containers-hero {
        padding: 20px 20px 80px 20px;
    }

    .containers-why-dotnet-pre {
        font-size: 11px;
        padding: 10px 15px;
    }
    .containers-why-dotnet-item {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }
    .containers-why-dotnet-item h3{
        margin-bottom: 10px;
    }

    .containers-nti-card {
        width: 100%;
        margin: 0 auto;
        padding: 20px 20px;
    }

    .containers-nti-runtime {
        width: inherit;
        gap: 7px;
    }

    .containers-nti-runtime-item {
        padding: 10px;
    }
    .containers-nti-runtime-item .item-subtitle{
         font-size: 10px;
    }

    .containers-practice {
        padding: 0 10px;
    }

    .containers-practice-step {
        gap: 10px;
    }
    .containers-practice-step-card {
        padding: 30px 30px;
    }

    .containers-practice-step-card-content p{
        padding-right: 0;
    }

    .containers-practice-step-index {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .containers-benefits-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }

    .benefit-item h3{
        min-height: auto;
    }

    .usecase-card {
        gap: 10px;
    }

    .usecase-header h3 {
        font-size: 20px
    }

    .usecase-block p{
        font-size: 15px;
    }

    .usecase-diagram {
        padding: 20px 12px;
        margin: 20px 0 0 0;
    }

    .diagram-box {
        min-width: 0;
        width: 100%;
        max-width: 100%;
        white-space: normal;
    }

    .diagram-horizontal {
        flex-wrap: wrap;
        justify-content: center;
    }

    .diagram-box-group {
        flex-direction: column;
        width: 100%;
        align-items: stretch;
    }

    .usecase-card-3 .diagram-horizontal,
    .usecase-card-4 .diagram-horizontal {
        flex-direction: column;
        align-items: center;
    }

    .usecase-card-3 .diagram-arrow,
    .usecase-card-4 .diagram-arrow {
        transform: rotate(90deg);
        margin: 6px 0;
    }

    .usecase-values li {
        font-size: 15px;
    }

    .footer-cta-btn .hero-btn {
        width: 290px;
        padding: 10px 20px;
    }

    .faq-question {
        max-width: 85%;
    }
}
