/* input(714,1): run-time error CSS1019: Unexpected token, found '}'
input(2375,44): run-time error CSS1019: Unexpected token, found ' '
input(2375,44): run-time error CSS1019: Unexpected token, found ' '
input(2375,44): run-time error CSS1042: Expected function, found ' '
input(2375,44): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(2381,43): run-time error CSS1019: Unexpected token, found ' '
input(2381,43): run-time error CSS1019: Unexpected token, found ' '
input(2381,43): run-time error CSS1042: Expected function, found ' '
input(2381,43): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(2385,44): run-time error CSS1019: Unexpected token, found ' '
input(2385,44): run-time error CSS1019: Unexpected token, found ' '
input(2385,44): run-time error CSS1042: Expected function, found ' '
input(2385,44): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(2390,40): run-time error CSS1019: Unexpected token, found ' '
input(2390,40): run-time error CSS1019: Unexpected token, found ' '
input(2390,40): run-time error CSS1042: Expected function, found ' '
input(2390,40): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' ' */
@font-face {
    font-family: 'Helvetica Neue Custom';
    src: url('/fonts/HelveticaNeue-Roman.woff2?v=FOy6Vn8ar6pbQa6fHOz-CrVFg2I') 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=MNXkvEAdM4voVQXHqmbEzs7Xj-U') 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=YqN4N1x4aeba93uQ6wlExzYiuWA') 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=jbQRojK3-z_Q2Fiu-i4It_MBExs') 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=EM5xf835jiwFgQnctJqcuDssFVM') 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-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 {
  color: var(--black-title);
  cursor: pointer;
}

/* HERO */

.db2-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;
}

.db2-hero-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 85vh;
    margin: 0 auto;
}

.db2-hero-content {
    font-family: var(--body-font-hn);
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 640px;
    text-align: left;
}

.db2-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;
}

.db2-hero-content h1  span {
    color: var(--blue-sea);
}

.db2-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: 27%;
    margin: 25px 0;
}

.db2-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;
}

.db2-hero-tags li::marker {
    color: var(--blue-sea);
}

.db2-hero-actions {
    display: flex;
    gap: 20px;
    padding: 40px 0 0 0;
    flex-wrap: wrap;
}

.db2-hero-right {
    flex: 1 1 45%;
    max-width: 570px;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
}

.db2-hero-code-window {
    width: 100%;
    max-width: 540px;
    background: var(--vs-bg);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.db2-hero-window-header {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    background: var(--vs-bg);
    backdrop-filter: blur(8px);
}

.db2-hero-file {
    margin-left: 12px;
    font-size: 14px;
    color: var(--vs-header-txt);
    font-family: var(--body-font-hn);
}

.db2-hero-code-wrap {
    overflow-x: auto;
}

.db2-hero-code {
    margin: 0;
    padding: 15px 20px 20px 20px;
    font-size: clamp(10px, 1.1vw, 13px);
    line-height: 1.55;
    font-family: "JetBrains Mono", monospace;
    white-space: pre;
    color: var(--vs-header-txt);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    white-space: pre;
}

.db2-hero-code .kw   { color: var(--vs-kw); }
.db2-hero-code .var  { color: var(--vs-var); }
.db2-hero-code .type { color: var(--vs-cl);  }
.db2-hero-code .method { color: var(--vs-mt); }
.db2-hero-code .str  { color: var(--vs-str); }
.db2-hero-code .flow  { color: var(--vs-flow); }
.db2-hero-code .comment { color: var(--vs-cm); font-style: italic; }

.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);
}

.mac-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 6px;
}

.red {
    background: #FF5F57;
}

.yellow {
    background: #FFBD2E;
}

.green {
    background: #28C840;
}

.db2-context {
    padding: 120px 0;
    background: var(--white);
}

.db2-context-layout {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    justify-content: space-between;
    align-items: center;
}

.db2-context-left {
    flex: 1 1 45%;
    max-width: 560px;
}

.db2-context-left 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);
}

.db2-context-left h2 span{
    color: var(--blue-sea);
}

