/* input(714,1): run-time error CSS1019: Unexpected token, found '}' */
@font-face {
    font-family: 'Helvetica Neue Custom';
    src: url('/fonts/HelveticaNeue-Roman.woff2?v=WEv4Yg5gGfbWrAhM9EBBIUD4Ttk') 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=VEL2nn4FspH4luR8bcaBgd51u8Y') 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=VEL2nn4FspH4luR8bcaBgd51u8Y') 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=VEL2nn4FspH4luR8bcaBgd51u8Y') 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=WEv4Yg5gGfbWrAhM9EBBIUD4Ttk') 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;
}

html, body {
    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;
    --border-tabs: #CACCD1;
    --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;
    --electric-blue: rgb(26, 115, 232);
    --electric-blue-soft: rgba(26, 115, 232, 0.15);
    --electric-blue-glow: rgba(26, 115, 232, 0.35);
    --ancre-black: #111827CC;
    --red: #fff5f5;
    --vs-bg: #001522;
    --vs-kw: #569CD6; /* keywords : var, using, new, while... */
    --vs-var: #9CDCFE; /* variables */
    --vs-str: #CE9178; /* strings */
    --vs-cl: #4EC9B0; /* classes */
    --vs-mt: #DCDCAA; /* méthodes */
    --vs-cm: #6A9955; /* commentaires */
    --vs-txt: #DBDCDB; /* texte par défaut */
    --vs-border: #2d2d2d; /* séparateur header */
    --vs-header-txt: #DBDCDB; /* filename */
    --vs-flow: #D098D9; /* flow keywords : while, if, for, foreach, return */
}

.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: 1140px;
    min-height: 48px;
    margin: 0 auto;
    top: 0;
}

.nav-mobile-menu {
    display: flex;
    flex: 1;
    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;
}

.active-header {
    color: var(--blue-sea) !important;
    font-weight: 500;
}

.nav-link-mobile-home {
    display: none;
}

.nav-items-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
    flex: 1;
    min-width: 0;
    font-family: var(--body-font-hn);
    transition: background-color 0.5s ease;
    color: var(--black);
    font-size: 14px;
    position: relative;
    letter-spacing: 0.02em;
    line-height: 1;
    font-weight: 300;
}

.nav-portal-links {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-left: auto;
    padding-left: 28px;
    border-left: 1px solid rgba(17, 24, 39, 0.08);
}

.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-portal-links .nav-link-login {
    font-size: 14px;
    font-family: var(--body-font-hn);
    color: var(--black-title);
    letter-spacing: 0.02em;
    font-weight: 300;
    white-space: nowrap;
    transition: color 0.25s ease, text-shadow 0.25s ease;
}

.nav-portal-links .nav-link-login:hover {
    color: var(--blue-sea);
    text-shadow: 0 0 0.01px currentColor;
}

.nav-portal-links .nav-link-center-action {
    font-size: 14px;
    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: 5px 15px;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.02em;
    transition: background-color 0.25s ease, color 0.5s ease;
}

.nav-portal-links .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: 0 auto 30px;
}

.footer-bottom {
   display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 40px 0;
}

.footer-bottom p {
  margin: 0;
  font-family: var(--body-font-hn);
  font-size: 15px;
  color: var(--title-grey);
}

.footer-social {
    display: flex;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-social a {
    display: inline-flex;
    opacity: 1;
    transition: opacity 0.2s ease;
}

.footer-social a:hover {
    opacity: 0.65;
}

.footer-social img {
    display: block;
}

@media ( max-width: 1440px) {
    footer {
        padding: 20px 20px;
    }
}


@media ( max-width: 1160px) {
    .nav-container {
        padding: 0px 20px;
    }
}

@media (max-width: 1050px) {
    .nav-mobile-menu {
        display: none;
    }

    .nav-portal-links {
        display: none;
    }

    .brand-text {
        display: none;
    }

    .nav-items-center .nav-link-center-action {
        border-radius: 0;
    }

    .nav-items-center {
        display: flex !important;
        flex: none;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0;
        padding-top: 0;
        width: 100%;
        will-change: transform, opacity;
    }

    .nav-container {
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }

    .nav-item-burger {
        border: none;
        background: transparent;
        display: block;
        top: 11px;
        right: 10px;
    }

    .nav-mobile-menu {
        flex-direction: column;
        justify-content: start;
        padding-top: 0 !important;
    }

    .nav-items-center a:not(.brand-link) {
        display: none;
        padding: 0;
    }

    body.menu-open header {
        background: var(--grey);
    }

    body.menu-open .nav-container {
        min-height: 100vh;
    }

    body.menu-open .nav-mobile-menu {
        display: flex;
        flex: 1;
        width: 100%;
    }

    body.menu-open .nav-items-center .brand-link {
        order: -1;
        align-self: flex-start;
    }

    body.menu-open .nav-items-center {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding-top: 10px;
    }

    body.menu-open .nav-link-mobile-home {
        margin-top: 15px;
    }

    body.menu-open .brand-link {
        padding-top: 10px;
    }

    body .menu-closing .nav-items-center .nav-link-center {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        padding-top: 10px;
    }

    body.menu-open .nav-items-center .nav-link-center,
    body.menu-open .nav-items-center .nav-link-mobile-home,
    body.menu-open .nav-portal-links .nav-link-center-action,
    body.menu-open .nav-portal-links .nav-link-login {
        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-portal-links {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 10px;
        padding-top: 20px;
        border-top: 1px solid #e5e7eb;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }

    body.menu-open .nav-portal-links a {
        width: 100%;
        padding: 14px 0;
        border-bottom: 1px solid #e5e7eb;
    }

    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;
    }

    .nav-portal-links .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;
    }

    body.menu-open .nav-portal-links .nav-link-center-action:hover {
        color: var(--black) !important;
        background: transparent !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;
        }
    }

    .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 {
      flex-direction: column;
    padding: 0 0 50px 0;
  }

  .footer-bottom p {
    font-size: 12px;
    margin-bottom: 15px;
  }

    .footer-social {
        gap: 7px;
    }
}

