/* input(617,1): run-time error CSS1019: Unexpected token, found '}' */
@font-face {
    font-family: 'Helvetica Neue Custom';
    src: url('/fonts/HelveticaNeue-Roman.woff2?v=aQkUu7HrlPa8GPuyrJKJBoBC9dU') 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=s2aqzZqzf--epV5O0TS09SzhmTw') 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=rxUj8C98bITMyEbkfHoV8oeTOk0') 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=uBtWw5_7AU_epajTgV-jUaFuOjA') 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=cyaaVjXl5sO47e54Sp8S0JFmRGM') 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;
    --light-blue: #0080FFB2;
    --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;
    --font-grey-small: #6C7C93;
    --grey-font-schema: #0f172a;
    --light-grey-box: #f5f6f8;
    --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);
    --blue-phone: #3b82f6;
    --blue-phone-border: #2563eb;
    --red-bullet: #CE3874;
    --cyan-bullet: #58C4C2;
    --blue-bullet: #4A91FE;
    --logo-dotnet: #5A2E91;
}

.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 */

.edge-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;
}

.edge-hero-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
    gap: 100px;
}

.edge-hero-content {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 640px;
    text-align: left;
    max-width: 1080px;
}

.edge-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: 35px;
    max-width: 850px;
}

.edge-hero-content h1 span{
    color: var(--blue-sea);
}

.edge-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: 35px;
}

.edge-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;
}

.edge-hero-tags li::marker{
    color: var(--blue-sea);
}

.edge-hero-actions {
    display: flex;
    gap: 20px;
    padding: 40px 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);
}

/*HERO Animation Smartphone*/

.edge-phone-wrapper {
    position: relative;
    width: 320px;
    height: 640px;
    transform: scale(0.75);
    transform-origin: center left;
}

.edge-phone-shadow {
    position: absolute;
    inset: 0;
    background: #000;
    border-radius: 54px;
    filter: blur(28px);
    opacity: .12;
    transform: translate(26px, 22px);
}

.edge-phone {
    position: relative;
    width: 320px;
    height: 640px;
    background: var(--white);
    border-radius: 54px;
    border: 6px solid #0f172a;
    z-index: 2;
}

.edge-phone-top {
    height: 48px;
    background: var(--light-grey-box);
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.edge-phone-speaker {
    width: 110px;
    height: 10px;
    background: var(--font-grey-p);
    border-radius: 10px;
    margin: 18px auto 0;
    margin: 0;
}

.edge-phone-screen {
    height: calc(100% - 68px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 32px;
}

.edge-nti-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-bottom: 22px;
}

.edge-nti-logo img {
    max-width: 120px;
    height: auto;
    width: 100%;
}

.edge-scan-box {
    position: relative;
    display: flex;
    justify-content: center;
    width: 240px;
    height: 240px;
    background: var(--light-grey-box);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.03);
    border-radius: 18px;
    margin: 0 auto 18px;
    overflow: hidden;
}

.edge-barcode {
    width: 150px;    
    height: auto; 
    z-index: 1;
}

.edge-barcode img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.scan-corner {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid var(--blue);
}

.scan-corner.tl {
    top: 30px;
    left: 30px;
    border-right: none;
    border-bottom: none;
}

.scan-corner.tr {
    top: 30px;
    right: 30px;
    border-left: none;
    border-bottom: none;
}

.scan-corner.bl {
    bottom: 30px;
    left: 30px;
    border-right: none;
    border-top: none;
}

.scan-corner.br {
    bottom: 30px;
    right: 30px;
    border-left: none;
    border-top: none;
}

.edge-scan-bar {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
      background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.8) 4%,
        var(--blue) 50%,
        rgba(255,255,255,0.8) 96%,
        rgba(255,255,255,0) 100%
    );
    animation: edgeScan 3s ease-in-out infinite;
    z-index: 2;
}

.edge-scan-status {
    font-family: var(--body-font-hn);
    background: rgba(26, 115, 232, 0.08);
    color: var(--blue);
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 999px;
    font-weight: 500;
}

.edge-ibmi-connector {
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    z-index: 3;
}

.edge-ibmi-connector img {
    width: 70px;
    height: 70px;
    padding: 10px;
    background: var(--white);
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(0,0,0,.15);
}

.edge-ibmi-link {
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #2142e7, transparent);
    animation: edgePulse 1.8s ease-in-out infinite;
}

@keyframes edgeScan {
    0%   { top: 10px; }
    50%  { top: calc(100% - 14px); }
    100% { top: 10px; }
}

@keyframes edgePulse {
    0%   { opacity: .2; }
    50%  { opacity: 1; }
    100% { opacity: .2; }
}

