/* input(645,1): run-time error CSS1019: Unexpected token, found '}' */
@font-face {
    font-family: 'Helvetica Neue Custom';
    src: url('/fonts/HelveticaNeue-Roman.woff2?v=YJz4-uGIAVxr4BZ3n9jN_PuKDkU') 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=P3p8MGW5EkryY-ABjy_6RtfjxKw') 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=cqe2LcMTma-ZevJWeuVjiECoF5c') 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=t2eX2KqXLDH5NLHdF4v1K-p_dio') 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=mBGlpjrRGoaHipPKHSIWRNDtu8w') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

.min-width-content {
    max-width: 1080px;
    margin: 0 auto;
}

.max-width-content {
    width: 100%;
    max-width: none;
    margin: 0;
}

html, body, a {
    scroll-behavior: smooth;
    scroll-padding-top: 64px;
    text-decoration: none;
    color: inherit;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --body-font-hn: 'Helvetica Neue Custom', sans-serif;
    --body-font--monosql: "Cascadia Code", "Consolas", monospace;
    --body-font--segoe: "Segoe Script", "Bradley Hand", "Comic Sans MS", cursive;
    --blue: #1a73e8;
    --cyan-logo-nti: #0095DD;
    --blue-ibmi: #66C6E2;
    --blue-sea: #3a4bff;
    --blue-pastel: #D3E5FF;
    --light-blue: #0080FFB2;
    --black: #000000;
    --black-title: #263140;
    --black-powershell: #1F1F1F;
    --white: #fff;
    --lawngreen: #7cfc00;
    --cornflowerblue: #6495ed;
    --grey: #F9FAFB;
    --ancre: #06c;
    --font-grey: rgb(255, 255, 255);
    --font-dark-grey: #020817CC;
    --title-grey: #5E5E5E;
    --font-grey-p: #111827cc;
    --font-grey-light-p: #64748b;
    --font-grey-faq: #49494b;
    --font-grey-small: #6C7C93;
    --grey-font-schema: #0f172a;
    --light-grey-box: #f5f6f8;
    --border-faq: #e5e7eb;
    --border-input: #E2E7EF;
    --nav-grey: rgba(245,245,247,.8);
    --base-font: 16px;
    --success-bg: rgba(26, 115, 232, 0.08);
    --success-border: rgba(26, 115, 232, 0.25);
    --success-text: #1a73e8;
    --error-bg: rgb(245 11 11 / 10%);
    --error-border: rgb(245 11 11 / 37%);
    --error-text: #b45309;
    --black-desc: #000000bd;
    --sql-text: #D63394;
    --dot-ado: #512BD4;
    --dot-ef: #7C4DFF;
    --dot-net: #512BD4;
    --dot-cl: #333333;
    --dot-multi: #00CFFF;
    --dot-rpg: #E0C200;
    --label-error: #ff4949;
    --checkbox: #1a73e8;
    --btn-hover: #3a4bffcf;
    --dot-blue: #2b50ff;
    --dot-cyan: #00b9e8;
    --dot-dark: #1a1a1a;
    --dot-violet: #6a6eff;
    --dot-lightblue: #5ec7ff;
    --table-th: #EDF5FF;
    --pastel-blue: rgba(26, 115, 232, 0.10);
    --pastel-cyan: rgba(3, 181, 237, 0.10);
    --pastel-violet: rgba(108, 99, 255, 0.10);
    --pastel-gray: rgba(0, 0, 0, 0.06);
    --blue-phone: #3b82f6;
    --blue-phone-border: #2563eb;
    --red-bullet: #CE3874;
    --cyan-bullet: #58C4C2;
    --blue-bullet: #4A91FE;
    --logo-dotnet: #5A2E91;
    --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;
}

.vbp-header-menu-button__svg {
    width: 24px;
    height: 24px;
    cursor: pointer;
    transform: scaleX(-1);
}

.vbp-header-menu-button__svg line {
    stroke: var(--black);
    stroke-dasharray: 100%;
    stroke-dashoffset: 0%;
    transition: transform 0.3s, stroke-dashoffset .4s;
    transform-origin: center;
    stroke-width: 3px;
}

.vbp-header-menu-button__svg .top {
    transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
}

.vbp-header-menu-button__svg .middle {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transition: opacity .3s, transform .3s;
    -webkit-transition: opacity .3s, transform .3s;
    -moz-transition: opacity .3s, transform .3s;
    -o-transition: opacity .3s, transform .3s;
}

.vbp-header-menu-button__svg .bottom {
    transform: translateY(33%);
    -webkit-transform: translateY(33%);
    -moz-transform: translateY(33%);
    -ms-transform: translateY(33%);
    -o-transform: translateY(33%);
}

body.menu-open .vbp-header-menu-button__svg .top {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    stroke-linecap: round;
}

body.menu-open .vbp-header-menu-button__svg .middle {
    transform: scaleX(0.1);
    -webkit-transform: scaleX(0.1);
    -moz-transform: scaleX(0.1);
    -ms-transform: scaleX(0.1);
    -o-transform: scaleX(0.1);
    opacity: 0;
}

body.menu-open .vbp-header-menu-button__svg line.bottom {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    stroke-linecap: round;
}

body.menu-open .vbp-header-menu-button__svg .bottom {
    stroke-dashoffset: 0%;
}

