/* Fallback agar teks Jokk di detail project selalu tampil */
.project-detail .hey.jokk-animate,
.project-page .hey.jokk-animate,
body .hey.jokk-animate {
    display: block;
    visibility: visible;
    opacity: 1;
    position: fixed;
    left: 24px;
    bottom: 90px;
    z-index: 9999;
    pointer-events: none;

    /* Samakan dengan style utama (fallback bila token belum ada) */
    font-family: var(--font-jokk, "Inter", sans-serif);
    font-size: var(--font-jokk-size, clamp(1.8rem, 3.6vw, 3rem));
    font-weight: var(--font-jokk-weight, 300);
    letter-spacing: var(--font-jokk-letter-spacing, 0.01em);
    line-height: var(--font-jokk-line-height, 1.1);
}

/* Jika ada animasi yang menyembunyikan elemen sebelum trigger, paksa tetap tampil */
.project-detail .jokk-animate,
.project-page .jokk-animate {
    animation-fill-mode: both;
}

@media (max-width: 768px) {
    .project-detail .hey.jokk-animate,
    .project-page .hey.jokk-animate,
    body .hey.jokk-animate {
        left: 16px;
        bottom: 72px;
        font-size: clamp(1.4rem, 7vw, 2rem);
    }
}
#labelforsetting,
#labelforvisualmode,
#switchforvisualmode:checked+#labelforvisualmode {
    background-repeat: no-repeat;
    background-position: center
}

#labelforsetting,
#labelforsound {
    height: 40px;
    background-size: 60%
}

#preloader,
.invertapplied,
.invertsettinglabel {
    filter: invert(1)
}

#preloader,
noscript {
    width: 100%;
    height: 100%
}

body,
noscript {
    background-color: var(--color-dark-mode)
}

body {
    background-color: #0a0a14;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background:
        radial-gradient(ellipse at 0% 0%, rgba(128, 0, 255, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 0%, rgba(107, 197, 248, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(207, 89, 230, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse at 0% 100%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(128, 0, 255, 0.05) 0%, transparent 60%);
    background-color: #0a0a14;
    animation: auroraBg 20s ease-in-out infinite;
}

body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background:
        radial-gradient(ellipse at 20% 30%, rgba(207, 89, 230, 0.18) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 10%, rgba(128, 0, 255, 0.14) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 80%, rgba(59, 130, 246, 0.14) 0%, transparent 50%),
        radial-gradient(ellipse at 10% 70%, rgba(107, 197, 248, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(207, 89, 230, 0.06) 0%, transparent 60%);
    opacity: 0;
    animation: auroraBg2 20s ease-in-out infinite;
}

@keyframes auroraBg {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

@keyframes auroraBg2 {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}

@keyframes bgShift {
    0% { background-position: 0% 50%; }
    14% { background-position: 30% 0%; }
    28% { background-position: 80% 20%; }
    42% { background-position: 100% 60%; }
    57% { background-position: 70% 100%; }
    71% { background-position: 20% 80%; }
    85% { background-position: 0% 100%; }
    100% { background-position: 0% 50%; }
}

.main,
body {
    overflow-x: hidden
}

#backtotopbutton article,
:root {
    font-family: Whitney, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif
}

.eye,
.image-div,
.logo,
.navbar,
.project-box,
.resume-btn,
footer {
    overflow: hidden
}

.cta,
.github-redirect,
.navbar-tabs-ul a {
    text-decoration: none
}

#GmailLogo,
.sign svg path {
    fill: white
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

::selection {
    background-color: transparent
}

::-moz-selection {
    background: 0 0
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

:root {
    cursor: default;
    --color-white: #fff;
    --color-black: #000;
    --color-dark-mode: #11111b;
    --color-light-mode: #ece7e1;
    --color-ddd-color: #ddd;
    --color-gray: #c4c4c4;
    --color-purple: #8000ff;
    --color-light-purple: #cf59e6;
    --color-light-blue: #6bc5f8;
    --color-navbarBorder-dark: #e2e2e207;
    --color-shadowDark: rgba(0, 0, 0, 0.137);
    --static-heading-gradient-blue: #b0f3f1;
    --static-heading-gradient-pink: #ffcfdf;
    --tech-stack-box-first-color: #1a1a29;
    --tech-stack-box-second-color: rgba(27, 27, 40, 0);
    --tech-stack-box-border-color: #292929
}

#hello-friend,
.footer-bottom article,
.getintouch-heading article,
.language-speak article,
.navbar-tabs-ul li,
.two-words article {
    font-family: fira code
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #0a0a10
}

::-webkit-scrollbar-thumb {
    background-color: #8000ff
}

.cursor-inner {
    width: 8px;
    height: 8px;
    background-color: var(--color-light-blue)
}

.cursor-outer {
    width: 35px;
    height: 35px;
    border: 2px solid #fff
}

.cursor-inner,
.cursor-outer {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 9999;
    pointer-events: none
}

.setting-container,
.settingactivate {
    transform-origin: left;
    transition-duration: .5s
}

.cursor-inner.hover {
    width: 25px;
    height: 25px;
    transition: .2s;
    mix-blend-mode: difference
}

.cursor-outer.hover {
    width: 50px;
    height: 50px;
    transition: .2s
}

.activeThistab:before,
.navbar-tabs-ul li:hover:before {
    background-color: var(--color-white);
    height: 10px;
    width: 10px;
    left: -20px
}

.light-mode {
    --color-dark-mode: #ece7e1;
    --color-black: #fff;
    --color-white: #000;
    --color-ddd-color: rgb(31, 31, 31);
    --color-navbarBorder-dark: #d1d6eb;
    --static-heading-gradient-blue: #0f7878;
    --static-heading-gradient-pink: #f09bb9;
    --color-shadowDark: #e2ddd7;
    --tech-stack-box-first-color: #e7e2db;
    --tech-stack-box-second-color: #ece7e100;
    --tech-stack-box-border-color: #dad5cf
}

.setting-container {
    width: 60px;
    height: 50px;
    margin-left: 50px;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px 0
}

#labelforsetting {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background-image: url(src/svg/settings-svgrepo-com.svg);
    transition-duration: .5s;
    cursor: pointer
}

.soundtogglebuttoncontainer,
.visualmodetogglebuttoncontainer {
    align-items: center;
    width: fit-content;
    transition-duration: .3s
}

.settingactivate {
    width: 200px
}

.visualmodetogglebuttoncontainer {
    height: fit-content;
    display: flex;
    justify-content: center;
    transform: translate(-50px) scale(0)
}

.visualmodeshow {
    transition-duration: .3s;
    transform: translate(0) scale(1)
}

#switchforsetting,
#switchforsound,
#switchforvisualmode,
.hamburger,
.mobiletogglemenu {
    display: none
}

#switchforsetting:checked+#labelforsetting {
    transform: rotate(180deg);
    transition-duration: .5s
}

#labelforvisualmode {
    position: relative;
    width: 40px;
    height: 40px;
    background-image: url(src/png/crescent-moon\ \(1\).png);
    background-size: 50%;
    transition-duration: .5s;
    cursor: pointer
}

#switchforvisualmode:checked+#labelforvisualmode {
    transform: rotate(360deg);
    transition-duration: .5s;
    background-image: url(src/png/sun.png);
    background-size: 60%
}

.soundtogglebuttoncontainer {
    height: fit-content;
    display: flex;
    justify-content: center;
    transform: translate(-130px) scale(0)
}

#labelforsound,
#preloader {
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center
}

.soundmodeshow {
    transition-delay: .1s;
    transition-duration: .5s;
    display: inline-block;
    transform: translate(0) scale(1)
}

.logo,
.logo:hover {
    transition-duration: 1s
}

#labelforsound {
    position: relative;
    justify-content: center;
    width: 40px;
    background-image: url(src/svg/Mute_Icon.svg);
    cursor: pointer;
    transition-duration: .5s
}

#switchforsound:checked+#labelforsound {
    transition-duration: .5s;
    background-image: url(src/svg/Speaker_Icon.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center
}

header {
    width: 100%;
    height: 115px;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

#preloader {
    background-color: #fff;
    position: fixed;
    z-index: 99999;
    justify-content: center;
    overflow-y: hidden;
    background-image: url(src/svg/Pulse-0.4s-200px.svg);
    background-size: 10%
}

.navbar,
noscript {
    display: flex;
    align-items: center;
    position: fixed
}

#name,
.getintouch-heading article {
    background: -webkit-linear-gradient(135deg, var(--color-light-blue), var(--color-light-purple), var(--color-light-blue), var(--color-light-purple));
    -webkit-text-fill-color: transparent
}

noscript {
    justify-content: center;
    font-size: 4rem;
    color: #fff;
    z-index: 999999
}

.fakenavbar {
    height: 0;
    width: 0%;
    background-color: transparent
}

.navbar {
     background-image: linear-gradient(to bottom right, var(--tech-stack-box-first-color), var(--tech-stack-box-second-color));
     backdrop-filter: blur(10px);
     height: 80px;
     width: 80%;
     padding: 0 20px;
     justify-content: space-between;
     z-index: 999;
     border: 1px solid var(--color-navbarBorder-dark);
     border-radius: 50px
 }