.db2-why-icon-box {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: rgba(63, 140, 255, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.db2-context-left 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;
}

.db2-context-right {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 520px;
}

.db2-context-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.db2-context-item-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.db2-context-item-text strong {
    font-family: var(--body-font-hn);
    font-size: 18px;
    font-weight: 600;
    color: var(--black-title);
}

.db2-context-item-text p {
    font-family: var(--body-font-hn);
    color: var(--font-grey-light-p);
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.db2-multiplatform {
    padding: 100px 0;
    text-align: center;
    background-color: var(--grey);
}

.db2-multiplatform h2 {
    font-family: var(--body-font-hn);
    font-size: 46px;
    font-weight: 700;
    color: var(--black-title);
    line-height: 1.1;
    margin-bottom: 80px;
}

.db2-multiplatform h2 span {
    color: var(--blue-sea);
}

.db2-multiplatform > p {
    font-family: var(--body-font-hn);
    font-size: 16px;
    font-weight: 400;
    color: var(--font-grey-p);
    line-height: 1.7;
    max-width: 760px;
    margin: 0 auto 14px;
    text-align: justify;
}

.db2-diagram-caption {
    font-family: var(--body-font-hn);
    margin-top: 12px !important;
    font-size: 14px !important;
    color: var(--font-grey-light-p) !important;
    text-align: center !important;
}

.db2-diagram {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin-top: 80px;
    margin-bottom: 32px;
}

.db2-diagram-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 260px;
}

.db2-diagram-pill {
    font-family: var(--body-font-hn);
    font-size: 13px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 8px;
}

.pill-red {
    color: rgb(220, 38, 38);
    background: rgb(255, 230, 230);
}

.pill-green {
    color: rgb(21, 128, 61);
    background: rgb(230, 249, 240);
}

.db2-diagram-box {
    width: 100%;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.box-dark {
    background: var(--black-title);
}

.box-light {
    background: var(--light-grey-box);
    border: 1px solid var(--border-input);
    gap: 4px;
}

.box-green {
    background: #2E7D32;
}

.db2-diagram-box {
    width: 100%;
    border-radius: 18px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 6px 18px;
    border-width: 1px;
    border-style: solid;
}

.box-dark {
    background: #2D4D6E;
    border-color: #2D4D6E;
}

.box-dark .db2-diagram-box-title {
    color: var(--white);
}


.box-light {
    background: var(--light-grey-box);
    border-color: var(--border-input);
    gap: 4px;
}

.box-red {
    background: rgba(239, 68, 68, 0.08);
    border-color: rgba(239, 68, 68, 0.25);
}

.box-green {
    background: rgba(16, 185, 129, 0.08);
    border-color: rgba(16, 185, 129, 0.3);
}

.db2-diagram-box-title {
    font-family: var(--body-font-hn);
    font-size: 15px;
    font-weight: 600;
    color: var(--black-title);
}

.db2-diagram-box-title-dark {
    font-family: var(--body-font-hn);
    font-size: 14px;
    font-weight: 600;
    color: var(--black-title);
}

.db2-diagram-box-subtitle {
    font-family: var(--body-font-hn);
    font-size: 12px;
    font-style: italic;
    color: var(--font-grey-light-p);
}

.db2-diagram-inner-box {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 10px 12px;
    font-family: var(--body-font-hn);
    font-size: 14px;
    font-weight: 600;
    border-width: 1px;
    border-style: solid;
}

.inner-blue {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    color: var(--white);
}

.inner-cyan {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
    color: var(--white);
}
.db2-diagram-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
}

.db2-diagram-caption {
    font-family: var(--body-font-hn);
    font-size: 14px;
    font-style: italic;
    color: var(--font-grey-light-p);
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.6;
}

.db2-integrated {
    background: var(--white);
    padding: 100px 0 100px;
}

.db2-integrated-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin: 0 auto;
}

.db2-integrated-left {
    flex: 1 1 auto;
    max-width: 600px;
    font-family: var(--body-font-hn);
}

.db2-package-link {
    text-decoration: none;
}

