/* Keşfet — sade ev sahnesi */
.discover-hero--purple .discover-hero-inner,
.discover-hero--purple .discover-hero-glass {
    position: relative;
    z-index: 3;
}

.discover-scene {
    position: relative;
    width: 100%;
    max-width: 420px;
    aspect-ratio: 420 / 380;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.discover-scene--minimal {
    max-width: 460px;
}

.discover-hero-svg--minimal {
    animation: none;
    max-height: 360px;
    overflow: visible;
}

.discover-hero-svg {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.14));
    overflow: visible;
}

.disc-chip {
    animation: none !important;
}

.disc-ground {
    animation: none !important;
}

.disc-float {
    transform-box: fill-box;
    transform-origin: center;
    animation: disc-scene-float 6s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.disc-brand {
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    font-weight: 800;
    letter-spacing: 0.04em;
}

@keyframes disc-scene-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@media (prefers-reduced-motion: reduce) {
    .disc-float {
        animation: none !important;
    }

    .discover-bubbles-layer {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .discover-scene--minimal {
        max-width: 100%;
    }
}
