:root {
    color-scheme: dark;
}

html {
    scroll-behavior: smooth;
}

#our_capabilities {
    scroll-margin-top: 15px;
}

#equipment {
    scroll-margin-top: 15px;
}

#reviews {
    scroll-margin-top: 15px;
}

#contacts {
    scroll-margin-top: 60px;
}

.glass {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
}

.text-stroke {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.25);
    color: transparent;
    transition: color 0.3s ease;
}

.text-stroke:hover {
    color: var(--brand-accent);
}

.text-stroke-accent {
    -webkit-text-stroke: 1px #7DD3FC;
    color: transparent;
}

.logo-center {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 68px;
    text-align: center;
}

.bg-radial {
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
}