.db2-package-link code {
    transition: background-color 0.25s ease, color 0.25s ease;
}

.db2-package-link:hover code {
    background: rgba(63, 140, 255, 0.14);
    color: var(--blue);
}

.db2-integrated-left 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);
    margin: 0 0 24px;
    max-width: 470px;
}

.db2-integrated-left > p {
    font-family: var(--body-font-hn);
    font-size: 16px;
    font-weight: 400;
    color: var(--font-grey-p);
    line-height: 1.7;
    margin-bottom: 8px;
    max-width: 510px;
}

.db2-integrated-left 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;
}

.db2-integrated-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 28px;
}

.db2-integrated-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.db2-integrated-item-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.db2-integrated-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: rgba(63, 140, 255, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.db2-integrated-icon img {
    width: 18px;
    height: 18px;
    display: block;
    object-fit: contain;
}

.db2-integrated-item p {
    font-family: var(--body-font-hn);
    color: var(--font-grey-light-p);
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.db2-integrated-item strong {
    color: var(--black-title);
    font-weight: 700;
}

.db2-integrated-right {
    flex: 0 0 440px;
    max-width: 440px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-family: var(--body-font-hn);
}

.db2-mini-code-window {
    width: 100%;
    background: var(--vs-bg);
    border-radius: 8px;
    overflow: hidden;
    box-shadow:
        0 24px 58px rgba(15, 23, 42, 0.18),
        0 8px 22px rgba(15, 23, 42, 0.12);
}

.db2-mini-code-window-large {
    min-height: 170px;
}

.db2-mini-code-header {
    height: 34px;
    padding: 0 16px;
    background: #082538;
    display: flex;
    align-items: center;
}

.db2-mini-code-dots {
    display: flex;
    align-items: center;
    min-width: 58px;
}

.db2-mini-code-title {
    font-family: var(--body-font-hn);
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1;
}

.db2-mini-code-lang {
    margin-left: auto;
    font-family: "JetBrains Mono", monospace;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #28C840;
}

.db2-mini-code {
    margin: 0;
    padding: 18px 20px 22px;
    background: var(--vs-bg);
    color: var(--vs-header-txt);
    font-family: "JetBrains Mono", monospace;
    font-size: clamp(10px, 1.3vw, 12px);
    line-height: 1.72;
    white-space: pre;
    overflow-x: auto;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.db2-mini-code .term {
    color: #8BE04E;
}

.db2-mini-code .kw {
    color: var(--vs-kw);
}

.db2-mini-code .var {
    color: var(--vs-var);
}

.db2-mini-code .type {
    color: var(--vs-cl);
}

.db2-mini-code .method {
    color: var(--vs-mt);
}

.db2-mini-code .str {
    color: var(--vs-str);
}

.db2-integrated-caption {
    font-family: var(--body-font-hn);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--blue-sea);
    padding-top: 10px;
}

.db2-features {
    position: relative;
    overflow: hidden;
    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);
    padding: 100px 0;
}

.db2-features-layout {
    margin: 0 auto;
    font-family: var(--body-font-hn);
}

.db2-features-header {
    text-align: center;
    margin: 0 auto 54px;
}

.db2-features-header h2 {
    font-family: var(--body-font-hn);
    font-size: 46px;
    font-weight: 700;
    color: var(--black-title);
    line-height: 1.1;
}

.db2-features-header h2 span{
    color: var(--blue-sea);
}


.db2-features-header p {
    font-family: var(--body-font-hn);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--font-grey-p);
    margin: 0;
}

.db2-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(0.75rem, 1.5vw, 1.5rem);
    max-width: 910px;
    margin: 0 auto;
    padding-top: 50px;
}

.db2-feature-card {
    min-height: 170px;
    background: var(--white);
    border: 1px solid rgba(15, 23, 42, 0.05);
    border-radius: 10px;
    padding: 20px 22px 18px;
    box-shadow:
        0 18px 42px rgba(15, 23, 42, 0.06),
        0 4px 12px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.db2-feature-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 8px;
    background: rgba(63, 140, 255, 0.09);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.db2-feature-icon img {
    width: 16px;
    height: 16px;
    display: block;
    object-fit: contain;
}

.db2-feature-card h3 {
    font-family: var(--body-font-hn);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--black-title);
    margin: 0 0 10px;
}