.navbar-tabs,
.navbar-tabs-ul {
    height: 100%;
    align-items: center
}

.logo,
.navbar-tabs-ul li {
    position: relative;
    display: flex
}

.navbar-tabs {
    display: flex;
    width: 80%
}

.navbar-tabs-ul {
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: flex-end;
    gap: 80px;
    color: var(--color-white)
}

.navbar-tabs-ul li {
    width: fit-content;
    height: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem
}

.navbar-tabs-ul li:hover:before {
    content: "";
    position: absolute;
    border-radius: 5px;
    z-index: -1
}

.navbar-tabs-ul a {
    color: var(--color-white);
    font-weight: 100
}

.logo {
    width: 10%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.face,
.logo-top {
    width: 100%;
    align-items: center;
    display: flex
}

.hey {
    color: #fff;
    position: absolute;
    font-size: 2.5rem;
    font-weight: 300;
    background-color: #20222e;
    padding: 5px 10px;
    border-radius: 20px;
    left: 120px;
    bottom: 80px;
    opacity: 0
}

#hello-friend,
#work,
.about-info p,
.activeThistab,
.language-speak article {
    color: var(--color-white)
}

.blob,
.eye,
.pupil {
    border-radius: 50%
}

.popup {
    animation: 3s linear pop-up
}

@keyframes pop-up {
    from {
        bottom: -50px;
        left: 50px;
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.logo-top {
    height: 100%;
    justify-content: center;
    transform-origin: bottom;
    position: relative
}

.activeThistab:before,
.face {
    content: "";
    position: absolute
}

.logo-top img {
    height: 100%;
    z-index: 2
}

.face {
    height: 74%;
    bottom: 0;
    justify-content: center;
    gap: 5px;
    z-index: 1;
    padding-left: 1px
}

.eye {
    width: 8px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff
}

.left-eye {
    box-shadow: -1px -2px 2px rgba(0, 0, 0, .589) inset
}

.right-eye {
    box-shadow: 1px 3px 2px rgba(0, 0, 0, .589) inset
}

.pupil {
    width: 3.5px;
    height: 3.5px;
    background: #241010
}

.logo:hover {
    transform: translateY(200px)
}

.activeThistab:before {
    border-radius: 50%;
    z-index: -1
}

.dp::after,
.dp::before {
    height: 300px;
    z-index: -2;
    content: ""
}

.main {
    width: 100%;
    height: fit-content;
    position: relative
}

.blob {
    position: absolute;
    right: -15%;
    top: 0;
    background-color: var(--color-light-purple);
    width: 600px;
    height: 100vh;
    filter: blur(300px);
    opacity: .3;
    animation: 1s linear infinite alternate-reverse breath
}

@keyframes breath {
    from {
        opacity: .3
    }

    to {
        opacity: .5
    }
}

/* ── Hero floating orbs ── */
.hero-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.hero-orb-1 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(107, 197, 248, 0.15), transparent 70%);
    top: 10%;
    left: -5%;
    animation: orbFloat1 8s ease-in-out infinite;
}
.hero-orb-2 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(128, 0, 255, 0.12), transparent 70%);
    bottom: 15%;
    right: 10%;
    animation: orbFloat2 10s ease-in-out infinite;
}
.hero-orb-3 {
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(207, 89, 230, 0.1), transparent 70%);
    top: 50%;
    right: 30%;
    animation: orbFloat3 12s ease-in-out infinite;
}

@keyframes orbFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -20px) scale(1.1); }
    66% { transform: translate(-20px, 30px) scale(0.95); }
}
@keyframes orbFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-40px, -30px) scale(1.15); }
}
@keyframes orbFloat3 {
    0%, 100% { transform: translate(0, 0); }
    25% { transform: translate(20px, 20px); }
    50% { transform: translate(-15px, 40px); }
    75% { transform: translate(25px, -10px); }
}

/* ── Hero grid background ── */
.hero-grid-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(107, 197, 248, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(107, 197, 248, 0.03) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 30%, transparent 80%);
    pointer-events: none;
    z-index: 0;
}

/* ── Hero status badge ── */
.hero-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    border-radius: 50px;
    border: 1px solid rgba(107, 197, 248, 0.25);
    background: rgba(107, 197, 248, 0.06);
    backdrop-filter: blur(10px);
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--color-light-blue);
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    font-family: 'Fira Code', monospace;
}
.hero-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 8px rgba(74, 222, 128, 0.6);
    animation: statusPulse 2s ease-in-out infinite;
}
@keyframes statusPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
}

/* ── Hero scroll indicator ── */
.hero-scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 2;
}
.hero-scroll-indicator span {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    font-family: 'Fira Code', monospace;
}
.hero-scroll-mouse {
    width: 22px;
    height: 36px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}
.hero-scroll-wheel {
    width: 3px;
    height: 8px;
    border-radius: 3px;
    background: rgba(107, 197, 248, 0.8);
    animation: scrollWheel 2s ease-in-out infinite;
}
@keyframes scrollWheel {
    0% { transform: translateY(0); opacity: 1; }
    50% { transform: translateY(8px); opacity: 0.3; }
    100% { transform: translateY(0); opacity: 1; }
}

.landing-page-container {
    width: 100%;
    height: calc(100vh - 115px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.text-content {
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 2;
}

#hello-friend {
    font-size: 3.5rem;
    font-weight: 600;
    width: fit-content;
    display: flex;
    align-items: flex-end;
    opacity: 0.85;
}

#name,
#work {
    width: fit-content
}

#name {
    font-size: 8rem;
}

#work {
    font-size: 3.5rem;
}

#name,
#work,
.letsTalkBtn-text {
    display: flex;
    font-weight: 700
}

@-webkit-keyframes vibrate-1 {

    0%,
    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }

    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }
}

@keyframes vibrate-1 {

    0%,
    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }

    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }
}

#name {
    align-items: flex-start;
    background: linear-gradient(-45deg, #6bc5f8, #cf59e6, #8000ff, #6bc5f8);
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 300% 300%;
    -webkit-animation: 4s ease infinite gradient;
    animation: 4s ease infinite gradient;
    text-shadow: 0 0 80px rgba(107, 197, 248, 0.15);
}

@keyframes gradient {

    0%,
    100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

#work {
    align-items: flex-start;
    flex-wrap: wrap
}

#info-para,
.about-info p {
    font-weight: 400;
    font-size: 2rem
}

#work div {
    display: flex;
    margin: 0 12px 0 0
}

.jello:hover {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #03e6ff;
    -webkit-animation: .9s both jello-vertical;
    animation: .9s both jello-vertical
}

#backtotopbutton,
.dp::after,
.dp::before,
.letsTalkBtn {
    background-color: transparent
}

@-webkit-keyframes jello-vertical {

    0%,
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    40% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    50% {
        -webkit-transform: scale3d(.85, 1.15, 1);
        transform: scale3d(.85, 1.15, 1)
    }

    65% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    75% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
}

@keyframes jello-vertical {

    0%,
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    40% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    50% {
        -webkit-transform: scale3d(.85, 1.15, 1);
        transform: scale3d(.85, 1.15, 1)
    }

    65% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    75% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
}

#info-para {
    width: 75%;
    padding-top: 30px;
    color: var(--color-ddd-color);
    line-height: 28px;
    font-size: 1.8rem;
    opacity: 0.8;
    letter-spacing: 0.3px;
}