.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-text-dotnet {
    background: linear-gradient(#2a39d0, #9c3def);
    -webkit-background-clip: text;
    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;
    }
}

.inline-link {
  color: var(--blue);
  font-weight: 500;
  text-decoration: none;
  transition: color .25s ease;
}

.inline-link:hover {
  cursor: pointer;
  color: var(--black-title);
}

/* HERO */

.rpg-hero {
    position: relative;
    min-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;
}

.rpg-hero-layout {
    width: 100%;
    max-width: 1080px;
    min-height: 85vh;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.rpg-hero-content {
    font-family: var(--body-font-hn);
    flex: 0 0 580px;
    max-width: 580px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.rpg-hero-content h1 {
    font-family: var(--body-font-hn);
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--black-title);
    max-width: 560px;
}

.rpg-hero-content h1  span {
    color: var(--blue-sea);
}

.rpg-hero-content p {
    font-family: var(--body-font-hn);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.19048;
    letter-spacing: .011em;
    color: var(--font-grey-p);
    padding-right: 13%;
    margin: 25px 0;
}

.rpg-hero-tags {
    font-family: var(--body-font-hn);
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: var(--font-grey-p);
    font-weight: 500;
    padding-left: 15px;
    gap: 5px;
}

.rpg-hero-tags li::marker {
    color: var(--blue-sea);
}

.rpg-hero-actions {
    display: flex;
    gap: 20px;
    padding: 40px 0 0 0;
    flex-wrap: wrap;
}

.rpg-hero-partners {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}

.rpg-hero-partners img {
    width: clamp(100px, 12vw, 120px);
    height: auto;
    object-fit: contain;
}

.rpg-hero-right {
    flex: 0 0 520px;
    max-width: 520px;
    min-width: 0;
    display: flex;
    align-items: center;
    overflow: visible;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    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);
}

.rpg-arch-card {
    position: relative;
    width: 100%;
    max-width: 560px;
    height: 280px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(226, 231, 239, 0.95);
    box-shadow:
        0 44px 90px rgba(17, 24, 39, 0.10),
        0 18px 40px rgba(26, 115, 232, 0.08),
        inset 0 1px 0 rgba(255,255,255,0.92);
    backdrop-filter: blur(18px);
    overflow: visible;
}

.rpg-arch-body {
    position: relative;
    z-index: 1;
    height: calc(100% - 58px);
    padding: 24px 28px 30px;
}

.rpg-arch-lines {
    position: absolute;
    inset: 55px 30px 4px;
    width: calc(100% - 36px);
    height: calc(100% - 25px);
    z-index: 1;
    pointer-events: none;
}

.rpg-arch-path {
    fill: none;
    stroke: rgba(58, 75, 255, 0.32);
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-dasharray: 5 9;
    animation: rpgDashFlow 1.4s linear infinite;
    filter: drop-shadow(0 0 6px rgba(58, 75, 255, 0.18));
}

.path-right-1,
.path-right-2,
.path-right-3 {
    animation-name: rpgDashFlowReverse;
}

@keyframes rpgDashFlow {
    from {
        stroke-dashoffset: 42;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes rpgDashFlowReverse {
    from {
        stroke-dashoffset: -42;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.rpg-arch-column {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.rpg-arch-column-left {
    left: 28px;
    width: 145px;
}

.rpg-arch-column-right {
    right: 28px;
    width: 145px;
}

.rpg-arch-logo{
    display: flex;
    justify-content: center;
    align-content: center;
}

.rpg-arch-logo img{
    border-radius: 3px;
}

.rpg-arch-node {
    min-height: 42px;
    padding: 0 14px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 20px 40px;
    background: var(--white);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 231, 235);
    border-image: initial;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.94);
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--body-font-hn);
    font-size: 12px;
    font-weight: 700;
    color: #263140;
}

.rpg-arch-node span {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(58, 75, 255, 0.55);
    flex: 0 0 auto;
}

.rpg-arch-core {
    position: absolute;
    left: 41%;
    top: 131px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    isolation: isolate;
}

.rpg-arch-core::before {
    content: "";
    position: absolute;
    inset: -28px -42px;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.96) 38%,
        rgba(255, 255, 255, 0.78) 55%,
        rgba(255, 255, 255, 0.35) 70%,
        rgba(255, 255, 255, 0) 86%
    );
    filter: blur(2px);
}