.db2-feature-card p {
    font-family: var(--body-font-hn);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--font-grey-p);
    margin: 0;
}

.db2-feature-card code {
    font-family: "JetBrains Mono", monospace;
    font-size: 0.9em;
    color: inherit;
    background: transparent;
    padding: 0;
}

.db2-inline-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    font-family: var(--body-font-hn);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: var(--blue-sea);
    text-decoration: none;
    width: fit-content;
}

.db2-inline-arrow-link .arrow {
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
}

.db2-inline-arrow-link:hover .arrow {
    transform: translateX(5px);
}

.db2-dapper-code-window {
    max-width: 910px;
    margin: 40px auto 0;
    background: var(--vs-bg);
    border-radius: 8px;
    overflow: hidden;
    box-shadow:
        0 26px 62px rgba(15, 23, 42, 0.18),
        0 8px 22px rgba(15, 23, 42, 0.12);
}

.db2-dapper-code-header {
    height: 32px;
    padding: 0 16px;
    background: #082538;
    display: flex;
    align-items: center;
}

.db2-dapper-code-dots {
    display: flex;
    align-items: center;
    min-width: 58px;
}

.db2-dapper-code-title {
    font-family: var(--body-font-hn);
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1;
}

.db2-dapper-code-lang {
    margin-left: auto;
    font-family: "JetBrains Mono", monospace;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #28C840;
}

.db2-dapper-code {
    margin: 0;
    padding: 24px 24px 26px;
    background: var(--vs-bg);
    color: var(--vs-header-txt);
    font-family: "JetBrains Mono", monospace;
    font-size: clamp(10px, 1.3vw, 12px);
    line-height: 1.75;
    white-space: pre;
    overflow-x: auto;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.db2-dapper-code .kw {
    color: var(--vs-kw);
}

.db2-dapper-code .var {
    color: var(--vs-var);
}

.db2-dapper-code .type {
    color: var(--vs-cl);
}

.db2-dapper-code .method {
    color: var(--vs-mt);
}

.db2-dapper-code .str {
    color: var(--vs-str);
}

.db2-dapper-code .num {
    color: #DCDCAA;
}

.db2-features-caption {
    font-family: var(--body-font-hn);
    font-size: 13px;
    font-style: italic;
    line-height: 1.5;
    color: var(--font-grey-light-p);
    text-align: center;
    margin: 20px auto 0;
}

.db2-designed {
    padding: 100px 0;
}

.db2-designed-layout {
    text-align: center;
    margin: 0 auto;
}

    .db2-designed-layout h2 {
        font-family: var(--body-font-hn);
        font-size: 46px;
        font-weight: 700;
        color: var(--black-title);
        margin: 0 0 12px;
    }

    .db2-designed-layout > 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 80px;
    }

.db2-designed-card {
    max-width: 720px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 16px;
    border: 1px solid var(--border-input);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06), 0 4px 12px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.db2-designed-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 32px;
    text-align: left;
    border-bottom: 1px solid var(--border-faq);
}

.db2-designed-row:last-child {
    border-bottom: none;
}

.db2-designed-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: rgba(63, 140, 255, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.db2-designed-icon img {
    width: 18px;
    height: 18px;
    display: block;
    object-fit: contain;
}

.db2-designed-row-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.db2-designed-row-text strong {
    font-family: var(--body-font-hn);
    font-size: 16px;
    font-weight: 700;
    color: var(--black-title);
}

.db2-designed-row-text p {
    font-family: var(--body-font-hn);
    font-size: 14px;
    font-weight: 400;
    color: var(--font-grey-light-p);
    line-height: 1.55;
    margin: 0;
}

.db2-designed-caption {
    font-size: 13px !important;
    font-style: italic !important;
    line-height: 1.5;
    color: var(--font-grey-light-p) !important;
    text-align: center !important;
    margin: 20px auto 0 !important;
}

.db2-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;
}

