.contact-immersio {
        background: linear-gradient(to right, 
            #000108,
            #060016,
            #0e0033,
            #10003a,
            #180053,
            #2a0c77,
            #6f119e
        );   
}

/* ------------------- */
/* S1 CONTACT immersio */
/* ------------------- */
.s1-container-ic {
    height: 99.9vh;
    position: relative;
    background: #00000000;
    border-bottom: 1px solid #8b0d84;
    padding-top: 6.5rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 2rem;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}


.ic-bg-1 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.s1-container-ic::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0,0,0, 0.7) 30%,
        rgba(0, 0, 0, 0.5) 60%,
        rgba(0,0,0,0) 100%
    );
    pointer-events: none;
}

.s1-container-ic > *:not(.ic-bg-1) {
    z-index: 2;
}

.ic-title {
    font-family: serif;
    font-size: 2.5rem;
    font-weight: 300;
    color: #cecece;
    text-align: center;
}

@media (min-width:768px) {
    .ic-title {
        font-size: 5rem;
        text-align: left;
        margin-left: 10rem;
    }
}

@media (min-width: 1920px) {
    .ic-title {
        font-size: 10rem;
        margin-left: 8rem;
    }
}

.ic-title em {
    font-style: italic;
    color: #c300ff;
}

.ic-description {
    font-size: 1rem;
    color: #cecece;
    letter-spacing: 0.1rem;
    font-weight: 300;
    line-height: 1.9;
    margin: 0;
    text-align: left;
    background: #3600343a;
    border: 1px solid #240022;
    border-radius: 0.1rem;
    padding: 0.5rem 1rem;
}

@media (min-width:768px) {
    .ic-description {
        font-size: 1.5rem;
        text-align: center;
        width: 70%;
        padding: 0.5rem 1rem;
    }
}

@media (min-width: 1920px) {
    .ic-description {
        font-size: 2.5rem;
    }
}

.ic-badge-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.ic-badge-row > *:last-child{
    grid-column: 1 / -1;
    justify-self: center;
}

@media (min-width:768px) {
    .ic-badge-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 70%;
    }
}

.contact-immersio-btn:active {
    transform: translateY(0);
}

.ic-down-button-container {
    position: absolute;
    bottom: 0;
    right: 40%;
    width: fit-content;
    z-index: 10;
}

@media (min-width: 768px) {
    .ic-down-button-container {
        left: 50%;
    }
}

.ic-down-button {
    display: inline-block;
    transition: all 0.3s ease;
    border: 1px solid #00000000;
    border-radius: 50%;
    padding: 0.5rem;
    animation: bounce-arrow 5s infinite;
}

.ic-down-button img {
    width: 2rem;
    height: 2rem;
    filter: invert(1);
}

@keyframes bounce-arrow {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-0.5rem);
    }
    60% {
        transform: translateY(-0.25rem);
    }
}

/* ------------------- */
/* S2 CONTACT IMMERSIO */
/* ------------------- */
.s2-container-ic {
    background: #00000000;
    border-image: linear-gradient(
    to right,
    transparent,
    #8b0d84,
    transparent
    ) 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 2rem;
    scroll-margin-top: 80px;
}

@media (min-width: 768px) {
    .s2-container-ic {
        width: 80%;
        justify-self: center;
    }
}

.s2-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    color: #8c00ff;
    line-height: 1.05;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

@media (min-width: 1919px) {
    .s2-title {
        font-size: 1.6rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

.contact-immersio-button-container {
    display: flex;
    justify-content: center;    
}

.contact-immersio-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.8rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: #f5d76e;
    border: 2px solid #c9a227;
    border-radius: 50px;
    background: linear-gradient(
        135deg,
        rgba(20,20,20,0.95),
        rgba(40,40,40,0.95)
    );
    box-shadow:
        0 0 10px rgba(201,162,39,0.2),
        0 0 20px rgba(201,162,39,0.1);
    transition: all 0.35s ease;
    overflow: hidden;
}

@media (min-width: 768px) {
    .contact-immersio-btn {
        font-size: 1.2rem;
        padding: 0.5rem 1rem;
        padding-bottom: 0.6rem;
    }
}

.contact-immersio-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,215,0,0.3),
        transparent
    );
    transition: all 0.6s ease;
}