.contact-btn-div {
    width: 100%;
    padding-top: 40px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.letsTalkBtn {
    position: relative;
    border: none;
    width: 200px;
    height: 48px;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.letsTalkBtn-text {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(107, 197, 248, 0.3);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    color: #fff;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.cta:hover span,
.text,
.tooltip {
    color: #fff
}

.resume-btn,
.sign {
    align-items: center;
    transition-duration: .3s;
    display: flex
}

.letsTalkBtn-BG {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, #6bc5f8, #8000ff);
    z-index: -1;
    left: 6px;
    top: 6px;
    border-radius: 12px;
    pointer-events: none;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.letsTalkBtn:hover {
    transform: translateY(-3px) translateX(-3px)
}

.letsTalkBtn:hover .letsTalkBtn-text {
    background: rgba(107, 197, 248, 0.12);
    border-color: rgba(107, 197, 248, 0.6);
    box-shadow: 0 0 20px rgba(107, 197, 248, 0.15);
}

.letsTalkBtn:hover .letsTalkBtn-BG {
    transform: translateY(3px) translateX(3px);
    opacity: 1;
}

.letsTalkBtn:active {
    transform: translateY(7px) translateX(7px)
}

.letsTalkBtn:active .letsTalkBtn-BG {
    transform: translateY(-7px) translateX(-7px)
}

.resume-btn {
    margin-top: 25px;
    justify-content: flex-start;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .199);
    background: linear-gradient(82.3deg, #965de9 10.8%, #6358ee 94.3%);
    position: relative
}

.projects-heading-article,
.projectsHeadingP,
.section-heading-article,
.sectionHeadingP,
.skills-heading-article,
.skillsHeadingP {
    background-image: -webkit-gradient(linear, left top, right top, var(--static-heading-gradient-blue), var(--static-heading-gradient-pink));
    background-image: -webkit-linear-gradient(left, var(--static-heading-gradient-blue), var(--static-heading-gradient-pink))
}

.dp::after,
.dp::before,
.text {
    position: absolute
}

.sign {
    width: 100%;
    justify-content: center
}

.sign svg {
    width: 17px
}

.text {
    right: 0;
    width: 0%;
    opacity: 0;
    font-size: 1em;
    font-weight: 600;
    transition-duration: .3s
}

.resume-btn:hover {
    width: 130px;
    border-radius: 40px;
    transition-duration: .3s
}

.resume-btn:hover .sign {
    width: 30%;
    transition-duration: .3s;
    padding-left: 20px
}

.resume-btn:hover .text {
    opacity: 1;
    width: 70%;
    transition-duration: .3s;
    padding-right: 10px
}

.dp,
.dp::after,
.dp::before,
.dp:hover::after,
.dp:hover::before {
    transition-duration: .5s
}

.resume-btn:active {
    transform: translate(2px, 2px)
}

.about-section-container {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 160px;
    position: relative;
}

.about-section-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100px;
    background: linear-gradient(to bottom, transparent, rgba(107, 197, 248, 0.5), transparent);
}

.about-section,
.projects-section-div,
.skills-section {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.projects-heading,
.section-heading,
.skills-heading {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px
}

.dp img,
.dp::after,
.dp::before {
    width: 300px
}

.projects-heading-article,
.section-heading-article,
.skills-heading-article {
    font-size: 3.2rem;
    font-family: fira code;
    font-weight: 700;
    background-image: linear-gradient(135deg, var(--static-heading-gradient-blue), var(--static-heading-gradient-pink));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
}

.projectsHeadingP,
.sectionHeadingP,
.skillsHeadingP {
    flex: 1;
    height: 2px;
    background-image: linear-gradient(90deg, var(--static-heading-gradient-blue), transparent);
    border-radius: 2px;
}

.info-dp-section {
    width: 100%;
    display: flex;
    margin-top: 40px;
    gap: 50px;
    align-items: center;
}

.about-info {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.about-info p {
    line-height: 1.8;
    font-size: 1.7rem;
    color: var(--color-ddd-color);
    opacity: 0.85;
}

.dp {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.dp img {
    width: 280px;
    border-radius: 20px;
    border: 2px solid var(--tech-stack-box-border-color);
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.dp:hover img {
    transform: scale(1.03);
    border-color: rgba(107, 197, 248, 0.4);
    box-shadow: 0 20px 60px rgba(107, 197, 248, 0.15);
}

.dp-glow {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(128, 0, 255, 0.2), rgba(107, 197, 248, 0.1), transparent 70%);
    z-index: 1;
    animation: dpGlow 4s ease-in-out infinite;
}

@keyframes dpGlow {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.15); opacity: 1; }
}

.dp::before {
    box-shadow: none;
    width: 280px;
    height: 280px;
    border-radius: 20px;
    border: 2px solid rgba(178, 205, 115, 0.3);
    position: absolute;
    z-index: 0;
}

.dp::after {
    box-shadow: none;
    width: 280px;
    height: 280px;
    border-radius: 20px;
    border: 2px solid rgba(128, 0, 255, 0.3);
    position: absolute;
    z-index: 0;
}

.dp:hover::after {
    transform: translate(12px, 12px);
}

.dp:hover::before {
    transform: translate(-12px, -12px);
}

.skills-section-container {
    padding-top: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.skills-section-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 80px;
    background: linear-gradient(to bottom, transparent, rgba(107, 197, 248, 0.5), transparent);
}

.language-speak,
.tech-stack-wrapper {
    width: 100%;
    display: flex;
    align-items: center
}

.language-speak {
    height: 50px;
    justify-content: center
}

.language-speak article {
    font-size: 2rem;
    font-weight: 600
}

.frontend-dev-section {
    width: 100%;
    margin-top: 50px;
    position: relative;
}

.frontend-dev-section::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--color-light-blue), var(--color-light-purple));
    border-radius: 2px;
}

.frontend-dev-heading {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.6rem;
    font-weight: 700;
    height: 80px;
    letter-spacing: 2px;
    background-image: linear-gradient(135deg, var(--static-heading-gradient-blue), var(--static-heading-gradient-pink), var(--static-heading-gradient-blue));
    background-size: 200% 200%;
    animation: gradientShift 4s ease infinite;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.project-box,
.tech-stack-box {
    background-image: linear-gradient(to bottom right, var(--tech-stack-box-first-color), var(--tech-stack-box-second-color))
}

.tech-stack-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 50px;
    padding: 0 20px;
}

.tech-stack-box,
.tooltip {
    align-items: center;
    display: flex
}

.tech-stack-box {
    width: 140px;
    height: 140px;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid var(--tech-stack-box-border-color);
    position: relative;
    background: linear-gradient(135deg, rgba(107, 197, 248, 0.05), rgba(128, 0, 255, 0.05));
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    overflow: hidden;
}

.tech-stack-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(107, 197, 248, 0.15), rgba(128, 0, 255, 0.15));
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 20px;
}

.tech-stack-box:hover {
    transform: translateY(-8px) scale(1.05);
    border-color: rgba(107, 197, 248, 0.5);
    box-shadow: 0 15px 40px rgba(107, 197, 248, 0.2), 0 5px 15px rgba(128, 0, 255, 0.15);
}

.tech-stack-box:hover::before {
    opacity: 1;
}

.tech-stack-box img {
    width: 65%;
    position: relative;
    z-index: 1;
    transition: transform 0.4s ease;
}

.tech-stack-box:hover img {
    transform: scale(1.1);
}

.tech-stack-box:hover .tooltip {
    opacity: 1;
    transform: translateY(-5px);
}

.tooltip {
    position: absolute;
    top: -45px;
    opacity: 0;
    background: linear-gradient(135deg, rgba(107, 197, 248, 0.95), rgba(128, 0, 255, 0.95));
    border: none;
    padding: 8px 16px;
    border-radius: 10px;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: none;
    letter-spacing: 1px;
    font-size: 1.3rem;
    backdrop-filter: blur(10px);
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(0);
}

.tooltip::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(128, 0, 255, 0.95);
}

.cta,
.cta span,
.cta svg,
.project-box,
footer {
    position: relative
}

.projects-section-container {
    padding: 120px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.projects-section-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100px;
    background: linear-gradient(to bottom, transparent, rgba(107, 197, 248, 0.5), transparent);
}

.project-boxes-div {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
    padding: 50px 20px;
}

.cta:hover:before,
.project-box-wrapper {
    width: 100%
}

.project-box {
    width: 100%;
    min-height: 420px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 24px;
    border: 1px solid var(--tech-stack-box-border-color);
    background: linear-gradient(135deg, rgba(26, 26, 41, 0.6), rgba(27, 27, 40, 0.3));
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.project-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(107, 197, 248, 0.08), rgba(128, 0, 255, 0.08));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.project-box:hover {
    transform: translateY(-8px);
    border-color: rgba(107, 197, 248, 0.4);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 40px rgba(107, 197, 248, 0.15);
}

.project-box:hover::before {
    opacity: 1;
}

.info-div {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;
    padding: 40px 45px;
    position: relative;
    z-index: 1;
}

.faviconforProject {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.project-box:hover .faviconforProject {
    transform: scale(1.1) rotate(5deg);
}

.faviconforProjectAquaregia {
    width: 20px
}

.image-div {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.image-div img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    transition: transform 0.4s ease;
}

.project-box:hover .image-div img {
    transform: scale(1.05);
}

.ProjectHeading {
    color: var(--color-white);
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
    background: linear-gradient(135deg, #fff, rgba(255, 255, 255, 0.8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ProjectDescription {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.3px;
}

.project-buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.github-redirect {
    width: 50px
}

.github-redirect img {
    width: 45px;
    height: auto;
    transition: .3s;
    filter: brightness(2)
}

.github-redirect:hover img {
    filter: brightness(4)
}

.cta {
    padding: 14px 28px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    background: linear-gradient(135deg, rgba(107, 197, 248, 0.15), rgba(128, 0, 255, 0.15));
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid rgba(107, 197, 248, 0.3);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(107, 197, 248, 0.3), rgba(128, 0, 255, 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 12px;
}

.cta:hover::before {
    opacity: 1;
}

.cta span {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--color-light-blue);
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.cta:hover span {
    color: #fff;
}

.cta svg {
    position: relative;
    z-index: 1;
    margin-left: 0;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--color-light-blue);
    stroke-width: 2;
    transform: translateX(0);
    transition: all 0.3s ease;
}

.cta:hover svg {
    stroke: white;
    transform: translateX(5px);
}

.cta:active {
    transform: scale(0.97);
}

#backtotopbutton {
    position: fixed;
    right: 10px;
    bottom: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    width: 3rem;
    height: 15rem;
    z-index: 101;
    text-align: center;
    transition: .4s;
    display: none
}

#backtotopbutton article {
    font-size: 1.5rem;
    color: var(--color-white);
    font-weight: 400;
    writing-mode: vertical-rl;
    mix-blend-mode: difference
}

#backtotopbutton:hover {
    transform: translate(0, -20px);
    text-decoration: line-through var(--color-white)
}

footer {
    width: 100%;
    height: fit-content;
    border-top: 1px solid var(--tech-stack-box-border-color)
}

