body {
    background: #002736;
    background: linear-gradient(180deg, rgba(0, 39, 54, 1) 0%, rgba(0, 0, 0, 1) 40%);
}

@font-face {
    font-family: 'Benguiat Bold Italic';
    src: url('../Font/Benguiat Bold Italic/Benguiat-BoldItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'Coolvetica';
    src: url('../Font/Coolvetica/Coolvetica Rg.otf') format('opentype');
}

.frame {
    margin: 5vh auto 30px;
    width: 90%;
    background: linear-gradient(180deg, rgba(0, 39, 54, 1) 0%, rgba(0, 0, 0, 1) 100%);
    border-radius: 40px;
    padding: 12px;
    position: relative;
    background-clip: padding-box;
    border: 2px solid transparent;
}

.frame::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(to bottom, #3e5860, black);
}

.frame::after {
    content: '';
    position: absolute;
    inset: 12px;
    border-radius: 30px;
    pointer-events: none;
    border: 2px solid transparent;
    background: linear-gradient(to bottom,  #3e5860, black) border-box;
    -webkit-mask:
            linear-gradient(to bottom, #ffffff 0%, #ffffff 100%) padding-box,
            linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.schermo {
    background: linear-gradient(180deg, rgb(7, 37, 48) 50%, rgba(0, 0, 0, 1) 100%);
    border-radius: 30px;
    height: calc(100vh - 55px);
    width: 100%;
}

.scritta {
    margin-left: 90px;
    font-size: 75pt;
    color: white;
    line-height: 1;
    display: block;
    font-family: Coolvetica;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.3), 0 0 60px rgba(255, 255, 255, 0.1);
}

.scritta2 {
    font-family: 'Benguiat Bold Italic';
    font-size: 70pt;
    background: linear-gradient(to top, #1d1f37 10%, #FBFBFB 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 15px;
    filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.3));
}

.scritta3 {
    margin-top: 35px;
    max-width: 500px;
    font-size: 20pt;
    color: white;
    line-height: 1.5;
    padding-right: 90px;
    float: right;
    font-family: Coolvetica;
    text-align: left;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.titolo-pagina {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 70pt;
    font-family: Coolvetica;
    color: white;
    margin-top: 15vh;
    line-height: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.3), 0 0 60px rgba(255, 255, 255, 0.1);
}

.scritta4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Coolvetica;
    color: #9eadb2;
    font-size: 50pt;
    margin-top: 10px;
    text-shadow: 0 0 30px rgba(158, 173, 178, 0.3);
}

.vfx {
    position: absolute;
    height: 500px;
    border-radius: 30px;
    margin-top: 50px;
    margin-left: 90px;
    object-fit: cover;
    mask-image: linear-gradient(to bottom, #000000 60%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, #000000 60%, transparent 100%);
}

.separazione {
    content: '';
    width: 130vh;
    height: 2px;
    margin-top: 8vh;
    margin-left: auto;
    margin-right: auto;
    background-color: #1d2223;
    -webkit-box-shadow:0px 0px 15px 10px rgba(6,62,82,0.2);
    -moz-box-shadow: 0px 0px 15px 10px rgba(6,62,82,0.2);
    box-shadow: 0px 0px 15px 10px rgba(6,62,82,0.2);
}

.container-motivazioni {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8vh;
    padding-left: 28vw;
}

.scritta5 {
    color: white;
    font-family: Coolvetica;
    font-size: 50pt;
    line-height: 1;
    filter: drop-shadow(0 0 25px rgba(255, 255, 255, 0.4));
}

.bianco {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 15px 3px #ffffff;
    margin-right: 20px;
    flex-shrink: 0;
}

.scritta3-allineata {
    margin-top: 20px;
    padding-left: 28vw;
    max-width: 850px;
    font-size: 20pt;
    color: white;
    line-height: 1.5;
    font-family: Coolvetica;
    text-align: left;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.frame2 {
    margin: 5vh auto 30px;
    width: 90%;
    background: linear-gradient(180deg, rgba(0, 39, 54, 1) 0%, rgba(0, 0, 0, 1) 100%);
    border-radius: 40px;
    padding: 5px;
    position: relative;
    background-clip: padding-box;
    border: 1px solid transparent;
    box-shadow: 0 0 120px rgba(255, 255, 255, 0.12), 0 0 200px rgba(255, 255, 255, 0.04);
}

.schermo2 {
    background: #212121;
    border-radius: 30px;
    height: auto;
    width: 100%;
    padding: 4vh 0;
}

.contenitore_scritta {
    background: #1b1b1b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 4vh 60px;
    width: 95%;
    height: 80vh;
    border-radius: 30px;
    box-sizing: border-box;
}

.blocco-testo-costituzione {
    display: flex;
    flex-direction: column;
    width: 55%;
    flex-shrink: 0;
    padding-right: 40px;
    box-sizing: border-box;
}

.blocco-foto-costituzione {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blocco-foto-costituzione img {
    max-width: 100%;
    height: auto;
    max-height: 30vh;
    object-fit: contain;
    border-radius: 15px;
    filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.15));
}

.scritta-costituzione-titolo {
    color: white;
    font-family: Coolvetica;
    font-size: 40pt;
    line-height: 1.1;
    margin-bottom: 20px;
    text-align: left;
    text-shadow: 0 0 25px rgba(255, 255, 255, 0.3), 0 0 50px rgba(255, 255, 255, 0.1);
}

.scritta-costituzione-descrizione {
    color: white;
    font-family: Coolvetica;
    font-size: 16pt;
    line-height: 1.6;
    text-align: left;
    margin: 0;
    width: 100%;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

.titolo-articolo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Coolvetica;
    font-size: 50pt;
    color: white;
    margin-top: 5vh;
    margin-bottom: 5vh;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.3), 0 0 60px rgba(255, 255, 255, 0.1);
}

.separazione2 {
    width: 80%;
    height: 1px;
    margin: 5vh auto;
    background-color: #2e3537;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
}

.box-citazione {
    position: relative;
    padding: 0 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.box-citazione::before {
    content: "“";
    position: absolute;
    top: -35px;
    left: -20px;
    font-family: 'Coolvetica', sans-serif;
    font-size: 90pt;
    color: rgb(255, 255, 255);
    line-height: 1;
    text-shadow: 0 0 35px rgba(255, 255, 255, 0.2);
}

.box-citazione::after {
    content: "”";
    position: absolute;
    bottom: -85px;
    right: -20px;
    font-family: 'Coolvetica', sans-serif;
    font-size: 90pt;
    color: rgb(255, 255, 255);
    line-height: 1;
    text-shadow: 0 0 35px rgba(255, 255, 255, 0.2);
}

.box-citazione .scritta-costituzione-descrizione {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.3), 0 0 45px rgba(255, 255, 255, 0.1);
}

.blocco-testo-costituzione2 {
    display: flex;
    flex-direction: column;
    width: 55%;
    flex-shrink: 0;
    padding-right: 40px;
    box-sizing: border-box;
}

.box-citazione2 {
    position: relative;
    padding: 0 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.box-citazione2::before {
    content: "“";
    position: absolute;
    top: -35px;
    left: -20px;
    font-family: 'Coolvetica', sans-serif;
    font-size: 90pt;
    color: rgb(255, 255, 255);
    line-height: 1;
    text-shadow: 0 0 35px rgba(255, 255, 255, 0.2);
}

.box-citazione2::after {
    content: "”";
    position: absolute;
    bottom: -85px;
    right: -20px;
    font-family: 'Coolvetica', sans-serif;
    font-size: 90pt;
    color: rgb(255, 255, 255);
    line-height: 1;
    text-shadow: 0 0 35px rgba(255, 255, 255, 0.2);
}

.box-citazione2 .scritta-costituzione-descrizione {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.3), 0 0 45px rgba(255, 255, 255, 0.1);
}

.contenitore_scritta2 {
    background: #1b1b1b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 4vh 60px;
    width: 95%;
    height: 60vh;
    border-radius: 30px;
    box-sizing: border-box;
}

.contenitore_George {
    width: 55%;
    max-width: 900px;  /* ← aggiunto */
    height: 70vh;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    grid-template-rows: auto 1fr;
    gap: 15px;
    overflow: hidden;  /* ← aggiunto */
}

.george-wrapper {
    grid-column: 1;
    grid-row: 1 / 3;
    height: 100%;
    position: relative;
    z-index: 0;
    isolation: isolate;
}

.george {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.george-wrapper {
    grid-column: 1;
    grid-row: 1 / 3;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.luna-wrapper {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.george-wrapper::after, .luna-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 30px;
    border: 10px solid transparent;
    background: linear-gradient(to bottom, #1b1b1b, black) border-box;
    /*noinspection CssInvalidPropertyValue*/
    -webkit-mask:
            linear-gradient(#fff 0 0) padding-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
}

.luna {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.scritta_george {
    grid-column: 2;
    grid-row: 1;
    background: transparent;
    color: white;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
}

.nome {
    font-family: Coolvetica;
    font-size: 28pt;
    color: white;
    text-shadow: 0 0 30px rgba(255,255,255,0.6), 0 0 60px rgba(255,255,255,0.3);
}

.descrizione {
    font-family: Coolvetica;
    font-size: 11pt;
    line-height: 1.6;
    color: white;
    text-shadow: 0 0 20px rgba(255,255,255,0.5), 0 0 40px rgba(255,255,255,0.2);
}

.george, .luna {
    position: relative;
    z-index: 1;
}

.george img, .luna img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}







