@font-face {
    font-family: "TacOne";
    src: url("../fonts/tac-one/TacOne.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/Inter.ttf") format("truetype");
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    --logo--: 3vw;
    --h1-size--: 7vw;
    --p-size--: 2vw;

    --til-color--: #f72a17;

    font-family: "Inter";

}

html,
body {
    position: relative;

    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-x: clip;

    background-color: black;

    margin: 0;
    padding: 0;

    color: white;
}

html.preloader-active,
body.preloader-active {
    overflow: hidden;
}

.site-preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #000000;

    opacity: 1;
    visibility: visible;
    transition: opacity 420ms ease, visibility 420ms ease;
}

html.preloader-done .site-preloader {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.site-preloader-inner {
    width: min(86vw, 340px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(14px, 2.8vh, 24px);
}

.site-preloader-orb {
    width: clamp(90px, 24vw, 138px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #000000;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.08),
        0 0 22px 6px rgba(247, 42, 23, 0.62),
        0 0 64px 16px rgba(247, 42, 23, 0.35);
}

.site-preloader-slider {
    width: 100%;
    height: clamp(8px, 1.3vh, 12px);
    border-radius: 999px;
    border: 1px solid rgba(247, 42, 23, 0.85);
    background: rgba(20, 20, 20, 0.78);
    overflow: hidden;
}

.site-preloader-slider-fill {
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #a30000 0%, #f72a17 55%, #ff4f3f 100%);
    box-shadow: 0 0 18px rgba(247, 42, 23, 0.8);
    transition: width 160ms ease-out;
}

@media (max-width: 760px) {
    .site-preloader-inner {
        width: min(90vw, 320px);
    }

    .site-preloader-slider {
        height: clamp(9px, 1.8vh, 12px);
    }
}

[data-parallax] {
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.js-reveal [data-reveal] {
    --reveal-delay: 0ms;
    opacity: 0;
    transform: translate3d(0, 56px, 0) scale(0.98);
    filter: blur(8px);
    transition:
        opacity 520ms ease,
        transform 760ms cubic-bezier(0.2, 0.75, 0.2, 1),
        filter 760ms ease;
    transition-delay: var(--reveal-delay);
    will-change: opacity, transform, filter;
}

.js-reveal [data-reveal].reveal-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
    .js-reveal [data-reveal] {
        opacity: 1;
        transform: none;
        filter: none;
        transition: none;
    }
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;

    display: inline-flex;
    align-items: center;

    padding-left: 2vw;
    padding-top: 2vw;

    max-width: min(92vw, 42rem);
}

nav .menu {
    position: relative;
    overflow: hidden;

    width: fit-content;
    height: var(--logo--);

    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(8, 8, 8, 0.5);
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.09),
        inset 0 -1px 0 rgba(0, 0, 0, 0.35);
    -webkit-backdrop-filter: blur(16px) saturate(120%);
    backdrop-filter: blur(16px) saturate(120%);
    display: flex;
    align-items: center;
    gap: clamp(0px, 0.2vw, 5px);
    padding: clamp(2px, 0.16vw, 4px);
}

nav .menu-logo,
nav .menu-item {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    height: 100%;
    margin: 0;
    border-radius: 999px;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.92);

    transition:
        color 180ms ease,
        background-color 180ms ease,
        box-shadow 180ms ease;
}

nav .menu-logo {
    min-width: calc(var(--logo--) - 0.25vw);
    padding-left: clamp(8px, 0.55vw, 12px);
    padding-right: clamp(8px, 0.55vw, 12px);
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    overflow: visible;
    isolation: isolate;
}

nav .menu-logo::after {
    content: "";
    position: absolute;
    width: clamp(18px, 1.5vw, 28px);
    height: clamp(18px, 1.5vw, 28px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    background: rgba(247, 42, 23, 0.48);
    filter: blur(10px);
}

nav .menu-logo img {
    width: calc(var(--logo--) - 1vw);
    min-width: 18px;
    max-width: 34px;
    position: relative;
    z-index: 1;
    display: block;
}

nav .menu-item {
    width: fit-content;
    font-size: clamp(10px, 0.95vw, 14px);
    line-height: 1;
    padding-left: 0.72vw;
    padding-right: 0.72vw;
}

nav .menu-item::before {
    content: "";
    position: absolute;
    left: 14%;
    right: 14%;
    bottom: 0.22vw;
    height: 2px;
    border-radius: 999px;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(90deg, rgba(247, 42, 23, 0) 0%, var(--til-color--) 50%, rgba(247, 42, 23, 0) 100%);
    box-shadow: 0 0 14px rgba(247, 42, 23, 0.6);
    transition: opacity 180ms ease;
}

nav .menu-item:is(:hover, :focus-visible, :active) {
    color: #ffd4cf;
}

nav .menu-item:is(:hover, :focus-visible, :active)::before {
    opacity: 1;
}

nav .menu-item:focus-visible {
    outline: none;
    box-shadow:
        inset 0 0 0 1px rgba(247, 42, 23, 0.45),
        0 0 0 2px rgba(247, 42, 23, 0.18);
}

.hero-corner-logos {
    position: absolute;
    top: 2vw;
    right: 2vw;
    z-index: 19;
    display: inline-flex;
    align-items: center;
    gap: clamp(8px, 0.9vw, 16px);
    pointer-events: none;
}

.hero-corner-logo {
    display: block;
    width: auto;
    height: clamp(30px, 3.1vw, 60px);
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.45));
}