/* Edge context */

.edge-context{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 100px 0;
}


.edge-context-header h2 {
    font-family: var(--body-font-hn);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--black-title);
    margin-bottom: 12px;
}

.edge-context-header p {
    max-width: 1000px;
    font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.6;
    color: var(--font-grey-p);
    font-weight: 400;
}

.edge-context-grid {
    padding: 120px 0;
    max-width: 1080px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin: 0 auto;
}

.context-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;
}

.context-item h3 {
    font-family: var(--body-font-hn);
    font-size: 22px;
    font-weight: 600;
    color: var(--black-title);
    margin: 15px 0;
}

.context-item p {
    font-family: var(--body-font-hn);
    font-size: 15px;
    line-height: 1.6;
    color: var(--font-grey-p);
    max-width: 300px;
}

.edge-context-footer {
    display: flex;
    justify-content: center;
}

.edge-context-footer h3 {
    font-family: var(--body-font-hn);
    font-size: 24px;
    font-weight: 600;
    color: var(--black-title);
    line-height: 1.3;
}

.edge-context-footer h3 span{
    color: var(--blue);
}

/* Edge access */

.edge-access {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0 0 0;
    background-color: var(--grey);
}

.edge-access-header{
    max-width: 1080px;
    text-align: center;
}

.edge-access-header h2 {
    font-family: var(--body-font-hn);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--black-title);
    margin-bottom: 12px;
}

.edge-access-header p {
    max-width: 950px;
    font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.6;
    color: var(--font-grey-p);
    font-weight: 400;
}

.edge-access-schema {
    margin: 100px auto 100px;
    padding: 50px 100px;
    flex-direction: column;
    gap: 50px;
    background: var(--white);
    border-radius: 32px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.edge-access-schema-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.edge-schema-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.edge-schema-icon {
    width: 67px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 18px;
    border-radius: 12px;
    background: rgba(26, 115, 232, 0.1);
    transition: background-color 0.25s;
}

.edge-schema-icon img {
    width: 36px;
    height: 36px;
}

.edge-schema-node .logo-nti {
    width: 160px !important;
    height: auto;
    border-radius: 8px;
    margin-bottom: 18px;
}

.edge-schema-label {
    font-size: 14px;
    font-weight: 500;
}

.edge-schema-label h3 {
    font-family: var(--body-font-hn);
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding-top: 5px;
}

.edge-schema-label small {
    font-family: var(--body-font-hn);
    display: block;
    font-size: 12px;
    color: var(--font-grey-p);
    padding-top: 5px;
}

.edge-schema-node-center .edge-schema-label small {
    color: rgba(255,255,255,0.8);
}

.edge-schema-flow {
    display: flex;
    align-items: center;
    gap: 8px;
}

.edge-flow-line {
    width: 70px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #2142e7, transparent);
    animation: edgePulse 1.8s ease-in-out infinite;
}

.edge-context-schema-check {
    font-family: var(--body-font-hn);
    display: flex;
    justify-content: center;
    padding-top: 80px;
    gap: 32px;
}

.edge-context-schema-check span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--font-grey-small);
    line-height: 1.4;
}

.edge-context-schema-check .check-icon{
    flex-shrink: 0;
}

/* Edge Exemple */

.edge-example {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 100px 0;
}

.edge-example-header{
    max-width: 1080px;
    text-align: center;
}

.edge-example-header h2 {
    font-family: var(--body-font-hn);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--black-title);
    margin-bottom: 12px;
}

.edge-example-header h2 span {
   color: var(--blue);
}

.edge-example-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;
}