body.menu-open .vbp-header-menu-button__svg .top {
    stroke-dashoffset: 0%;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(245, 245, 247, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: background-color 0.4s ease, box-shadow 0.4s ease, opacity 0.4s ease;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1440px;
    min-height: 48px;
    margin: 0 auto;
    padding: 0 24px;
    top: 0;
}

.nav-mobile-menu {
    display: flex;
    justify-content: space-between;
    flex: 4;
    justify-content: center;
}

.brand-link {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: var(--body-font-hn);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 3px;
    text-decoration: none;
    color: var(--black);
}

.brand-link img {
    width: 28px;
    height: 28px;
}

.home-link-mobile {
    display: none;
}

.nav-items-center a:not(.brand-link) {
    font-family: var(--body-font-hn);
    padding: 5px 10px;
    transition: background-color 0.5s ease;
    color: var(--black);
    font-size: 14px;
    position: relative;
    letter-spacing: -0.01em;
    line-height: 1;
    font-weight: 300;
}

.nav-items-center .nav-link-center {
    position: relative;
}

.active-header {
    color: var(--blue) !important;
    font-weight: 500;
}

.mobile-menu {
    display: none;
    width: 100%;
    flex-direction: column;
}

.nav-link-mobile-home {
    display: none;
}

.nav-items-center {
    display: flex;
    justify-content: center;
    gap: 55px;
    align-items: center;
}

.nav-item-burger {
    display: none;
    top: 41px;
    right: 41px;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    width: 30px;
    height: 30px;
}

.nav-container.fade-in {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

.nav-container.fade-out {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.nav-items-center .nav-link-center-action {
    background-color: var(--blue-sea);
    font-family: var(--body-font-hn);
    color: var(--white) !important;
    box-shadow: 0 32px 32px #1118270a, 0 16px 16px #1118270a, 0 8px 8px #1118270a, 0 4px 4px -2px #1118270a, 0 2px 2px -1px #1118270a, 0 0 0 1px rgba(0,0,0,0.08);
    border: none;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 12px 24px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    transition: background-color 0.25s ease;
}

.nav-items-center .nav-link-center-action:hover {
     background-color: var(--btn-hover);
}

.site-footer {
    width: 100%;
    background: var(--grey);
    margin: 0 auto;
    padding: 0 16px;
}

.footer-top {
  padding: 40px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    align-items: start;
    padding-top: 30px;
}

.footer-accordion {
    width: 100%;
    padding-bottom: 10px;
    background: none;
    border: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-family: var(--body-font-hn);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--black);
    cursor: pointer;
}

.footer-acc-icon {
    transition: transform .2s ease;
}

.footer-col h3 {
  font-family: var(--body-font-hn);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 12px 0;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col a {
  display: inline-block;
  font-family: var(--body-font-hn);
  font-size: 17px;
  line-height: 1.47;
  font-weight: 400;
  letter-spacing: -0.022em;
  color: var(--title-grey);
  text-decoration: none;
  padding-bottom: 4px; 
  position: relative;
  transition: color .25s ease;
}

.footer-col a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px; 
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width .25s ease;
}
.footer-col a:hover {
  color: var(--ancre, #0a66c2);
}
.footer-col a:hover::after { 
    width: 100%; 
}

.footer-separator {
    position: relative;
    width: 100%;
    height: 1px;
    background: linear-gradient( to right, var(--grey) 0%, rgba(0, 0, 0, 0.12) 15%, rgba(0, 0, 0, 0.12) 85%, var(--grey) 100% );
    opacity: 0.9;
    margin: 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: 1050px) {
    .nav-link-center {
        display: none;
    }

    .nav-items-center .brand-text {
        display: none;
    }
    .nav-items-center .nav-link-center-action {
        border-radius: 0;
    }

    .nav-items-center .brand-link img {
        display: block;
        width: 28px;
        height: 28px;
    }

    .nav-items-center {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0;
        padding-top: 0;
        width: 100%;
        will-change: transform, opacity;
    }

    .nav-container {
        padding: 0px 20px;
    }

    .nav-item-burger {
        border: none;
        background: transparent;
        display: block;
        top: 11px;
        right: 10px;
    }

    .nav-mobile-menu {
        flex-direction: column;
        padding-top: 0 !important;
    }

    .nav-items-center a:not(.brand-link){
        display: none;
        padding: 0;
    }

    body.menu-open .nav-items-center {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding-top: 10px;
    }

    body.menu-open .nav-items-center .nav-link-center, .nav-link-center-action, .nav-link-mobile-home {
        display: block;
        font-size: 20px;
        line-height: 1.1;
        font-weight: 500;
        letter-spacing: .007em;
        animation: menuSlideDown .30s ease-out both;
    }

    body.menu-open .nav-link-mobile-home{
        margin-top: 15px;
    }

    body .menu-closing .nav-items-center .nav-link-center {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        padding-top: 10px;
    }

    body.menu-closing .nav-items-center .nav-link-center, .nav-link-center-action {
        display: block;
        font-size: 20px;
        line-height: 1.1;
        font-weight: 500;
        letter-spacing: .007em;
        width: 100%;
        padding: 0;
        animation: menuSlideUp .24s ease-in both;
    }

    body.menu-open .nav-items-center a:not(.brand-link) {
        width: 100%;
        padding: 14px 0;
        border-bottom: 1px solid #e5e7eb;
    }

    body.menu-open .nav-items-center a:last-child {
        border-bottom: none;
    }

    body.menu-open .nav-items-center .nav-link-center-action,
    body.menu-closing .nav-items-center .nav-link-center-action {
        display: inline-block;
        width: auto;
        padding: 0;
        font-size: 20px;
        line-height: 1.1;
        font-weight: 600;
        color: var(--blue-sea) !important;
        animation: menuSlideDown .30s ease-out both;
        background-color: transparent;
        box-shadow: none;
        border-bottom: none !important;
    }

    @keyframes menuSlideDown {
        from {
            transform: translateY(-14px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes menuSlideUp {
        from {
            transform: translateY(0);
            opacity: 1;
        }

        to {
            transform: translateY(-14px);
            opacity: 0;
        }
    }

    .home-link-mobile {
        display: block;
    }

    .mobile-menu-overlay {
        display: none !important;
    }

    .footer-top {
        padding: 32px 0;
    }

    .footer-col h3 {
        font-size: 22px;
    }

    .footer-col a {
        font-size: 16px;
    }

    .footer-bottom {
        padding: 0 0 32px 0;
    }
}

@media (min-width: 736px) {
    .footer-accordion {
        pointer-events: none;
    }

    .footer-acc-icon {
        display: none;
    }
    .footer-col ul {
        display: block !important;
        height: auto !important;
    }
}

@media (max-width: 735px) {
  .site-footer {
    padding: 0 14px;
  }

  .footer-grid {
      grid-template-columns: 1fr;
      gap: 18px;
  }
  
  .footer-col ul {
      display: none;
      padding-top: 0;
  }
  
  .footer-accordion[aria-expanded="true"] + ul {
      display: block;
      padding-left: 0;
  }
  
  .footer-accordion[aria-expanded="true"] .footer-acc-icon {
      transform: rotate(90deg);
  
  }
    .footer-col a::after {
        content: none;
    }
  .footer-top {
    padding: 24px 0;
  }

  .footer-col h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .footer-col a {
    font-size: 16px;
  }
    .footer-separator {
        margin: 10px auto 40px;
    }
  .footer-bottom {
      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-sea);
  font-weight: 500;
  text-decoration: none;
  transition: color .25s ease;
}

.inline-link:hover {
  color: var(--black-title);
}


/* HERO */

.efcore-hero {
    position: relative;
    height: 85vh;
    background-color: var(--white);
    display: flex;
    align-items: center;
    margin: 0 auto;
    background: radial-gradient( circle at center, rgba(63, 140, 255, 0.25) 0%, rgba(100, 170, 255, 0.18) 25%, rgba(160, 205, 255, 0.10) 45%, rgba(230, 245, 255, 0.05) 70%, rgba(255, 255, 255, 1) 100% );
    background-repeat: no-repeat;
    background-size: 180% 140%;
    background-position: center;
    background-blend-mode: lighten;
}

.efcore-hero-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1080px;
    height: 100%;
    margin: 0 auto;
}

.efcore-hero-content {
    font-family: var(--body-font-hn);
    flex: 1 1 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 640px;
    text-align: left;
    max-width: 1080px;
}

.efcore-hero-content h1{
    font-family: var(--body-font-hn);
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1; 
    color: var(--black-title);
    margin-bottom: 5px;
    max-width: 850px;
}

.efcore-hero-content h1 span{
   color: var(--blue-sea);
}

.efcore-hero-content h2{
    color: var(--blue-sea);
    font-size: 36px;
}

.efcore-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: 4%;
    margin: 35px 0;
}

.efcore-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;
}

.efcore-hero-tags li::marker{
    color: var(--blue-sea);
}

.efcore-hero-actions {
    display: flex;
    gap: 20px;
    padding: 40px 0 0 0;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
    font-family: var(--body-font-hn);
    overflow: visible;
    max-width: 260px;
    text-align: center;
}

.hero-btn-primary .arrow {
    transition: transform 0.3s ease;
}

.hero-btn-primary:hover .arrow {
    transform: translateX(5px);
}

.hero-btn-primary {
    background-color: var(--blue-sea);
    color: var(--white);
    box-shadow: 0 32px 32px #1118270a, 0 16px 16px #1118270a, 0 8px 8px #1118270a, 0 4px 4px -2px #1118270a, 0 2px 2px -1px #1118270a, 0 0 0 1px rgba(0,0,0,0.08);
}

 .hero-btn-primary:hover {
    background-color: var(--btn-hover);
}

.hero-btn-secondary {
    background-color: var(--white);
    color: var(--black-btn);
    box-shadow: 0 32px 32px #1118270a, 0 16px 16px #1118270a, 0 8px 8px #1118270a, 0 4px 4px -2px #1118270a, 0 2px 2px -1px #1118270a, 0 0 0 1px rgba(0,0,0,0.08);
}

.hero-btn-secondary:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.efcore-animation-wrapper {
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
}

.efcore-scenes {
    position: relative;
    height: 485px;
}

.efcore-scenes.shift-up {
    justify-content: flex-start;
}

.scene.is-visible {
    opacity: 1;
}

.scene {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity 900ms ease,
        transform 900ms cubic-bezier(.22,1,.36,1);
}

.scene-code {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: none;
}

.scene-code.is-shifted {
    transition: transform 1200ms cubic-bezier(.22,1,.36,1);
    transform: translate(-50%, -225px);
}

.scene-db2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -160px) translateY(180px);
    opacity: 0;
    transition: opacity 600ms ease;
}

.scene-db2.is-visible {
    opacity: 1;
}

 /*** Scene 1 ***/

.efcore-code-window {
    width: 100%;
    width: 324px;
    max-width: 324px;
    background: var(--white);
    border-radius: 22px;
    position: relative;
    z-index: 1;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    background-size: 40px 40px;
}

.efcore-code-header {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background: #FAFBFD;
    backdrop-filter: blur(8px);
    border-radius: 22px 22px 0 0;
}

.mac-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 6px;
}

