html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #090706;
    font-family: 'SF Pro Display', sans-serif;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #090706;
}

::-webkit-scrollbar-thumb {
    background-color: #7077B3;
    border-radius: 8px;
    box-shadow: 0 0 15px #7077B3;
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo {
    width: 35px;
    height: 35px;
    object-fit: contain;
    border-radius: 10px;
    filter: drop-shadow(0 0 10px #7077B3FF);
}

.topbar h1 {
    margin: 0;
    color: #f3ebe3;
    font-size: 20px;
    font-weight: 150;
    letter-spacing: -0.5px;
}

.nav {
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.nav-link {
    color: rgba(243, 235, 227, 0.45);
    text-decoration: none;
    font-size: 15px;
    font-weight: 200;
    padding: 10px 20px;
    border-radius: 15px;
    transition: 0.2s ease;
}

.nav-link:hover {
    color: #f3ebe3;
    background: rgba(255, 255, 255, 0.06);
}

.nav-link.active {
    color: #f3ebe3;
    background: rgba(255, 255, 255, 0.06);
}

.actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.login-btn,
.register-btn {
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    padding: 10px 20px;
    border-radius: 15px;
    transition: 0.2s ease;
}

.login-btn {
    color: #f3ebe3;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
}

.login-btn:hover {
    background: rgba(255, 255, 255, 0.05);
}

.register-btn {
    color: white;
    background: #7077B3;
    box-shadow: 0 0 15px rgba(112, 119, 179, 0.35);
}

.register-btn:hover {
    background: #7c84c7;
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 350px;
}

.hero h2 {
    margin: 0;
    color: #f3ebe3;
    font-size: 70px;
    font-weight: 550;
    letter-spacing: -1px;
}

.hero p {
    margin-top: 18px;
    max-width: 600px;
    color: rgba(243, 235, 227, 0.55);
    font-size: 20px;
    font-weight: 200;
    line-height: 1.2;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.hero-create-btn,
.hero-review-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    padding: 14px 20px;
    border-radius: 15px;
    transition: 0.2s ease;
}

.hero-create-btn {
    color: #f3ebe3;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
}

.hero-create-btn:hover {
    background: rgba(255, 255, 255, 0.05);
}

.hero-review-btn {
    color: white;
    background: #7077B3;
    box-shadow: 0 0 15px rgba(112, 119, 179, 0.35);
}

.hero-review-btn:hover {
    background: #7c84c7;
}

.scroll-animate {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.5s ease-out;
}

.scroll-animate.visible {
    opacity: 1;
    transform: translateY(0);
}

.features {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 500px;
}

.features h2 {
    color: #f3ebe3;
    font-size: 50px;
    font-weight: 550;
    letter-spacing: -1px;
    margin: 0;
}

.features p {
    margin-top: 16px;
    max-width: 600px;
    color: rgba(243, 235, 227, 0.55);
    font-size: 20px;
    font-weight: 200;
    line-height: 1.2;
}

.features-row {
    display: flex;
    gap: 35px;
    margin-top: 20px;
    justify-content: center;
    align-items: flex-start;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 10px;
    width: 350px;
    box-sizing: border-box;
    border-right: 1px solid rgba(255,255,255,0.05);
}

.feature-item:last-child {
    border-right: none;
}

.feature-text {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.feature-text h3 {
    margin: 0 0 10px 0;
    color: #f3ebe3;
    font-size: 22px;
}

.feature-text p {
    margin: 0;
    color: rgba(243, 235, 227, 0.55);
    font-size: 16px;
    line-height: 1.4;
    word-wrap: break-word;
}

.highlight {
    color: #7077B3;
    text-shadow: 0 0 15px #7077B3;
    font-weight: 600;
}

.client-review {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 200px;
}

.client-review h2 {
    color: #f3ebe3;
    font-size: 50px;
    margin: 0;
}

.client-review p {
    margin-top: 10px;
    color: rgba(243, 235, 227, 0.55);
    font-size: 18px;
    max-width: 700px;
}

.review-panel {
    margin-top: 20px;
    width: 100%;
    max-width: 800px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(112, 119, 179, 0.2);
}

.review-panel iframe {
    width: 100%;
    height: 450px;
    border: none;
}

.site-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    color: #878787;
    font-size: 14px;
    flex-wrap: wrap;
    margin-top: 100px;
}

.footer-left {
    max-width: 70%;
}

.footer-right {
    display: flex;
    gap: 20px;
}

.footer-link {
    color: rgba(243, 235, 227, 0.7);
    text-decoration: none;
    transition: 0.2s;
}

.footer-link:hover {
    color: #f3ebe3;
}

@media (max-width: 768px) {
    .topbar {
        flex-direction: column;
        gap: 20px;
        padding: 20px 15px;
    }

    .nav {
        position: relative;
        left: 0;
        transform: none;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .actions {
        width: 100%;
        justify-content: center;
    }

    .hero {
        margin-top: 80px;
        padding: 0 20px;
    }

    .hero h2 {
        font-size: 40px;
    }

    .hero p {
        font-size: 16px;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .hero-create-btn,
    .hero-review-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
        box-sizing: border-box;
    }

    .features {
        margin-top: 120px;
        padding: 0 20px;
    }

    .features h2 {
        font-size: 32px;
    }

    .features p {
        font-size: 16px;
    }

    .features-row {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .feature-item {
        width: 100%;
        max-width: 400px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.05);
        padding-bottom: 25px;
    }

    .feature-item:last-child {
        border-bottom: none;
    }

    .client-review {
        margin-top: 120px;
        padding: 0 20px;
    }

    .client-review h2 {
        font-size: 32px;
    }

    .client-review p {
        font-size: 16px;
    }

    .review-panel iframe {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .site-footer {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        margin-top: 80px;
        padding: 20px;
    }

    .footer-left {
        max-width: 100%;
        line-height: 1.5;
    }

    .footer-right {
        justify-content: center;
        flex-wrap: wrap;
    }
}