* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: "Outfit", sans-serif;
    background: linear-gradient(180deg, #f9fffc 0%, #f1fff7 50%, #f7faf8 100%);
    color: #093f2f;
}

.page {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.path-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url('https://ap4592jwt1io3f.apeiroo.com/wp-content/uploads/2026/03/path-scaled.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%; 
    overflow: hidden;
}

[id$="-text-wrapper"] {
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    transform: translate(-50%, -50%); 
    width: auto;
    pointer-events: none;
}

[id$="-text-wrapper"] > * {
    pointer-events: auto;
}

.text-box {
    display: flex;
    flex-direction: column;
    background-color: #084230e6;
    color: #ecfff5;
    padding: 0.6rem 0.9rem;
    border-radius: 12px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.1);
    max-width: 30vw; 
    min-width: 120px;
    word-wrap: break-word;
    font-size: clamp(11px, 1.1vw, 16px); 
    line-height: 1.3;
}

.text-box strong {
    font-size: 1.1em;
    margin-bottom: 2px;
    display: block;
    color: #46e091;
}

.first-divider img {
    width: clamp(35px, 7vw, 90px);
    height: auto;
    flex-shrink: 0;
}

.first-divider img.bigger-1 {
    width: 120px;
    height: auto;
}

.first-divider img.bigger-2 {
    width: 140px;
    height: auto;
}

#first-text-wrapper { top:14%; left: 55%; }
#second-text-wrapper { top: 24%; left: 30%; }
#third-text-wrapper { top: 31%; left: 62%; }
#fourth-text-wrapper { top: 46%; left: 70%; }
#fifth-text-wrapper { top: 48%; left: 36%; }
#sixth-text-wrapper { top: 59%; left: 27%; }
#seventh-text-wrapper { top: 64%; left: 68%; }
#eighth-text-wrapper { top: 76%; left: 30%; }
#ninth-text-wrapper { top: 90%; left: 68%; }

@media (min-width: 1600px) {
    #first-text-wrapper { top:14%; left: 53.5%; }
    #second-text-wrapper { top: 24%; left: 35%; }
    #third-text-wrapper { top: 31%; left: 59%; }
    #fourth-text-wrapper { top: 44%; left: 68%; }
    #fifth-text-wrapper { top: 48%; left: 38%; }
    #sixth-text-wrapper { top: 58%; left: 31%; }
    #seventh-text-wrapper { top: 63%; left: 66%; }
    #eighth-text-wrapper { top: 77%; left: 33%; }
    #ninth-text-wrapper { top: 90%; left: 68%; }
}

.first-divider { display: flex; align-items: center; gap: 8px; }
.left-text { direction: rtl; }

.to-animate-right { 
    opacity: 0; 
    margin-left: 40px; 
    transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
}

.to-animate-left { 
    opacity: 0; 
    margin-left: -40px; 
    transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
}

.visible { 
    opacity: 1; 
    margin-left: 0; 
}

@media (max-width: 600px) {
    .text-box {
        max-width: 45vw;
        padding: 0.4rem 0.6rem;
    }
}

.first-page-content h1 {
    font-family: "Sora", sans-serif;
    font-size: clamp(2.5rem, 8vw, 5rem);
    color: #093f2f;
}

.roadmap {
    background-color: #46e09133;
    padding: 8px 16px;
    border-radius: 20px;
    color: #188155;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

.subtitle {
    display: flex;
    justify-content: center;
}

#fourth-text-wrapper .first-divider {
    align-items: flex-start;
}

#fifth-text-wrapper .text-box {
    margin-top: -70px;
}