/* Doar imagine de fundal simplă */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://adelinx.go.ro/public/pages-wp/regw45f4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.25;
    z-index: -1;
    pointer-events: none;
    filter: blur(8px);
    transform: scale(1.05);
}





/* .VPNavBar .content-body {
    background: rgba(30, 30, 30, 0.0) !important;
    backdrop-filter: blur(30px) !important;
    -webkit-backdrop-filter: blur(30px) !important;
} */











/* VPLocalNav cu același efect */
.VPLocalNav {
    backdrop-filter: blur(30px) !important;
    -webkit-backdrop-filter: blur(30px) !important;
}

/* Light Mode */
html:not(.dark) .VPLocalNav {
    background: rgba(255, 255, 255, 0.6) !important;
}

/* Dark Mode */
html.dark .VPLocalNav {
    background: rgba(30, 30, 30, 0.6) !important;
}

/* Fortează dimensiunile și pe desktop */
@media (min-width: 960px) {
    [data-v-72cc4481] .image-src {
        max-width: 360px !important;
        max-height: 360px !important;
    }
}

/* Imaginea hero fără shadow și mai mare */
.VPHero .VPImage.image-src {
    box-shadow: none !important;
}












/* Text hero pentru dark mode */
html.dark [data-v-72cc4481] .name {
    background: linear-gradient(135deg, #40C9FF 0%, #BD34FE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    text-shadow: 
        0 0 20px rgba(64, 201, 255, 0.2),
        0 0 40px rgba(189, 52, 254, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Text hero pentru light mode */
html:not(.dark) [data-v-72cc4481] .name {
    background: linear-gradient(135deg, #40C9FF 0%, #BD34FE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    text-shadow: 
        0 0 15px rgba(64, 201, 255, 0.2),
        0 0 30px rgba(189, 52, 254, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.2);
}






/* Tranziție smooth pentru text */
[data-v-72cc4481] .name {
    transition: all 0.3s ease-in-out !important;
}












/* Tranziție doar pentru proprietățile esențiale care se schimbă la tema */
html, body {
    transition: background-color 0.1s ease-in-out !important;
}

.VPNavBar,
.VPLocalNav, 

.vp-doc,
.VPContent,
.VPFeature,
.VPHero,
.VPHome,
.DocSearch,
.VPSocialLinks,
.VPSwitchAppearance,
.VPNavBarMenuLink,
.VPDocFooter,
.VPButton {
    transition: background-color 0.1s ease-in-out, 
                color 0.1s ease-in-out, 
                border-color 0.1s ease-in-out !important;
}

/* Fundal blurat pentru ambele teme */
body::before,
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
    filter: blur(8px);
    transform: scale(1.05);
    transition: opacity 0.1s ease-in-out !important;
}

/* Imagine de fundal pentru dark mode */
html.dark body::before {
    background-image: url('https://adelinx.go.ro/public/pages-wp/regw45f4.jpg');
    opacity: 0.35;
}

html.dark body::after {
    background-image: url('https://adelinx.go.ro/public/pages-wp/e534534.jpg');
    opacity: 0;
}

/* Imagine de fundal pentru light mode */
html:not(.dark) body::before {
    background-image: url('https://adelinx.go.ro/public/pages-wp/regw45f4.jpg');
    opacity: 0;
}

html:not(.dark) body::after {
    background-image: url('https://adelinx.go.ro/public/pages-wp/u453jrferf.jpeg');
    opacity: 0.6;
}






/* Ascunde aside-curtain */
.aside-curtain {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}





/* Sidebar cu imagine de fundal blurată - DOAR DESKTOP */
@media (min-width: 768px) {
    .VPSidebar {
        position: relative;
        background: transparent !important;
    }

    .VPSidebar::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.25;
        z-index: -1;
        pointer-events: none;
        filter: blur(8px);
    }
}








.VPSidebar .curtain {
    background: transparent !important;
    backdrop-filter: blur(50px) !important;
    -webkit-backdrop-filter: blur(30px) !important;
    
    /* Fade vertical în stânga */
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 20%,
        black 100%
    ) !important;
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 13%,
        black 100%
    ) !important;
}




/* Titluri mai mari */
.vp-doc h1 {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
}

