.ph-container-0fd77c82 {
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.ph-wrapper-0fd77c82 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ph-logo-col-0fd77c82 {
    flex: 0 0 auto;
}

.ph-logo-img-0fd77c82 {
    max-height: 50px;
    width: auto;
    display: block;
}

.ph-menu-col-0fd77c82 {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

.ph-nav-list-0fd77c82 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
}

.ph-nav-link-0fd77c82 {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    padding: 8px 0;
    transition: color 0.3s ease;
}

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

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

.ph-action-col-0fd77c82 {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

.ph-btn-call-0fd77c82,
.ph-btn-whatsapp-0fd77c82 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 22px;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.ph-btn-call-0fd77c82 {
    border: 1px solid #dddddd;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.ph-btn-whatsapp-0fd77c82 {
    border: 1px solid transparent;
}

.ph-btn-call-0fd77c82:hover,
.ph-btn-whatsapp-0fd77c82:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.ph-btn-icon-0fd77c82 i {
    font-size: 14px;
}

.ph-mobile-toggle-col-0fd77c82 {
    display: none;
}

/* Mobile responsive styling */
@media (max-width: 768px) {
    .ph-menu-col-0fd77c82,
    .ph-action-col-0fd77c82 {
        display: none;
    }

    .ph-mobile-toggle-col-0fd77c82 {
        display: block;
    }

    .ph-toggle-btn-0fd77c82 {
        background: none;
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 6px;
        padding: 5px;
    }

    .ph-toggle-btn-0fd77c82 span {
        display: block;
        width: 25px;
        height: 2px;
        background-color: #111111;
        transition: 0.3s;
    }
}

/* Drawer CSS */
.ph-drawer-0fd77c82 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0.3s ease;
}

.ph-drawer-0fd77c82.is-open {
    visibility: visible;
    pointer-events: auto;
}

.ph-drawer-backdrop-0fd77c82 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ph-drawer-0fd77c82.is-open .ph-drawer-backdrop-0fd77c82 {
    opacity: 1;
}

.ph-drawer-content-0fd77c82 {
    position: absolute;
    right: -300px;
    top: 0;
    width: 300px;
    height: 100%;
    background: #ffffff;
    box-shadow: -4px 0 20px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
    transition: right 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.ph-drawer-0fd77c82.is-open .ph-drawer-content-0fd77c82 {
    right: 0;
}

.ph-drawer-header-0fd77c82 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.ph-drawer-close-0fd77c82 {
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
}

.ph-drawer-list-0fd77c82 {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.ph-drawer-item-0fd77c82 {
    margin-bottom: 20px;
}

.ph-drawer-link-0fd77c82 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.ph-drawer-actions-0fd77c82 {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ph-drawer-actions-0fd77c82 a {
    justify-content: center;
}