.footer-background {
    width: 100%;
    height: 100vh;
    background-color: #0b0b0b;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1
}

.footer-blob {
    width: 100%;
    height: 200px;
    background-color: var(--color-light-purple);
    border-radius: 50%;
    filter: blur(100px);
    opacity: .7
}

.footer-foreground {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    backdrop-filter: blur(10px)
}

.footercontainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end
}

.two-words {
    color: #b3b3b3;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px
}

.getintouch-heading,
.logos {
    height: 80px;
    width: 100%;
    display: flex
}

.two-words article {
    font-size: 3rem
}

.social-media-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.social-media-container a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid #e2dede;
    position: relative;
    box-shadow: 0 0 0 #8000ff inset;
    transition-duration: .3s
}

.getintouch-heading {
    align-items: center;
    justify-content: center
}

.getintouch-heading article {
    font-size: 2rem;
    background: linear-gradient(-45deg, var(--color-light-blue), var(--color-light-purple), var(--color-light-blue), var(--color-light-purple));
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 700
}

.fa-copyright,
.footer-bottom article {
    font-size: 1.5rem;
    color: #b0b0b0
}

.logos {
    gap: 30px;
    justify-content: center;
    align-items: center
}

.SocialHandle {
    fill: white;
    width: 60%
}

#GmailLogo {
    height: 70%
}

.social-media-container a:hover {
    box-shadow: 0 0 50px 100px #8000ff inset;
    transition-duration: 1s;
    border: none
}

.social-media-container a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 50%;
    transform: scale(0);
    background-color: transparent;
    transition-duration: .3s;
    z-index: -1
}

.social-media-container a:hover::before {
    transform: scale(1);
    transition-duration: .3s
}

.footer-avatar-container {
    width: 220px;
    margin-top: 20px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.footer-avatar-img {
    width: 100%;
    z-index: 2
}

.footer-avatar-face {
    position: absolute;
    width: 100%;
    height: 82%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding-left: 5px
}

.footer-avatar-eye {
    width: 50px;
    height: 50px;
    background-color: #dfd2d2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-pupil {
    width: 12px;
    height: 14px;
    background-color: #000;
    border-radius: 50%;
    border: 5px solid #413333;
    filter: blur(.6px)
}

.footer-right-eye {
    box-shadow: 15px 15px 5px rgba(0, 0, 0, .233) inset, 10px 10px 5px rgba(41, 33, 33, .644) inset;
    position: relative
}

.footer-left-eye {
    box-shadow: -10px -15px 5px rgba(0, 0, 0, .349) inset;
    position: relative
}

.footer-avatar-eye::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(214, 214, 214, .726);
    z-index: 2;
    filter: blur(.2px);
    left: 15px;
    transform: rotate(45deg)
}

.footer-bottom {
    background-color: #0b0b0b;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    z-index: 3
}

.tonechange {
    color: #000
}

@media screen and (max-width:1920px) {
    html {
        font-size: 60%
    }
}

@media screen and (max-width:1400px) {
    html {
        font-size: 60%
    }
}

@media screen and (max-width:1200px) {
    html {
        font-size: 60%
    }

    .projects-section-div,
    .skills-section,
    .text-content {
        width: 80%
    }

    .about-section {
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .logo:hover {
        transform: translateY(200px);
        transition-duration: 1s
    }
}

@media screen and (max-width:1150px) {
    html {
        font-size: 60%
    }
}

@media screen and (max-width:998px) {

    #hamburger-button,
    .hamburger {
        background-color: transparent
    }

    .mobile-navbar-tabs-ul a,
    .mobiletogglemenu {
        text-decoration: none
    }

    .activeThismobiletab,
    .mobile-navbar-tabs-ul a {
        color: var(--color-white)
    }

    html {
        font-size: 55%
    }

    .blob,
    .cursor-inner,
    .cursor-outer,
    .navbar-tabs-ul {
        display: none
    }

    .stopscrolling {
        overflow: hidden
    }

    .hamburger {
        position: fixed;
        top: 0;
        width: 100vw;
        height: 115px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        z-index: 9998
    }

    .activeThismobiletab:before,
    .burger-bar,
    .hamburger-animation1,
    .hamburger-animation2,
    .hamburger-animation3 {
        background-color: var(--color-white)
    }

    .hamburgerbase {
        width: 80%;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 20px
    }

    #hamburger-button {
        font-size: 3rem;
        font-weight: 800;
        width: 4.5rem;
        height: 3.5rem;
        border: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between
    }

    #burger-bar1,
    #burger-bar2,
    #burger-bar3 {
        height: 3px;
        border-radius: 0;
        transition-duration: .3s
    }

    #burger-bar1,
    #burger-bar3 {
        width: 60%
    }

    #burger-bar2 {
        width: 100%
    }

    .hamburger-animation1 {
        transform: rotate(45deg) scaleX(1.7);
        transition-duration: .3s;
        transform-origin: left
    }

    .hamburger-animation2 {
        transform: scaleX(0)
    }

    .hamburger-animation3 {
        transform: rotateZ(-45deg) scaleX(1.7);
        transform-origin: left;
        transition-duration: .3s
    }

    .mobiletogglemenu {
        background-color: transparent;
        z-index: 9990;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        list-style: none;
        font-size: 2rem;
        cursor: pointer;
        display: flex;
        transform: translate(1000px);
        transition-duration: 1s
    }

    .show-toggle-menu {
        transform: translate(0);
        transition-duration: .6s
    }

    .mobile-navbar-tabs-ul {
        background-color: var(--color-dark-mode);
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 70px;
        box-shadow: 0 0 30px rgba(0, 0, 0, .176)
    }

    .mobile-navbar-tabs-li {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.8rem;
        font-weight: 600;
        position: relative;
        cursor: pointer;
        font-family: fira code;
        height: 30px;
        width: fit-content
    }

    .about-info,
    .dp,
    .info-dp-section {
        width: 100%;
        display: flex
    }

    .info-dp-section {
        flex-direction: column;
        margin-top: 30px;
        gap: 30px
    }

    .about-info {
        flex-direction: column
    }

    .dp {
        align-items: center;
        justify-content: center
    }

    .activeThismobiletab:before {
        content: "";
        position: absolute;
        height: 10px;
        width: 10px;
        left: -20px;
        border-radius: 50%
    }

    .projects-section-div {
        width: 80%
    }

    .project-box {
        flex-direction: column;
        min-height: auto;
    }

    .image-div,
    .info-div {
        width: 100%;
    }

    .info-div {
        padding: 35px 35px 20px;
    }

    .image-div {
        height: 280px;
        padding: 0 30px 30px;
    }
}

@media screen and (max-width:768px) {
    html {
        font-size: 50%
    }

    .text-content {
        padding-left: 0;
        width: 80%
    }

    #hello-friend {
        height: 100px;
        font-size: 3.5rem
    }

    #name,
    #work {
        font-size: 5.5rem
    }

    #info-para,
    .language-name {
        width: 100%
    }

    .contact-btn-div {
        height: 140px;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px
    }

    .setting-container {
        margin-left: 0
    }

    .dp::after,
    .dp::before {
        display: none
    }

    .logo {
        width: 18%
    }

    .logo:hover {
        transform: translateY(200px);
        transition-duration: 1s
    }

    .projects-section-div {
        width: 80%
    }

    .project-boxes-div {
        padding: 40px 0
    }
}

@media screen and (max-width:500px) {
    html {
        font-size: 45%
    }

    .hamburgerbase,
    .navbar {
        height: 70px
    }

    #hamburger {
        margin-right: 20px;
        height: 115px;
        align-items: flex-end
    }

    #hello-friend,
    .two-words article {
        font-size: 2.5rem
    }

    .hey {
        left: 70px
    }

    .logo:hover {
        transform: translateY(200px);
        transition-duration: 1s
    }

    .landing-page-container {
        height: 85vh
    }

    .text-content {
        justify-content: flex-start
    }

    .project-box {
        min-height: auto;
    }

    .info-div {
        padding: 25px 25px 15px;
    }

    .image-div {
        height: 220px;
        padding: 0 20px 20px;
    }

    .image-div img {
        border-top-left-radius: 10px
    }

    .tech-stack-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px
    }

    .tech-stack-box {
        width: 100%;
        height: calc(76vw/2)
    }
}

@media screen and (max-width:430px) {
    html {
        font-size: 45%
    }

    .about-section,
    .projects-section-div,
    .skills-section {
        width: 80%
    }

    .info-div {
        padding: 0 30px
    }

    .two-words article {
        font-size: 2.2rem
    }
}

@media screen and (max-width:375px) {
    html {
        font-size: 42%
    }

    .dp img {
        width: 200px
    }

    .two-words {
        height: 50px
    }

    .two-words article {
        font-size: 2rem
    }

    .footer-bottom article {
        font-size: 1.3rem
    }

    .logos {
        gap: 20px
    }
}

@media screen and (max-width:300px) {
    html {
        font-size: 42%
    }

    .language-name article {
        text-align: center
    }

    .two-words {
        align-items: flex-end;
        height: 50px
    }

    .two-words article {
        font-size: 1.5rem
    }

    .footer-bottom article {
        font-size: 1rem
    }

    .social-media-container a {
        width: 50px;
        height: 50px
    }

    .logos {
        gap: 20px
    }
}