.edge-steps {
    padding: 100px 0 0 0;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.edge-step {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    flex: 0 0 auto;
}

.edge-step-index span {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: rgba(26, 115, 232, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--body-font-hn);
    font-weight: 500;
    background: #e5edff;
    color: var(--blue-phone-border);
    font-weight: 600;
}

.edge-step-index.success span {
    background: #dcfce7;
    color: #16a34a;
}

.edge-step-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.edge-step-label {
    font-family: var(--body-font-hn);
    font-weight: 500;
    font-size: 16px;
    color: var(--font-grey-p);
    max-width: 200px;
}

/* phone scan */

.edge-step-visual {
    border-radius: 16px;
    background: #111827;
    color: #d1d5db;
    padding: 16px;
    font-size: 13px;
    overflow: hidden;
}

.edge-step-visual.phone {
    width: 160px;
    height: 340px;
    position: relative;
    background: linear-gradient(180deg, #020617, #020617);
}

.phone-scan {
    width: 180px;
    height: 360px;
    padding: 0;
    background: linear-gradient(180deg, #020617 0%, #020617 60%, #01030a 100%);
    border-radius: 28px;
    position: relative;
    border: 1px solid #1f2937;
    overflow: hidden;
}

.phone-notch {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 18px;
    background: #020617;
    border-radius: 999px;
    z-index: 5;
}

.phone-screen {
    position: absolute;
    inset: 0;
    padding: 40px 16px 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scan-frame {
    position: relative;
    width: 100%;
    height: 75%;
    border: 2px solid var(--blue-phone-border);
    border-radius: 16px;
    box-shadow: inset 0 0 0 1px rgba(37,99,235,0.4);
    overflow: hidden;
}

.barcode {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 48px;
    background: repeating-linear-gradient(
        90deg,
        #9ca3af 0,
        #9ca3af 3px,
        transparent 3px,
        transparent 6px
    );
    opacity: 0.8;
}

.scan-bar {
    position: absolute;
    left: 8px;
    right: 8px;
    height: 2px;
    background: var(--blue-phone);
    box-shadow: 0 0 12px var(--blue-phone);
    animation: scanMove 2.2s ease-in-out infinite;
}

.scan-status {
    font-family: var(--body-font-hn);
    position: absolute;
    bottom: 35px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--blue-phone);
    animation: blink 1.2s infinite;
}

@keyframes scanMove {
    0%   { top: 8px; }
    50%  { top: calc(100% - 10px); }
    100% { top: 8px; }
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

/* code .net */

.edge-step-visual pre {
    margin: 0;
    font-family: Consolas, monospace;
    font-size: 12px;
    white-space: pre-wrap;
    text-align: left;
}

.edge-step-visual.code {
    padding: 0;
    width: 345px;
    height: 340px;
    background: #020617;
    border: 1px solid #1f2937;
}

.code-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: #0f172a;
    border-bottom: 1px solid #1f2937;
}


.code-dots {
    display: flex;
    gap: 6px;
}

.code-block {
    margin: 0;
    padding: 14px 16px 16px;
    font-family: Consolas, "JetBrains Mono", monospace;
    font-size: 12px;
    line-height: 1.55;
    color: #e5e7eb;
    white-space: pre-wrap;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.code-block .kw {
    color: #c084fc; 
}

.code-block .type {
    color: #67e8f9;
}

.code-block .method {
    color: #facc15;
}

.code-block .str {
    color: #86efac;
}

.code-block .prop {
    color: #93c5fd;
}

/* code rpg */

.edge-step-visual.terminal {
    width: 345px;
    height: 340px;
    background: #020617;
    border: 1px solid #1f2937;
    color: #61E919;
    padding: 0;
}

.terminal-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.terminal-dots {
    display: flex;
    gap: 6px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dot.red { background: #ef4444; }
.dot.yellow { background: #facc15; }
.dot.green { background: #22c55e; }

.terminal-title {
    font-size: 12px;
    color: #86efac;
    opacity: 0.9;
}

.ibmi-code {
    padding: 14px 16px 16px;
    background: #020617;
    color: #61E919;
    font-family: "Courier New", monospace;
    font-size: 12px;
    line-height: 1.4;
    white-space: pre;
}

/* phone success */

.checkmark {
    width: 44px;
    height: 44px;
    margin: 80px auto 24px;
    border-radius: 50%;
    background: var(--white);
}

.scan-complete {
    text-align: center;
}

.scan-complete strong {
    font-family: var(--body-font-hn);
    display: block;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.scan-complete small {
    font-family: var(--body-font-hn);
    color: var(--font-grey-small);
    font-size: 12px;
}

.code-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.code-dots {
    display: flex;
    gap: 6px;
}

.code-title {
    font-family: var(--body-font-hn);
    font-size: 14px;
    color: var(--white);
    margin-left: 8px;
    flex: 1;
    text-align: right;
    padding-right: 30px;
    font-weight: 500;
}

.edge-step-visual.phone.success {
    border-radius: 27px;
    position: relative;
    background: linear-gradient(180deg, #020617, #020617);
    overflow: hidden;
}

.success-halo {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 95px;
    height: 95px;
    background: rgba(34,197,94,0.25);
    border-radius: 50%;
    filter: blur(2px);
    animation: haloPulse 2s ease-in-out infinite;
}

@keyframes haloPulse {
    0%   { transform: translateX(-50%) scale(0.85); opacity: .6; }
    50%  { transform: translateX(-50%) scale(1.05); opacity: .9; }
    100% { transform: translateX(-50%) scale(0.85); opacity: .6; }
}

.checkmark {
    position: relative;
    z-index: 2;
    width: 64px;
    height: 64px;
    margin: 80px auto 24px;
    border-radius: 50%;
    background: #22c55e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkmark svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: var(--white);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.haptic {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    gap: 4px;
    opacity: .6;
}

.haptic span {
    width: 3px;
    height: 10px;
    background: #9ca3af;
    border-radius: 2px;
    animation: hapticBlink 1.2s infinite;
}

.feed-back {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.feed-back span{
    font-family: var(--body-font-hn);
    font-size: 12px;
    color: var(--white);
}

.haptic span:nth-child(2) { animation-delay: .15s; }
.haptic span:nth-child(3) { animation-delay: .3s; }

@keyframes hapticBlink {
    0%, 100% { opacity: .2; }
    50% { opacity: 1; }
}

/* Edge Peripheral */

.edge-peripheral {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 100px 0 80px 0;
    gap: 140px;
}

.edge-peripheral-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.edge-peripheral-header h2 {
    font-family: var(--body-font-hn);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--black-title);
    margin-bottom: 12px;
}

.edge-peripheral-header h2 span {
    color: var(--blue);
}

.edge-peripheral-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;
}

.peripheral-orbit-grid {
    position: relative;
    width: min(520px, 92vw);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}

.halo{
  position:absolute;
  inset: 0;
  border-radius:50%;
  border: 1px solid rgba(100,160,255,.14);
  filter: blur(0.5px);
  pointer-events:none;
}

.halo-1{ 
    transform: scale(0.40); 
    opacity:.9; 

}
.halo-2{ 
    transform: scale(0.55); 
    opacity:.7; 
}


.center{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  width: 105px;
  height: 105px;
  z-index: 5;
}

.center-mask {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(circle, #6fbfff 0%, #4a7bd8 100%);
    z-index: 1;
}

.center-core {
    font-family: var(--body-font-hn);
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: linear-gradient(rgb(62, 208, 222), rgb(68, 148, 250));
    color: var(--white);
    display: grid;
    place-items: center;
    font-weight: 800;
    z-index: 2;
}

.center-ring-dotted{
  position:absolute;
  inset:-14px;
  border-radius:50%;
  border:1px dashed rgba(120,170,255,.65);
  animation: spin 32s linear infinite;
  pointer-events:none;
}

@keyframes spin{ to{ transform: rotate(360deg); } }

.node{
  position:absolute;
  width: 74px;
  height: 74px;
  border-radius:50%;
  display:grid;
  place-items:center;
  cursor:pointer;
  z-index:3;
}

.node::before{
  content:"";
  position:absolute;
  inset:-5px;
  border-radius:50%;
  background: inherit;
  opacity:.28;
  animation: pulse 2.4s ease-in-out infinite;
  z-index:0;
}

@keyframes pulse{
  0%,100%{ transform: scale(1); opacity:.22; }
  50%{ transform: scale(1.18); opacity:.5; }
}

.node-icon{
  width: 100%;
  height: 100%;
  display:grid;
  place-items:center;
  position:relative;
  z-index:2;
}

.orbit-icon{
  display:block;
  width: 30px;
  height: 30px;
}

:root { --orbit-r: 210px; }
.peripheral-orbit-grid {
    --orbit-r: clamp(160px, 22vw, 210px);
}

.node-top{
  left:50%;
  top: calc(50% - var(--orbit-r));
  transform: translate(-50%, -50%);
  background: var(--red-bullet);
}

.node-right {
    left: calc(50% + var(--orbit-r));
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--blue-bullet);
}

.node-left{
  left: calc(50% - var(--orbit-r));
  top:50%;
  transform: translate(-50%, -50%);
  background:var(--blue-sea);
}

.node-label{
  position:absolute;
  font-family: var(--body-font-hn);
  font-size:14px;
  font-weight:600;
  color: var(--black-title);
  white-space:nowrap;
  pointer-events:none;
}

.node-top .node-label{
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.node-left .node-label{
  right: calc(100% + 30px);
  top: 50%;
  transform: translateY(-50%);
  text-align:right;
}

.node-right .node-label{
  left: calc(100% + 30px);
  top: 50%;
  transform: translateY(-50%);
}

.tooltip{
  font-family: var(--body-font-hn);
  position:absolute;
  min-width: 280px;
  background:var(--white);
  border-radius:14px;
  box-shadow: 0 20px 40px rgba(0,0,0,.12);
  padding: 20px 20px;
  opacity:0;
  transform: translateY(6px);
  pointer-events:none;
  transition: opacity .18s ease, transform .18s ease;
  text-align:left;
  z-index:10;
}

.tooltip.active{
  opacity:1;
  transform: translateY(0);
}

.tooltip strong{
  font-family: var(--body-font-hn);
  display:block;
  font-size:16px;
  font-weight:700;
  margin-bottom:10px;
  text-transform: capitalize;
}

.tooltip {
    --tooltip-color: var(--font-grey-p); 
}

.tooltip ul{
  margin:0;
  padding:0;
  list-style:none;
}

.tooltip li{
  display:flex;
  align-items:center;
  gap:10px;
  padding: 6px 0;
  color: var(--tooltip-color);
  font-size:14px;
  font-weight: 500;
}


.flow-points{
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:2;
}

.flow{
  position:absolute;
  width: 6px;
  height: 6px;
  background:var(--font-grey-p);
  border-radius:50%;
  opacity:.95;
  transform: translate(-50%, -50%);
  animation: flow 3.2s linear forwards;
}

@keyframes flow{
  to{
    transform: translate(
      calc(-50% + var(--tx)),
      calc(-50% + var(--ty))
    );
    opacity:0;
  }
}

/* edge scenarios */

.edge-scenarios {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 100px 0;
    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;
}

.edge-scenarios-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}

.edge-scenarios-header h2 {
    font-family: var(--body-font-hn);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--black-title);
    margin-bottom: 12px;
}

.edge-scenarios-header h2 span {
    color: var(--blue);
}

.edge-scenarios-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;
}

.edge-tabs-wrapper{
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}

.edge-tabs{
    width: 100%;
    max-width: 980px;
    display: flex;
    justify-content: center;
    gap: 18px;
    padding: 9px;
    flex-wrap: wrap;
    background-color: var(--grey);
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 0px 10px 10px rgba(17, 24, 39, 0.02), 0px 5px 5px rgba(17, 24, 39, 0.02), 0px 2px 2px rgba(17, 24, 39, 0.02);
}

.edge-tab-button {
    background: transparent;
    border: none;
    font-family: var(--body-font-hn);
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    padding: 10px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
}

.edge-tab-icon img{
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.edge-tab-button.active{
    background: var(--white);
    color: var(--blue-sea);
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}

.edge-tab-button:hover:not(.active) {
    background-color: rgba(255, 255, 255, 0.55);
    color: var(--blue-sea);
}

.edge-card {
  width: 100%;
  font-family: var(--body-font-hn);
  background: var(--white);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 32px 32px rgba(17, 24, 39, 0.03),
    0 16px 16px rgba(17, 24, 39, 0.03),
    0 8px 8px rgba(17, 24, 39, 0.03),
    0 4px 4px rgba(17, 24, 39, 0.02);
}

.edge-card-top {
  background: rgba(17, 24, 39, 0.02);
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.edge-card-schema {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 64px;
}

.edge-card-schema-box {
    width: 67px;
    height: 67px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 12px;
    background: rgba(26, 115, 232, 0.1);
    color: rgba(17, 24, 39, 0.55);
}

.box-dotnet .edge-schema-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--dotnet);
}

.box-dotnet .edge-schema-label-small {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    color: var(--grey);
}

.edge-schema-gateway .edge-card-schema-apps {
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.edge-schema-gateway .edge-card-schema-app {
    width: 58px;
    height: 32px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--body-font-hn);
    font-size: 13px;
    font-weight: 600;
    color: rgba(17, 24, 39, 0.55);
    background: rgba(17, 24, 39, 0.04);
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.edge-card-schema .box-ibmi{
    font-weight: 600;
}

.edge-card-schema-nti img {
    width: 80px !important;
    height: auto;
}

.edge-card-schema-flow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 26px;
    gap: 8px;
}

.edge-card-flow-line {
    display: block;
    width: 70px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #2142e7, transparent);
    animation: edgePulse 1.8s ease-in-out infinite;
}

.edge-schema-flow-offline .edge-flow-line {
    background: linear-gradient(90deg, transparent, rgba(17,24,39,.22), transparent);
    animation: none;
}

.edge-card-body {
    text-align: left;
    padding: 50px 40px;
}

.edge-card-header, .edge-card-content{
    margin-bottom: 30px;
}

.edge-card-header h3{
    display: block;
    font-weight: 600;
    color: var(--blue);
    font-size: 18px;
    margin-bottom: 8px;
}

.edge-card-header p{
    font-size: 16px;
    line-height: 1.1;
    color: var(--black-title);
    font-weight: 500;
}

.edge-card-content h3 {
    display: block;
    font-weight: 600;
    color: var(--grey-font-schema);
    font-size: 18px;
    margin-bottom: 8px;
}

.edge-card-content ul {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: var(--font-grey-p);
    font-weight: 400;
    padding-left: 15px;
    gap: 10px;
}

.edge-card-content ul li::marker {
    color: var(--blue);
}

.edge-card-note {
  margin-top: 18px;
  background: rgba(26, 115, 232, 0.10);
  border-color: rgba(26, 115, 232, 0.12);
  border-radius: 14px;
  padding: 20px 15px;
  margin-bottom: 25px;
}

.edge-card-note h3 {
   display: block;
   font-weight: 600;
   color: var(--blue);
   font-size: 18px;
   margin-bottom: 8px;
}

.edge-card-note p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--black-title);
}

.edge-card-footer {
    padding-top: 15px;
    border-top: 1px solid rgba(17, 24, 39, 0.06);
}

.edge-card-footer p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--font-grey-p);
    border-left: 3px solid var(--blue);
    padding-left: 15px;
}

.edge-net-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    pointer-events: none;
    background: var(--white);
    z-index: 5;
    border: 1px solid rgba(17, 24, 39, 0.10);
    border-radius: 999px;
    padding: 4px;
    box-shadow: 0 6px 16px rgba(17, 24, 39, 0.10);
}

.edge-net-icon-offline {
    animation: edgeWifiBlink 1.1s ease-in-out infinite;
}

@keyframes edgeWifiBlink {
    0% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 6px 16px rgba(17, 24, 39, 0.10), 0 0 0 0 rgba(239, 68, 68, 0.25);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.05);
        box-shadow: 0 6px 16px rgba(17, 24, 39, 0.12), 0 0 0 6px rgba(239, 68, 68, 0.15);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 6px 16px rgba(17, 24, 39, 0.10), 0 0 0 0 rgba(239, 68, 68, 0.25);
    }
}