header {
    position: relative;
    z-index: 5;

    width: 100%;
    height: 100vh;

    margin: 0;
    padding: 0;

    font-size: 5vw;
}

header .text {
    position: relative;

    width: 100%;
    height: 100vh;

    padding: 0;

    line-height: 1;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5vh;
}

/* header .text .slogan {
    position: relative;

    width: min(88vw, 1200px);
    height: auto;
} */

/* header .text p {
    position: relative;

    margin: 0;
    padding: 0;

    margin-top: 5vh;

    text-align: center;
    font-size: 2vw;
    color: white;
} */

header .text img{
    position: relative;

    width: 100%;

    margin: 0;
    padding: 0;
}

header .text p {
    position: relative;

    margin: 0;
    padding: 0;

    text-align: center;
    font-size: var(--p-size--);
    color: white;
}

.moon-container {
    position: absolute;

    width: 100%;
    height: 100vw;
    overflow: visible;
    /* margin-top: -20vh; */

    z-index: 2;
    /* background-color: brown; */
}

.moon {
    position: relative;
    width: 100%;
    height: 100%;

    /* margin: 10%; */

    background: url("../img/svg/moon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;


    /* border-radius: 100% 100% 100% 100%; */
}

.moon-red {
    position: absolute;

    width: 100%;
    height: 100%;

    /* border-radius: 100% 100% 100% 100%; */

    /* box-shadow:
        0 0 3px 10px white,
        0 0 100px 10px white,
        0 0 200px 100px var(--til-color--); */

    /* background-color: rgba(0, 0, 0, 0.0); */
}

.infoblock {
    position: relative;

    width: 90%;
    height: fit-content;

    margin-top: 30vh;
    margin-left: auto;
    margin-right: auto;

    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.6) 100%); 
    padding-left: 4%;
    padding-right: 4%;
    z-index: 10;
}

#criteria{
    position: relative;

    margin-top: 15vw;
}

.infoblock h1 {
    position: relative;

    width: 100%;

    text-align: left;

    font-size: var(--h1-size--);

    margin: 0;
    padding: 0;

    font-weight: 200;

    color: var(--til-color--);
}
#centered-h1{
    text-align: center;
}

.infoblock .info {
    position: relative;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    --about-gap: clamp(36px, 7vw, 140px);
    gap: var(--about-gap);

    width: 100%;

    margin: 0;
    padding: 0;




    padding-left: 0;
    padding-right: 0;

    padding-bottom: 15vh;

    /* background-color: antiquewhite; */
}

.infoblock .info p {
    position: relative;

    margin: 0;
    padding: 0;

    flex: 0 0 calc((100% - var(--about-gap)) / 2);
    max-width: calc((100% - var(--about-gap)) / 2);

    text-align: justify;
    text-align-last: left;
    font-size: 2vw;
    color: white;

    margin-left: 5vw;

    font-weight:700;

    /* background-color: aqua; */
}

.infoblock .button{
    position: relative;

    width: 100%;
    height: fit-content;

    font-size: 2vw;
    color: black;
    background-color: white;

    border-radius: 45%;

}

#oval{
    position: relative;

    border: solid 2px white;
    border-radius: 45px;

    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2%;
    padding-bottom: 2%;

    margin-top: 5v;
}