.rpg-arch-core img {
    position: relative;
    z-index: 1;
    display: block;
    width: 90px;
    height: auto;
}

.rpg-arch-code {
    position: absolute;
    right: -40px;
    bottom: -115px;
    z-index: 8;
    width: 244px;
    border-radius: 13px;
    background: #001522;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 26px 46px rgba(0, 21, 34, 0.26), 0 12px 24px rgba(0, 21, 34, 0.20);
    overflow: hidden;
}

.rpg-arch-code pre {
    margin: 0;
    padding: 10px 16px 16px;
    font-family: "JetBrains Mono", monospace;
    font-size: 12px;
    line-height: 1.72;
    color: var(--vs-txt);
    white-space: pre;
}

.rpg-code-var {
    color: var(--vs-var);
}

.rpg-code-method {
    color: var(--vs-mt);
}

/* BUSINESS SECTION */

.rpg-business-section {
    background: var(--white);
    padding: 100px 0;
    overflow: hidden;
}

.rpg-business-container {
    display: grid;
    grid-template-columns: minmax(0, 470px) minmax(0, 500px);
    align-items: center;
    justify-content: space-between;
    gap: 90px;
}

.rpg-business-content {
    max-width: 470px;
}

.rpg-business-content h2 {
    font-family: var(--body-font-hn);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 20px;
    color: var(--black-title);
}

.rpg-business-content p {
    font-family: var(--body-font-hn);
    font-size: 16px;
    font-weight: 400;
    color: var(--font-grey-p);
    line-height: 1.7;
    margin-bottom: 16px;
}

.rpg-business-content p + p {
    margin-top: 18px;
}

.rpg-business-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 26px;
    padding-left: 0;
}

.rpg-business-timeline::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 34px;
    bottom: 34px;
    width: 1px;
    background: linear-gradient(
        to bottom,
        rgba(58, 75, 255, 0),
        rgba(58, 75, 255, 0.22) 16%,
        rgba(58, 75, 255, 0.22) 84%,
        rgba(58, 75, 255, 0)
    );
    z-index: 0;
}

.rpg-business-item {
    position: relative;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: 26px;
    z-index: 1;
}