.red {
    background: #FF5F57;
}

.yellow {
    background: #FFBD2E;
}

.green {
    background: #28C840;
}

.efcore-code-file {
    margin-left: 12px;
    font-size: 12px;
    color: #333333d9;
    font-family: var(--body-font-hn);
}

.efcore-code-body {
    position: relative;
    overflow: visible;
    min-height: 166px;
}

.efcore-code {
    display: block;
    margin: 0;
    padding: 20px;
    font-size: 12px;
    line-height: 1.5;
    font-family: "JetBrains Mono", monospace;
    white-space: pre;
    color: #333;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.efcore-code .kw {
    color: #3D8AD1;
    font-weight: 500;
}

.efcore-code .obj {
    color: #4EC9B0;
    font-weight: 500;
}

/*** Connector ***/

.efcore-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3px;
    height: 50px;
    background: linear-gradient( to bottom, transparent, rgba(59,130,246,0.6), transparent );
    border-radius: 4px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 600ms ease, transform 600ms cubic-bezier(.22,1,.36,1);
}

.efcore-link.is-visible {
    opacity: 1;
    transform: translate(-50%, -50%) scaleY(1);
}

.efcore-link::after {
    content: '';
    position: absolute;
    top: -30%;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(255,255,255,0.9),
        transparent
    );
    animation: efcore-flow 2.8s ease-in-out infinite;
}

