﻿::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.hero-title {
    font-size: 2.25rem;
}

.hero-subtitle {
    font-size: 1rem;
}

.hero-features {
    font-size: 0.9rem;
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 1.5rem;
    }

    .hero-subtitle {
        font-size: 0.8rem;
    }

    .hero-features {
        font-size: 0.75rem;
    }

    .btn {
        padding:0.4rem !important;
    }
}

.cookie-consent {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 20px 26px;
    border-radius: 12px;
    width: 90%;
    max-width: 480px;
    display: none;
    z-index: 99999;
    font-size: 14px;
    line-height: 1.45;
}

.cookie-text a {
    text-decoration: underline;
}

.image-viewer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    .image-viewer img {
        max-width: 90%;
        max-height: 90%;
        border-radius: 5px;
        box-shadow: 0 0 20px #000;
    }

.viewer-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    font-weight: bold;
}

.expand-icon {
    position: absolute;
    top: 4px;
    left: 4px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    padding: 4px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 11px;
    z-index: 10;
    transition: background 0.2s ease-in-out;
}

    .expand-icon:hover {
        background: rgba(0,0,0,0.8);
    }

.auth-frame-wrapper .auth-imgs {
    max-width: 100%;
    margin-top: 0px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.hero-section {
    background: linear-gradient(135deg, #e6f7fb 0%, #ffffff 60%);
}

.hero-title, .hero-subtitle, .hero-features {
    max-width: 550px;
}

    .hero-features li {
        margin-bottom: 10px;
        padding-left: 11px;
        background-size: 18px;
    }

.cta-section {
    background: linear-gradient(135deg, #0097a7 0%, #00bcd4 100%);
}

    .cta-section .btn {
        font-size: 1.1rem;
        padding: 0.75rem 2rem;
    }

.usp-card {
    transition: all 0.2s ease;
}

    .usp-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

.feature-card img {
    margin-bottom: 15px;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

footer {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