.rpg-business-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue-sea);
    background:
        radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.82)),
        linear-gradient(180deg, rgba(240, 245, 255, 0.95), rgba(255, 255, 255, 0.95));
    border: 1px solid rgba(226, 231, 239, 1);
    box-shadow:
        0 16px 34px rgba(17, 24, 39, 0.07),
        0 6px 14px rgba(26, 115, 232, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.rpg-business-card {
    min-height: 108px;
    padding: 24px 28px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(226, 231, 239, 1);
    box-shadow:
        0 22px 46px rgba(17, 24, 39, 0.06),
        0 8px 18px rgba(17, 24, 39, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.rpg-business-card h3 {
    margin: 0 0 10px;
    font-family: var(--body-font-hn);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: var(--black-title);
}

.rpg-business-card p {
    margin: 0;
    max-width: 360px;
    font-family: var(--body-font-hn);
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: -0.01em;
    color: var(--font-grey-p);
}

/* CALL SECTION */

.rpg-call-section {
    background: var(--grey);
    padding: 100px 0;
    overflow: hidden;
}

.rpg-call-container {
    max-width: 1080px;
    margin: 0 auto;
}

.rpg-call-header {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.rpg-call-header h2 {
    font-family: var(--body-font-hn);
    font-size: 44px;
    font-weight: 700;
    color: var(--black-title);
    margin-bottom: 12px;
    line-height: 1.1;
}

.rpg-call-header h2 span{
   color: var(--blue-sea);
}

.rpg-call-header p {
    max-width: 750px;
    font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.6;
    color: var(--font-grey-p);
    font-weight: 400;
}

.rpg-call-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    padding: 80px 0;
}

.rpg-call-card {
    min-height: 182px;
    padding: 28px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(226, 231, 239, 1);
    box-shadow:
        0 22px 46px rgba(17, 24, 39, 0.06),
        0 8px 18px rgba(17, 24, 39, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.rpg-call-card code {
    display: inline-flex;
    max-width: 100%;
    margin-bottom: 22px;
    padding: 7px 12px;
    border-radius: 6px;
    background: var(--vs-bg);
    color: var(--vs-txt);
    font-family: "JetBrains Mono", monospace;
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rpg-call-code-block h2 {
    font-family: var(--body-font-hn);
    font-size: 24px;
    font-weight: 800;
    color: var(--black-title);
    margin-bottom: 15px;
}

.rpg-call-code-block p {
    font-family: var(--body-font-hn);
    font-size: 16px;
    font-weight: 400;
    color: var(--font-grey-p);
    line-height: 1.7;
    margin-bottom: 16px;
}

.rpg-call-code-block p code {
    font-family: "JetBrains Mono", monospace;
    font-size: 0.92em;
    color: var(--blue-sea);
    background: rgba(63, 140, 255, 0.08);
    border-radius: 5px;
    padding: 1px 5px;
}

.rpg-call-card code .var {
    color: var(--vs-var);
}

.rpg-call-card code .method{
    color: var(--vs-mt);
}

.rpg-call-card code .type{
   color: var(--vs-cl);
}

.rpg-call-card h3 {
    margin: 0 0 10px;
    font-family: var(--body-font-hn);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: var(--black-title);
}

.rpg-call-card p {
    margin: 0;
    font-family: var(--body-font-hn);
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: -0.01em;
    color: var(--font-grey-p);
}

.rpg-call-media-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 26px;
    row-gap: 28px;
    margin-top: 45px;
}

.rpg-call-media-grid h2 {
    grid-column: 1 / -1;
    margin: 30px 0 60px;
    font-family: var(--body-font-hn);
    font-size: clamp(28px, 2.6vw, 38px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.04em;
    color: var(--black-title);
    text-align: center;
}

.rpg-call-media-column {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.rpg-call-media-column-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 0 0 6px;
    border-bottom: 2px solid var(--blue-sea);
    font-family: var(--body-font-hn);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--black-title);
    margin-bottom: 18px;
}

.rpg-call-media {
    margin: 0;
}

.rpg-call-media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid rgba(226, 231, 239, 1);
    box-shadow:
        0 28px 60px rgba(17, 24, 39, 0.08),
        0 12px 24px rgba(17, 24, 39, 0.05);
    cursor: zoom-in;
}

.rpg-call-media span {
    display: block;
    margin: 18px auto;
    text-align: center;
    max-width: 400px;
    font-family: var(--body-font-hn);
    font-size: 14px;
    line-height: 1.5;
    color: var(--font-grey-p);
    font-style: italic;
}

.rpg-image-zoom-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    background: rgba(0, 0, 0, 0.88);
    cursor: zoom-out;
}

.rpg-image-zoom-content {
    max-width: min(1200px, 94vw);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.rpg-image-zoom-content img {
    display: block;
    max-width: 100%;
    max-height: 82vh;
    width: auto;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35);
    cursor: default;
}

.rpg-image-zoom-caption {
    max-width: 900px;
    margin: 0;
    font-family: var(--body-font-hn);
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
    text-align: center;
}

.rpg-image-zoom-close {
    position: fixed;
    top: 24px;
    right: 26px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.rpg-image-zoom-close:hover {
    background: rgba(255, 255, 255, 0.22);
}

.rpg-call-code-window {
    margin-top: 30px;
    width: 100%;
    background: var(--vs-bg);
    border-radius: 10px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25), 0 10px 14px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.rpg-call-window-header {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    background: var(--vs-bg);
}

.mac-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 6px;
}

.mac-dot.red    { background: #FF5F57; }
.mac-dot.yellow { background: #FFBD2E; }
.mac-dot.green  { background: #28C840; }

.rpg-call-file {
    margin-left: 12px;
    font-size: 13px;
    color: var(--vs-header-txt);
    font-family: var(--body-font-hn);
}

.rpg-call-code-wrap {
    overflow-x: auto;
}

.rpg-call-code {
    margin: 0;
    padding: 20px 24px 24px;
    font-size: clamp(6px, 1.1vw, 14px);
    line-height: 1.65;
    font-family: "JetBrains Mono", monospace;
    white-space: pre;
    color: var(--vs-txt);
    -webkit-font-smoothing: antialiased;
}

.rpg-call-code .kw      { color: var(--vs-kw); }
.rpg-call-code .var     { color: var(--vs-var); }
.rpg-call-code .type    { color: var(--vs-cl); }
.rpg-call-code .method  { color: var(--vs-mt); }
.rpg-call-code .str     { color: var(--vs-str); }
.rpg-call-code .comment { color: var(--vs-cm); font-style: italic; }

.rpg-call-note {
    margin: 50px auto 0;
    padding: 20px 25px;
    border-left: 3px solid var(--blue-sea);
    border-radius: 0 10px 10px 0;
    background: rgba(63, 140, 255, 0.08);
    font-family: var(--body-font-hn);
    font-size: 16px;
    font-weight: 400;
    color: var(--font-grey-p);
    line-height: 1.7;
}

/* SCOPE SECTION */

.rpg-scope-section {
    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;
    padding: 100px 0;
    overflow: hidden;
}

.rpg-scope-container {
    max-width: 1080px;
    margin: 0 auto;
}

.rpg-scope-header {
    max-width: 750px;
    margin: 0 auto 46px;
    text-align: center;
}

.rpg-scope-header h2 {
    font-family: var(--body-font-hn);
    font-size: 44px;
    font-weight: 700;
    color: var(--black-title);
    margin-bottom: 100px;
    line-height: 1.1;
}

.rpg-scope-header h2 span{
    color: var(--blue-sea);
}

.rpg-scope-header p {
    max-width: 620px;
    margin: 0 auto;
    font-family: var(--body-font-hn);
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.01em;
    color: var(--font-grey-p);
}

.rpg-scope-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: 920px;
    margin: 0 auto;
}

.rpg-scope-card {
    min-height: 126px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 18px;
    align-items: flex-start;
    padding: 28px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(226, 231, 239, 1);
    box-shadow:
        0 24px 50px rgba(17, 24, 39, 0.05),
        0 8px 18px rgba(17, 24, 39, 0.035),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.rpg-scope-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(26, 115, 232, 0.10);
    border: 1px solid rgba(26, 115, 232, 0.08);
}

.rpg-scope-icon img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.rpg-scope-card-content h3 {
    margin: 0 0 8px;
    font-family: var(--body-font-hn);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: var(--black-title);
}

.rpg-scope-card-content p {
    margin: 0;
    max-width: 350px;
    font-family: var(--body-font-hn);
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: -0.01em;
    color: var(--font-grey-p);
}

/* CLOUD SECTION */

.rpg-cloud-section {
    padding: 100px 0;
    overflow: hidden;
}

.rpg-cloud-container {
    max-width: 1080px;
    margin: 0 auto;
}

.rpg-cloud-header {
    max-width: 690px;
    margin: 0 auto 50px;
    text-align: center;
}

.rpg-cloud-header h2 {
    font-family: var(--body-font-hn);
    font-size: 44px;
    font-weight: 700;
    color: var(--black-title);
    margin-bottom: 12px;
    line-height: 1.1;
}

.rpg-cloud-header h2 span{
    color: var(--blue-sea);
}

.rpg-cloud-header p {
    max-width: 750px;
    font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.6;
    color: var(--font-grey-p);
    font-weight: 400;
    max-width: 650px;
    margin: 0 auto 100px;
}
.rpg-cloud-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 920px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.rpg-cloud-feature {
    font-family: var(--body-font-hn);
}

.rpg-cloud-feature-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    background: rgba(63, 140, 255, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.rpg-cloud-feature h3 {
    font-family: var(--body-font-hn);
    font-size: 22px;
    font-weight: 600;
    color: var(--black-title);
    line-height: 1.3;
    margin-bottom: 15px;
}

.rpg-cloud-feature p {
    font-family: var(--body-font-hn);
    font-size: 15px;
    color: var(--font-grey-p);
    line-height: 1.6;
    margin: 0;
}

.rpg-cloud-visual {
    position: relative;
    max-width: 920px;
    min-height: 250px;
    margin: 0 auto;
    padding: 45px 35px 45px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(226, 231, 239, 1);
    box-shadow: 0 34px 80px rgba(17, 24, 39, 0.08), 0 14px 34px rgba(17, 24, 39, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.94);
    display: grid;
    grid-template-columns: minmax(0, 330px) minmax(0, 170px) minmax(0, 300px);
    align-items: center;
    gap: 28px;
}

.rpg-cloud-runtime-card {
    min-height: 122px;
    padding: 20px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(58, 75, 255, 0.35);
    box-shadow:
        0 22px 48px rgba(58, 75, 255, 0.08),
        0 8px 18px rgba(17, 24, 39, 0.04);
}

.rpg-cloud-runtime-title,
.rpg-cloud-ibmi-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    font-family: var(--body-font-hn);
    font-size: 13px;
    font-weight: 700;
    color: var(--black-title);
}

.rpg-cloud-runtime-app {
    min-height: 36px;
    padding: 9px 12px;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    background: #f7faff;
    border: 1px solid rgba(226, 231, 239, 1);
}

.rpg-cloud-dotnet-badge {
    width: 28px;
    height: 28px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #6942d9;
    color: #fff;
    font-family: var(--body-font-hn);
    font-size: 9px;
    font-weight: 700;
}

.rpg-cloud-runtime-app strong {
    font-family: var(--body-font-hn);
    font-size: 13px;
    font-weight: 700;
    color: var(--black-title);
}

.rpg-cloud-runtime-app small {
    font-family: var(--body-font--monosql);
    font-size: 10px;
    color: var(--font-grey-p);
}

.rpg-cloud-runtime-card code,
.rpg-cloud-ibmi-card code {
    display: block;
    margin-top: 14px;
    font-family: var(--body-font--monosql);
    font-size: 11px;
    line-height: 1.5;
    color: #667085;
}

.rpg-cloud-connector {
    position: relative;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rpg-cloud-logo {
    position: relative;
    z-index: 2;
    width: 170px;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: radial-gradient( ellipse 110px 70px at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0.85) 55%, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255, 255, 0) 100% );
}

.rpg-cloud-line {
    position: absolute;
    top: 50%;
    height: 2px;
    background-image: repeating-linear-gradient( to right, rgba(58, 75, 255, 0.55) 0px, rgba(58, 75, 255, 0.55) 6px, transparent 6px, transparent 14px );
    background-size: 28px 2px;
    background-repeat: repeat-x;
}

.rpg-cloud-line-left {
    left: -28px;
    right: 100px;
    animation: rpgCloudDashFlow 1.4s linear infinite;
    filter: drop-shadow(0 0 4px rgba(58, 75, 255, 0.18));
}

.rpg-cloud-line-right {
    left: 100px;
    right: -28px;
    animation: rpgCloudDashFlowReverse 1.4s linear infinite;
    filter: drop-shadow(0 0 4px rgba(58, 75, 255, 0.18));
}

.rpg-cloud-logo span {
    font-family: var(--body-font--monosql);
    font-size: 12px;
    font-weight: 700;
    color: #667085;
}

@keyframes rpgCloudDashFlow {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 28px 0;
    }
}

@keyframes rpgCloudDashFlowReverse {
    from {
        background-position: 28px 0;
    }

    to {
        background-position: 0 0;
    }
}

.rpg-cloud-ibmi-card {
    min-height: 122px;
    padding: 20px;
    border-radius: 14px;
    background: var(--black);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 26px 54px rgba(16, 24, 39, 0.18),
        0 10px 22px rgba(16, 24, 39, 0.10);
}

.rpg-cloud-ibmi-title {
    color: #f8fafc;
}

.rpg-cloud-ibmi-program {
    padding: 14px 16px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.rpg-cloud-ibmi-program strong {
    display: block;
    font-family: var(--body-font-hn);
    font-size: 13px;
    font-weight: 700;
    color: var(--lawngreen);
}

.rpg-cloud-ibmi-program span {
    display: block;
    font-family: var(--body-font--monosql);
    font-size: 11px;
    color: #60a5fa;
}

.rpg-cloud-ibmi-card code {
    color: #cbd5e1;
}

.rpg-cloud-note {
    margin: 24px auto 0;
    text-align: center;
    font-family: var(--body-font-hn);
    font-size: 14px;
    line-height: 1.5;
    color: #7b8798;
}

.rpg-cloud-quote {
    max-width: 620px;
    margin: 100px auto 0;
    text-align: center;
    font-family: var(--body-font-hn);
}

.rpg-cloud-quote p {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.01em;
    color: var(--black-title);
}

.rpg-cloud-quote cite {
    display: block;
    margin-top: 18px;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    color: var(--font-grey-p);
}
/* USE CASES SECTION */

.rpg-usecases-section {
    background: var(--grey);
    padding: 80px 0;
    overflow: hidden;
}

.rpg-usecases-container {
    max-width: 1080px;
    margin: 0 auto;
}

.rpg-usecases-header {
    max-width: 700px;
    margin: 0 auto 46px;
    text-align: center;
}

.rpg-usecases-header span {
    display: block;
    margin-bottom: 14px;
    font-family: var(--body-font--monosql);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--blue-sea);
}

.rpg-usecases-header h2 {
    font-family: var(--body-font-hn);
    font-size: 44px;
    font-weight: 700;
    color: var(--black-title);
    line-height: 1.1;
    text-align: center;
}

.rpg-usecases-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    max-width: 920px;
    margin: 100px auto 0;
}

.rpg-usecase-card {
    position: relative;
    min-height: 165px;
    padding: 40px 30px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(226, 231, 239, 1);
    box-shadow: 0 24px 50px rgba(17, 24, 39, 0.055), 0 8px 18px rgba(17, 24, 39, 0.035), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.rpg-usecase-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    margin-bottom: 24px;
    padding: 0 24px;
    border-radius: 999px;
    background: var(--blue-sea);
    color: var(--white);
    font-family: var(--body-font-hn);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.rpg-usecase-card p {
    margin: 0;
    font-family: var(--body-font-hn);
    font-size: 15px;
    color: var(--font-grey-p);
    line-height: 1.6;
}

/* Footer CTA */

.rpg-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;
}

.rpg-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;
}

.rpg-footer-cta-content h2{
    color: var(--black);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.rpg-footer-cta-content p{
    color: var(--font-grey-p);
    font-size: 16px;
    font-weight: 400;
    max-width: 630px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 400;
    margin-top: 20px;
    max-width: 630px;
    margin: 0 auto;
}

.rpg-footer-cta-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    list-style: none;
    margin: 35px 0 30px;
    padding: 0;
    font-family: var(--body-font-hn);
}

.rpg-footer-cta-list li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--white);
    border: 1px solid var(--border-input);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--black-title);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.rpg-footer-cta-list li::before {
    content: "✓";
    color: var(--blue-sea);
    font-weight: 700;
}