@keyframes efcore-flow {
    0%   { transform: translateY(0); opacity: 0; }
    30%  { opacity: 1; }
    70%  { opacity: 1; }
    100% { transform: translateY(250%); opacity: 0; }
}

/*** Scene 2 ***/

.db2-window {
    width: 324px;
    max-width: 324px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    box-shadow: rgba(26, 115, 232, 0.08) 0px 4px 12px, rgba(26, 115, 232, 0.12) 0px 0px 40px;
    border-color: rgba(26, 115, 232, 0.2);
    border-radius: 22px;
    overflow: hidden;
}

.db2-header {
    font-family: var(--body-font-hn);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background: #FAFBFD;
    backdrop-filter: blur(8px);
    border-radius: 22px 22px 0 0;
    font-size: 14px;
    color: #009A2C;
    font-weight: 500;
    font-family: var(--body-font-hn);
}

.db2-table {
}

.db2-table-wrapper {
    padding: 15px;
    background: var(--white);
}


.db2-table-title {
    font-family: var(--body-font-hn);
    font-size: 12px;
    font-weight: 400;
    color: #1F2937;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
    padding-left: 10px;
}

.db2-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: "JetBrains Mono", monospace;
    font-size: 12px;
}

.db2-table thead th {
    text-align: left;
    padding: 8px 10px;
    color: #6B7280;
    font-weight: 500;
    border-bottom: 1px solid #E5E7EB;
}

.db2-table tbody td {
    padding: 6px 8px;
    color: var(--font-grey-p);
    border-bottom: 1px solid #F1F5F9;
}

.db2-table tbody tr:last-child td {
    border-bottom: none;
}

.pk {
    display: inline-block;
    margin-right: 6px;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 4px;
    background: var(--blue);
    color: var(--white);
}

/* Context */

.efcore-context {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 100px 0;
}

.efcore-context-header h2 {
    font-family: var(--body-font-hn);
    font-size: 46px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--black-title);
    margin-bottom: 12px;
}

.efcore-context-header p {
    max-width: 1000px;
    font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.6;
    color: var(--font-grey-p);
    font-weight: 400;
}

.ef-core-context-grid {
    max-width: 1080px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 100px 0px;
    gap: 45px;
    margin: 0px auto;
}

.context-item {
    text-align: left;
}

.context-item .icon-box {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: rgba(26, 115, 232, 0.08) 0px 2px 6px;
    background: rgba(106, 110, 255, 0.1);
    border-radius: 12px;
    transition: 0.3s;
}

.context-item h3 {
    font-family: var(--body-font-hn);
    font-size: 22px;
    font-weight: 600;
    color: var(--black-title);
    margin: 15px 0;
    min-height: 50px;
}

.context-item p {
    font-family: var(--body-font-hn);
    font-size: 15px;
    line-height: 1.6;
    color: var(--font-grey-p);
    max-width: 330px;
}

.efcore-context-schema {
    position: relative;
}

.efcore-hub {
    position: relative;
    margin: 0 auto;
    width: 140px;
    text-align: center;
    z-index: 2;
}

.efcore-hub img {
    width: 170px;
    height: 170px;
    border-radius: 999px;
}

.efcore-hub img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    background: transparent;
}

.efcore-arrows {
    position: absolute;
    left: 5px;
    top: 142px;
    width: 100%;
    height: 110px;
    z-index: 1;
    color: #68217A;
    pointer-events: none;
}

.efcore-arrows line {
    stroke: currentColor;
    stroke-width: 0.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke; 
    shape-rendering: geometricPrecision;
    opacity: 0.9;
}

.efcore-databases {
    position: relative;
    z-index: 2;
    margin-top: 90px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.db-item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--font-grey-light-p);
    padding: 15px 20px;
    font-family: var(--body-font-hn);
    font-weight: 500;
    font-size: 15px;
    background: #9265a50d;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 14px;
    border: 1px solid #68217a6b;
    box-shadow: 0 8px 24px rgba(13, 110, 253, 0.08);
    transition: transform .2s ease, box-shadow .2s ease;
}

/* Features */

.efcore-features {
    background: var(--grey);
    font-family: var(--body-font-hn);
    padding: 100px 0;
}

.efcore-features-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    align-items: center;
}

.features-left h2 {
    font-size: 38px;
    margin: 0 0 18px 0;
    padding-right: 20%;
}

.features-intro {
    font-size: 16px;
    line-height: 1.6;
    color: var(--font-grey-p);
    margin: 0 0 32px 0;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 25px;
}

.feature-item {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 14px;
    align-items: start;
}