@media only screen and (max-width: 1300px) and (max-height: 730px){
    .landing-page-container {
        height: fit-content;
        margin-top: 100px;  
    }
}

/* ===== REDESIGN: Skills, Projects, Certificates, Articles ===== */

/* Category badge on project cards */
.project-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, rgba(107, 197, 248, 0.2), rgba(128, 0, 255, 0.2));
    color: var(--color-light-blue);
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 1px solid rgba(107, 197, 248, 0.3);
    text-transform: uppercase;
}

/* Skills section category label */
.skills-category-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.skills-category-label span {
    font-size: 1.4rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Fira Code', monospace;
}

.skills-category-label::before,
.skills-category-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(107, 197, 248, 0.3), transparent);
}

/* Article card special styling */
.article-card .ProjectHeading {
    font-size: 2.4rem;
}

.article-card .image-div {
    position: relative;
}

.article-card .image-div::after {
    content: 'ARTIKEL';
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, var(--color-light-blue), var(--color-light-purple));
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 5px 12px;
    border-radius: 8px;
}

/* Section divider line */
.section-heading {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

/* Hover glow effect on tech stack box */
.tech-stack-box:hover {
    box-shadow: 0 0 0 1px rgba(107, 197, 248, 0.4),
                0 15px 40px rgba(107, 197, 248, 0.2),
                0 5px 15px rgba(128, 0, 255, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Project box number indicator */
.project-box-wrapper {
    position: relative;
    counter-increment: project-counter;
}

/* View all button styling */
.view-all-btn-wrapper {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}

/* Light mode adjustments */
.light-mode .project-box {
    background: linear-gradient(135deg, rgba(231, 226, 219, 0.8), rgba(236, 231, 225, 0.5));
}

.light-mode .tech-stack-box {
    background: linear-gradient(135deg, rgba(231, 226, 219, 0.8), rgba(236, 231, 225, 0.3));
}

.light-mode .cta {
    background: linear-gradient(135deg, rgba(15, 120, 120, 0.1), rgba(240, 155, 185, 0.1));
    border-color: rgba(15, 120, 120, 0.3);
}

.light-mode .cta span {
    color: #0f7878;
}

.light-mode .cta svg {
    stroke: #0f7878;
}

.light-mode .cta:hover span,
.light-mode .cta:hover svg {
    color: #fff;
    stroke: #fff;
}

.light-mode .ProjectHeading {
    background: linear-gradient(135deg, #111, rgba(0, 0, 0, 0.8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.light-mode .ProjectDescription {
    color: rgba(0, 0, 0, 0.65);
}

.light-mode .tooltip {
    background: linear-gradient(135deg, rgba(15, 120, 120, 0.95), rgba(240, 155, 185, 0.95));
}

.light-mode .tooltip::after {
    border-top-color: rgba(240, 155, 185, 0.95);
}

/* Responsive: tablet */
@media screen and (max-width: 768px) {
    .tech-stack-box {
        width: 120px;
        height: 120px;
        border-radius: 16px;
    }

    .ProjectHeading {
        font-size: 2.2rem;
    }

    .ProjectDescription {
        font-size: 1.5rem;
    }

    .cta span {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 500px) {
    .tech-stack-box {
        border-radius: 14px;
    }

    .project-box {
        border-radius: 18px;
    }

    .info-div {
        padding: 25px 20px 15px;
        gap: 14px;
    }

    .image-div {
        height: 200px;
        padding: 0 15px 15px;
    }

    .ProjectHeading {
        font-size: 2rem;
    }

    .cta {
        padding: 10px 18px;
    }
}

/* ===== REDESIGN: Landing Page Hero ===== */

/* Light mode hero adjustments */
.light-mode .hero-status-badge {
    border-color: rgba(15, 120, 120, 0.3);
    background: rgba(15, 120, 120, 0.08);
    color: #0f7878;
}
.light-mode .hero-scroll-mouse {
    border-color: rgba(0, 0, 0, 0.2);
}
.light-mode .hero-scroll-wheel {
    background: rgba(15, 120, 120, 0.7);
}
.light-mode .hero-scroll-indicator span {
    color: rgba(0, 0, 0, 0.3);
}
.light-mode .hero-grid-bg {
    background-image:
        linear-gradient(rgba(15, 120, 120, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 120, 120, 0.04) 1px, transparent 1px);
}
.light-mode .hero-orb-1 {
    background: radial-gradient(circle, rgba(15, 120, 120, 0.08), transparent 70%);
}
.light-mode .hero-orb-2 {
    background: radial-gradient(circle, rgba(240, 155, 185, 0.1), transparent 70%);
}
.light-mode .hero-orb-3 {
    background: radial-gradient(circle, rgba(15, 120, 120, 0.06), transparent 70%);
}
.light-mode .letsTalkBtn-text {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(15, 120, 120, 0.3);
    color: #111;
}
.light-mode .letsTalkBtn:hover .letsTalkBtn-text {
    background: rgba(15, 120, 120, 0.08);
    border-color: rgba(15, 120, 120, 0.5);
}
.light-mode .letsTalkBtn-BG {
    background-image: linear-gradient(135deg, #0f7878, #f09bb9);
}

/* Responsive hero */
@media screen and (max-width: 998px) {
    .hero-orb { display: none; }
    .hero-grid-bg { display: none; }
    .hero-scroll-indicator { bottom: 20px; }
    .hero-status-badge { font-size: 1.2rem; padding: 6px 14px; }
}

@media screen and (max-width: 768px) {
    .hero-scroll-indicator { display: none; }
    .hero-status-badge { margin-bottom: 15px; }
}

@media screen and (max-width: 500px) {
    .hero-status-badge {
        font-size: 1.1rem;
        padding: 5px 12px;
        margin-bottom: 12px;
    }
}

/* ===== REDESIGN: About Me Section ===== */

/* About greeting */
.about-greeting {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}
.about-wave {
    font-size: 2.8rem;
    animation: wave 2.5s ease-in-out infinite;
    transform-origin: 70% 70%;
    display: inline-block;
}
@keyframes wave {
    0%, 100% { transform: rotate(0deg); }
    10% { transform: rotate(14deg); }
    20% { transform: rotate(-8deg); }
    30% { transform: rotate(14deg); }
    40% { transform: rotate(-4deg); }
    50% { transform: rotate(10deg); }
    60%, 100% { transform: rotate(0deg); }
}
.about-greeting-text {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--color-light-blue);
    font-family: 'Fira Code', monospace;
    letter-spacing: 0.5px;
}

/* About highlights / stats */
.about-highlights {
    display: flex;
    gap: 24px;
    margin-top: 12px;
    padding-top: 24px;
    border-top: 1px solid var(--tech-stack-box-border-color);
    flex-wrap: wrap;
}
.about-highlight-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 16px 24px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(107, 197, 248, 0.06), rgba(128, 0, 255, 0.06));
    border: 1px solid var(--tech-stack-box-border-color);
    transition: all 0.3s ease;
    min-width: 100px;
}
.about-highlight-item:hover {
    border-color: rgba(107, 197, 248, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(107, 197, 248, 0.12);
}
.about-highlight-number {
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--color-light-blue), var(--color-light-purple));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Fira Code', monospace;
    line-height: 1;
}
.about-highlight-label {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--color-ddd-color);
    opacity: 0.7;
    text-align: center;
    letter-spacing: 0.3px;
}

/* About dp image override */
.dp img {
    width: 280px;
}

/* Light mode about */
.light-mode .about-highlight-item {
    background: linear-gradient(135deg, rgba(15, 120, 120, 0.05), rgba(240, 155, 185, 0.05));
}
.light-mode .about-greeting-text {
    color: #0f7878;
}
.light-mode .dp img {
    border-color: rgba(0, 0, 0, 0.1);
}
.light-mode .dp:hover img {
    border-color: rgba(15, 120, 120, 0.4);
    box-shadow: 0 20px 60px rgba(15, 120, 120, 0.1);
}
.light-mode .dp-glow {
    background: radial-gradient(circle, rgba(240, 155, 185, 0.15), rgba(15, 120, 120, 0.08), transparent 70%);
}
.light-mode .dp::before {
    border-color: rgba(15, 120, 120, 0.2);
}
.light-mode .dp::after {
    border-color: rgba(240, 155, 185, 0.2);
}

/* Responsive about */
@media screen and (max-width: 998px) {
    .info-dp-section {
        flex-direction: column;
        gap: 40px;
    }
    .about-info,
    .dp {
        width: 100%;
    }
    .dp {
        justify-content: center;
    }
    .about-highlights {
        justify-content: center;
    }
}

@media screen and (max-width: 500px) {
    .about-highlights {
        gap: 12px;
    }
    .about-highlight-item {
        padding: 12px 16px;
        min-width: 80px;
    }
    .about-highlight-number {
        font-size: 2.2rem;
    }
    .about-highlight-label {
        font-size: 1.1rem;
    }
    .dp img {
        width: 220px;
    }
    .dp::before,
    .dp::after {
        width: 220px !important;
        height: 220px !important;
    }
}

/* ===== VPS Catalog Section ===== */
.vps-catalog-section {
    width: 100%;
    padding: 120px 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.vps-catalog-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 80px;
    background: linear-gradient(to bottom, transparent, rgba(107, 197, 248, 0.5), transparent);
}
.vps-catalog-container {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.vps-catalog-subtitle {
    font-size: 1.7rem;
    color: var(--color-ddd-color);
    opacity: 0.75;
    text-align: center;
    margin-top: -10px;
}

/* Region Card */
.vps-region-card {
    width: 100%;
    background: linear-gradient(135deg, rgba(26, 26, 41, 0.7), rgba(27, 27, 40, 0.3));
    border: 1px solid var(--tech-stack-box-border-color);
    border-radius: 24px;
    padding: 32px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}
.vps-region-card:hover {
    border-color: rgba(107, 197, 248, 0.3);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

/* Region Header */
.vps-region-header {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 16px;
}
.vps-region-flag {
    font-size: 3.5rem;
    line-height: 1;
}
.vps-region-info {
    flex: 1;
}
.vps-region-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 6px;
    font-family: 'Fira Code', monospace;
}
.vps-region-desc {
    font-size: 1.4rem;
    color: var(--color-ddd-color);
    opacity: 0.7;
    line-height: 1.6;
}

/* Badges */
.vps-region-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.vps-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.04);
}
.vps-badge-premium {
    border-color: rgba(107, 197, 248, 0.4);
    color: var(--color-light-blue);
    background: rgba(107, 197, 248, 0.1);
}
.vps-badge-budget {
    border-color: rgba(74, 222, 128, 0.4);
    color: #4ade80;
    background: rgba(74, 222, 128, 0.1);
}