.db2-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;
}

.db2-footer-cta-content h2{
    color: var(--black);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.db2-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;
}

.db2-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);
}

.db2-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);
}

.db2-footer-cta-list li::before {
    content: "✓";
    color: var(--blue-sea);
    font-weight: 700;
}

.db2-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;
}

.db2-footer-cta-isv a {
    color: var(--blue-sea);
    font-weight: 500;
    text-decoration: none;
}

.db2-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);
}


.db2-faq {
    display: flex;
    flex-direction: column;
}

.db2-faq-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 100px auto;
}

.db2-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;
}

.db2-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-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;
}

 .db2-partners {
    padding: 0 0 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.db2-partners-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    gap: 100px;
}

.db2-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;
}
.partner-logo-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.partner-logo-inner img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: block
}

@media (max-width:1180px) {
    .db2-hero {
        padding: 40px 20px 80px 20px;
    }
}

@media (max-width:1080px) {
    .db2-context,
    .db2-multiplatform,
    .db2-integrated,
    .db2-features,
    .db2-designed,
    .db2-faq {
        padding-left: 20px;
        padding-right: 20px;
    }

    .db2-hero-content h1,
    .db2-multiplatform h2,
    .db2-features-header h2,
    .db2-designed-layout h2,
    .db2-faq-title h2 {
        font-size: 40px;
    }

    .db2-designed-layout > p {
        font-size: 18px;
    }
    
    .db2-hero {
        min-height: unset;
        height: auto;
    }

    .db2-hero-layout {
        min-height: unset;
        gap: 36px;
    }

    .db2-hero-content h1 {
        font-size: 40px;
        max-width: 520px;
    }

    .db2-hero-content p {
        font-size: 16px;
        max-width: 100%;
        padding-right: 0;
    }

    .db2-hero-actions {
        flex-direction: column;
        padding: 30px 0 0 0;
    }

    .db2-hero-actions .hero-btn {
        width: 260px;
    }

    .db2-hero-right {
        max-width: 500px;
    }

    .db2-hero-code-window {
        max-width: 500px;
    }

    .db2-hero-code {
        font-size: clamp(10px, 1.2vw, 12px);
        padding: 14px 18px 18px 18px;
    }

    .db2-context-left h2, .db2-integrated-left h2 {
        font-size: 32px;
    }

    .db2-integrated-right {
        flex: 1 1 380px;
        max-width: 440px;
    }

    .db2-faq-questions {
        padding: 40px 20px;
    }

    .db2-partners-container {
        gap: 30px
    }

    .partner-logo-card {
        width: 140px;
        height: 70px
    }

}

@media (max-width: 900px) {
    .db2-hero-layout {
        flex-direction: column-reverse;
        gap: 60px;
        margin: unset;
        width: 100%;
        align-items: start;
    }

    .db2-hero-content,
    .db2-hero-right {
        flex: 1 1 100%;
        max-width: 580px;
    }

    .db2-hero-right {
        justify-content: center;
        margin: 0 auto;
    }

    .db2-hero-code-window {
        max-width: 100%;
    }

    .db2-hero-content h1 {
        max-width: 100%;
    }

    .db2-hero-content p {
        max-width: 100%;
    }

    .db2-integrated-layout {
        flex-direction: column;
        gap: 48px;
    }

    .db2-integrated-left,
    .db2-integrated-right {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }

    .db2-integrated-right {
        max-width: 480px;
        margin: 0 auto;
    }

    .db2-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .db2-feature-card {
        padding: clamp(1rem, 2vw, 1.5rem);
    }

    .db2-feature-icon {
        width: clamp(28px, 3vw, 36px);
        height: clamp(28px, 3vw, 36px);
        margin-bottom: 0.5rem;
    }

    .db2-feature-card h3 {
        font-size: clamp(0.95rem, 0.85rem + 0.5vw, 1.1rem);
        margin-bottom: 0.4rem;
    }


    .db2-feature-card p {
        font-size: clamp(0.85rem, 0.8rem + 0.3vw, 0.95rem);
        line-height: 1.4;
    }
    .db2-feature-card h3 {
        font-size: clamp(0.95rem, 0.85rem + 0.5vw, 1.1rem);
        margin-bottom: 0.4rem;
    }

    .db2-features-header h2 {
        font-size: clamp(1.5rem, 1rem + 2vw, 2.25rem);
    }

    .db2-designed-row {
        padding: 25px 25px;
    }

    .db2-designed-layout > p {
        margin: 0 auto 60px;
    }
}