.feature-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(59, 130, 246, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.feature-text h3 {
    font-size: 16px;
    margin: 0 0 6px 0;
}

.feature-text p {
    margin: 0;
    color: #374151;
    font-size: 15px;
    line-height: 1.55;
}

.features-right {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.code-block {
    background: #0b0f19;
    border-radius: 12px;
    padding: 16px 18px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

.code-title {
    font-size: 13px;
    color: rgba(229, 231, 235, 0.7);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.code-block pre {
    margin: 0;
    overflow-x: auto;
}

.code-block code {
    font-family: Consolas, Monaco, monospace;
    font-size: 14px;
    line-height: 1.55;
    color: #e5e7eb;
    white-space: pre;
}

.code {
    font-family: Consolas, Monaco, monospace;
    font-size: 14px;
    line-height: 1.55;
    color: #d4d4d4;
}
.code .kw { color: #569cd6; }
.code .type { color: #4ec9b0; }
.code .var { color: #9cdcfe; }
.code .prop { color: #9cdcfe; }
.code .method { color: #dcdcaa; }
.code .str { color: #ce9178; }

.code-sql { color: #d4d4d4; }
    .code-sql .kw {
        color: #c586c0;
        font-weight: 500;
    }
    .code-sql .table {
        color: #569cd6;
        font-weight: 500;
    }
.code-sql .col { color: #9cdcfe; }


/* Technical */

.efcore-technical {
    padding: 120px 0 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.efcore-technical-header {
    text-align: center;
}

.efcore-technical-header h2 {
    font-family: var(--body-font-hn);
    font-size: 46px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--black-title);
    margin-bottom: 12px;
}

.efcore-technical-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
    column-gap: 30px;
    max-width: 900px;
    margin: 0 auto;
    padding: 100px 0 0 0;
}

.technical-card {
    font-family: var(--body-font-hn);
    border-radius: 12px;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.icon-box {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 12px;
    background: rgba(26, 115, 232, 0.10);
    transition: background-color 0.25s ease;
}

.technical-card h3 {
    font-family: var(--body-font-hn);
    font-size: 22px;
    font-weight: 600;
    color: var(--black-title);
    min-height: 45px;
}

.technical-card p {
    font-family: var(--body-font-hn);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--font-grey-light-p);
}

.efcore-doc-cta {
    display: flex;
    justify-content: center;
    padding-top: 100px;
}

.efcore-doc-btn {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    font-family: var(--body-font-hn);
    padding: 8px 28px;
    border-radius: 12px;
    text-decoration: none;
    transition: 0.25s;
    background-color: var(--white);
    color: var(--black-btn);
    box-shadow: rgba(17, 24, 39, 0.04) 0px 32px 32px, rgba(17, 24, 39, 0.04) 0px 16px 16px, rgba(17, 24, 39, 0.04) 0px 8px 8px, rgba(17, 24, 39, 0.04) 0px 4px 4px -2px, rgba(17, 24, 39, 0.04) 0px 2px 2px -1px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.efcore-doc-btn:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* Methodology */

.efcore-methodology {
    background-blend-mode: lighten;
    position: relative;
    display: flex;
    align-items: center;
    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 120px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.efcore-methodology-header {
    text-align: center;
}

.efcore-methodology-header h2 {
    font-family: var(--body-font-hn);
    font-size: 46px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--black-title);
    margin-bottom: 30px;
}

.efcore-tabs-wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}

.efcore-tabs {
    width: 100%;
    max-width: 980px;
    display: flex;
    justify-content: center;
    gap: 18px;
    padding: 9px;
    flex-wrap: wrap;
    background-color: var(--grey);
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 0px 10px 10px rgba(17, 24, 39, 0.02), 0px 5px 5px rgba(17, 24, 39, 0.02), 0px 2px 2px rgba(17, 24, 39, 0.02);
}

.efcore-tab-button {
    background: transparent;
    border: none;
    font-family: var(--body-font-hn);
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    padding: 10px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
}
.efcore-tab-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.efcore-tab-icon img {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.efcore-tab-button.active {
    background: var(--white);
    color: var(--blue-sea);
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}

.efcore-tab-button:hover:not(.active) {
    background-color: rgba(255, 255, 255, 0.55);
    color: var(--blue-sea);
}

.efcore-methodology-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.efcore-methodology-main-card,
.efcore-methodology-features-card {
    font-family: var(--body-font-hn);
    background: var(--white);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
}

.main-card-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.main-card-head-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(63, 140, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.main-card-head-icon img {
    width: 28px;
    height: 28px;
}

.main-card-head-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-card-head-title h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: var(--black-title);
}

.main-card-head-title span {
    margin-top: 4px;
    font-size: 15px;
    font-weight: 500;
    color: var(--blue);
}

.main-card-content > p {
    margin: 0 0 20px;
    color: var(--font-grey-light-p);
    line-height: 1.6;
    font-size: 15px;
}

.main-card-footer {
    padding-top: 15px;
    border-top: 1px solid rgba(17, 24, 39, 0.06);
}

.main-card-footer p{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--font-grey-p);
    border-left: 3px solid var(--blue);
    padding-left: 15px;
}

.efcore-methodology-features-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.features-card-header h4 {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 600;
    color: var(--black-title);
}

.features-card-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-card-content li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: var(--font-grey-light-p);
    line-height: 1.6;
    font-size: 15px;
}

.features-card-content li::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: rgba(63, 140, 255, 0.12);
    flex: 0 0 20px;
    position: relative; 
}

.features-card-content li::after {
    content: "";
    position: absolute;
    left: 10px;  
    top: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--blue);
}

/* Ecosystem */

.efcore-ecosystem-wrapper {
    padding: 120px 0;
    background-color: var(--grey);
}

.efcore-ecosystem {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 120px;
    align-items: center;
    font-family: var(--body-font-hn);
    background-color: var(--grey);
}

.efcore-ecosystem-features {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.ecosystem-feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.ecosystem-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(63, 140, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ecosystem-feature-content h3 {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 600;
    color: var(--black-title);
}

.ecosystem-feature-content p {
    margin: 0;
    font-size: 15px;
    color: var(--font-grey-light-p);
    line-height: 1.5;
}

.efcore-ecosystem-content {
    max-width: 520px;
}

.ecosystem-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: var(--blue);
}

.efcore-ecosystem-content h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 20px;
    color: var(--black-title);
}

.efcore-ecosystem-content p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--grey-dark);
}

/* Benefits */

.efcore-benefits {
    padding: 120px 0 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--grey);
}

.efcore-benefits-header {
    text-align: center;
    padding-bottom: 100px;
}

.efcore-benefits-header h2 {
    font-family: var(--body-font-hn);
    font-size: 46px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--black-title);
    margin-bottom: 12px;
}

.efcore-benefits-header p{
    max-width: 685px;
    font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.6;
    color: var(--font-grey-p);
    font-weight: 400;
}

.efcore-benefits-grid {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

.benefits-list {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.benefit-item {
    background: var(--white);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
}

.benefit-toggle {
    width: 100%;
    border: none;
    background: transparent;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.benefit-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.benefit-title {
    display: flex;
    align-items: center; 
    gap: 12px;
    font-size: 19px;
    font-weight: 600;
    color: var(--black-title);
}

.benefit-title .check-icon {
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 999px;
    background: rgba(63, 140, 255, 0.12);
    flex-shrink: 0;
}

.benefit-toggle-icon {
    transition: transform 0.25s ease;
}

.benefit-item.open .benefit-toggle-icon {
    transform: rotate(90deg);
}

.benefit-content {
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.benefit-content-inner {
    padding: 0 24px 20px;
}

.benefit-content-inner p {
    font-family: var(--body-font-hn);
    font-size: 15px;
    line-height: 1.6;
    color: var(--font-grey-light-p);
}

/* Usecase */

.efcore-usecases {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 100px 0 0 0;
}

.efcore-usecases-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}

.efcore-usecases-header h2 {
    font-family: var(--body-font-hn);
    font-size: 46px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--black-title);
    margin-bottom: 12px;
}

.efcore-usecases-header p {
     max-width: 900px;
    font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.6;
    color: var(--font-grey-p);
    font-weight: 400;
}

.efcore-usecases-tabs-wrapper {
    display: flex;
    justify-content: center;
    padding: 40px 100px;
}

.efcore-usecases-tabs {
    width: 100%;
    max-width: 980px;
    display: flex;
    justify-content: center;
    gap: 18px;
    padding: 9px;
    flex-wrap: wrap;
    background-color: var(--grey);
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 0px 10px 10px rgba(17, 24, 39, 0.02), 0px 5px 5px rgba(17, 24, 39, 0.02), 0px 2px 2px rgba(17, 24, 39, 0.02);
}

.efcore-usecase-tab-button {
    background: transparent;
    border: none;
    font-family: var(--body-font-hn);
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    padding: 10px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
}

.efcore-usecase-tab-button.active {
    background: var(--white);
    color: var(--blue-sea);
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}

.efcore-usecase-tab-button:hover:not(.active) {
    background-color: rgba(255, 255, 255, 0.55);
    color: var(--blue-sea);
}

.efcore-card {
    width: 100%;
    font-family: var(--body-font-hn);
    background: var(--white);
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 32px 32px rgba(17, 24, 39, 0.03), 0 16px 16px rgba(17, 24, 39, 0.03), 0 8px 8px rgba(17, 24, 39, 0.03), 0 4px 4px rgba(17, 24, 39, 0.02);
}

.efcore-card-top {
    background: rgba(17, 24, 39, 0.02);
    border-bottom: 1px solid rgba(17, 24, 39, 0.06);
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.efcore-card-top-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 64px;
    text-transform: uppercase;
}

.usecase-icon {
  width: 46px;
  height: 46px;
  padding: 10px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a73e8, #4285f4);
  box-shadow:
    0 8px 16px rgba(26, 115, 232, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.efcore-card-body {
    text-align: left;
    padding: 50px 40px;
}

.efcore-card-header, .efcore-card-content{
    margin-bottom: 30px;
}

.efcore-card-header h4{
    display: block;
    font-weight: 600;
    color: var(--blue);
    font-size: 18px;
    margin-bottom: 8px;
}

.efcore-card-header p{
    font-size: 16px;
    line-height: 1.1;
    color: var(--black-title);
    font-weight: 500;
}

.efcore-card-content h4 {
    display: block;
    font-weight: 600;
    color: var(--grey-font-schema);
    font-size: 18px;
    margin-bottom: 15px;
}

.efcore-card-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.efcore-card-content li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: var(--font-grey-light-p);
    line-height: 1.6;
    font-size: 15px;
}

.efcore-card-content li::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: rgba(63, 140, 255, 0.12);
    flex: 0 0 20px;
    position: relative;
}

.efcore-card-content li::after {
    content: "";
    position: absolute;
    left: 10px;  
    top: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--blue);
}
.efcore-card-note {
  margin-top: 18px;
  background: rgba(26, 115, 232, 0.10);
  border-color: rgba(26, 115, 232, 0.12);
  border-radius: 14px;
  padding: 20px 15px;
  margin-bottom: 25px;
}

.efcore-card-note h4 {
   display: block;
   font-weight: 600;
   color: var(--blue);
   font-size: 18px;
   margin-bottom: 8px;
}

.efcore-card-note p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--black-title);
}

.efcore-card-footer {
    padding-top: 15px;
    border-top: 1px solid rgba(17, 24, 39, 0.06);
}

.efcore-card-footer p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--font-grey-p);
    border-left: 3px solid var(--blue);
    padding-left: 15px;
}


/*FAQ*/

.efcore-faq {
    display: flex;
    flex-direction: column;
}

.efcore-faq-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 100px auto;
}

