@media screen and (max-width: 768px) {
    
    body::after {
        content: "";
        position: fixed;
        top: 0;
        left: 100vw;
        width: 5px;
        height: 100vh;
        background: red;
        z-index: 9999;
      }
    
    #about {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .about-container {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-top: 0;
    }

    .about-content {
        width: 90%;
        text-align: center;
    }

    .about-content p {
        font-size: 0.92rem !important;
        line-height: 1.4 !important;
        padding: 0 10px;
        text-align: left;
    }

    #about-footer {
        background-color: #111111 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
        padding-top: 20px !important;
    }

    #about-footer h2 {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    #about-footer p {
        font-size: 0.92rem;
        margin-bottom: 5px;
    }

    .about-logos {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .about-logos .footer-logo {
        width: 18px !important;
        height: auto !important;
        opacity: 0.85;
        transition: transform 0.3s ease;
    }

    .about-logos .footer-logo:hover {
        transform: scale(1.1);
        opacity: 1;
    }

    #about-section {
        padding-top: 60px;
        margin-top: 0 !important;
    }

    #about-section h1 {
        font-size: 1.4rem;
        text-align: center;
    }

    #about-hero {
        width: 100%;
        height: auto;
        min-height: auto;
        background-color: #121212;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 0;
        padding: 0;
    }

    .artstation-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        max-width: 95%;
        margin: 0 auto;
        padding: 10px;
        gap: 10px;
    }

    .artstation-project {

        height: auto;
        padding: 5px;
        aspect-ratio: 16/9;
        margin: 5px;
        width: calc(30vw - 15px);
        align-items: stretch;
        min-height: 120px;
        object-fit: cover;
    }

    .artstation-project img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
    }

    .artstation-project h3 {
        font-size: 0.6rem;
        margin-top: 3px;
        text-align: center;
        display: block;
        width: 100%;
        min-height: 20px;
    }

    .about-skills {
        max-width: 100%;
        width: 80%;
        background-color: transparent !important;
        margin-top: 10px;
        margin-bottom: 0 !important;
        text-align: left;
    }

    .about-skills li {
        font-size: 1rem;
    }

    body {
        overflow-x: hidden;
        max-width: 100vw;
        transition: opacity 0.4s ease-in-out;
    }

    body.about-page {
        background: linear-gradient(to bottom, #000000 0%, #111111 100%) !important;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.fade-in {
        animation: fadeInReal 0.4s ease-in-out;
    }

    @keyframes fadeInReal {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    body.gallery-page .header-gallery {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        width: 100%;
        background: transparent;
        padding: 10px 20px;
    }

    body.gallery-page .intestazione {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
    }

    .bio-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 15px;
        margin-top: -30px;
    }

    .bio-title {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 10px;
    }

    .bio-text {
        max-width: 85%;
        font-size: 1rem;
        line-height: 1.5;
    }

    #contact-footer {
        text-align: center;
        padding: 30px 10px;
        margin-bottom: 10px;
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #contact-footer h2 {
        font-size: 1.5rem;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    #contact-footer p {
        font-size: 0.92rem;
        margin-bottom: 5px;
    }

    .container.hero-content {
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .footer-social-icons {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .footer-social-icons img {
        width: 18px;
        height: auto;
        transition: transform 0.3s ease-in-out;
        opacity: 0.9;
    }

    .footer-social-icons img:hover {
        transform: scale(1.1);
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 20px;
    }

    .gallery-grid img {
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    .gallery-grid img.active {
        transform: scale(1.08);
        box-shadow: 0 0 15px rgba(0, 150, 255, 0.6);
    }

    .gallery-label {
        text-align: center;
        color: #aaa;
        font-family: 'Orbitron', sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        margin-top: 24px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .gallery-scroll {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 0;
        padding: 0;
        width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
        max-width: 100vw;
    }
    
    .gallery-scroll img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 0;
        object-fit: cover;
        margin: 0;
        padding: 0;
        box-shadow: none;
        overflow-x: hidden;
    }

    .gallery-section {
        padding: 40px 20px 20px;
        max-width: 100vw;
        margin: 0 auto;
        text-align: center;
        overflow-x: hidden;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .gallery-subtitle {
        font-size: 0.9rem;
        margin-bottom: 20px;
        padding: 0 15px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        line-height: 1.3;
    }


    .gallery-title {
        font-size: 1.4rem;
        font-family: 'Orbitron', sans-serif;
        text-align: center;
        color: #d4af37;
        letter-spacing: 2px;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0 10px;
        text-transform: uppercase;

    }

    h2.hero-title {
        font-size: 2rem;
        line-height: 1.2;
    }

    .subtitle {
        font-size: 1rem;
        line-height: 1.4;
        padding: 10px 20px 0;
        margin-top: -5px
    }

    .hamburger {
        width: 22px !important;
        height: 18px !important;
        top: 12px;
        right: 12px;
    }
    
    .hamburger .bar {
        height: 2px;
    }

    .hamburger-gallery {
        position: fixed;
        right: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 25px;
        cursor: pointer;
        transition: opacity 0.3s ease-in-out;
    }

    .hamburger-gallery .bar {
        width: 100%;
        height: 3px;
        background-color: white;
        border-radius: 2px;
    }

    .hero-container {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .hero-image {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        margin: 0 !important;
        padding: 0 !important;
    }

    header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: transparent;
        z-index: 1000;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .hero-text {
        margin-top: 10px;
        text-align: center;
        width: 100%;

        margin-bottom: 0 !important;
        padding: 0 !important;
    }

    .hero-title {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 10px;
        margin-top: 50px;
    }

    .hide-now {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none;
    }

    .hidden-section {
        padding: 15px;
        margin-bottom: 0px;
        min-height: auto;
        max-height: 500px;
        padding-bottom: 0;
        margin-bottom: 0;
        overflow: hidden;
        margin-top: -20px;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
        display: none;
    }

    .hidden-section h1,
    .hidden-section h2 {
        text-align: center;
        font-size: 1.2rem;
    }

    .hidden-section p {
        text-align: center;
    }

    .hidden-section.visible {
        opacity: 1;
        transform: translateY(0);
    }

    .hidden-section.hidden {
        opacity: 0;
        transform: translateY(20px);
    }

    #intro-gallery {
        display: none;
        height: 0;
        overflow: hidden;
    }

    .logo {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 1001;
    }

    .logo img {
        height: 30px !important;
        max-height: 30px !important;
        width: auto !important;
        object-fit: contain !important;
        padding: 0 !important;
        margin: 0 !important;

    }

    .logo-gallery {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 1001;
    }

    .logo-gallery img {
        height: 30px;
        transition: opacity 0.3s ease-in-out;
    }

    .mobile-footer-icons {
        display: flex !important;
        justify-content: center !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 12px !important;
        margin-top: 20px !important;
        padding: 0 !important;
        position: relative !important;
        transform: none !important;
    }

    .mobile-footer-icons img {
        width: 18px !important;
        /* DIMENSIONE RIDOTTA */
        height: auto !important;
        opacity: 0.85;
        transition: transform 0.3s ease;
    }

    .mobile-footer-icons img:hover {
        transform: scale(1.1);
        opacity: 1;
    }

    .mobile-gallery-scroll {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin: 20px 0 0 0;
        padding: 0;
        width: 100vw;
        max-width: 100%;
        overflow-x: hidden;

    }

    .mobile-gallery-scroll img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border: 1px solid black;
        display: block;
    }

    .name-title {
        position: relative;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.8rem;
        z-index: 10;
        margin: 20px auto 10px auto;
        font-size: 1.5rem;
        text-align: center;
        margin-top: 10px;
    }

    .name-subtitle {
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 15px;
    }

    .name-main {
        font-size: 1.4rem !important;
        line-height: 1.3 !important;
        text-align: center;
        padding: 0 10px;
        word-break: break-word;
      }
      
      .role-title {
        font-size: .92rem !important;
        line-height: 1.4;
        margin-top: 10px;
        padding: 0 15px;
        text-align: center;
      }
    

    #overlay-menu.active~.header-gallery .logo-gallery {
        opacity: 0;
        pointer-events: none;
    }

    .portfolio-item:not(.active):hover::before {
        transform: scaleX(1);
    }

    .portfolio-item:not(.active)::before {
        transform: scaleX(0);
    }

    #portfolio {
        min-height: auto;
        margin-top: -100px;
    }

    .portfolio-item {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 1rem;
        padding: 12px 20px;
        width: 140px;
    }

    .portfolio-item.active {
        background-color: #d4af37;
        color: black;
        border: 2px solid #d4af37;
        transition: all 0.3s ease-in-out;
    }

    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 10px;
        margin-top: 20px;
    }

    .profile-container {
        height: 250px;
        /* Imposta un'altezza più corta */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .profile-image {
        flex-shrink: 0;
        max-width: 120px;
        padding: 10px;
    }

    .profile-image img {
        width: 100%;
        height: auto;
        border-radius: 50%;
        padding-bottom: 50px;
        margin-top: 10px;
    }

    .skills-box {
        padding: 15px;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 10px;
        backdrop-filter: blur(5px);
        border: 1px solid rgba(212, 175, 55, 0.3);
        box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
    }

    .skills-box h2 {
        font-size: 1.2rem;
        text-transform: uppercase;
        color: #d4af37;
        margin-bottom: 10px;
    }

    .skills-box ul {
        list-style: none;
        padding: 0;
    }

    .skills-box li {
        font-size: 1rem;
        margin-bottom: 5px;
        color: white;
    }

    .skills-container {
        width: 100%;
        max-width: 300px;
        margin-top: 20px;
        text-align: center;
    }

    .skills-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        padding: 10px;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    #skills-section {
        order: 2;
    }

    .skills-text {
        flex: 1;
        min-width: 160px;
        text-align: left;
        padding: 10px;
        margin-top: 50px;
    }

    .skills-text .description {
        font-size: 0.95rem;
        line-height: 1.4;
        text-align: left;
    }

    .skills-text h2 {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }

    .social-icons {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 12px !important;
        margin-top: 20px !important;
    }

    .social-icons img {
        width: 20px;
        height: auto;
        opacity: 0.85;
        transition: transform 0.3s ease;
    }

    .social-icons img:hover {
        transform: scale(1.1);
        opacity: 1;
    }

    .video-container video {
        width: 100%;
        height: auto;
        max-height: 400px;
        top: 0;
        display: block;
        position: absolute;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;

    }

    .video-container img {
        width: 100%;
        max-height: 150px;
        object-fit: cover;
        display: block;
        position: relative;
        top: 0;
        left: 0;
    }

    .video-container {
        height: 350px;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        overflow: hidden;
    }

    #video-section {
        margin-top: -30px;
        padding-bottom: 0;
        display: none;
    }

    #zoom-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(4px);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    #zoom-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    #zoom-overlay img {
        max-width: 90vw;
        max-height: 90vh;
        border-radius: 10px;
        box-shadow: 0 0 15px rgba(0, 150, 255, 0.6);
    }

    .tools-project {
        max-width: 100px;
        height: auto;
        padding: 5px;
        margin: 5px;
        width: calc(30vw - 15px);
        align-items: stretch;
        min-height: 120px;
        object-fit: contain;
    }

    .tools-project img {
        width: 100%;
        height: auto;
        object-fit: conta;
        border-radius: 6px;
    }

    .tools-project h3 {
        font-size: 0.45rem;
        margin-top: 2px;
        text-align: center;
        display: block;
        width: 100%;
        line-height: 1;
    }

    .video-wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 ratio */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        margin-top: 20px;
        z-index: 1;
    }

    #showreel .data-text {
        font-size: 0.6rem; /* riduci solo nella sezione showreel */
        line-height: 1.4;
        text-align: center;
        padding: 0 15px;
    }

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        z-index: 2;
        pointer-events: all; /* importante per mobile */
    }
    #devlab p:not(.data-text) {
        font-size: .92rem;
        line-height: 1.4;
        text-align: center;
        padding: 0 15px;
    }

    .tools-project h3 {
        font-size: 0.7rem;
    }

    .tools-title {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 5px;
    }

    .tools-project a:hover h3,
    .tools-project a:hover img {
    color: #d4af37;
    filter: brightness(1.2) contrast(1.2);
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.8);
    }

}


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

    .artstation-project {
        max-width: 100px;
        height: auto;
    }

    .artstation-project h3 {
        font-size: 0.7rem;
    }

    .artstation-title {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 5px;
    }

    .footer-social-icons {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-top: 20px;
        margin-bottom: 30px;
        position: relative;
    }

    .footer-social-icons img {
        width: 26px;
        height: auto;
        transition: transform 0.3s ease-in-out;
    }

    .footer-social-icons img:hover {
        transform: scale(1.1);
    }

    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        padding: 20px;
    }

    .gallery-grid img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        border-radius: 10px;
        box-shadow: 0 0 15px rgba(0, 150, 255, 0.6);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .gallery-grid img.active {
        box-shadow: 0 0 15px rgba(0, 150, 255, 0.6);
        transform: scale(1.05);
    }

    .hamburger-gallery {
        position: fixed;
        top: 20px;
        right: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 25px;
        cursor: pointer;
        z-index: 1200;
        background: transparent;
    }

    .hamburger-gallery .bar {
        width: 100%;
        height: 3px;
        background-color: white;
        border-radius: 2px;
    }

    .hidden-section {
        padding: 20px 25px;
        margin: 10px 0;
        border-radius: 10px;
        line-height: 1.6;
    }

    .hidden-section h1,
    .hidden-section h2,
    .hidden-section p {
        text-align: center;
    }

    .logo img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        border-radius: 50%;
        overflow: hidden;
        display: block;
    }

    #more-gallery {
        text-align: center;
        font-size: 1.2rem;
        margin-top: 70px;
        margin-bottom: 40px;
        color: #d4af37;
        text-shadow: 0 0 10px rgba(212, 175, 55, 0.6);
    }

    .more-gallery a {
        font-family: 'Orbitron', sans-serif;
        font-size: 1.5rem;
        color: #d4af37;
        text-decoration: none !important;
        text-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
        transition: color 0.3s ease;
    }

    .more-gallery a:visited {
        color: #d4af37;
    }

    .more-gallery a:hover {
        color: #fff;
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    }

    .portfolio-item {
        font-size: 0.8rem;
        padding: 8px 12px;
        text-align: center;
    }

    .profile-image {
        width: 100% !important;
        max-width: 220px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .profile-image img {
        width: 80% !important;
        max-width: 200px;
        border-radius: 50%;
        box-shadow: none !important;
    }

    .social-icons {
        top: -180px;
        left: 10px;
        transform: scale(0.8);
    }

    .skills-text h2 {
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .skills-text .description {
        font-size: 0.9rem;
        line-height: 1.6;
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }

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

    #zoom-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(4px);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    #zoom-overlay.active {
        visibility: visible;
        opacity: 1;
    }


    #zoom-overlay img {
        max-width: 90vw;
        max-height: 90vh;
        border-radius: 10px;
        box-shadow: 0 0 15px rgba(0, 150, 255, 0.6);

    }

    .tools-project {
        max-width: 100px;
        height: auto;
        padding: 5px;
        margin: 5px;
        width: calc(30vw - 15px);
        align-items: stretch;
        min-height: 120px;
        object-fit: contain;
    }

    .tools-project img {
        width: 100%;
        height: auto;
        object-fit: conta;
        border-radius: 6px;
    }

    .tools-project h3 {
        font-size: 0.45rem;
        margin-top: 2px;
        text-align: center;
        display: block;
        width: 100%;
        line-height: 1;
    }

    .video-wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 ratio */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        margin-top: 20px;
        z-index: 1;
    }

    #showreel .data-text {
        font-size: 0.6rem; /* riduci solo nella sezione showreel */
        line-height: 1.4;
        text-align: center;
        padding: 0 15px;
    }

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        z-index: 2;
        pointer-events: all;
    }
    #devlab p:not(.data-text) {
        font-size: .92rem;
        line-height: 1.4;
        text-align: center;
        padding: 0 15px;
    }

    .tools-project h3 {
        font-size: 0.7rem;
    }

    .tools-title {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 5px;
    }

    .tools-project a:hover h3,
    .tools-project a:hover img {
    color: #d4af37;
    filter: brightness(1.2) contrast(1.2);
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.8);
    }

}

@media (min-width: 769px) {
    .mobile-gallery-scroll {
        display: none !important;
    }

    .video-wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 ratio */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        margin-top: 20px;
        z-index: 1;
    }

    #showreel .data-text {
        font-size: 0.6rem; /* riduci solo nella sezione showreel */
        line-height: 1.4;
        text-align: center;
        padding: 0 15px;
    }

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        z-index: 2;
        pointer-events: all;
    }
    #devlab p:not(.data-text) {
        font-size: .92rem;
        line-height: 1.4;
        text-align: center;
        padding: 0 15px;
    }

    .tools-project h3 {
        font-size: 0.7rem;
    }

    .tools-title {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 5px;
    }

    .tools-project a:hover h3,
    .tools-project a:hover img {
    color: #d4af37;
    filter: brightness(1.2) contrast(1.2);
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.8);
    }
}