body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', system-ui, sans-serif;
    color: #1e293b;
}


.hero-section {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.hero-image-container {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-image {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: right center;
    min-width: 1200px;
    position: absolute;
    right: 0;
    top: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}

.hero-content {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 4rem 5vw;
    max-width: 90vw;
    margin: 0 auto;
}

.hero-title {
    font-size: clamp(1.2rem, 3vw, 2.4rem);
    font-weight: bold;
    color: white;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 1rem;
    white-space: nowrap;
    display: block !important;
}

.hero-description {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: rgba(255,255,255,0.9);
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    max-width: 100% !important;
    width: 100% !important;
    white-space: nowrap;
    display: block !important;
}

.scroll-indicator {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

.scroll-link {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}

.scroll-link:hover {
    color: white;
}

.touch-indicator {
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    pointer-events: none;
    z-index: 100;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, opacity 0.2s ease;
    opacity: 0;
}


@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) translateX(-50%);
    }
    40% {
        transform: translateY(-20px) translateX(-50%);
    }
    60% {
        transform: translateY(-10px) translateX(-50%);
    }
}


.features-section {
    padding: 0;
}

.feature-container {
    width: 100%;
}

.feature-item {
    position: relative;
    height: 700px;
    width: 100%;
    overflow: hidden;
}

.feature-image-container {
    position: relative;
    height: 100%;
}

.feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.feature-item:hover .feature-image {
    transform: scale(1.05);
}

.feature-overlay {
    position: absolute;
    inset: 0;
    opacity: 1;
    transition: none;
}

.feature-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    text-align: center;
    z-index: 10;
}

.feature-title {
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: bold;
    color: white;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.feature-description {
    color: rgba(255,255,255,0.9);
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    max-width: 60rem;
    margin: 0 auto;
}








.feature-1 .feature-content {
    bottom: 15%;
}

.feature-2 .feature-content {
    bottom: 40%;
}

.feature-3 .feature-content {
    bottom: 15%;
}

.feature-4 .feature-content {
    bottom: 40%;
}

.feature-5 .feature-content {
    bottom: 40%;
}

.feature-6 .feature-content {
    bottom: 40%;
}

.feature-7 .feature-content {
    bottom: 40%;
}

.feature-8 .feature-content {
    bottom: 15%;
}

.feature-9 .feature-content {
    bottom: 40%;
}


.feature-1 .feature-overlay {
    background: linear-gradient(to right, rgba(0,0,0,0.8), transparent 60%);
}

.feature-2 .feature-overlay {
    background: linear-gradient(to right, rgba(0,0,0,0.8), transparent 30%);
}

.feature-3 .feature-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0.5));
    mask-image: linear-gradient(to top, black 50%, transparent 100%);
    backdrop-filter: blur(2px);
}

.feature-4 .feature-overlay {
    background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0));
    mask-image: linear-gradient(to right, black 50%, transparent 100%);
    backdrop-filter: blur(3px);
}

.feature-5 .feature-overlay {
    background: radial-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.5));
    mask-image: linear-gradient(to bottom, black 20%, transparent 100%, to top, black 20%, transparent 100%);
    backdrop-filter: blur(1px);
}

.feature-6 .feature-overlay {
    background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.5));
    mask-image: linear-gradient(to left, black 50%, transparent 100%);
    backdrop-filter: blur(4px);
}

.feature-7 .feature-overlay {
    background: rgba(0,0,0,0.5);
    mask-image:
            linear-gradient(to left, black 5%, transparent 50%),
            linear-gradient(to top right, black 5%, transparent 50%);
    -webkit-mask-image:
            linear-gradient(to left, black 5%, transparent 100%),
            linear-gradient(to top right, black 5%, transparent 50%);
    mask-composite: add;
    -webkit-mask-composite: source-over;
    backdrop-filter: blur(5px);
}

.feature-8 .feature-overlay {
    background: linear-gradient(to right, rgba(0,0,0,0.4), transparent 100%);
}

.feature-9 .feature-overlay {
    background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0.8));
    mask-image: linear-gradient(to right, black 15%, transparent 100%);
    backdrop-filter: blur(1px);
}


.feature-1 {
    background-color: #000;
}

.feature-2 {
    background-color: #111;
}

.feature-3 {
    background-color: #222;
}

.feature-4 {
    background-color: #333;
}

.feature-5 {
    background-color: #444;
}

.feature-6 {
    background-color: #555;
}

.feature-7 {
    background-color: #666;
}

.feature-8 {
    background-color: #777;
}

.feature-9 {
    background-color: #777;
}










@media (max-width: 768px) {
    .advanced-scroll-image-container,
    .feature-image-container,
    .hero-image-container {
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }


    .advanced-scroll-image,
    .feature-image,
    .hero-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center !important;
        min-width: auto !important;
    }


    .hero-title,
    .advanced-scroll-title,
    .feature-title {
        font-size: clamp(1.2rem, 5vw, 2.2rem);
        white-space: normal;
    }

    .hero-description,
    .advanced-scroll-description,
    .feature-description {
        font-size: clamp(0.9rem, 3vw, 1.1rem);
        white-space: normal;
        line-height: 1.6;
        padding: 0 5px;
    }


    br {
        display: none;
    }


    .hero-content,
    .advanced-scroll-content,
    .feature-content {
        bottom: 10%;
        padding: 1rem;
    }


    .scroll-link i {
        font-size: 2rem;
    }


    .feature-overlay,
    .advanced-scroll-overlay {
        background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.3));
    }
}



@media (max-width: 480px) {
    .advanced-scroll-container {
        width: 100%;
        height: 25vh;
        object-fit: contain;
        background-color: #000;
        display: block;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }

    .advanced-scroll-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
    }

    .hero-image {
        object-position: 50%center !important;
        min-width: 900px !important;
    }



    .advanced-scroll-item {
        position: absolute;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        opacity: 1;
        transform: none;
        margin: 0;
        display: flex;
        flex-direction: column;
        margin-bottom: 2rem;
        background-color: #000;
        background-image:
                linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
        background-size: 20px 20px;
    }


    .advanced-scroll-item.active,
    .advanced-scroll-item.previous {
        opacity: 1;
        transform: none;
    }


    .advanced-scroll-image-container {
        height: 25vh;
        display: auto;
        justify-content: center;
        object-fit: contain;
        align-items: center;
        overflow: hidden;
        background-color: #000;
    }


    .advanced-scroll-image {
        width: 100%;
        height: 25vh;
        object-fit: cover;
        display: block;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }


    .advanced-scroll-content {
        position: relative;
        bottom: auto;
        background-color: rgba(0,0,0,0.85);
        padding: 1.5rem 1rem;
        margin-top: -5px;
    }
    .advanced-scroll-overlay {
        display: none;
        background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.7));
    }

    .scroll-hint {
        display: none;
    }


    .feature-1 .feature-overlay,
    .feature-2 .feature-overlay,
    .feature-3 .feature-overlay,
    .feature-4 .feature-overlay,
    .feature-5 .feature-overlay,
    .feature-6 .feature-overlay,
    .feature-7 .feature-overlay,
    .feature-8 .feature-overlay,
    .feature-9 .feature-overlay {
        background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.3));
        mask-image: none;
        -webkit-mask-image: none;
        backdrop-filter: none;
    }


    .feature-1 .feature-content,
    .feature-2 .feature-content,
    .feature-3 .feature-content,
    .feature-4 .feature-content,
    .feature-5 .feature-content,
    .feature-6 .feature-content,
    .feature-7 .feature-content,
    .feature-8 .feature-content,
    .feature-9 .feature-content {
        bottom: 0;
    }
}