.vp-doc h2 {
    font-size: 1.6rem !important;
    line-height: 1.3 !important;
}

/* Pe telefon - titluri normale */
@media (max-width: 767px) {
    .vp-doc h1 {
        font-size: 2rem !important;
        line-height: 1.3 !important;
    }

    .vp-doc h2 {
        font-size: 1.4rem !important;
        line-height: 1.4 !important;
    }
}






.VPFeature {
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-radius: 20px !important;
}

/* Light Mode */
html:not(.dark) .VPFeature {
    background: rgba(230, 230, 230, 0.4) !important;
}

/* Dark Mode */
html.dark .VPFeature {
    background: rgba(60, 60, 60, 0.3) !important;
}











/* Filter cu efect radial gradient */
.VPImage.image-src {
    filter: 
        drop-shadow(0 0 40px rgba(65, 209, 255, 0.55))
        drop-shadow(0 0 60px rgba(189, 52, 254, 0.55))
        drop-shadow(0 0 80px rgba(65, 209, 255, 0.4))
        drop-shadow(0 0 100px rgba(189, 52, 254, 0.3)) !important;
}








.shell {
    background: rgba(128, 128, 128, 0.8) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-radius: 20px !important;
}

/* Light Mode */
html:not(.dark) .shell {
    background: rgba(255, 255, 255, 0.8) !important;
}

/* Dark Mode */
html.dark .shell {
    background: rgba(30, 30, 30, 0.8) !important;
}













@keyframes backdropFadeIn {
  0% {
    opacity: 0;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    background: rgba(0, 0, 0, 0);
  }
  100% {
    opacity: 1;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.4);
  }
}

.backdrop[data-v-ba50950c] {
    position: absolute;
    inset: 0;
    animation: backdropFadeIn 0.4s ease-out forwards !important;
}


@keyframes shellZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes shellZoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}

.shell[data-v-ba50950c] {
  animation: shellZoomIn 0.3s ease-out forwards !important;
}

.shell[data-v-ba50950c].closing,
.shell[data-v-ba50950c][class*="closing"] {
  animation: shellZoomOut 0.3s ease-in forwards !important;
}












.DocSearch-Button-Keys {
    margin-left: auto !important;
    padding-right: 8px !important;
}

/* Containerul search bar rotunjit */
.search-bar[data-v-ba50950c] {
    border-radius: 25px !important;
    background: rgba(10, 10, 10, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.048) !important;
}



/* Light mode */
html:not(.dark) .search-input[data-v-ba50950c],
html:not(.dark) .search-bar[data-v-ba50950c] {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #000 !important;
    border: 1px solid rgba(0, 0, 0, 0.084) !important;
}

html:not(.dark) .search-input[data-v-ba50950c]:focus {
    background-color: rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1) !important;
}




/* Search button styles - DOAR pe desktop */
@media (min-width: 768px) {
  .DocSearch-Button {
      width: 200px !important;
      min-width: 200px !important;
      backdrop-filter: blur(20px) !important;
      -webkit-backdrop-filter: blur(20px) !important;
      border-radius: 15px !important;
  }

  /* Light Mode */
  html:not(.dark) .DocSearch-Button {
      background: rgba(230, 230, 230, 0.658) !important;
  }

  /* Dark Mode */
  html.dark .DocSearch-Button {
      background: rgba(100, 100, 100, 0.151) !important;
  }
}






/* DOAR pentru outline-ul din dreapta - selector specific */
div.items[data-v-0661805f] {
    border-radius: 22px !important;
}









/* Buton Adelino cu gradient și theme adaptiv */
.buttons-redirect {
    display: inline-block !important;
    padding: 0.5rem 1rem !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 1rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

/* Dark Mode - Gradient albastru */
html.dark .buttons-redirect {
    background: linear-gradient(135deg, #1e40af 0%, #3730a3 100%) !important;
    box-shadow: 0 4px 15px rgba(30, 64, 175, 0.3) !important;
}

/* Light Mode - Gradient albastru deschis */
html:not(.dark) .buttons-redirect {
    background: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%) !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3) !important;
}

/* Efect hover centrat */
.buttons-redirect:hover {
    transform: scale(1.02) !important;
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4) !important;
}