/* Table */
.vps-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 16px;
    border: 1px solid var(--tech-stack-box-border-color);
}
.vps-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.4rem;
    white-space: nowrap;
}
.vps-table thead {
    background: rgba(107, 197, 248, 0.06);
}
.vps-table th {
    padding: 14px 18px;
    text-align: left;
    font-weight: 700;
    color: var(--color-white);
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--tech-stack-box-border-color);
}
.vps-table td {
    padding: 14px 18px;
    color: var(--color-ddd-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.vps-table tr:last-child td {
    border-bottom: none;
}
.vps-table tr:hover td {
    background: rgba(107, 197, 248, 0.04);
}
.vps-table td strong {
    color: var(--color-white);
    font-weight: 700;
}
.vps-price {
    font-weight: 700;
    color: var(--color-light-blue) !important;
    font-family: 'Fira Code', monospace;
}
.vps-price span {
    font-weight: 400;
    opacity: 0.6;
    font-size: 1.1rem;
}

/* Deploy Button */
.vps-deploy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(107, 197, 248, 0.15), rgba(128, 0, 255, 0.15));
    border: 1px solid rgba(107, 197, 248, 0.35);
    color: var(--color-light-blue);
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    letter-spacing: 0.5px;
}
.vps-deploy-btn:hover {
    background: linear-gradient(135deg, rgba(107, 197, 248, 0.3), rgba(128, 0, 255, 0.3));
    border-color: rgba(107, 197, 248, 0.7);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(107, 197, 248, 0.2);
}

/* OS Section */
.vps-os-section {
    width: 100%;
    margin-top: 10px;
    padding: 32px;
    background: linear-gradient(135deg, rgba(26, 26, 41, 0.7), rgba(27, 27, 40, 0.3));
    border: 1px solid var(--tech-stack-box-border-color);
    border-radius: 24px;
    backdrop-filter: blur(10px);
}
.vps-os-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 8px;
    font-family: 'Fira Code', monospace;
}
.vps-os-desc {
    font-size: 1.4rem;
    color: var(--color-ddd-color);
    opacity: 0.7;
    margin-bottom: 24px;
}
.vps-os-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 14px;
}
.vps-os-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 18px 12px;
    border-radius: 14px;
    border: 1px solid var(--tech-stack-box-border-color);
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.3s ease;
    text-align: center;
}
.vps-os-item:hover {
    border-color: rgba(107, 197, 248, 0.4);
    background: rgba(107, 197, 248, 0.06);
    transform: translateY(-3px);
}
.vps-os-icon {
    font-size: 2.4rem;
}
.vps-os-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--color-white);
}
.vps-os-versions {
    font-size: 1.15rem;
    color: var(--color-ddd-color);
    opacity: 0.6;
}

/* Light mode VPS */
.light-mode .vps-region-card {
    background: linear-gradient(135deg, rgba(231, 226, 219, 0.8), rgba(236, 231, 225, 0.5));
}
.light-mode .vps-os-section {
    background: linear-gradient(135deg, rgba(231, 226, 219, 0.8), rgba(236, 231, 225, 0.5));
}
.light-mode .vps-badge {
    color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.03);
}
.light-mode .vps-badge-premium {
    color: #0f7878;
    border-color: rgba(15, 120, 120, 0.3);
    background: rgba(15, 120, 120, 0.08);
}
.light-mode .vps-badge-budget {
    color: #16a34a;
    border-color: rgba(22, 163, 74, 0.3);
    background: rgba(22, 163, 74, 0.08);
}
.light-mode .vps-table thead {
    background: rgba(15, 120, 120, 0.05);
}
.light-mode .vps-price {
    color: #0f7878 !important;
}
.light-mode .vps-deploy-btn {
    background: linear-gradient(135deg, rgba(15, 120, 120, 0.1), rgba(240, 155, 185, 0.1));
    border-color: rgba(15, 120, 120, 0.3);
    color: #0f7878;
}
.light-mode .vps-deploy-btn:hover {
    background: linear-gradient(135deg, rgba(15, 120, 120, 0.2), rgba(240, 155, 185, 0.2));
    color: #fff;
}

/* Responsive VPS */
@media screen and (max-width: 1200px) {
    .vps-catalog-container {
        width: 80%;
    }
}
@media screen and (max-width: 768px) {
    .vps-catalog-container {
        width: 92%;
    }
    .vps-region-card {
        padding: 16px 14px;
        border-radius: 16px;
    }
    .vps-region-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .vps-region-title { font-size: 1.8rem; }
    .vps-region-desc { font-size: 1.2rem; }
    .vps-region-badges { gap: 5px; }
    .vps-badge { font-size: 1rem; padding: 4px 10px; }
    .vps-catalog-subtitle { font-size: 1.4rem; }

    /* Tabs stack vertical */
    .vps-tabs {
        flex-direction: column;
        border-radius: 14px;
        padding: 5px;
    }
    .vps-tab-btn {
        padding: 12px 16px;
        border-radius: 10px;
        justify-content: flex-start;
    }

    /* Table: hide SSD + Transfer columns */
    .vps-table th:nth-child(4),
    .vps-table td:nth-child(4),
    .vps-table th:nth-child(5),
    .vps-table td:nth-child(5) {
        display: none;
    }
    .vps-table { font-size: 1.2rem; }
    .vps-table th, .vps-table td { padding: 10px 10px; }
    .vps-deploy-btn { padding: 7px 14px; font-size: 1.1rem; }

    .vps-os-grid {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    }
}
@media screen and (max-width: 500px) {
    .vps-catalog-container { width: 96%; }
    .vps-region-card { padding: 14px 10px; }

    /* Table: also hide vCPU column */
    .vps-table th:nth-child(3),
    .vps-table td:nth-child(3) {
        display: none;
    }
    .vps-table { font-size: 1.1rem; }
    .vps-table th, .vps-table td { padding: 8px 6px; }
    .vps-table-wrap { border-radius: 12px; }
    .vps-deploy-btn { padding: 6px 10px; font-size: 1rem; }
    .vps-os-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
}

/* ===== VPS OS Selection Modal ===== */
.vps-os-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.vps-os-modal-backdrop {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
}
.vps-os-modal-content {
    position: relative;
    background: rgba(22, 22, 36, 0.95);
    border: 1px solid rgba(107, 197, 248, 0.3);
    border-radius: 24px;
    padding: 36px;
    max-width: 600px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(107, 197, 248, 0.1);
    animation: modalSlideIn 0.3s ease;
}
@keyframes modalSlideIn {
    from { opacity: 0; transform: translateY(20px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
.vps-os-modal-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
    font-family: 'Fira Code', monospace;
}
.vps-os-modal-desc {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 24px;
}
.vps-os-modal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
}
.vps-os-modal-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 20px 12px;
    border-radius: 16px;
    border: 1px solid var(--tech-stack-box-border-color);
    background: rgba(255, 255, 255, 0.03);
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}
.vps-os-modal-item:hover {
    border-color: rgba(107, 197, 248, 0.6);
    background: rgba(107, 197, 248, 0.1);
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(107, 197, 248, 0.2);
}
.vps-os-modal-close {
    position: absolute;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 2rem;
    cursor: pointer;
    transition: color 0.2s;
    line-height: 1;
}
.vps-os-modal-close:hover { color: #fff; }

@media (max-width: 500px) {
    .vps-os-modal-content { padding: 24px 18px; border-radius: 18px; }
    .vps-os-modal-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .vps-os-modal-title { font-size: 2rem; }
}

/* ===== VPS Tabs ===== */
.vps-tabs {
    display: flex;
    gap: 6px;
    width: 100%;
    padding: 6px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--tech-stack-box-border-color);
    border-radius: 16px;
    margin-bottom: 24px;
    overflow-x: auto;
    scrollbar-width: none;
}
.vps-tabs::-webkit-scrollbar { display: none; }

