body {
    margin: 0;
    overflow: hidden;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
p {
    width: min(920px, 88vw);
    max-width: min(920px, 88vw);
    box-sizing: border-box;
    margin: 0;
}

h1 {
    font-size: clamp(1.35rem, 2vw, 2rem);
    letter-spacing: 0.04em;
    font-weight: 300;
    line-height: 1.25;
}

h2 {
    font-size: clamp(1.15rem, 1.6vw, 1.55rem);
    font-weight: 300;
    letter-spacing: 0.04em;
    line-height: 1.35;
}

h4 {
    font-size: clamp(0.85rem, 1.2vw, 1rem);
    font-weight: 300;
    letter-spacing: 0.03em;
    color: #ffffffc0;
}

p {
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    letter-spacing: 0.01em;
    line-height: 1.65;
    font-weight: 300;
    color: #ffffffdb;
}

.iframe,
.iframe2,
.iframe3 {
    display: block;
    border: 1px solid #ffffff25;
    border-radius: 14px;
    background: #00000020;
}

.iframe {
    width: min(1100px, 92vw);
}

.iframe2,
.iframe3 {
    width: min(620px, 88vw);
}

#slide3,
#slide5,
#slide7,
#slide9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0.85rem;
    min-height: 0;
}

#slide11,
#slide12 {
    overflow: hidden;
}

.results {
    display: block;
    width: min(900px, 88vw);
    max-height: 56vh;
    object-fit: contain;
    margin: 0 auto;
}

.arrow-cover {
    background-color: black;
    height: 48px;
    width: 64px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.footer-text {
    color: #7a7a7a;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.78rem;
    padding: 6px 10px;
    border-radius: 4px;
    background-color: #000000;
    z-index: 5;
}

.icon {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #151515;
    fill: #404040;
    border-radius: 4px;
    height: 32px;
    padding: 0;
}

.icon:hover {
    background-color: #ffffff30;
    fill: #ffffff;
}

@media only screen and (max-width: 600px) {
    h1,
    h2,
    h3,
    h4,
    p {
        width: min(92vw, 640px);
        max-width: min(92vw, 640px);
    }

    h1 {
        font-size: 1.25rem;
    }

    h2 {
        font-size: 1.1rem;
    }

    h4 {
        font-size: 0.78rem;
    }

    p {
        font-size: 0.92rem;
        line-height: 1.5;
    }

    .iframe,
    .iframe2,
    .iframe3 {
        width: min(94vw, 1100px);
        border-radius: 12px;
    }

    .results {
        width: min(92vw, 900px);
        max-height: 45vh;
    }

    .icon {
        bottom: 24px;
    }

    .footer-text {
        bottom: 26px;
    }
}