.efcore-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;
}

.efcore-faq-questions {
    background-color: var(--grey);
    margin-bottom: 80px;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    border-radius: 34px;
    box-shadow: 0px 16px 16px rgba(17, 24, 39, 0.03), 0px 8px 8px rgba(17, 24, 39, 0.03), 0px 4px 4px rgba(17, 24, 39, 0.03), 0px 2px 2px rgba(17, 24, 39, 0.03), 0px 0px 0px 0px rgba(17, 24, 39, 0.16);
}

.faq-block {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid var(--border-faq);
    padding: 35px 0;
}

.faq-toggle {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.faq-toggle, .faq-answer-inner {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}

.faq-question {
    font-family: var(--body-font-hn);
    font-size: 19px;
    line-height: 1.2105263158;
    font-weight: 600;
    letter-spacing: .012em;
    margin: 0;
    text-align: left;
    max-width: 92%;
}

 .toggle-faq {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 8px;
    background: #f3f4f6;
    box-shadow:
        0 1px 2px rgba(0,0,0,0.06),
        0 1px 3px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

 .toggle-faq img {
    width: 16px;
    height: 16px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.faq-toggle:hover .toggle-faq {
    background: #e5e7eb;
    box-shadow:
        0 2px 4px rgba(0,0,0,0.08);
}

.faq-item.open .toggle-faq img {
    transform: rotate(90deg);
}

.faq-answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease;
}
.faq-answer-inner {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.35s ease;
    padding: 15px 0;
}

.faq-item.open .faq-answer-inner {
    opacity: 1;
    transform: translateY(0);
}

.faq-answer p {
    font-family: var(--body-font-hn);
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: -0.022em;
    margin: 15px 0;
}

.faq-answer ul {
    padding-left: 20px;
    list-style-type: square;
    font-family: var(--body-font-hn);
    font-size: 16px;
}

.faq-answer li::marker {
    color: var(--blue);
}

 .faq-item:last-child {
    border-bottom: none;
}

 /* Partners */

 
 .efcore-partners {
    padding: 0 0 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.efcore-partners-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    gap: 100px;
}

.efcore-partners-container::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80px;
    background: linear-gradient( to bottom, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0.08) 15%, rgba(0, 0, 0, 0.08) 85%, rgba(255, 255, 255, 1) 100% );
    left: calc(50% + -17px);
    z-index: 2;
    opacity: 1;
    pointer-events: none;
}