.vps-tab-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    color: rgba(255, 255, 255, 0.55);
    font-size: 1.35rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: 'Fira Code', monospace;
    flex: 1;
    justify-content: center;
}
.vps-tab-btn:hover {
    color: rgba(255, 255, 255, 0.85);
    background: rgba(107, 197, 248, 0.06);
}
.vps-tab-btn.active {
    background: linear-gradient(135deg, rgba(107, 197, 248, 0.12), rgba(128, 0, 255, 0.12));
    border-color: rgba(107, 197, 248, 0.35);
    color: #fff;
    box-shadow: 0 4px 20px rgba(107, 197, 248, 0.15);
}
.vps-tab-flag {
    font-size: 1.8rem;
    line-height: 1;
}
.vps-tab-label {
    font-size: 1.3rem;
}

/* Tab panels */
.vps-tab-panels { width: 100%; }
.vps-tab-panel {
    display: none;
    animation: tabFadeIn 0.35s ease;
}
.vps-tab-panel.active { display: block; }

@keyframes tabFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Remove margin on region card inside tab */
.vps-tab-panel .vps-region-card {
    margin-bottom: 0;
}

/* Light mode tabs */
.light-mode .vps-tabs {
    background: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.08);
}
.light-mode .vps-tab-btn {
    color: rgba(0, 0, 0, 0.45);
}
.light-mode .vps-tab-btn:hover {
    color: rgba(0, 0, 0, 0.75);
    background: rgba(15, 120, 120, 0.05);
}
.light-mode .vps-tab-btn.active {
    background: linear-gradient(135deg, rgba(15, 120, 120, 0.1), rgba(240, 155, 185, 0.08));
    border-color: rgba(15, 120, 120, 0.3);
    color: #111;
    box-shadow: 0 4px 20px rgba(15, 120, 120, 0.1);
}

/* Responsive tabs */
@media screen and (max-width: 768px) {
    .vps-tab-btn {
        padding: 12px 16px;
        gap: 8px;
    }
    .vps-tab-label { font-size: 1.15rem; }
    .vps-tab-flag { font-size: 1.5rem; }
}
@media screen and (max-width: 500px) {
    .vps-tabs {
        border-radius: 12px;
        padding: 4px;
        gap: 4px;
    }
    .vps-tab-btn {
        padding: 10px 12px;
        border-radius: 10px;
        flex-direction: column;
        gap: 4px;
    }
    .vps-tab-label { font-size: 1.05rem; }
}

/* ===== Image Lightbox Popup ===== */
.lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99998;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    align-items: center;
    justify-content: center;
    padding: 40px;
    cursor: zoom-out;
    animation: lightboxFadeIn 0.3s ease;
}
.lightbox-overlay.active {
    display: flex;
}
@keyframes lightboxFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.lightbox-img {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), 0 0 40px rgba(107, 197, 248, 0.1);
    animation: lightboxZoomIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
}
@keyframes lightboxZoomIn {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
.lightbox-close {
    position: absolute;
    top: 24px;
    right: 28px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    backdrop-filter: blur(8px);
    line-height: 1;
}
.lightbox-close:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(107, 197, 248, 0.5);
    transform: rotate(90deg);
}

/* Make project/cert images clickable */
.image-div img,
.project-box .image-div img {
    cursor: zoom-in;
}

/* ===== Transparent Containers — Show Animated BG ===== */
.landing-page-container,
.about-section-container,
.skills-section-container,
.projects-section-container,
.vps-catalog-section,
.server-status-section {
    background: transparent !important;
}

/* Navbar — semi-transparent glass */
.navbar {
    background: rgba(17, 17, 27, 0.4) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
}

/* Footer — semi-transparent */
.footer-background {
    background-color: transparent !important;
}
.footer-foreground {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: rgba(11, 11, 11, 0.5) !important;
}
.footer-bottom {
    background-color: rgba(11, 11, 11, 0.6) !important;
}