.edge-net-icon-online {
    animation: none;
}

/* edge benefits */

.edge-benefits {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding: 50px 0 150px 0;
    gap: 140px;
}

.edge-benefits-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.edge-benefits-header h2 {
    font-family: var(--body-font-hn);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--black-title);
    margin-bottom: 12px;
    text-align:center;
}

.edge-benefits-header h2 span {
    color: var(--blue);
}

.edge-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    gap: 24px;
    margin: 0px auto;
}

.edge-benefit-card {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(63, 140, 255, 0.15);
    border-image: initial;
    border-radius: 12px;
    padding: 36px 30px;
    transition: 0.3s;
    font-family: var(--body-font-hn);
}

.edge-benefit-card:hover{
    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);
}

.icon-box {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 12px;
    background: rgba(26, 115, 232, 0.1);
    transition: background-color 0.25s;
}

.edge-benefit-card h3 {
    font-size: 28px;
    font-weight: 600;
    color: var(--black-title);
    margin-bottom: 20px;
}

.edge-benefit-card p {
    font-size: 15.5px;
    color: var(--font-grey-p);
    line-height: 1.6;
    margin-bottom: 24px;
}

.edge-benefit-card ul {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: var(--font-grey-p);
    font-weight: 400;
    padding-left: 15px;
    gap: 10px;
}