.rpg-footer-cta-isv {
    font-family: var(--body-font-hn) !important;
    margin-top: 12px !important;
    font-size: 14px !important;
    color: var(--font-grey-light-p) !important;
}

.rpg-footer-cta-isv a {
    color: var(--blue-sea);
    font-weight: 500;
    text-decoration: none;
}

.rpg-footer-cta-isv a:hover {
    text-decoration: underline;
}

.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);
    margin-top: 10px;
}

.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);
}

.rpg-faq {
    display: flex;
    flex-direction: column;
}

.rpg-faq-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 100px auto;
}

.rpg-faq-title h2 {
    font-family: var(--body-font-hn);
    font-size: 46px;
    font-weight: 600;
    line-height: 1.05;
    color: var(--black-title);
    text-align: center;
}

.rpg-faq-questions {
    background-color: var(--grey);
    margin-bottom: 120px;
    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 {
    margin: 0;
}

.faq-question-text {
    font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.2105263158;
    font-weight: 600;
    letter-spacing: .012em;
    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-answer-inner code {
    font-family: "JetBrains Mono", monospace;
    font-size: 0.88em;
    color: var(--blue-sea);
    background: rgba(63, 140, 255, 0.08);
    border: 1px solid rgba(63, 140, 255, 0.12);
    border-radius: 5px;
    padding: 2px 5px;
    white-space: nowrap;
}

.faq-code-link {
    text-decoration: none;
}

.faq-code-link code {
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.faq-code-link:hover code {
    color: var(--blue);
    background: rgba(63, 140, 255, 0.14);
    border-color: rgba(63, 140, 255, 0.22);
}


.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;
}

 .rpg-partners {
    padding: 0 0 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rpg-partners-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    gap: 100px;
    margin-top: 60px;
}

.rpg-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 {
    border-radius: 8px;
    padding: 4px 10px;
}
.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
}

/* RESPONSIVE */


@media (max-width:1320px) {

    .rpg-hero-layout {
        gap: 0;
    }

    .rpg-hero-content {
        flex: 1 1 auto;
        max-width: 540px;
    }

    .rpg-hero-right {
        flex: 0 0 440px;
        max-width: 440px;
        overflow: visible; 
    }

    .rpg-arch-card {
        max-width: 440px;
        height: 270px;
    }

    .rpg-arch-node {
        min-height: 35px;
    }

    .rpg-arch-core {
        left: 43%;
        top: 127px;
    }

    .rpg-arch-core img {
        width: 60px;
    }

    .rpg-arch-core::before {
        inset: -15px -10px;
    }

    .rpg-arch-lines {
        inset: 50px 18px 55px;
        width: calc(100% - 37px);
        height: calc(100% - 26px);
    }

    .rpg-arch-code {
        right: 50%;
        transform: translateX(50%);
        bottom: -106px;
        width: 220px;
    }
}


@media (max-width:1180px) {
    .rpg-hero {
        padding: 40px 20px 80px 20px;
    }
}

@media (max-width: 1080px) {
    .rpg-hero-content h1,
    .rpg-call-header h2,
    .rpg-scope-header h2,
    .rpg-cloud-header h2,
    .rpg-usecases-header h2,
    .rpg-faq-title h2{
        font-size: 40px;
    }

    .rpg-hero {
        min-height: unset;
        height: auto;
    }

    .rpg-hero-actions .hero-btn {
        width: 260px;
    }

    .rpg-business-section,
    .rpg-call-section,
    .rpg-cloud-section,
    .rpg-scope-section,
    .rpg-faq {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rpg-business-section{
        display: flex;
    }

    .rpg-business-content h2{
        font-size: 32px;
    }

    .rpg-business-container {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .rpg-business-content {
        max-width: 680px;
    }

    .rpg-business-timeline {
        max-width: 680px;
    }

    .rpg-call-cards {
        grid-template-columns: 1fr;
    }

    .rpg-call-card {
        min-height: auto;
    }


    .rpg-scope-grid {
        max-width: 680px;
        grid-template-columns: 1fr;
    }

    .rpg-usecases-grid {
        grid-template-columns: 1fr;
        max-width: 680px;
    }

    .rpg-usecase-card {
        min-height: auto;
    }

    .rpg-faq-questions {
        padding: 40px 20px;
    }

    .rpg-partners-container {
        gap: 30px
    }

    .partner-logo-card {
        width: 140px;
        height: 70px
    }
}

@media (max-width: 950px) {
    .rpg-hero {
        min-height: unset;
        padding: 40px 20px 80px;
    }

    .rpg-hero-layout {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 48px;
        padding-top: 0;
    }

    .rpg-hero-content {
        flex: 1 1 100%;
        max-width: 100%;
        padding-top: 60px;
    }

    .rpg-hero-content p {
        padding-right: 0;
    }

    .rpg-hero-right {
        flex: 1 1 100%;
        max-width: 100%;
        overflow: visible;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .rpg-arch-card {
        width: 440px;
        height: 270px;
        flex-shrink: 0;
      
    }

    .rpg-arch-code {
        right: 50%;
        transform: translateX(50%);
        bottom: -106px;
        width: 220px;
    }

    .rpg-hero-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 30px 0 0;
    }

    .rpg-hero-actions .hero-btn {
        width: 260px;
    }

    .rpg-call-note{
        font-size: 15px;
    }

    .rpg-cloud-runtime-app small {
        display: none;
    }
}

@media (max-width: 735px) {
    .rpg-hero-content h1,
    .rpg-call-header h2,
    .rpg-scope-header h2,
    .rpg-cloud-header h2,
    .rpg-usecases-header h2,
    .rpg-faq-title h2 {
        font-size: 30px;
    }

    .rpg-hero-content p,
    .rpg-call-header p,
    .rpg-cloud-header p {
        font-size: 15px;
    }

    .rpg-hero-tags {
        font-size: 15px;
    }

    .rpg-hero {
        padding: 40px 20px 80px;
    }

    .rpg-arch-card {
        max-width: 320px;
        height: 210px;
    }

    .rpg-arch-column-left {
        left: 14px;
        width: 105px;
    }

    .rpg-arch-column-right {
        right: 14px;
        width: 105px;
    }

    .rpg-arch-node {
        min-height: 28px;
        font-size: 9px;
        padding: 0 9px;
        gap: 6px;
    }

    .rpg-arch-node span {
        width: 5px;
        height: 5px;
    }

    .rpg-arch-logo img {
        width: 26px;
        height: 26px;
    }

    .rpg-arch-core {
        left: 42%;
        top: 110px;
    }

    .rpg-arch-core img {
        width: 44px;
    }

    .rpg-arch-core::before {
        inset: -10px -8px;
    }

    .rpg-arch-lines {
        inset: 57px 12px 40px;
        width: calc(100% - 27px);
        height: calc(100% - 20px);
    }

    .rpg-arch-code {
        right: 50%;
        transform: translateX(50%);
        bottom: -112px;
        width: 190px;
    }

    .rpg-arch-code pre {
        font-size: 9px;
        padding: 8px 12px 12px;
        line-height: 1.6;
    }

    .rpg-business-section {
        padding: 40px 20px;
    }

    .rpg-business-content h2 {
        font-size: 30px;
    }

    .rpg-business-content p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .rpg-business-item {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 16px;
    }

    .rpg-business-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .rpg-business-timeline::before {
        left: 21px;
    }

    .rpg-business-card {
        padding: 20px;
        min-height: auto;
    }

    .rpg-business-card h3 {
        font-size: 17px;
    }

    .rpg-business-card p, .rpg-call-card p {
        font-size: 14px;
    }

    .rpg-call-section, 
    .rpg-scope-section,
    .rpg-cloud-section,
    .rpg-usecases-section{
        padding: 80px 20px;
    }


    .rpg-call-header p {
        margin: 0;
    }

    .rpg-call-cards {
        padding: 60px 0;
    }

    .rpg-call-card {
        padding: 22px;
    }

    .rpg-call-media-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .rpg-call-card code {
        margin-bottom: 15px;
    }

    .rpg-call-code-block p {
        font-size: 15px;
    }

    .rpg-call-media span {
        max-width: 100%;
        font-size: 12px;
        text-align: center;
    }

    .rpg-scope-header {
        text-align: left;
        margin-bottom: 36px;
    }

    .rpg-scope-header h2 {
        text-align: center;
        margin-bottom: 80px;
    }

    .rpg-scope-header p {
        margin: 0;
    }

    .rpg-scope-card {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 16px;
        padding: 22px;
        min-height: auto;
    }

    .rpg-scope-icon {
        width: 34px;
        height: 34px;
        border-radius: 9px;
    }

    .rpg-scope-icon img {
        width: 19px;
        height: 19px;
    }

    .rpg-scope-card-content h3 {
        font-size: 16px;
    }

    .rpg-scope-card-content p {
        font-size: 14px;
    }

    .rpg-cloud-header p {
        margin: 0 auto 80px;
    }

    .rpg-cloud-features {
        grid-template-columns: repeat(1, 1fr);
    }

    .rpg-cloud-feature h3{
        font-size: 18px;
    }

    .rpg-cloud-visual {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 28px 20px;
    }

    .rpg-cloud-connector {
        flex-direction: column;
        min-height: 60px;
        gap: 10px;
    }

    .rpg-cloud-line {
        position: static;
        width: 1px;
        height: 20px;
        border-top: none;
        border-left: 1px dashed rgba(58, 75, 255, 0.42);
        margin: 0 auto;
    }

    .rpg-cloud-logo {
        width: 80px;
        min-height: auto;
    }

    .rpg-cloud-logo img {
        width: 70px;
    }

    .rpg-cloud-runtime-card,
    .rpg-cloud-ibmi-card {
        min-height: auto;
    }

    .rpg-usecases-header {
        text-align: left;
        margin-bottom: 36px;
    }

    .rpg-usecases-header h2 {
        margin-bottom: 80px;
        text-align: center;
    }

    .rpg-usecases-header p {
        margin: 0;
    }

    .rpg-usecases-grid {
        gap: 50px;
        margin: 80px auto 0;
    }

    .rpg-usecase-card {
        padding: 30px 24px;
        border-radius: 14px;
    }

    .rpg-usecase-badge {
        margin-bottom: 20px;
    }

    .rpg-footer-cta-content p {
        font-size: 15px;
    }

    .rpg-footer-cta-list {
        flex-direction: column;
        align-items: center;
    }

    .rpg-faq-questions {
        margin-bottom: 100px;
    }

    .rpg-faq-title {
        margin: 80px auto;
    }

    .rpg-faq-title {
        margin: 80px auto;
    }

    .faq-question-text {
        font-size: 16px;
    }

    .faq-answer p {
        font-size: 14px;
        line-height: 1.55;
    }

    .faq-answer ul {
        font-size: 14px;
        line-height: 1.55;
    }
}

@media (max-width: 550px){
    .rpg-hero-wrapper,
    .rpg-call-wrapper,
    .rpg-scope-wrapper,
    .rpg-usecases-wrapper,
    .rpg-footer-wrapper {
        padding: 10px;
        background: var(--white);
    }

    .rpg-hero,
    .rpg-call-section,
    .rpg-scope-section,
    .rpg-usecases-section,
    .rpg-footer-cta {
        border-radius: 12px;
    }

    .rpg-footer-cta-list li {
        gap: 4px;
        padding: 6px 14px;
        font-size: 13px;
    }

    .rpg-hero-actions {
        align-items: center;
    }

    .rpg-hero-partners {
        justify-content: center;
    }
}