.partner-logo-card:first-child img {
    background-color: var(--white);
    border-radius: 8px;
    padding: 4px 10px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.partner-logo-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.partner-logo-inner img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: block
}


@media ( max-width: 1080px) {
    .efcore-hero-content h1,
    .efcore-context-header h2,
    .efcore-technical-header h2,
    .efcore-methodology-header h2,
    .efcore-ecosystem-content h2,
    .efcore-benefits-header h2,
    .efcore-usecases-header h2,
    .efcore-faq-title h2 {
        font-size: 40px;
    }

    .efcore-hero-content p,
    .efcore-context-header p,
    .efcore-benefits-header p,
    .efcore-usecases-header p
    {
        font-size: 18px;
    }

    .efcore-hero {
        height: auto;
        min-height: unset;
        padding: 80px 20px;
    }

    .efcore-hero-layout {
        gap: 0;
    }

    .efcore-hero-tags {
        flex-direction: column;
        font-size: 16px;
    }

    .efcore-hero-actions {
        flex-direction: column;
        padding: 50px 0 0 0;
    }

    .efcore-hero-actions .hero-btn {
        width: 260px;
    }

    .efcore-hero-img img {
        max-width: 320px;
    }

    .efcore-animation-wrapper {
        display: flex;
        justify-content: center;
    }

    .efcore-scenes {
        transform: scale(0.8);
        transform-origin: center;
    }

    .efcore-context {
        padding: 100px 20px;
    }
    .ef-core-context-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .context-item h3 {
        font-size: 18px;
        min-height: 20px;
    }

    .efcore-features{
        padding: 100px 20px;
    }

    .features-left h2 {
        padding-right: 0;
    }
    .efcore-features-grid {
        gap: 40px;
    }

    .feature-item{
        gap: 10px;
    }

    .code-title {
        margin-bottom: 0;
    }

    .efcore-technical {
        padding: 120px 20px 140px 20px;
    }

    .efcore-technical-grid{
        gap: 0;
    }

    .technical-card h3 {
        font-size: 18px;
    }

    .efcore-methodology{
        padding: 100px 20px;
    }

    .efcore-ecosystem-wrapper {
        padding: 120px 20px;
    }

    .efcore-benefits {
        padding: 60px 20px 0 20px;
    }
    .efcore-ecosystem {
        gap: 35px;
        align-items: start;
        padding: 20px;
    }

    .ecosystem-feature {
        gap: 15px;
    }

    .benefit-title {
        font-size: 17px;
    }

    .efcore-usecases {
        padding: 100px 20px 0 20px;
    }

    .efcore-faq-container {
        padding: 0 20px;
    }

    .efcore-faq-questions {
        padding: 40px 20px;
    }

    .efcore-partners-container {
        gap: 30px
    }
    .partner-logo-card {
        width: 140px;
        height: 70px
    }
}

