body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand,
.btn,
.nav-link,
.display-1, .display-2, .display-3, .display-4,
.emphasized-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.lead {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.nav-transparent {
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease-in-out;
    padding: 0.75rem 0;
    min-height: 60px;
}

.navbar-brand {
    font-size: clamp(1.25rem, 4vw, 1.5rem);
    position: relative;
    padding: 0.5rem 0;
    white-space: nowrap;
}

.footer h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif !important;
}

.font-lato {
    font-family: 'Lato', sans-serif !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-extrabold {
    font-weight: 800 !important;
}

.display-1, .display-2, .display-3, .display-4 {
    font-weight: 800;
    letter-spacing: -0.04em;
}

.btn {
    font-weight: 600;
    letter-spacing: 0;
}

.nav-transparent {
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease-in-out;
    padding: 1rem 0;
}

.nav-transparent.scrolled {
    background: rgba(44, 62, 80, 0.95);
    padding: 0.75rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    font-size: 1.5rem;
    position: relative;
    padding: 0.5rem 0;
}

.nav-link {
    position: relative;
    margin: 0 0.5rem;
    padding: 0.5rem 0 !important;
    transition: all 0.3s ease;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9) !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.nav-link:hover {
    color: #fff !important;
}

.navbar-toggler {
    padding: 0.5rem;
    transition: all 0.3s ease;
}

.navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        background: rgba(44, 62, 80, 0.98);
        margin: 1rem -1rem -1rem;
        padding: 1rem;
        border-radius: 0.5rem;
    }

    .nav-link {
        padding: 0.75rem 1rem !important;
        margin: 0;
    }

    .nav-link::after {
        display: none;
    }
}

.hover-opacity {
    transition: opacity 0.3s ease;
}

.hover-opacity:hover {
    opacity: 0.8;
}

.social-links a {
    transition: transform 0.3s ease;
    display: inline-block;
}

.social-links a:hover {
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 2.5rem;
    }

    .display-2 {
        font-size: 2.25rem;
    }

    .display-3 {
        font-size: 2rem;
    }

    .display-4 {
        font-size: 1.75rem;
    }

    .lead {
        font-size: 1.1rem;
    }
}

@media (max-width: 991.98px) {
    .nav-transparent {
        padding: 0.5rem 0;
    }

    .navbar-brand {
        font-size: 1.25rem;
    }

    .navbar-collapse {
        background: rgba(44, 62, 80, 0.98);
        margin: 0.5rem -1rem;
        padding: 1rem;
        border-radius: 0.5rem;
        max-height: 80vh;
        overflow-y: auto;
    }

    .navbar-toggler {
        padding: 0.25rem 0.5rem;
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .footer {
        text-align: center;
    }

    .social-links {
        margin: 1rem 0;
        justify-content: center;
        display: flex;
    }

    .service-time-card {
        max-width: 300px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .service-time-card .d-flex {
        justify-content: center;
        width: 100%;
    }
}

.footer .row > div {
    margin-bottom: 2rem;
}

.footer .row > div:last-child {
    margin-bottom: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    body {
        -webkit-text-size-adjust: none;
    }
}

.selectable-text,
input,
textarea {
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: text;
}

a {
    cursor: pointer;
}