/* Project/cert cards — more transparent */
.project-box {
    background: rgba(20, 20, 35, 0.5) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* Tech stack boxes — more transparent */
.tech-stack-box {
    background: rgba(20, 20, 35, 0.4) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* VPS region cards — transparent */
.vps-region-card,
.vps-os-section {
    background: rgba(20, 20, 35, 0.5) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* VPS tabs */
.vps-tabs {
    background: rgba(20, 20, 35, 0.4) !important;
    backdrop-filter: blur(8px);
}

/* Mobile menu */
.mobile-navbar-tabs-ul {
    background-color: rgba(17, 17, 27, 0.85) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

/* Light mode — keep light bg animated */
.light-mode body,
body.light-mode {
    background: linear-gradient(135deg, #ece7e1, #e8ddd5, #f0ebe5, #e5e0da) !important;
    background-size: 400% 400% !important;
    animation: bgShiftLight 20s ease infinite !important;
}
@keyframes bgShiftLight {
    0% { background-position: 0% 50%; }
    25% { background-position: 100% 0%; }
    50% { background-position: 100% 100%; }
    75% { background-position: 0% 100%; }
    100% { background-position: 0% 50%; }
}
.light-mode .navbar {
    background: rgba(236, 231, 225, 0.5) !important;
}
.light-mode .project-box {
    background: rgba(236, 231, 225, 0.5) !important;
}
.light-mode .tech-stack-box {
    background: rgba(236, 231, 225, 0.5) !important;
}
.light-mode .vps-region-card,
.light-mode .vps-os-section {
    background: rgba(236, 231, 225, 0.5) !important;
}
.light-mode .footer-foreground {
    background: rgba(236, 231, 225, 0.6) !important;
}
.light-mode .footer-bottom {
    background-color: rgba(236, 231, 225, 0.7) !important;
}

/* Remove underline from view-all buttons */
.view-all-btn-wrapper a {
    text-decoration: none !important;
}

/* ===== Server Status Section ===== */
.server-status-section {
    width: 100%;
    padding: 100px 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.server-status-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 80px;
    background: linear-gradient(to bottom, transparent, rgba(74, 222, 128, 0.5), transparent);
}
.server-status-container {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* Live badge */
.server-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 50px;
    border: 1px solid rgba(74, 222, 128, 0.3);
    background: rgba(74, 222, 128, 0.06);
    font-size: 1.1rem;
    font-weight: 700;
    color: #4ade80;
    letter-spacing: 1.5px;
    font-family: 'Fira Code', monospace;
}
.server-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 8px rgba(74, 222, 128, 0.6);
    animation: statusPulse 2s ease-in-out infinite;
}

/* ── Overall Banner ── */
.ss-banner {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 24px;
    border-radius: 16px;
    border: 1px solid;
    margin-bottom: 24px;
}
.ss-banner-ok {
    background: rgba(74, 222, 128, 0.06);
    border-color: rgba(74, 222, 128, 0.25);
}
.ss-banner-partial {
    background: rgba(250, 173, 20, 0.06);
    border-color: rgba(250, 173, 20, 0.25);
}
.ss-banner-outage {
    background: rgba(248, 113, 113, 0.06);
    border-color: rgba(248, 113, 113, 0.25);
}
.ss-banner-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}
.ss-banner-ok    .ss-banner-icon { background: rgba(74, 222, 128, 0.12); color: #4ade80; }
.ss-banner-partial .ss-banner-icon { background: rgba(250, 173, 20, 0.12); color: #faad14; }
.ss-banner-outage  .ss-banner-icon { background: rgba(248, 113, 113, 0.12); color: #f87171; }
.ss-banner-title {
    font-size: 1.55rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 3px;
}
.ss-banner-desc {
    font-size: 1.25rem;
    color: rgba(255,255,255,0.5);
    margin: 0;
}

/* ── Service Cards ── */
.ss-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 22px 24px;
    border-radius: 18px;
    border: 1px solid var(--tech-stack-box-border-color);
    background: rgba(20, 20, 35, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: border-color 0.3s ease, transform 0.3s ease;
    margin-bottom: 20px;
}
.ss-card:hover {
    border-color: rgba(74, 222, 128, 0.25);
    transform: translateX(4px);
}
.ss-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}
.ss-card-left {
    display: flex;
    align-items: center;
    gap: 14px;
}
.ss-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}
.ss-card-icon.operational { background: rgba(74, 222, 128, 0.1);  color: #4ade80; }
.ss-card-icon.partial      { background: rgba(250, 173, 20, 0.1);  color: #faad14; }
.ss-card-icon.outage       { background: rgba(248, 113, 113, 0.1); color: #f87171; }
.ss-card-icon.online  { background: rgba(74, 222, 128, 0.1);  color: #4ade80; }
.ss-card-icon.offline { background: rgba(248, 113, 113, 0.1); color: #f87171; }

.ss-card-name {
    font-size: 1.55rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}
.ss-card-desc {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.4);
    font-family: 'Fira Code', monospace;
    margin-top: 3px;
}
.ss-card-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* Ping badge */
.ss-ping-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Fira Code', monospace;
    background: rgba(107, 197, 248, 0.08);
    border: 1px solid rgba(107, 197, 248, 0.2);
    color: rgba(107, 197, 248, 0.8);
}
.ss-ping-badge i { font-size: 0.9rem; }

/* Uptime label */
.ss-uptime-label {
    font-size: 1.3rem;
    font-weight: 700;
    color: rgba(255,255,255,0.5);
    font-family: 'Fira Code', monospace;
}
.ss-uptime-label span {
    color: #4ade80;
    font-size: 1.4rem;
}

/* ── Status Pills ── */
.ss-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    border: 1px solid;
    white-space: nowrap;
}
.pill-operational {
    background: rgba(74, 222, 128, 0.1);
    border-color: rgba(74, 222, 128, 0.35);
    color: #4ade80;
}
.pill-partial {
    background: rgba(250, 173, 20, 0.1);
    border-color: rgba(250, 173, 20, 0.35);
    color: #faad14;
}
.pill-outage {
    background: rgba(248, 113, 113, 0.1);
    border-color: rgba(248, 113, 113, 0.35);
    color: #f87171;
}
.pill-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    animation: statusPulse 2s ease-in-out infinite;
}
.pill-outage .pill-dot,
.pill-partial .pill-dot {
    animation: none;
}

/* ── 90-day Uptime Bars ── */
.ss-bar-wrap {
    width: 100%;
    padding: 0 2px;
}
.ss-bars {
    display: flex;
    gap: 3px;
    width: 100%;
    height: 48px;
    align-items: flex-end;
    position: relative;
}
.ss-bar {
    flex: 1;
    border-radius: 3px;
    min-width: 7px;
    height: 100%;
    cursor: pointer;
    position: relative;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.ss-bar.operational { background: #4ade80; }
.ss-bar.partial      { background: #faad14; }
.ss-bar.outage       { background: #f87171; }
.ss-bar.nodata       { background: rgba(255,255,255,0.08); }
.ss-bar:hover {
    transform: scaleY(1.4) scaleX(1.3);
    z-index: 2;
    border-radius: 4px;
}
.ss-bar.operational:hover { box-shadow: 0 0 8px rgba(74, 222, 128, 0.6); }
.ss-bar.partial:hover     { box-shadow: 0 0 8px rgba(250, 173, 20, 0.6); }
.ss-bar.outage:hover      { box-shadow: 0 0 8px rgba(248, 113, 113, 0.6); }

/* Bar tooltip on data-tip */
.ss-bar::after {
    content: attr(data-tip);
    display: none;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 12px;
    border-radius: 8px;
    background: rgba(14, 14, 24, 0.97);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem;
    font-family: 'Fira Code', monospace;
    white-space: nowrap;
    pointer-events: none;
    z-index: 10;
    box-shadow: 0 4px 16px rgba(0,0,0,0.5);
}
.ss-bar:hover::after { display: block; }

.ss-bar-foot {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 1rem;
    color: rgba(255,255,255,0.3);
    font-family: 'Fira Code', monospace;
}

/* ── Legend ── */
.ss-legend {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 14px 20px;
    border-radius: 12px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.05);
}
.ss-legend-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 1.2rem;
    color: rgba(255,255,255,0.5);
}
.legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}
.legend-dot.operational { background: #4ade80; }
.legend-dot.partial     { background: #faad14; }
.legend-dot.outage      { background: #f87171; }
.legend-dot.nodata      { background: rgba(255,255,255,0.15); }
.ss-legend-right {
    margin-left: auto;
    font-size: 1.1rem;
    color: rgba(255,255,255,0.3);
    font-family: 'Fira Code', monospace;
}

/* ── Light mode ── */
.light-mode .ss-banner-ok   { background: rgba(74, 222, 128, 0.08); }
.light-mode .ss-banner-title { color: #111; }
.light-mode .ss-banner-desc  { color: rgba(0,0,0,0.5); }
.light-mode .ss-card {
    background: rgba(236, 231, 225, 0.5);
    border-color: rgba(0,0,0,0.07);
}
.light-mode .ss-card-name  { color: #111; }
.light-mode .ss-card-desc  { color: rgba(0,0,0,0.4); }
.light-mode .ss-uptime-label { color: rgba(0,0,0,0.4); }
.light-mode .ss-legend { background: rgba(0,0,0,0.02); border-color: rgba(0,0,0,0.06); }
.light-mode .ss-legend-item { color: rgba(0,0,0,0.5); }
.light-mode .ss-legend-right { color: rgba(0,0,0,0.3); }
.light-mode .ss-bar-foot { color: rgba(0,0,0,0.3); }
.light-mode .ss-bar::after {
    background: rgba(250,250,250,0.97);
    border-color: rgba(0,0,0,0.1);
    color: #111;
}
.light-mode .ss-ping-badge {
    background: rgba(15,120,120,0.08);
    border-color: rgba(15,120,120,0.2);
    color: #0f7878;
}

/* ── Responsive ── */
@media screen and (max-width: 1200px) {
    .server-status-container { width: 80%; }
}
@media screen and (max-width: 768px) {
    .server-status-container { width: 90%; }
    .ss-card-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .ss-card-right { justify-content: flex-start; }
    .ss-bars { height: 36px; }
}
@media screen and (max-width: 500px) {
    .server-status-container { width: 95%; }
    .ss-card { padding: 18px 16px; }
    .ss-legend { gap: 12px; }
    .ss-legend-right { margin-left: 0; width: 100%; text-align: right; }
}

/* Banner icon pulse animation */
.ss-banner-icon {
    animation: bannerIconPulse 2s ease-in-out infinite;
}
@keyframes bannerIconPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.9); }
}

/* ===== Services Section ===== */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    width: 100%;
}
.service-card {
    background: rgba(20, 20, 35, 0.5);
    border: 1px solid var(--tech-stack-box-border-color);
    border-radius: 20px;
    padding: 30px 24px;
    text-align: center;
    backdrop-filter: blur(8px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.service-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(107,197,248,0.06), rgba(128,0,255,0.06));
    opacity: 0;
    transition: opacity 0.4s;
}
.service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(107,197,248,0.35);
    box-shadow: 0 16px 40px rgba(0,0,0,0.3), 0 0 30px rgba(107,197,248,0.1);
}
.service-card:hover::before { opacity: 1; }
.service-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(107,197,248,0.12), rgba(128,0,255,0.12));
    border: 1px solid rgba(107,197,248,0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--color-light-blue);
    margin-bottom: 18px;
    position: relative;
    transition: transform 0.3s;
}
.service-card:hover .service-icon { transform: scale(1.1); }
.service-title {
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}
.service-desc {
    font-size: 1.35rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.6;
    position: relative;
}

/* Light mode */
.light-mode .service-card { background: rgba(236,231,225,0.5); }
.light-mode .service-title { color: #111; }
.light-mode .service-icon { background: linear-gradient(135deg, rgba(15,120,120,0.1), rgba(240,155,185,0.1)); color: #0f7878; border-color: rgba(15,120,120,0.2); }

/* ===== Infrastructure Stats ===== */
.infra-stats-section {
    width: 100%;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.infra-stats-container {
    width: 60%;
    text-align: center;
}
.infra-stats-header { margin-bottom: 36px; }
.infra-stats-title {
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(135deg, #4ade80, #6bc5f8, #8000ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
}
.infra-stats-subtitle {
    font-size: 1.5rem;
    color: var(--color-ddd-color);
    opacity: 0.6;
}

.infra-stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
.infra-stat-card {
    background: rgba(20, 20, 35, 0.5);
    border: 1px solid var(--tech-stack-box-border-color);
    border-radius: 18px;
    padding: 28px 16px;
    backdrop-filter: blur(8px);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.infra-stat-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(74,222,128,0.06), rgba(107,197,248,0.06));
    opacity: 0;
    transition: opacity 0.4s;
}
.infra-stat-card:hover {
    transform: translateY(-6px);
    border-color: rgba(74, 222, 128, 0.3);
    box-shadow: 0 12px 35px rgba(0,0,0,0.3), 0 0 20px rgba(74,222,128,0.08);
}
.infra-stat-card:hover::before { opacity: 1; }

.infra-stat-number {
    font-size: 2.4rem;
    font-weight: 800;
    font-family: 'Fira Code', monospace;
    background: linear-gradient(135deg, #4ade80, #6bc5f8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    position: relative;
}
.infra-stat-label {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.5);
    margin-top: 6px;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
}
.infra-stat-icon {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 1.2rem;
    color: rgba(74, 222, 128, 0.15);
}

/* Light mode */
.light-mode .infra-stat-card { background: rgba(236,231,225,0.5); }
.light-mode .infra-stat-icon { color: rgba(15,120,120,0.15); }

/* Responsive */
@media screen and (max-width: 1200px) {
    .infra-stats-container { width: 80%; }
}
@media screen and (max-width: 768px) {
    .infra-stats-container { width: 90%; }
    .infra-stats-grid { grid-template-columns: repeat(3, 1fr); }
    .infra-stats-title { font-size: 2.2rem; }
    .infra-stat-number { font-size: 2rem; }
}
@media screen and (max-width: 500px) {
    .infra-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .infra-stat-card { padding: 22px 14px; }
    .infra-stat-number { font-size: 1.8rem; }
}