#first {
    margin-left: 0 !important;
}

@media (max-width: 980px) {
    .infoblock .info {
        flex-direction: column;
        justify-content: flex-start;
        gap: 6vw;
    }

    .infoblock .info p {
        flex: 1 1 auto;
        max-width: 100%;
        text-align: justify;
        text-align-last: left;
        margin-left: 0;
    }
}


.criteria {
    position: relative;

    width: 100%;
    height: fit-content;


    margin-top: 15vh;

    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.6) 100%); 
    /* padding-left: 4%; */
    /* padding-right: 4%; */
    z-index: 10;
}

.criteria h1 {
    position: relative;

    width: 100%;

    text-align: center;

    font-size: var(--h1-size--);

    margin: 0;
    padding: 0;

    font-weight: 200;

    color: var(--til-color--);
}


.criteria .info {
    position: relative;

    display: inline-flex;

    width: 100%;

    margin: 0;
    padding: 0;




    padding-left: 5%;
    padding-right: 5%;
    padding-top: 3vw;

    /* margin-top: 30vh; */

    /* padding-bottom: 30vh; */

    /* background-color: antiquewhite; */
}

.criteria .info p {
    position: relative;

    margin: 0;
    padding: 0;

    width: 100%;

    text-align: left;
    font-size: var(--p-size--);
    color: white;

    /* margin-left: 5vw; */

    padding: 2%;

    border: 2px solid white;
    border-radius: 60px;

    font-weight:700;

    /* background-color: aqua; */
}

.criteria .button {
    position: relative;

    width: 90%;

    margin-left: 5%;

    cursor: pointer;
    
    border-radius: 60px;

    color: black;
    background-color: white;

    font-size: calc(var(--p-size--) + 1vw);
    text-align: center;

    padding-top: 1%;
    padding-bottom: 1%;
    margin-top: 3vw;
}

.speakers {
    position: relative;

    width: 100%;

    margin-top: 18vh;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 10vh;

    z-index: 10;
}

.speakers-title {
    position: relative;

    margin: 0;
    padding: 0;

    color: var(--til-color--);
    font-family: "Inter";
    font-weight: 300;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: clamp(60px, 8vw, 170px);
    line-height: 0.9;
}