.contact-immersio-btn:hover::before {
    left: 120%;
}

.contact-immersio-btn:hover {
    color: #000;
    background: linear-gradient(
        135deg,
        #ffd700,
        #c9a227
    );
    box-shadow:
        0 0 15px rgba(255,215,0,0.5),
        0 0 30px rgba(255,215,0,0.3),
        0 0 50px rgba(255,215,0,0.2);
    transform: translateY(-3px);
}


/* ------------------- */
/* S3 CONTACT IMMERSIO */
/* ------------------- */
.s3-container-ic {
    border-bottom: 1px solid #8b0d84;
    border-image: linear-gradient(
    to right,
    transparent,
    #8b0d84,
    transparent
    ) 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 2rem;
}

@media (min-width: 768px) {
    .s3-container-ic {
        width: 80%;
        justify-self: center;
    }
}

.s3-title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
    color: #8c00ff;
    line-height: 1.05;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

@media (min-width: 1919px) {
    .s3-title {
        font-size: 1.6rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

.ic-grid-2 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 768px) {
    .ic-grid-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

.ic-card {
    background: #111111;
    padding: 1.6rem;
    position: relative;
}

.ic-card-corner::before,
.ic-card-corner::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-color: rgb(255, 0, 255);
    border-style: solid;
}

.ic-card-corner::before {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
}

.ic-card-corner::after {
    bottom: 0;
    right: 0;
    border-width: 0 1px 1px 0;
}

.ic-card-title {
    font-size: 1.5rem;
    font-weight: 300;
    color: #00ccff;
    margin-bottom: 0.6rem;
}

@media (min-width: 1919px) {
    .ic-card-title {
        font-size: 2rem;
    }
}

.ic-card-title--sm {
    font-size: 1.5rem;
}

@media (min-width: 1919px) {
    .ic-card-title--sm {
        font-size: 2rem;
    }
}

.ic-card-title em {
    font-style: italic;
    color: #cc00ff;
}

.ic-card-body {
    font-size: 1rem;
    color: #cecece;
    line-height: 1.9;
    font-weight: 300;
}

@media (min-width: 1919px) {
    .ic-card-body {
        font-size: 1.5rem;
    }
}


/* ------------------- */
/* S4 CONTACT IMMERSIO */
/* ------------------- */
.s4-container-ic {
    background: #00000000;
    border-bottom: 1px solid #c28e00;
    border-image: linear-gradient(
    to right,
    transparent,
    #c28e00,
    transparent
    ) 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 2rem;
}

@media (min-width: 768px) {
    .s4-container-ic {
        width: 80%;
        justify-self: center;
    }
}

.s4-title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
    color: #8c00ff;
    line-height: 1.05;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

@media (min-width: 1919px) {
    .s4-title {
        font-size: 1.6rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

.ic-grid-4 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: fit-content;
    justify-self: center;
}

@media (min-width: 768px) {
    .ic-grid-4 {
        flex-direction: row;
    }
}

.ic-num-card {
    background: #0a0a0a;
    border: 0.5px solid #c9a84c22;
    padding: 1.4rem 1rem;
    text-align: center;
}

.ic-num-value {
    font-size: 32px;
    font-weight: 300;
    color: #c9a84c;
    display: inline;
}

@media (min-width: 1919px) {
    .ic-num-value {
        font-size: 3rem;
    }
}

.ic-num-label {
    display: block;
    font-size: 0.6rem;
    letter-spacing: 0.18em;
    color: #cecece;
    text-transform: uppercase;
    margin-top: 8px;
}

@media (min-width: 1919px) {
    .ic-num-label {
        font-size: 1rem;
    }
}


/* ------------------- */
/* S5 CONTACT IMMERSIO */
/* ------------------- */
.s5-container-ic {
    background: #00000000;
    border-bottom: 1px solid #c28e00;
    border-image: linear-gradient(
    to right,
    transparent,
    #c28e00,
    transparent
    ) 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 2rem;
}

@media (min-width: 768px) {
    .s5-container-ic {
        width: 80%;
        justify-self: center;
    }
}

.s5-title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
    color: #8c00ff;
    line-height: 1.05;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

@media (min-width: 1919px) {
    .s5-title {
        font-size: 1.6rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

.ic-tag-cloud {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: fit-content;
    justify-self: center;
    text-align: center;
}

@media (min-width:768px) {
    .ic-tag-cloud {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        margin: 3rem;
    }
}

.ic-badge,
.ic-tag {
    border: 0.5px solid #000000;
    color: #f700ff;
    background: #1f001d5b;
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 0.3rem 0.5rem;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    align-self: center;
}

@media (min-width:768px) and (max-width: 1919px) {
    .ic-badge,
    .ic-tag {
        font-size: 1rem;
        white-space: nowrap;
    } 
}

@media (min-width: 1920px) {
    .ic-badge,
    .ic-tag {
        font-size: 1.5rem;
        white-space: nowrap;
    } 
}


/* ------------------- */
/* S6 CONTACT IMMERSIO */
/* ------------------- */
.s6-container-ic {
    background: #00000000;
    border-bottom: 1px solid #c28e00;
    border-image: linear-gradient(
    to right,
    transparent,
    #c28e00,
    transparent
    ) 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 2rem;
}

@media (min-width: 768px) {
    .s6-container-ic {
        width: 80%;
        justify-self: center;
    }
}

.s6-title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
    color: #8c00ff;
    line-height: 1.05;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

@media (min-width: 1919px) {
    .s6-title {
        font-size: 1.6rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }   
}

.ic-list {
    list-style: none;
    padding: 0;
    margin-top: 0.5rem;
    justify-self: center;
}

.ic-list li {
    font-size: 1.1rem;
    color: #cecece;
    font-weight: 300;
    padding: 8px 0;
    border-bottom: 0.5px solid #9e9e9e11;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.7;
}

@media (min-width: 1919px) {
    .ic-list li {
        font-size: 2rem;
    }
}

.ic-list li::before {
    content: '—';
    color: #c9a84c;
    flex-shrink: 0;
}

/* ------------------- */
/* S7 CONTACT IMMERSIO */
/* ------------------- */
/* S8 CONTACT IMMERSIO */
/* ------------------- */
.s7-container-ic {
    background: #00000000;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 2rem;
}

@media (min-width: 768px) {
    .s7-container-ic {
        width: 80%;
        justify-self: center;
    }
}

.s7-title {
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    color: #c28e00;
    line-height: 1.05;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

@media (min-width: 1919px) {
    .s7-title {
        font-size: 1.6rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

.s8-container-ic {
    background: #00000000;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 2rem;
}

@media (min-width: 768px) {
    .s8-container-ic {
        width: 80%;
        justify-self: center;
    }
}

.s8-title {
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    color: #c28e00;
    line-height: 1.05;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

@media (min-width: 1919px) {
    .s8-title {
        font-size: 1.6rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

.ic-notice {
    border: 0.5px solid #c9a84c22;
    border-radius: 0.5rem;
    background: #0000007a;
    padding: 1.4rem 1.6rem;
}
.ic-notice-title {
    font-size: 1rem;
    letter-spacing: 0.22em;
    color: #c9a227;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0.7rem;
}

@media (min-width: 1919px) {
    .ic-notice-title {
        font-size: 1.5rem;
    }
}

.ic-notice-body {
    font-size: 1rem;
    color: #cecece;
    line-height: 1.9;
    font-weight: 300;
}

@media (min-width: 1919px) {
    .ic-notice-body {
        font-size: 1.2rem;
    }
}