@media ( max-width: 735px) {
    .efcore-hero-content h1,
    .efcore-context-header h2,
    .efcore-technical-header h2,
    .efcore-methodology-header h2,
    .efcore-ecosystem-content h2,
    .efcore-benefits-header h2,
    .efcore-usecases-header h2,
    .efcore-faq-title h2 {
        font-size: 32px;
    }

    .efcore-hero-content p,
    .efcore-context-header p,
    .efcore-benefits-header p,
    .efcore-usecases-header p {
        font-size: 16px;
    }

    .efcore-hero {
        padding: 0 20px 80px 20px;
    }

    .efcore-hero-layout {
        flex-direction: column;
        gap: 40px;
    }

    .efcore-hero-actions{
        align-items: center;
    }

    .efcore-animation-wrapper {
        order: -1;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .efcore-animation-wrapper {
        transform: none;
        height: auto;
        margin: 0 auto;
    }

    .efcore-context {
        padding: 40px 20px 80px 20px;
    }

    .ef-core-context-grid {
        padding: 80px 0px;
        grid-template-columns: 1fr;
    }

    .db-item {
        padding: 10px 10px;
        font-size: 10px;
    }

    .efcore-hub img {
        width: 120px;
        height: 120px;
    }

    .efcore-databases {
        margin-top: 90px;
    }

    .efcore-arrows {
        left: 2px;
        top: 112px;
    }

    .efcore-features {
        padding: 80px 20px;
    }

    .features-left h2 {
        font-size: 28px;
    }

    .efcore-features-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .features-intro {
        margin: 0 0 50px 0;
    }

    .feature-text h3 {
        font-size: 18px;
        margin: 0 0 8px 0;
    }

    .efcore-technical {
        padding: 80px 20px 80px 20px;
    }

    .efcore-technical-grid {
        grid-template-columns: 1fr;
        padding: 80px 0 0 0;
        gap: 40px;
    }

    .icon-box {
        margin-bottom: 10px;
    }

    .technical-card h3 {
        min-height: 30px;
    }

    .efcore-doc-cta {
        padding-top: 80px;
    }

    .efcore-methodology {
        padding: 80px 20px;
    }

    .efcore-methodology .efcore-tabs-wrapper {
        padding-bottom: 50px;
    }

    .efcore-methodology .efcore-tabs {
        flex-wrap: nowrap;
        justify-content: center;
        overflow-x: auto;
        scrollbar-width: none;
        width: 100%;
        max-width: 280px;
        gap: 10px;
        padding: 9px;
        margin: 0;
    }
    .efcore-tab-button {
        min-width: 0px;
        font-size: clamp(10px, 2vw, 15px);
        text-overflow: ellipsis;
        flex: 1 1 auto;
        padding: clamp(5px, 1.2vw, 9px) clamp(15px, 2vw, 30px);
        white-space: nowrap;
        overflow: hidden;
    }

    .efcore-methodology-layout {
        grid-template-columns: 1fr;
    }

    .main-card-footer p {
        font-size: 15px;
    }

    .efcore-ecosystem {
        grid-template-columns: 1fr;
    }

    .efcore-ecosystem-wrapper {
        padding: 40px 20px;
    }

    .efcore-ecosystem-content h2 {
        font-size: 28px;
    }

    .efcore-benefits {
        padding: 60px 20px 40px 20px;
    }

    .benefit-title {
        font-size: 16px;
    }

    .benefit-title .check-icon{
        width: 24px;
        height: 24px;
        padding: 4px;
    }

    .benefit-content-inner p {
        font-size: 14px;
        line-height: 1.55;
    }

    .efcore-benefits-header {
        padding-bottom: 80px;
    }

    .efcore-usecases {
        padding: 80px 20px 0 20px;
    }

    .efcore-usecases-header {
        padding-bottom: 80px;
    }


    .efcore-usecases .efcore-tabs {
        display: flex;
        gap: 10px;
    }

    .efcore-usecases .efcore-usecase-tab-button {
        display: block;
        flex: 1 1 0;
        min-width: 0;
        text-align: center;
        font-size: clamp(10px, 2vw, 15px);
        padding: clamp(5px, 1.2vw, 8px) clamp(6px, 2vw, 10px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .usecase-icon {
        width: 35px;
        height: 35px;
        padding: 9px;
    }

    .efcore-card-top-title {
        min-height: 50px;
    }

    .efcore-card-header p,
    .efcore-card-note p,
    .efcore-card-note p,
    .efcore-card-footer p{
        font-size: 15px;
    }


    .efcore-faq-title {
        margin: 80px auto;
    }

    .faq-question {
        font-size: 16px;
    }
}

@media ( max-width: 500px) {
    .efcore-hero-wrapper,
    .efcore-features-wrapper,
    .efcore-methodology-wrapper,
    .efcore-ecosystem-wrapper {
        padding: 10px;
        background: var(--white);
    }

    .efcore-hero,
    .efcore-features,
    .efcore-methodology,
    .efcore-ecosystem{
        border-radius: 12px;
    }
    .efcore-benefits {
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .efcore-ecosystem {
        padding: 60px 20px 60px 20px;
    }

    .efcore-hero-layout {
        flex-direction: column;
        gap: 20px;
    }

    .efcore-scenes {
        transform: scale(0.);
        transform-origin: center;
    }

    .ef-core-context-grid {
        padding: 80px 0px;
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .efcore-hub img {
        width: 90px;
        height: 90px;
    }

    .efcore-arrows {
        left: -2px;
        top: 80px;
    }

    .db-item {
        display: flex;
        padding: 8px 5px;
        font-size: 9px;
        border-radius: 8px;
    }

    .efcore-databases {
        gap: 20px;
        margin-top: 70px;
    }

    .benefit-toggle {
        padding: 14px 8px;
    }

    .benefit-title {
        font-size: 14px;
    }
    .efcore-card-top-title h3{
        font-size: 18px;
    }

    .efcore-card-note p, .efcore-card-footer p {
        line-height: 1.55;
    }

    .efcore-card-body {
        padding: 50px 20px;
    }

    .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;
    }

}