.speakers-slider {
    position: relative;

    width: 100%;
    margin-top: 7vh;

    overflow-x: auto;
    overflow-y: hidden;

    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    scroll-padding-right: 0;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.speakers-slider::-webkit-scrollbar {
    display: none;
}

.speakers-track {
    position: relative;

    display: flex;

    width: 100%;
}

.speakers-page {
    position: relative;

    flex: 0 0 100%;
    min-width: 100%;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5vw 6vw;

    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.speaker-card {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    min-height: 16vw;
}

.speaker-top {
    position: relative;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5vw;
    min-width: 0;
}

.speaker-name-block {
    position: relative;

    display: inline-flex;
    flex-direction: column;
    gap: 0.15em;

    flex: 1;
    min-width: 0;
}

.speaker-name-line {
    position: relative;

    margin: 0;
    padding: 0;

    font-size: clamp(28px, 2.7vw, 58px);
    line-height: 0.9;
    font-weight: 800;
    text-transform: uppercase;
}

.speaker-photo-slot {
    position: relative;

    flex-shrink: 0;

    width: clamp(94px, 7.5vw, 160px);
    aspect-ratio: 1 / 1;
    border-radius: 20%;

    background: #c8c8c8;
    opacity: 1;
    transition: opacity 140ms ease-out;
}

.speakers-slider.is-photo-mask-on .speakers-page:not(.is-active) .speaker-photo-slot {
    opacity: 0;
}

.speaker-role {
    position: relative;

    margin: 0;
    padding: 0;
    padding-top: 2.4vw;

    max-width: 95%;

    font-size: clamp(20px, 2vw, 40px);
    line-height: 1.1;
    font-weight: 700;
}

@media (max-width: 1280px) {
    .speakers-page {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6vw 5vw;
    }

    .speaker-card {
        min-height: 20vw;
    }

    .speaker-name-line {
        font-size: clamp(30px, 3.5vw, 52px);
    }

    .speaker-role {
        font-size: clamp(22px, 2.5vw, 36px);
    }
}

@media (max-width: 760px) {
    .speakers {
        margin-top: 15vh;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 8vh;
    }

    .speakers-title {
        font-size: clamp(52px, 19vw, 86px);
        line-height: 0.88;
    }

    .speakers-slider {
        margin-top: 5vh;
    }

    .speakers-page {
        grid-template-columns: 1fr;
        gap: 9vw;
    }

    .speaker-card {
        min-height: 38vw;
    }

    .speaker-top {
        gap: clamp(10px, 3vw, 16px);
    }

    .speaker-name-line {
        font-size: clamp(28px, 8.2vw, 42px);
        line-height: 0.92;
    }

    .speaker-photo-slot {
        width: clamp(78px, 24vw, 112px);
    }

    .speaker-role {
        max-width: 100%;
        padding-top: 5vw;
        font-size: clamp(22px, 6vw, 30px);
    }
}

.partners {
    position: relative;

    width: 100%;

    margin-top: 14vh;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 12vh;

    z-index: 10;
}

.partners-title {
    position: relative;

    margin: 0;
    padding: 0;

    color: var(--til-color--);
    font-family: "Inter";
    font-weight: 300;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: clamp(60px, 8vw, 170px);
    line-height: 0.9;
}

.partners-grid {
    position: relative;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3vw;

    width: 100%;
    margin-top: 7vh;
}

.partner-card {
    position: relative;

    min-height: clamp(220px, 20vw, 420px);
    border-radius: 34px;

    padding: clamp(28px, 3vw, 62px);

    display: flex;
    align-items: center;
    justify-content: flex-start;

    overflow: hidden;
}

.partner-card-light {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: transparent;
}

.partner-card-accent {
    border: 1px solid rgba(247, 42, 23, 0.36);
    background: transparent;
}

.partner-logo-block {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(14px, 1.6vw, 26px);

    width: 100%;
}

.partner-logo-slot {
    position: relative;

    width: min(100%, clamp(220px, 33vw, 520px));
    min-height: clamp(110px, 11vw, 220px);
    border-radius: 22px;
    padding: clamp(4px, 0.45vw, 8px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo {
    width: 94%;
    height: 94%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.partner-logo-alfa {
    max-width: 100%;
    max-height: 100%;
}

.partner-card-light .partner-logo-slot {
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: transparent;
}

.partner-card-accent .partner-logo-slot {
    border: 1px solid rgba(247, 42, 23, 0.45);
    background: transparent;
}

.partner-description {
    position: relative;

    margin: 0;
    padding: 0;

    max-width: min(96%, 620px);

    font-size: clamp(18px, 1.5vw, 28px);
    line-height: 1.15;
    font-weight: 600;
}

.partner-card-light .partner-description {
    color: #e8e8e8;
}

.partner-card-accent .partner-description {
    color: #ffc5bf;
}

@media (min-width: 1181px) {
    .partner-card-26pm {
        grid-column: 1 / -1;
        justify-self: center;
        width: calc((100% - 3vw) / 2);
    }

    .partner-card-26pm .partner-logo-block {
        align-items: center;
    }

    .partner-card-26pm .partner-description {
        text-align: center;
    }
}

@media (max-width: 1180px) {
    .partners-grid {
        grid-template-columns: 1fr;
        gap: 4vw;
    }
}

@media (max-width: 760px) {
    .partners {
        margin-top: 10vh;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 10vh;
    }

    .partners-title {
        font-size: clamp(50px, 18vw, 86px);
        line-height: 0.88;
    }

    .partners-grid {
        margin-top: 5vh;
        gap: 6vw;
    }

    .partner-card {
        min-height: clamp(180px, 54vw, 280px);
        border-radius: 26px;
        padding: clamp(22px, 6.2vw, 34px);
    }

    .partner-logo-slot {
        min-height: clamp(100px, 30vw, 160px);
        border-radius: 16px;
    }

    .partner-description {
        font-size: clamp(17px, 4.6vw, 24px);
    }
}

.spd-partners {
    position: relative;

    width: 100%;

    margin-top: 10vh;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 12vh;

    z-index: 10;
}

.spd-partners-title {
    position: relative;

    margin: 0;
    padding: 0;

    color: var(--til-color--);
    font-family: "Inter";
    font-weight: 300;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: clamp(50px, 6.6vw, 128px);
    line-height: 0.9;
}

.spd-slider {
    position: relative;

    width: 100%;
    margin-top: 5vh;
}

.spd-slider-viewport {
    position: relative;

    overflow: hidden;
    width: 100%;

    -webkit-mask-image: linear-gradient(to right,
            transparent 0%,
            black 9%,
            black 91%,
            transparent 100%);
    mask-image: linear-gradient(to right,
            transparent 0%,
            black 9%,
            black 91%,
            transparent 100%);
}

.spd-slider-track {
    --spd-gap: clamp(14px, 1.2vw, 24px);

    position: relative;

    display: flex;
    gap: var(--spd-gap);
    width: max-content;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.spd-partner-item {
    position: relative;

    flex: 0 0 clamp(230px, 17vw, 330px);
    min-height: clamp(150px, 12vw, 220px);

    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 18px;
    background: transparent;

    padding: clamp(14px, 1vw, 20px);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(10px, 0.9vw, 16px);

    overflow: hidden;
    isolation: isolate;
    transition: border-color 220ms ease;
}

.spd-partner-item::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 0;
    height: 3px;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;

    background: linear-gradient(90deg, rgba(247, 42, 23, 0) 0%, var(--til-color--) 50%, rgba(247, 42, 23, 0) 100%);
    box-shadow: 0 0 14px rgba(247, 42, 23, 0.55);
    opacity: 0;
    transition: opacity 180ms ease;
}

.spd-partner-item > * {
    position: relative;
    z-index: 1;
}

.spd-partner-item:is(:hover, :active) {
    border-color: rgba(255, 255, 255, 0.26);
}

.spd-partner-item:is(:hover, :active)::before {
    opacity: 1;
}

.spd-partner-logo-slot {
    position: relative;

    width: 100%;
    min-height: clamp(66px, 5.8vw, 110px);
    border-radius: 12px;
    border: 1px solid rgba(247, 42, 23, 0.48);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spd-partner-logo {
    width: clamp(66px, 6vw, 104px);
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    display: block;
}

.spd-partner-description {
    position: relative;

    margin: 0;
    padding: 0;

    font-size: clamp(12px, 0.84vw, 16px);
    line-height: 1.2;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 760px) {
    .spd-partners {
        margin-top: 8vh;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 10vh;
    }

    .spd-partners-title {
        font-size: clamp(46px, 15vw, 78px);
    }

    .spd-slider {
        margin-top: 4vh;
    }

    .spd-slider-viewport {
        -webkit-mask-image: none;
        mask-image: none;
    }

    .spd-slider-track {
        --spd-gap: clamp(12px, 3vw, 16px);
    }

    .spd-partner-item {
        flex-basis: clamp(148px, 44vw, 190px);
        min-height: clamp(140px, 42vw, 190px);
        border-radius: 16px;
    }

    .spd-partner-logo-slot {
        min-height: clamp(54px, 18vw, 82px);
        border-radius: 10px;
    }

    .spd-partner-logo {
        width: clamp(54px, 16vw, 84px);
    }

    .spd-partner-description {
        font-size: clamp(11px, 3.4vw, 13px);
    }
}

.countdown {
    position: relative;

    width: 100%;

    margin-top: 10vh;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 6vh;

    z-index: 10;
}

.countdown-kicker {
    position: relative;

    margin: 0;
    padding: 0;

    color: var(--til-color--);
    font-family: "Inter";
    font-weight: 300;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: clamp(50px, 6.6vw, 128px);
    line-height: 0.9;
}

.countdown-kicker-short {
    display: none;
}

.countdown-timer {
    position: relative;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(8px, 1vw, 14px);

    width: 100%;
    margin-top: 2.6vh;
}

.countdown-segment {
    position: relative;

    border: 1px solid rgba(247, 42, 23, 0.42);
    border-radius: 18px;
    background: rgba(9, 9, 9, 0.46);

    padding: clamp(10px, 1.2vw, 18px) clamp(10px, 1.1vw, 18px) clamp(12px, 1.4vw, 20px);
}

.countdown-value {
    display: block;

    margin: 0;
    padding: 0;

    font-size: clamp(60px, 7.9vw, 150px);
    line-height: 0.82;
    font-weight: 500;
    letter-spacing: 0.015em;
    font-variant-numeric: tabular-nums;
}

.countdown-label {
    display: inline-block;

    margin-top: clamp(8px, 0.9vw, 14px);
    margin-left: 0.2ch;

    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(12px, 0.88vw, 18px);
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.countdown-note {
    position: relative;

    margin: 0;
    padding: 0;
    margin-top: 1.8vh;

    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(14px, 1.1vw, 20px);
    line-height: 1.2;
    font-weight: 600;
}

@media (max-width: 760px) {
    .countdown {
        margin-top: 8vh;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 4vh;
    }

    .countdown-kicker {
        font-size: clamp(46px, 15vw, 78px);
    }

    .countdown-kicker-full {
        display: none;
    }

    .countdown-kicker-short {
        display: inline;
    }

    .countdown-timer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(8px, 2.6vw, 12px);
        margin-top: 2.2vh;
    }

    .countdown-segment {
        border-radius: 14px;
        padding: clamp(10px, 2.8vw, 14px) clamp(9px, 2.6vw, 12px) clamp(11px, 3.2vw, 16px);
    }

    .countdown-value {
        font-size: clamp(48px, 13vw, 76px);
        line-height: 0.84;
    }

    .countdown-label {
        font-size: clamp(11px, 3vw, 14px);
        margin-top: clamp(6px, 2vw, 9px);
    }

    .countdown-note {
        font-size: clamp(15px, 4.3vw, 20px);
        margin-top: 1.5vh;
    }
}


.faq {
    position: relative;

    width: 100%;

    margin-top: 10vh;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 14vh;

    z-index: 10;
}

.faq-title {
    position: relative;

    margin: 0;
    padding: 0;

    color: var(--til-color--);
    font-family: "Inter";
    font-weight: 300;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: clamp(58px, 7.2vw, 150px);
    line-height: 0.9;
}

.faq-list {
    position: relative;

    display: flex;
    flex-direction: column;
    gap: clamp(12px, 1.4vw, 20px);

    width: 100%;
    margin-top: 4vh;
}

.faq-item {
    position: relative;

    border: 2px solid rgba(255, 255, 255, 0.86);
    border-radius: 22px;
    background: transparent;

    overflow: hidden;
}

.faq-item > summary {
    list-style: none;
}

.faq-item > summary::-webkit-details-marker {
    display: none;
}

.faq-question {
    position: relative;

    cursor: pointer;
    user-select: none;

    padding: clamp(14px, 1.4vw, 20px) clamp(20px, 2.1vw, 34px);
    padding-right: clamp(62px, 5.2vw, 94px);

    font-size: clamp(30px, 3.05vw, 70px);
    line-height: 0.94;
    font-weight: 800;
    color: #f4f4f4;
}

.faq-question::after {
    content: "";

    position: absolute;
    top: 50%;
    right: clamp(18px, 2vw, 30px);

    width: clamp(12px, 1.1vw, 20px);
    height: clamp(12px, 1.1vw, 20px);

    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: translateY(-64%) rotate(45deg);
    transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item[open] .faq-question::after {
    transform: translateY(-36%) rotate(-135deg);
}

.faq-answer-wrap {
    display: block;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 360ms cubic-bezier(0.22, 1, 0.36, 1), transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.faq-item[open] .faq-answer-wrap,
.faq-item.is-expanding .faq-answer-wrap {
    opacity: 1;
    transform: translateY(0);
}

.faq-item.is-closing .faq-answer-wrap {
    opacity: 0;
    transform: translateY(-10px);
}

.faq-answer {
    min-height: 0;
    overflow: hidden;

    padding-left: clamp(20px, 2.1vw, 34px);
    padding-right: clamp(20px, 2.1vw, 34px);
    padding-bottom: clamp(16px, 1.6vw, 24px);

    font-size: clamp(18px, 1.38vw, 28px);
    line-height: 1.28;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 760px) {
    .faq {
        margin-top: 8vh;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 12vh;
    }

    .faq-title {
        font-size: clamp(48px, 17vw, 82px);
    }

    .faq-item {
        border-radius: 16px;
        border-width: 1px;
    }

    .faq-question {
        font-size: clamp(24px, 8vw, 40px);
        line-height: 0.95;
        padding-right: clamp(54px, 14vw, 72px);
    }

    .faq-question::after {
        border-right-width: 1px;
        border-bottom-width: 1px;
    }

    .faq-answer {
        font-size: clamp(16px, 4.8vw, 22px);
        line-height: 1.3;
    }
}

.bottom-links {
    position: relative;

    width: 100%;

    margin-top: 4vh;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 5vh;

    z-index: 10;
}

.bottom-links-icons {
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(10px, 1.4vw, 28px);

    width: 100%;
}

.bottom-links-actions {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(14px, 1.6vw, 36px);

    width: 100%;
    margin-top: clamp(4px, 0.45vw, 8px);
}

.bottom-link-icon {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    transition: opacity 180ms ease, transform 180ms ease;
}

.bottom-link-icon img {
    position: relative;

    width: clamp(23px, 1.95vw, 40px);
    height: clamp(23px, 1.95vw, 40px);
    object-fit: contain;
}

.bottom-link-icon img.bottom-link-icon-vertical {
    width: clamp(18px, 1.45vw, 30px);
    height: clamp(28px, 2.5vw, 52px);
}

.bottom-link-text {
    position: relative;

    text-decoration: none;
    color: var(--til-color--);
    font-size: clamp(13px, 1.075vw, 22px);
    line-height: 0.95;
    font-weight: 300;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    transition: opacity 180ms ease, transform 180ms ease;
}

.bottom-link-icon:hover,
.bottom-link-text:hover {
    opacity: 0.8;
    transform: translateY(-1px);
}

.bottom-links-note {
    position: relative;

    margin: 0;
    padding: 0;
    margin-top: clamp(6px, 0.7vw, 12px);

    text-align: center;
    color: var(--til-color--);
    font-size: clamp(9px, 0.625vw, 13px);
    line-height: 1.1;
    font-weight: 500;
}

.bottom-links-note-link {
    color: inherit;
    text-decoration: underline;
}

.bottom-links-note-link:hover {
    opacity: 0.8;
}

@media (max-width: 760px) {
    .bottom-links {
        margin-top: 3vh;
        padding-left: 2.5%;
        padding-right: 2.5%;
        padding-bottom: 4vh;
    }

    .bottom-links-icons {
        gap: clamp(6px, 2vw, 9px);
    }

    .bottom-links-actions {
        gap: clamp(8px, 2.5vw, 13px);
        margin-top: 5px;
    }

    .bottom-link-icon img {
        width: clamp(21px, 6vw, 26px);
        height: clamp(21px, 6vw, 26px);
    }

    .bottom-link-text {
        font-size: clamp(8.5px, 2.4vw, 11px);
    }

    .bottom-links-note {
        margin-top: 7px;
        font-size: clamp(7px, 1.9vw, 9px);
    }
}

/* Final mobile pass: compact layout with larger readable typography */
@media (max-width: 760px) {
    * {
        --logo--: 10.5vw;
        --h1-size--: 14.5vw;
        --p-size--: 5.3vw;
    }

    nav {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: 0;
        width: auto;
        max-width: min(86vw, 420px);
        transform: none;
        padding-top: 3.5vw;
        padding-left: 4%;
        padding-right: 0;
    }

    nav .menu {
        flex: 0 0 auto;
        min-width: 0;
        width: fit-content;
        max-width: 100%;
        height: var(--logo--);
        justify-content: flex-start;
    }

    nav .menu-item {
        font-size: clamp(13px, 3.7vw, 16px);
        line-height: 1;
        white-space: nowrap;
        padding-left: 1.8vw;
        padding-right: 1.8vw;
    }

    nav .menu-logo {
        min-width: clamp(38px, 12.5vw, 56px);
        padding-left: clamp(7px, 2vw, 10px);
        padding-right: clamp(7px, 2vw, 10px);
    }

    nav .menu-logo img {
        width: clamp(18px, 5.6vw, 24px);
    }

    nav .menu-item::before {
        bottom: 3px;
    }

    .hero-corner-logos {
        top: 3.5vw;
        right: 4%;
        gap: 8px;
    }

    .hero-corner-logo {
        height: clamp(21px, 6vw, 28px);
    }

    header,
    header .text {
        height: 100svh;
    }

    .moon-container {
        width: 122vw;
        height: 122vw;
        left: 50%;
        margin-left: -61vw;
        top: calc(46svh - 61vw);
    }

    .moon {
        background-position: center center;
    }

    header .text {
        gap: 2.8vh;
    }

    header .text img {
        width: 100%;
        max-width: 100%;
    }

    header .text p {
        font-size: clamp(22px, 6.2vw, 30px);
        font-weight: 600;
    }

    .infoblock,
    .criteria,
    .speakers,
    .partners,
    .spd-partners,
    .countdown,
    .faq {
        margin-top: 9vh;
        padding-left: 5%;
        padding-right: 5%;
    }

    .bottom-links {
        margin-top: 4.5vh;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }

    .criteria {
        margin-top: 4.5vh;
    }

    .infoblock {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }

    .infoblock h1,
    .criteria h1,
    .speakers-title,
    .partners-title,
    .spd-partners-title,
    .faq-title {
        font-size: clamp(52px, 15vw, 84px);
        line-height: 0.9;
    }

    .infoblock .info {
        gap: 6vw;
        padding-top: 6vw;
    }

    .infoblock .info p {
        font-size: clamp(22px, 6.1vw, 30px);
        line-height: 1.14;
    }

    .criteria .info p {
        font-size: clamp(21px, 5.8vw, 29px);
        line-height: 1.2;
        padding: 5% 6%;
        border-radius: 24px;
    }

    .criteria .button {
        border-radius: 24px;
        font-size: clamp(22px, 6.3vw, 32px);
        padding-top: 3.2%;
        padding-bottom: 3.2%;
    }

    .speakers {
        padding-bottom: 9vh;
    }

    .speakers-page {
        grid-template-columns: 1fr;
        gap: 9vw;
    }

    .speaker-card {
        min-height: auto;
    }

    .speaker-name-line {
        font-size: clamp(28px, 8.2vw, 42px);
        line-height: 0.92;
    }

    .speaker-photo-slot {
        width: clamp(78px, 24vw, 112px);
    }

    .speaker-role {
        font-size: clamp(21px, 5.8vw, 30px);
        line-height: 1.18;
    }

    .partners {
        padding-bottom: 9vh;
    }

    .partners-grid {
        gap: 6vw;
    }

    .partner-card {
        min-height: clamp(210px, 62vw, 300px);
        padding: clamp(22px, 6.6vw, 34px);
        border-radius: 22px;
    }

    .partner-logo-slot {
        width: 100%;
        min-height: clamp(104px, 28vw, 146px);
        border-radius: 14px;
        padding: clamp(4px, 1.2vw, 6px);
    }

    .partner-logo {
        width: 94%;
        height: 94%;
    }

    .partner-description {
        max-width: 100%;
        font-size: clamp(19px, 5vw, 26px);
        line-height: 1.22;
    }

    .spd-partners {
        padding-bottom: 10vh;
    }

    .countdown {
        padding-bottom: 6vh;
    }

    .countdown-timer {
        gap: clamp(8px, 2.8vw, 12px);
    }

    .countdown-value {
        font-size: clamp(48px, 13vw, 82px);
    }

    .countdown-note {
        font-size: clamp(14px, 4.1vw, 20px);
    }

    .spd-slider-track {
        --spd-gap: clamp(14px, 4vw, 20px);
    }

    .spd-partner-item {
        flex-basis: clamp(212px, 64vw, 286px);
        min-height: clamp(194px, 58vw, 270px);
        padding: clamp(16px, 4.8vw, 24px);
        border-radius: 14px;
    }

    .spd-partner-logo-slot {
        min-height: clamp(98px, 30vw, 140px);
        border-radius: 10px;
    }

    .spd-partner-description {
        font-size: clamp(17px, 4.6vw, 22px);
        line-height: 1.24;
    }

    .faq {
        padding-bottom: 10vh;
    }

    .faq-list {
        gap: clamp(12px, 3.4vw, 16px);
    }

    .faq-item {
        border-width: 1px;
        border-radius: 14px;
    }

    .faq-question {
        font-size: clamp(28px, 8.2vw, 44px);
        line-height: 1.02;
        padding-top: clamp(14px, 3.4vw, 20px);
        padding-bottom: clamp(14px, 3.4vw, 20px);
    }

    .faq-answer {
        font-size: clamp(19px, 5.1vw, 26px);
        line-height: 1.28;
        padding-bottom: clamp(16px, 3.8vw, 22px);
    }

    .bottom-links {
        padding-bottom: 4.5vh;
    }

    .bottom-link-icon img {
        width: clamp(26px, 7vw, 33px);
        height: clamp(26px, 7vw, 33px);
    }

    .bottom-link-text {
        font-size: clamp(10.5px, 2.85vw, 14px);
    }

    .bottom-links-note {
        font-size: clamp(7.5px, 2.05vw, 10px);
    }
}
