/* supervize.css */

@font-face {
    font-family: Playfaire;
    src: url(/font/PlayfairDisplay-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Playfaire;
    src: url(/font/PlayfairDisplay-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Poppins;
    src: url(/font/Poppins/Poppins-Light.ttf);
    font-weight: light;
}

@font-face {
    font-family: Monst;
    src: url(/font/Montserrat/Montserrat-Bold.ttf);
    font-weight: light;
}

.body {
    min-height: 100vh;
    max-width: 100vw;
    background: linear-gradient(157deg, rgba(0, 121, 139, 0) 0%, rgba(3, 247, 198, 0.051) 71%, rgba(1, 61, 91, 0.079) 100%);
    overflow-x: hidden;
}

.wrapper { overflow-x: hidden; }

.center_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hidden { display: none; }
.hidden_MOB_menu { display: none; }

/* ---- WELCOME ---- */
.container_individual_0_right {
    margin-right: 0;
    padding-left: clamp(var(--space-xs), 5%, var(--space-xl));
}

.PC_grid_right {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    min-height: 100vh;
}

.section1 {
    overflow: hidden;
    margin-top: 10vh;
}

.section1 img {
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    height: auto;
    display: block;
    justify-self: right;
}

.sup_welcome_text {
    display: flex;
    flex-direction: column;
    gap: var(--space-m);
    padding-right: var(--space-l);
}

.sup_nadpis_big {
    font-family: monst;
    font-weight: bold;
    font-size: clamp(3rem, 8vw, 7rem);
    color: var(--blue3);
    line-height: 1;
}

.sup_perex {
    font-family: poppins;
    font-size: clamp(1rem, 2vw, 1.5rem);
    color: var(--blue2);
    max-width: 480px;
}

.sup_img_placeholder_small {
    border-radius: var(--space-m);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sup_glass_img {
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: var(--space-m);
    display: block;
}

/* ---- SECTIONS ---- */
.sup_container {
    max-width: 1440px;
    margin-inline: auto;
    padding-left:  clamp(var(--space-xs), 5%, var(--space-xl));
    padding-right: clamp(var(--space-xs), 5%, var(--space-xl));
}

.sup_section {
    padding-block: clamp(var(--space-2xl), 8vh, var(--space-3xl));
}

.sup_section_alt {
    background: rgba(3, 252, 201, 0.03);
}

.sup_grid_left {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 720px;
}

.sup_grid_right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(var(--space-l), 5vw, var(--space-3xl));
    align-items: center;
}

.sup_text_block {
    display: flex;
    flex-direction: column;
    gap: var(--space-m);
}

.sup_nadpis_section {
    font-family: monst;
    font-weight: bold;
    font-size: clamp(1.5rem, 3.5vw, 3rem);
    color: var(--blue3);
}

.sup_center { text-align: center; margin-bottom: var(--space-xl); }

.sup_text {
    font-family: poppins;
    font-size: var(--step-0);
    color: var(--blue3);
    line-height: 1.7;
    max-width: 640px;
}

/* ---- CARDS ---- */
.sup_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-l);
}

.sup_card {
    border: 1px solid var(--green);
    border-radius: var(--space-m);
    padding: var(--space-xl);
    display: flex;
    flex-direction: column;
    gap: var(--space-s);
    transition: box-shadow 0.4s, transform 0.4s;
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(4px);
}

.sup_card:hover {
    box-shadow: 0 8px 32px rgba(3, 252, 201, 0.15);
    transform: translateY(-4px);
}

.sup_card_title {
    font-family: monst;
    font-weight: bold;
    font-size: clamp(1rem, 1.5vw, 1.4rem);
    color: var(--orange);
}

/* ---- CTA ---- */
.sup_cta {
    padding-block: clamp(var(--space-2xl), 10vh, var(--space-3xl));
}

.sup_cta_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-xl);
    text-align: center;
}

.sup_cta_text {
    font-family: monst;
    font-weight: bold;
    font-size: clamp(2rem, 4vw, 4rem);
    color: var(--blue3);
}

.sup_cta_btns {
    display: flex;
    gap: var(--space-m);
    flex-wrap: wrap;
    justify-content: center;
}

.sup_btn {
    font-family: monst;
    font-size: var(--step-0);
    padding: var(--space-s) var(--space-l);
    border-radius: var(--space-s);
    background-color: var(--orange);
    color: white;
    box-shadow: rgba(0,0,0,0.2) 0 5px 15px;
    transition: 0.4s;
    cursor: pointer;
}
.sup_btn:hover { color: var(--blue3); }

.sup_btn_outline {
    background: transparent;
    border: 1px solid var(--green);
    color: var(--blue3);
}
.sup_btn_outline:hover { color: var(--orange); }

/* ---- FOOTER ---- */
footer {
    height: 30vh;
    background-image: url(/img/png/footer.png);
    background-repeat: no-repeat;
    background-size: cover;
}
footer p { color: var(--orange); }

.sup_footer_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: var(--space-s);
}

/* ---- FADE-IN ANIMACE ---- */
.sv_fadein {
    opacity: 0;
    transform: translateY(30px);
    animation: svFadeUp 0.9s ease forwards;
}
.sv_fadein_delay {
    opacity: 0;
    transform: translateY(30px);
    animation: svFadeUp 0.9s 0.3s ease forwards;
}
.sv_fadein_scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.sv_fadein_scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes svFadeUp {
    to { opacity: 1; transform: translateY(0); }
}

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
    .PC_grid_right {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        min-height: auto;
    }
    .section1 img {
        order: -1;
        width: 70vw;
        height: auto;
        max-height: 50vh;
        justify-self: right;
        object-fit: cover;
    }
    .sup_welcome_text {
        padding-right: clamp(var(--space-xs), 5%, var(--space-xl));
        padding-block: var(--space-2xl) var(--space-l);
    }
    .sup_cards {
        grid-template-columns: 1fr;
    }
    .sup_grid_right {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 450px) {
    .sup_cta_btns {
        flex-direction: column;
        align-items: center;
    }
}