@media (max-width: 735px) {
    .db2-hero-content h1,
    .db2-context-left h2,
    .db2-multiplatform h2,
    .db2-features-header h2,
    .db2-designed-layout h2,
    .db2-faq-title h2 {
        font-size: 32px;
    }

    .db2-designed-layout > p {
        font-size: 16px;
    }

    .db2-hero-content, .db2-hero-right {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .db2-hero-actions {
        align-items: start;
        padding: 40px 0 0 0;
        gap: 10px;
    }

    .db2-hero-tags{
        font-size: 15px;
    }

    .db2-hero-code {
        font-size: clamp(8px, 1.2vw, 12px);
        padding: 10px 10px 10px 10px;
    }

    .db2-hero-window-header {
        padding: 10px 15px;
    }

    .db2-context {
        padding: 40px 20px;
    }

    .db2-context-layout {
        flex-direction: column;
        align-items: start;
        gap: 40px;
    }

    .db2-context-left p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .db2-multiplatform {
        padding: 80px 20px;
    }

    .db2-multiplatform h2{
        margin-bottom: 60px;
    }

    .db2-multiplatform > p,
    .db2-integrated-left > p{
        font-size: 15px;
    }

    .db2-integrated {
        padding: 80px 20px 80px 20px;
    }

    .db2-integrated-item {
        gap: 20px;
    }

    .db2-features{
        padding: 40px 20px;
    }

    .db2-features-header {
        margin: 0 auto 20px;
    }

    .db2-designed {
        padding: 60px 20px;
    }

    .db2-footer-cta {
        padding: 20px 20px;
    }

    .db2-footer-cta-content {
        padding: 40px 0 0 0;
    }

    .db2-faq {
        padding: 0 20px 0 20px;
    }

    .db2-faq-title {
        margin: 80px auto;
    }

    .faq-question {
        font-size: 16px;
    }
}

@media (max-width:550px) {
    .db2-hero-wrapper,
    .db2-multiplatform-wrapper,
    .db2-features-wrapper,
    .db2-footer-wrapper {
        padding: 10px;
        background: var(--white);
    }

    .db2-hero,
    .db2-multiplatform,
    .db2-features,
    .db2-footer-cta {
        border-radius: 12px;
    }

    .db2-multiplatform {
        padding: 60px 20px;
    }

    .db2-multiplatform h2 {
        font-size: 28px;
        margin-bottom: 48px;
    }

    .db2-multiplatform > p {
        text-align: left;
        font-size: 15px;
    }

    .db2-diagram {
        flex-direction: column;
        gap: 0;
        margin-top: 48px;
    }

    .db2-diagram-column {
        width: 100%;
        max-width: 320px;
        padding-top: 80px;
    }


    .db2-diagram-caption {
        font-size: 13px !important;
    }

    .db2-mini-code,
    .db2-dapper-code {
        font-size: clamp(7px, 2.6vw, 11px);
    }

    .db2-footer-cta-content p {
        font-size: 15px;
    }

    .db2-footer-cta-list li {
        gap: 4px;
        padding: 6px 14px;
        font-size: 13px;
    }

    .db2-footer-cta-isv {
        margin-top: 15px !important;
        font-size: 13px !important;
    }

    .faq-question {
        max-width: 85%;
    }

    .faq-answer p {
        font-size: 14px;
        line-height: 1.55;
    }

    .faq-answer ul {
        font-size: 14px;
        line-height: 1.55;
    }
}