.edge-benefit-card li::marker {
    color: var(--blue);
}


/* edge footer cta */

.edge-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;
}

.edge-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;
}

.edge-footer-cta-content h2{
    color: var(--black);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.edge-footer-cta-content p{
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.footer-cta-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 320px;
    text-align: center;
    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;
    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);
}

.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);
}

/* edge FAQ */

.edge-faq {
    display: flex;
    flex-direction: column;
}

.edge-faq-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 100px auto;
}

.edge-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;
}

.edge-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;
}

 .edge-partners {
    padding: 0 0 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.edge-partners-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    gap: 100px;
}

.edge-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 queries */

@media (max-width: 1160px){
    .edge-steps {
        gap: 20px;
    }

    .edge-step-visual pre {
        font-size: 10px;
    }

    .edge-step-visual.code, .edge-step-visual.terminal {
        width: 295px;
        height: 300px;
    }
    .edge-step-visual.phone {
        width: 140px;
        height: 300px;
    }
}

@media (max-width: 1080px) {
    .edge-hero-content h1,
    .edge-context-header h2,
    .edge-access-header h2,
    .edge-example-header h2,
    .edge-peripheral-header h2,
    .edge-scenarios-header h2,
    .edge-benefits-header h2,
    .edge-faq-title h2 {
        font-size: 40px;
    }

    .edge-hero-content p,
    .edge-context-header p,
    .edge-access-header p,
    .edge-example-header p,
    .edge-peripheral-header p,
    .edge-scenarios-header p {
        font-size: 18px;
    }

    .edge-context{
        padding: 100px 20px;
    }

    .edge-hero {
        height: auto;
        min-height: unset;
        padding: 80px 20px;
    }

    .edge-hero-layout{
        gap: 0;
    }

    .edge-hero-tags {
        flex-direction: column;
        font-size: 16px;
    }

    .edge-hero-actions {
        flex-direction: column;
        padding: 50px 0 0 0;
    }

    .edge-hero-actions .hero-btn {
        width: 260px;
    }

    .edge-hero-img img {
        max-width: 320px;
    }

    .edge-phone-wrapper {
        transform: scale(0.55);
        transform-origin: center center;
    }

    .edge-access, .edge-steps {
        padding: 100px 20px 0 20px;
    }
    .edge-access-schema {
        padding: 30px 20px;
    }

    .edge-schema-icon {
        width: 56px;
        height: 56px;
    }

    .edge-schema-icon img{
        width: 28px;
        height: 28px;
    }

    .edge-schema-label h3 {
        font-size: 14px;
    }

    .edge-schema-label small {
        font-size: 11px;
    }

    .edge-schema-node .logo-nti {
        width: 110px !important;
    }

    .edge-context-schema-check {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding-top: 70px;
    }

    .edge-example {
        padding: 80px 20px;
    }

    .edge-steps {
        flex-direction: column;
        gap: 30px;
    }

    .edge-step {
        gap: 20px;
    }
    .edge-step-content {
        margin-bottom: 30px;
    }
    .edge-peripheral {
        padding: 0 20px 80px 20px;
        gap: 100px;
    }

    .edge-scenarios{
        padding: 100px 20px 100px 20px
    }

    .edge-benefits {
        padding: 50px 20px 150px 20px;
    }

    .edge-faq-questions {
        padding: 40px 20px;
    }

    .edge-partners-container {
        gap: 30px
    }

    .partner-logo-card {
        width: 140px;
        height: 70px
    }
}

@media (max-width: 735px) {
    .edge-hero-content h1,
    .edge-context-header h2,
    .edge-access-header h2,
    .edge-example-header h2,
    .edge-peripheral-header h2,
    .edge-scenarios-header h2,
    .edge-benefits-header h2,
    .edge-faq-title h2{
        font-size: 32px;
    }

    .edge-hero-content p,
    .edge-context-header p,
    .edge-access-header p,
    .edge-example-header p,
    .edge-peripheral-header p,
    .edge-scenarios-header p {
        font-size: 16px;
    }

    .edge-hero {
        padding: 80px 20px;
        align-items: flex-start;
    }

    .edge-hero-content h1 {
        font-size: 32px;
    }

    .edge-hero-content p {
        font-size: 16px;
    }

    .edge-hero-layout {
        align-items: stretch;
        height: auto;    
        flex-direction: column-reverse;
        gap: 60px;
    }

    .edge-hero-actions {
        align-items: center;
    }

    .edge-hero-content h1 {
        margin-top: 5px;
    }

    .edge-hero-img img {
        max-width: 220px;
    }

    .edge-hero-tags {
        font-size: 15px;
    }

    .edge-phone-wrapper {
        transform: none;
        width: 240px;
        height: auto;
        margin: 0 auto;
    }

    .edge-phone {
        width: 200px;
        height: 390px;
        border-radius: 35px;
    }

    .edge-phone-top {
        height: 30px;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
    }

    .edge-nti-logo img {
        max-width: 80px;
    }

    .edge-scan-box {
        width: 125px;
        height: 125px;
    }

    .edge-barcode {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 120px;
    }

    .edge-barcode img{
        width: 80px;
    }

    .edge-ibmi-connector {
        right: -35px;
    }

    .edge-ibmi-connector img{
        width: 50px;
        height: 50px;
    }

    .scan-corner {
        width: 15px;
        height: 15px;
    }

    .scan-corner.tl {
        top: 15px;
        left: 15px;
    }

    .scan-corner.tr {
        top: 15px;
        right: 15px;
    }
    
    .scan-corner.bl {
        bottom: 15px;
        left: 15px;
    }
    
    .scan-corner.br {
        bottom: 15px;
        right: 15px;
    }

    .edge-scan-status {
        font-size: 10px;
        padding: 8px 15px;
    }

    .edge-access, .edge-steps {
        padding: 80px 20px 0 20px;
    }

    .edge-access-schema {
        margin: 80px auto 80px;
    }

    .edge-context-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding: 80px 0;
    }

    .edge-access-schema-grid {
        gap: 20px;
    }

    .edge-context-schema-check {
        align-items: start;
    }

    .edge-context-schema-check span{
        font-weight: 500;
    }

    .edge-flow-line {
        width: 30px;
    }

    .edge-example {
        padding: 80px 20px;
    }

    .edge-faq {
        padding: 0 20px 0 20px;
    }

    .edge-peripheral {
        padding: 0 20px 0 20px;
    }
    .halo-1 {
        transform: scale(0.25);
    }
    .halo-2 {
        transform: scale(0.35);
    }

    .node{
        width: 44px;
        height: 44px;
    }

    .node-left{
        left: calc(60% - var(--orbit-r));
    }

    .node-top {
        top: calc(60% - var(--orbit-r));
    }

    .node-right{
        left: calc(40% + var(--orbit-r));
    }

    .node-label {
        width: 60px;
        white-space: normal;
        text-align: center;
        font-weight: 500;
    }

    .node-right .node-label {
        left: calc(-25% + 5px);
        top: -90%;
    }
    .node-top .node-label {
        top: -55px;
        left: 13%;
    }

    .node-left .node-label {
        left: calc(-43% + 5px);
        top: -90%;
    }
    .orbit-icon {
        width: 20px;
        height: 20px;
    }

    .center {
        width: 60px;
        height: 60px;
    }

    .tooltip{
        min-width: 170px;    
    }

    .tooltip li {
        font-size: 12px;
    }

    .edge-scenarios {
        padding: 80px 20px;
    }
    .edge-scenarios-header {
        padding-bottom: 80px;
    }

    .edge-tabs {
        display: flex;
        gap: 10px;
    }

    .edge-tab-button {
        display: block; 
        flex: 1 1 0;
        min-width: 0;
        text-align: center;
        font-size: clamp(10px, 2vw, 15px);
        padding: clamp(5px, 1.2vw, 8px) clamp(6px, 2vw, 10px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .edge-tab-icon {
        display: none;
    }
    .edge-card-schema{
        gap: 15px;
    }

    .edge-card-body {
        padding: 40px 20px;
    }

    .edge-card-header p, .edge-card-content ul, .edge-card-note p, .edge-card-footer p {
        font-size: 15px;
    }

    .edge-card-schema-flow {
        width: 20px;
    }

    .edge-card-schema-box {
        width: 55px;
        height: 55px;
    }
    .box-dotnet .edge-schema-label {
        font-size: 10px;
        font-weight: 600;
    }
    .box-ibmi .gradient-text {
        font-size: 14px;
    }
    .edge-net-icon {
        width: 25px;
        height: 25px;
    }

    .edge-schema-gateway .edge-card-schema-app {
        width: 45px;
        height: 25px;
        font-size: 10px;
    }

    .edge-benefits {
        padding: 0 20px 80px 20px;
        gap: 80px;
    }

    .edge-benefits-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .edge-faq-title {
        margin: 80px auto;
    }

    .faq-question {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .edge-hero-wrapper,
    .edge-access-wrapper,
    .edge-scenarios-wrapper,
    .edge-footer-wrapper {
        padding: 10px;
        background: var(--white);
    }
    .edge-hero,
    .edge-access,
    .edge-scenarios,
    .edge-footer-cta {
        border-radius: 12px;
    }

    .edge-context {
        padding: 40px 20px 80px 20px;
    }

    .edge-hero {
        padding: 50px 20px 80px 20px;
    }

    .edge-context-footer h3 {
        font-size: 22px;
    }

    .edge-access-schema {
        padding: 40px 20px;
    }
    .edge-access-schema-grid {
        flex-direction: column;
        gap: 35px;
        text-align: center;
    }

    .edge-schema-icon, .edge-schema-node .logo-nti {
        margin-bottom: 8px;
    }

    .edge-card-schema {
        flex-direction: column;
        gap: 10px;
    }

    .edge-access-schema-grid .edge-flow-line, .edge-card-schema-flow {
        transform: rotate(90deg);
        transform-origin: center;
    }

    .edge-schema-gateway .edge-card-schema-apps{
       flex-direction:row;
    }

    .edge-card-schema-box {
        width: 80px;
        height: 40px;
    }

    .edge-net-icon {
        width: 20px;
        height: 20px;
    }

    .edge-card-header, .edge-card-content {
        margin-bottom: 20px;
    }

    .icon-box {
        width: 50px;
        height: 50px;
    }

    .edge-card-note p, .edge-card-footer p {
        line-height: 1.3;
    }

    .edge-benefit-card h3 {
        font-size: 20px;
    }

    .edge-benefit-card p, .edge-benefit-card ul {
        font-size: 15px;
    }

    .faq-question {
        max-width: 85%;
    }
}

